From b9425fcc7612bdef02c9520196e56ecc66f665ba Mon Sep 17 00:00:00 2001
From: Hunter0x7c7 <1125607007@qq.com>
Date: 星期五, 11 八月 2023 14:15:37 +0800
Subject: [PATCH] 添加图标

---
 src/main/resources/mipmap/ic_sync_tools_48.png                  |    0 
 src/main/resources/mipmap/ic_chinese_cabbage_285.png            |    0 
 src/main/resources/mipmap/ic_class_2_dex_tools_256.png          |    0 
 src/main/resources/mipmap/ic_sync_tools_16.png                  |    0 
 src/main/resources/mipmap/ic_chinese_cabbage_16.png             |    0 
 src/main/resources/mipmap/ic_sync_tools_520.png                 |    0 
 src/main/java/com/github/hunter0x7c7/sync/ctrls/Controller.java |    2 +-
 src/main/deploy/package/mac/SyncTools.icns                      |    0 
 8 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/deploy/package/mac/SyncTools.icns b/src/main/deploy/package/mac/SyncTools.icns
index 359a22f..435d7bd 100644
--- a/src/main/deploy/package/mac/SyncTools.icns
+++ b/src/main/deploy/package/mac/SyncTools.icns
Binary files differ
diff --git a/src/main/java/com/github/hunter0x7c7/sync/ctrls/Controller.java b/src/main/java/com/github/hunter0x7c7/sync/ctrls/Controller.java
index ab3c426..936777e 100644
--- a/src/main/java/com/github/hunter0x7c7/sync/ctrls/Controller.java
+++ b/src/main/java/com/github/hunter0x7c7/sync/ctrls/Controller.java
@@ -176,7 +176,7 @@
                         //娣诲姞鍒扮郴缁熸墭鐩�
                         Stage primaryStage = Session.getInstance().getPrimaryStage();
                         String tooltip = String.format("%s v%s", AppName, VersionName);//SyncTools v1.0
-                        String mipmap = "mipmap/img_chinese_cabbage_16.png";
+                        String mipmap = "mipmap/ic_chinese_cabbage_16.png";
                         MenuItem show = new MenuItem("鏄剧ず");//鏄剧ずShow
                         //缁戝畾绯荤粺鎵樼洏浜嬩欢
                         show.addActionListener(actionListener -> {
diff --git a/src/main/resources/mipmap/img_chinese_cabbage_16.png b/src/main/resources/mipmap/ic_chinese_cabbage_16.png
similarity index 100%
rename from src/main/resources/mipmap/img_chinese_cabbage_16.png
rename to src/main/resources/mipmap/ic_chinese_cabbage_16.png
Binary files differ
diff --git a/src/main/resources/mipmap/img_chinese_cabbage_285.png b/src/main/resources/mipmap/ic_chinese_cabbage_285.png
similarity index 100%
rename from src/main/resources/mipmap/img_chinese_cabbage_285.png
rename to src/main/resources/mipmap/ic_chinese_cabbage_285.png
Binary files differ
diff --git a/src/main/resources/mipmap/img_class_2_dex_tools_256.png b/src/main/resources/mipmap/ic_class_2_dex_tools_256.png
similarity index 100%
rename from src/main/resources/mipmap/img_class_2_dex_tools_256.png
rename to src/main/resources/mipmap/ic_class_2_dex_tools_256.png
Binary files differ
diff --git a/src/main/resources/mipmap/ic_sync_tools_16.png b/src/main/resources/mipmap/ic_sync_tools_16.png
new file mode 100644
index 0000000..bf3156e
--- /dev/null
+++ b/src/main/resources/mipmap/ic_sync_tools_16.png
Binary files differ
diff --git a/src/main/resources/mipmap/ic_sync_tools_48.png b/src/main/resources/mipmap/ic_sync_tools_48.png
new file mode 100644
index 0000000..b995c77
--- /dev/null
+++ b/src/main/resources/mipmap/ic_sync_tools_48.png
Binary files differ
diff --git a/src/main/resources/mipmap/ic_sync_tools_520.png b/src/main/resources/mipmap/ic_sync_tools_520.png
new file mode 100644
index 0000000..5644a10
--- /dev/null
+++ b/src/main/resources/mipmap/ic_sync_tools_520.png
Binary files differ

--
Gitblit v1.9.1