mirror of
https://github.com/handsomezhuzhu/AeroStart.git
synced 2026-02-20 12:00:15 +00:00
插件图标完善
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB |
BIN
public/icon.png
Normal file
BIN
public/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
@@ -8,8 +8,8 @@
|
||||
},
|
||||
"permissions": ["storage"],
|
||||
"icons": {
|
||||
"16": "favicon.ico",
|
||||
"48": "favicon.ico",
|
||||
"128": "favicon.ico"
|
||||
"16": "icon.png",
|
||||
"48": "icon.png",
|
||||
"128": "icon.png"
|
||||
}
|
||||
}
|
||||
@@ -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