Skip to content

Commit

Permalink
feat(activity): add some app icons (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
TNXG authored Oct 27, 2023
1 parent e681827 commit 4e8bb2e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 0 deletions.
Binary file added public/apps/calatopia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/edge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/firefox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/genshin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/umamusume.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/windows_explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apps/windows_terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions src/components/layout/header/internal/Activity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ const appDescription = {
'Microsoft Excel': '雕花',
'Microsoft PowerPoint': '画饼',
SimplyPiano: '练琴',

"Microsoft Edge": '看b站',
umamusume: '启动!',
WindowsTerminal: 'del /f /s /q c:/ (不是',
"卡拉彼丘": '启动!',
"Yuanshen.exe": '启动!',

} as any
const appLabels: { [app: string]: string } = {
'Activity Monitor': 'activity',
Expand Down Expand Up @@ -122,6 +129,14 @@ const appLabels: { [app: string]: string } = {
Thorium: 'thorium',

cmusic: 'cmusic',

"Microsoft Edge": "edge",
firefox: 'firefox',
idea64: 'idea',
"Explorer.EXE": 'windows_explorer',
WindowsTerminal: 'windows_terminal',
"卡拉彼丘": "calatopia",
"Yuanshen.exe": "genshin",
}
// autocorrect: true
export const Activity = memo(() => {
Expand Down

1 comment on commit 4e8bb2e

@vercel
Copy link

@vercel vercel bot commented on 4e8bb2e Oct 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

shiro – ./

springtide.vercel.app
shiro-innei.vercel.app
shiro-git-main-innei.vercel.app
innei.in

Please sign in to comment.