File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -20,17 +20,19 @@ import { useAggregationSelector } from '~/providers/root/aggregation-data-provid
20
20
// autocorrect: false
21
21
const appDescrption = {
22
22
Typora : '水文' ,
23
- Xcode : '敲榔头 ' ,
23
+ Xcode : '玩个锤子 ' ,
24
24
iTerm2 : '耍杂技' ,
25
25
NeteaseMusic : '听歌' ,
26
26
QQ音乐 : '听歌' ,
27
- Chrome : '冲浪' ,
28
- 'Chrome Canary' : '调试' ,
27
+
28
+ 'Google Chrome' : '冲浪' ,
29
+ 'Google Chrome Canary' : '调试' ,
29
30
QQ : '水群' ,
30
31
Messages : '看验证码' ,
31
32
Code : 'Restart TS Server' ,
32
33
Finder : '发呆' ,
33
34
Infuse : '看片' ,
35
+ kitty : '耍猫' ,
34
36
} as any
35
37
const appLabels : { [ app : string ] : string } = {
36
38
Slack : 'slack' ,
@@ -52,12 +54,13 @@ const appLabels: { [app: string]: string } = {
52
54
Chrome : 'chrome' ,
53
55
'Chrome Canary' : 'chrome_canary' ,
54
56
'Google Chrome Canary' : 'chrome_canary' ,
55
- QQ音乐 : 'qq_music ' ,
57
+ QQ音乐 : 'qqmusic ' ,
56
58
NetEaseMusic : 'netease' ,
57
59
iTerm2 : 'iterm2' ,
58
60
Xcode : 'xcode' ,
59
61
Typora : 'typora' ,
60
62
Infuse : 'infuse' ,
63
+ kitty : 'kitty' ,
61
64
62
65
cmusic : 'cmusic' ,
63
66
}
You can’t perform that action at this time.
0 commit comments