mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
💄 调整样式
This commit is contained in:
2
src/types/Sqlite/AppData.d.ts
vendored
2
src/types/Sqlite/AppData.d.ts
vendored
@@ -33,7 +33,7 @@ declare namespace TGApp.Sqlite.AppData {
|
||||
* @property {string} updated - 数据库更新时间
|
||||
* @return Item
|
||||
*/
|
||||
export interface Item {
|
||||
interface Item {
|
||||
key: DBKey;
|
||||
value: string;
|
||||
updated: string;
|
||||
|
||||
Reference in New Issue
Block a user