refactor: info record local

This commit is contained in:
手瓜一十雪
2024-05-28 23:24:54 +08:00
parent b0babb0b18
commit db57bf9d69
6 changed files with 28 additions and 11 deletions

View File

@@ -145,7 +145,8 @@ export function migrateConfig(oldConfig: any) {
musicSignUrl: oldConfig.musicSignUrl,
reportSelfMessage: oldConfig.reportSelfMessage,
token: oldConfig.token,
GroupLocalTimeRecord: []
GroupLocalTimeRecord: false,
GroupLocalTimeRecordList: []
};
return newConfig;
}