Skip to content

Commit acfc932

Browse files
committed
fix: add icons
Signed-off-by: Innei <[email protected]>
1 parent d933691 commit acfc932

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

public/apps/kitty.png

46.5 KB
Loading

public/apps/qq_music.png

-46 KB
Binary file not shown.

public/apps/qqmusic.png

50.1 KB
Loading

src/components/layout/header/internal/Activity.tsx

+7-4
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ import { useAggregationSelector } from '~/providers/root/aggregation-data-provid
2020
// autocorrect: false
2121
const appDescrption = {
2222
Typora: '水文',
23-
Xcode: '敲榔头',
23+
Xcode: '玩个锤子',
2424
iTerm2: '耍杂技',
2525
NeteaseMusic: '听歌',
2626
QQ音乐: '听歌',
27-
Chrome: '冲浪',
28-
'Chrome Canary': '调试',
27+
28+
'Google Chrome': '冲浪',
29+
'Google Chrome Canary': '调试',
2930
QQ: '水群',
3031
Messages: '看验证码',
3132
Code: 'Restart TS Server',
3233
Finder: '发呆',
3334
Infuse: '看片',
35+
kitty: '耍猫',
3436
} as any
3537
const appLabels: { [app: string]: string } = {
3638
Slack: 'slack',
@@ -52,12 +54,13 @@ const appLabels: { [app: string]: string } = {
5254
Chrome: 'chrome',
5355
'Chrome Canary': 'chrome_canary',
5456
'Google Chrome Canary': 'chrome_canary',
55-
QQ音乐: 'qq_music',
57+
QQ音乐: 'qqmusic',
5658
NetEaseMusic: 'netease',
5759
iTerm2: 'iterm2',
5860
Xcode: 'xcode',
5961
Typora: 'typora',
6062
Infuse: 'infuse',
63+
kitty: 'kitty',
6164

6265
cmusic: 'cmusic',
6366
}

0 commit comments

Comments
 (0)