Skip to content

Commit 4e8bb2e

Browse files
authored
feat(activity): add some app icons (#128)
1 parent e681827 commit 4e8bb2e

File tree

8 files changed

+15
-0
lines changed

8 files changed

+15
-0
lines changed

public/apps/calatopia.png

17.3 KB
Loading

public/apps/edge.png

27.4 KB
Loading

public/apps/firefox.png

32.3 KB
Loading

public/apps/genshin.png

46.8 KB
Loading

public/apps/umamusume.png

55.9 KB
Loading

public/apps/windows_explorer.png

18.3 KB
Loading

public/apps/windows_terminal.png

16.9 KB
Loading

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

+15
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ const appDescription = {
4444
'Microsoft Excel': '雕花',
4545
'Microsoft PowerPoint': '画饼',
4646
SimplyPiano: '练琴',
47+
48+
"Microsoft Edge": '看b站',
49+
umamusume: '启动!',
50+
WindowsTerminal: 'del /f /s /q c:/ (不是',
51+
"卡拉彼丘": '启动!',
52+
"Yuanshen.exe": '启动!',
53+
4754
} as any
4855
const appLabels: { [app: string]: string } = {
4956
'Activity Monitor': 'activity',
@@ -122,6 +129,14 @@ const appLabels: { [app: string]: string } = {
122129
Thorium: 'thorium',
123130

124131
cmusic: 'cmusic',
132+
133+
"Microsoft Edge": "edge",
134+
firefox: 'firefox',
135+
idea64: 'idea',
136+
"Explorer.EXE": 'windows_explorer',
137+
WindowsTerminal: 'windows_terminal',
138+
"卡拉彼丘": "calatopia",
139+
"Yuanshen.exe": "genshin",
125140
}
126141
// autocorrect: true
127142
export const Activity = memo(() => {

0 commit comments

Comments
 (0)