fjqingyou.Util

fjqingyou 使用的工具

As of 2020-06-26. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/406080/820543/fjqingyouUtil.js

Author
fjqingyou
Version
1.0.4
Created
2020-06-26
Updated
2020-06-26
License
N/A

这是一个工具库

当前支持的


/**
 * 设置剪切板文本
 * @param {*} text 要设置到剪切板的文本内容
 */
fjqingyou.util.setClipboardText(text : string);



/**
 * 弹出土司提示
 * @param {*} msg 提示的消息内容
 * @param {*} duration 界面显示持续时间
 */
fjqingyou.util.toast = function (msg, duration);