fix: 修正数据库清理中微信群的表名拼写错误
This commit is contained in:
@@ -15,7 +15,7 @@ async function initializeApp() {
|
||||
// 调试模式:清理所有数据
|
||||
console.log("调试模式:开始清理数据库数据...");
|
||||
await db.kfUsers.clear();
|
||||
await db.wechatGroup.clear();
|
||||
await db.weChatGroup.clear();
|
||||
await db.contracts.clear();
|
||||
await db.newContractList.clear();
|
||||
console.log("数据库数据清理完成");
|
||||
|
||||
Reference in New Issue
Block a user