💄 调整样式

This commit is contained in:
BTMuli
2023-12-26 15:53:59 +08:00
parent ba6787504e
commit a66bc28415
3 changed files with 13 additions and 19 deletions

View File

@@ -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;