Skip to content

Commit

Permalink
feat: image
Browse files Browse the repository at this point in the history
  • Loading branch information
LxHTT committed May 25, 2024
1 parent 1361e32 commit 9302100
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/utils/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ export function getCoreIcon(name: string) {
return 'https://img.fastmirror.net/s/2024/05/25/6651673e7e949.png';
case 'Waterfall':
return 'https://img.fastmirror.net/s/2024/05/25/665167dfcd667.png';
case 'CatServer':
return 'https://img.fastmirror.net/s/2024/05/25/66516c242762e.png';
case 'CraftBukkit':
return 'https://img.fastmirror.net/s/2024/05/25/66516c22db66a.png';
default:
return 'https://img.fastmirror.net/s/2024/05/25/6651673f05405.png';
}
Expand Down

0 comments on commit 9302100

Please sign in to comment.