插件功能完善,搜索框发光条可以调节

This commit is contained in:
2025-12-20 22:49:58 +08:00
parent a7556418ae
commit 32bf9f0ffe
9 changed files with 38 additions and 5 deletions

View File

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