摘要: export type INDEXEDDB_PARAMS = { db_name: string; // 数据库名称 store_name: string; // 仓库名 version?: number; // 版本 data?: any; // 存储数据 }; class IDB { prote 阅读全文
posted @ 2026-01-23 18:16 SKILL·NULL 阅读(3) 评论(0) 推荐(0)