@@ -45,12 +45,11 @@ const appDescription = {
45
45
'Microsoft PowerPoint' : '画饼' ,
46
46
SimplyPiano : '练琴' ,
47
47
48
- " Microsoft Edge" : '看b站' ,
48
+ ' Microsoft Edge' : '看b站' ,
49
49
umamusume : '启动!' ,
50
50
WindowsTerminal : 'del /f /s /q c:/ (不是' ,
51
- "卡拉彼丘" : '启动!' ,
52
- "Yuanshen.exe" : '启动!' ,
53
-
51
+ 卡拉彼丘 : '启动!' ,
52
+ 'Yuanshen.exe' : '启动!' ,
54
53
} as any
55
54
const appLabels : { [ app : string ] : string } = {
56
55
'Activity Monitor' : 'activity' ,
@@ -130,13 +129,13 @@ const appLabels: { [app: string]: string } = {
130
129
131
130
cmusic : 'cmusic' ,
132
131
133
- " Microsoft Edge" : " edge" ,
132
+ ' Microsoft Edge' : ' edge' ,
134
133
firefox : 'firefox' ,
135
134
idea64 : 'idea' ,
136
- " Explorer.EXE" : 'windows_explorer' ,
135
+ ' Explorer.EXE' : 'windows_explorer' ,
137
136
WindowsTerminal : 'windows_terminal' ,
138
- " 卡拉彼丘" : " calatopia" ,
139
- " Yuanshen.exe" : " genshin" ,
137
+ 卡拉彼丘 : ' calatopia' ,
138
+ ' Yuanshen.exe' : ' genshin' ,
140
139
}
141
140
// autocorrect: true
142
141
export const Activity = memo ( ( ) => {
@@ -203,7 +202,7 @@ export const Activity = memo(() => {
203
202
{ ! ! media && (
204
203
< m . div className = "absolute bottom-0 left-0 top-0 z-[10] flex items-center lg:left-[-30px]" >
205
204
< div className = "absolute inset-0 z-[-1] flex center" >
206
- < div className = "h-6 w-6 animate-ping rounded-md ring-2 ring-uk- red-dark" />
205
+ < div className = "h-6 w-6 rounded-md ring-2 ring-red-500 dark:ring-red-400 " />
207
206
</ div >
208
207
< FloatPopover
209
208
TriggerComponent = { TriggerComponent }
0 commit comments