miao-plugin/config_default.js
yoimiya-kokomi 9765c5af18 增加 #雷神伤害 功能
* 可计算圣遗物副词条置换带来的伤害变化,可用于圣遗物副词条侧重方向的参考
* 可以查看指定角色伤害计算的Buff列表
2022-05-01 05:06:17 +08:00

12 lines
433 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 请将此文件复制一份,命名为 config.js 放置在miao-plugin的根目录
* 由于服务侧压力过大,目前已经暂停 #角色面板 token的发放请见谅~
* */
export const config = {
miaoApi: {
api: "http://49.232.91.210:88/miaoPlugin/getRoleAll", // Miao APi 地址
qq: "", // 申请的主人qq
token: "" // 申请的token申请API Token请在Bot群内联系 @喵喵 或者 @九章
}
}