feat: add reset all data in global config

This commit is contained in:
ex_zhangwenlei@exiot.cmcc
2024-01-24 22:55:08 +08:00
parent 6ae32114a6
commit 00655fa3fd
6 changed files with 111 additions and 82 deletions

View File

@@ -76,15 +76,7 @@ export const defaultPrizeList = <IPrizeConfig[]>[
},
separateCount: {
enable: true,
countList: [{
id: '0',
count: 6,
isUsedCount: 0,
}, {
id: '1',
count: 6,
isUsedCount: 0,
}]
countList: []
},
desc: '三等奖',
isShow: true,