Skip to content

Commit

Permalink
perf: 优化图标配置
Browse files Browse the repository at this point in the history
  • Loading branch information
draco-china committed Jul 3, 2023
1 parent fe36ff7 commit 4830687
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 77 deletions.
12 changes: 6 additions & 6 deletions src/hooks/useAutoComplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,36 +96,36 @@ export const Engines = [
key: 'Bing',
url: 'https://www.bing.com/search?q=',
title: '必应',
icon: 'local:bing',
icon: 'bing',
},
{
key: 'Google',
url: 'https://www.google.com/search?q=',
title: '谷歌',
icon: 'local:google',
icon: 'google',
},
{
key: 'Baidu',
url: 'https://www.baidu.com/s?wd=',
title: '百度',
icon: 'local:baidu',
icon: 'baidu',
},
{
key: 'Yahoo',
url: 'https://search.yahoo.com/search?p=',
title: '雅虎',
icon: 'local:yahoo',
icon: 'yahoo',
},
{
key: 'Wikipedia',
url: 'https://zh.wikipedia.org/wiki/Special:Search/',
title: '维基百科',
icon: 'local:wikipedia',
icon: 'wikipedia',
},
{
key: 'Qwant',
url: 'https://www.qwant.com/?q=',
title: 'Qwant',
icon: 'local:qwant',
icon: 'qwant',
},
];
12 changes: 2 additions & 10 deletions src/icons/action-center.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/icons/baidu.svg

This file was deleted.

44 changes: 0 additions & 44 deletions src/icons/bing.svg

This file was deleted.

3 changes: 3 additions & 0 deletions src/icons/exit-full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/icons/full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/icons/google.svg

This file was deleted.

3 changes: 3 additions & 0 deletions src/icons/loading-three.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions src/icons/qwant.svg

This file was deleted.

5 changes: 4 additions & 1 deletion src/icons/system.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/icons/wikipedia.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/icons/yahoo.svg

This file was deleted.

0 comments on commit 4830687

Please sign in to comment.