Skip to content

Commit

Permalink
修改Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Nov 12, 2024
1 parent e1e951c commit 11703b6
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/java/ani/rss/util/MenuUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private static void showSystemTray() throws AWTException {
SystemTray tray = SystemTray.getSystemTray();
trayIcon = new TrayIcon(
Toolkit.getDefaultToolkit().getImage(
ResourceUtil.getResource("icon.png")
ResourceUtil.getResource("icon-64.png")
), "ani-rss");
trayIcon.setImageAutoSize(true);
tray.add(trayIcon);
Expand Down
Binary file added src/main/resources/icon-64.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 removed src/main/resources/icon.png
Binary file not shown.
Binary file modified src/main/resources/image/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<link rel="icon" href="/favicon.ico"/>
<link rel="icon" href="/mikan-pic.png"/>
<link rel="icon" href="/icon.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>ANI-RSS</title>
<link rel="manifest" href="/manifest.json"/>
Expand Down
Binary file removed ui/public/favicon.ico
Binary file not shown.
Binary file added ui/public/icon-128.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 ui/public/icon-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions ui/public/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ui/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"name": "ANI-RSS",
"icons": [
{
"src": "/mikan-pic.png",
"src": "/icon-128.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/mikan-pic.png",
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div style="justify-content: center;align-items: center;display: flex;flex: 1">
<div id="form" style="max-width: 200px;">
<div style="text-align: center;">
<img src="../public/mikan-pic.png" height="80" width="80"/>
<img src="../public/icon.svg" height="80" width="80"/>
</div>
<h2 style="text-align: center">ANI-RSS</h2>
<div style="height: 30px;"></div>
Expand Down

0 comments on commit 11703b6

Please sign in to comment.