mirror of
https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git
synced 2024-12-22 19:10:53 +08:00
补充遗漏文件
This commit is contained in:
parent
f439f192ba
commit
5e4dd0bd62
16
config/gacha.set.yaml
Normal file
16
config/gacha.set.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
# 原神模拟十连设置
|
||||
default:
|
||||
# 每日抽卡数
|
||||
count: 1
|
||||
# 撤回消息 0-120 秒, 0不撤回
|
||||
delMsg: 110
|
||||
# 角色池,武器池限制次数分开计算 1-分开 0-不分开
|
||||
LimitSeparate: 0
|
||||
|
||||
# 群单独设置
|
||||
123465:
|
||||
count: 10
|
||||
# 撤回消息 0-120 秒, 0不撤回
|
||||
delMsg: 110
|
||||
# 角色池,武器池限制次数分开计算 1-分开 0-不分开
|
||||
LimitSeparate: 0
|
3
config/mys.pubCk.yaml
Normal file
3
config/mys.pubCk.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
# 米游社公共查询ck,支持多个一行一个,横杆空格开头
|
||||
- ltoken=xxx; ltuid=xxx; cookie_token=xxx; account_id=xxx;
|
||||
- ltoken=xxx; ltuid=xxx; cookie_token=xxx; account_id=xxx;
|
6
config/mys.set.yaml
Normal file
6
config/mys.set.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
# 公共查询是否使用用户ck 0-不使用 1-使用
|
||||
allowUseCookie: 0
|
||||
# 默认cookie帮助文档链接地址
|
||||
cookieDoc: docs.qq.com/doc/DUWNVQVFTU3liTVlO
|
||||
# 米游社原神签到定时任务,Cron表达式,默认00:02开始执行,每10s签到一个
|
||||
signTime: 0 2 0 * * ?
|
Loading…
Reference in New Issue
Block a user