增加插件,自定义座右铭

This commit is contained in:
2025-12-20 22:47:03 +08:00
parent afab936d70
commit a7556418ae
18 changed files with 3078 additions and 122 deletions

View File

@@ -38,6 +38,7 @@ export interface UserSettings {
enableSearchHistory: boolean;
searchHistory: string[];
language: Language;
motto: string;
}
export type SettingsSection = 'general' | 'wallpaper' | 'search';