mirror of
https://github.com/handsomezhuzhu/AeroStart.git
synced 2026-02-20 20:10:15 +00:00
插件图标完善
This commit is contained in:
@@ -19,7 +19,7 @@ const DEFAULT_SETTINGS: UserSettings = {
|
||||
backgroundBlur: 8,
|
||||
searchEngines: [...SEARCH_ENGINES],
|
||||
selectedEngine: SEARCH_ENGINES[0].name,
|
||||
themeColor: THEMES[0].hex,
|
||||
themeColor: '#f97316',
|
||||
searchOpacity: 0.8,
|
||||
enableMaskBlur: false,
|
||||
maskOpacity: 0.2,
|
||||
@@ -31,7 +31,7 @@ const DEFAULT_SETTINGS: UserSettings = {
|
||||
searchHistory: [],
|
||||
language: 'zh',
|
||||
motto: '同是天涯沦落人,相逢何必曾相识',
|
||||
searchGlow: 0.35
|
||||
searchGlow: 0.5
|
||||
};
|
||||
|
||||
type ViewMode = 'search' | 'dashboard';
|
||||
|
||||
Reference in New Issue
Block a user