TGTGInsighttelegram intelligenceLIVE / telegram public index
← zZPiglet
zZPiglet avatar

TGINSIGHT POST

Post #157

@zZPiglet

zZPiglet

Views3,040帖子阅读量
发布10月6日2021/10/06 12:21
Post content

帖子内容

摸🐟: 附带产品,一键快速开/关指定模块,适用于需要临时开启但又不想翻模块列表时。 [Script] moduleState = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/zZPiglet/Task/master/asset/moduleState.js // use "module", "title", "icon", "color1" or "color2" in "argument": // moduleState = type=generic,timeout=10,script-path=https://raw.githubusercontent.com/zZPiglet/Task/master/asset/moduleState.js,argument=title=getCookies&module=TaskCookie&icon=person.icloud.fill&color1=#008080&color2=#994714 [Panel] moduleState = script-name=moduleState,update-interval=43200 其中: module 参数可以自定义需要控制的使用的模块; title 参数可以自定义显示名称,缺省时使用模块名称; icon 参数可以自定义显示图标; color1 参数可以自定义图标颜色,为模块关闭时显示颜色; color2 参数可以自定义图标颜色,为模块开启时显示颜色。 JavaScript