CAI Universal Toolbelt Menu

Reusable menu structure for various c.ai TM scripts that require a menu

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.gf.qytechs.cn/scripts/466064/1190599/CAI%20Universal%20Toolbelt%20Menu.js

作者
notdoingthateither
版本
1.1
创建于
2023-05-11
更新于
2023-05-14
大小
4.1 KB
许可证
MIT

Usage:

const btn = CAIToolMenu.newButton();
btn.innerHTML = 'Do';
btn.onclick = () => {
  console.log('It's doing stuff');

  // optional hide menu after button pressed
  CAIToolMenu.showMenu(false);
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址