refactor: 移除调试日志和未使用的样式文件
清理数据库操作和WebSocket连接中的调试日志 删除未使用的index.module.scss文件和相关引用 移除已删除的main.ts文件
This commit is contained in:
@@ -157,9 +157,6 @@ export class DatabaseService<T> {
|
||||
serverId: item.id, // 使用接口的id作为serverId主键
|
||||
}));
|
||||
|
||||
console.log(
|
||||
`插入 ${processedData.length} 条新数据,跳过 ${dataList.length - newData.length} 条重复数据`,
|
||||
);
|
||||
return await this.table.bulkAdd(processedData as T[], { allKeys: true });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user