mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-22 19:10:53 +08:00
fix
This commit is contained in:
parent
30b6a8b7aa
commit
25c1f8837b
@ -33,3 +33,5 @@ isYunSignMsg: false
|
||||
yunDoc: docs.qq.com/doc/DTnJIREZwTmxEVHBl
|
||||
#更新抽卡记录缓存时间默认5分钟
|
||||
gclogEx: 5
|
||||
# 体力设置开启关闭权限 1-群管理员才能开启关闭 2-主人才能开启关闭
|
||||
noteSetAuth: 1
|
||||
|
@ -32,6 +32,7 @@ export default class user {
|
||||
this.e = e;
|
||||
this.stokenPath = `./plugins/${plugin}/data/yaml/`
|
||||
this.yunPath = `./plugins/${plugin}/data/yunToken/`;
|
||||
Data.createDir("",this.yunPath,false)
|
||||
this.ForumData = Data.readJSON(`${_path}/plugins/xiaoyao-cvs-plugin/defSet/json`, "mys")
|
||||
this.configSign = gsCfg.getfileYaml(`${_path}/plugins/xiaoyao-cvs-plugin/config/`, "config");
|
||||
this.configSign.signlist = this.configSign.signlist || "原神|崩坏3|崩坏2|未定事件簿".split("|")
|
||||
|
Loading…
Reference in New Issue
Block a user