Optimized the PC experience

This commit is contained in:
jiangrui
2025-03-08 12:33:42 +08:00
parent f23e78e8dd
commit 6efdea55aa
6 changed files with 73 additions and 8 deletions

View File

@@ -15,4 +15,5 @@ export interface UserSettingStore {
globalSetting: GlobalSettingAttributes | null;
userSettings: UserSettingAttributes;
displayStyle: "table" | "card";
imagesSource: "proxy" | "local";
}