From 3165304016cd20d28b5139ce990eb877ff5184eb Mon Sep 17 00:00:00 2001 From: shenmo Date: Thu, 19 Feb 2026 19:27:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/main/index.ts | 2 +- index.html | 4 ++-- src/assets/imgs/spark-store.svg | 1 + src/components/AppSidebar.vue | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 src/assets/imgs/spark-store.svg diff --git a/electron/main/index.ts b/electron/main/index.ts index 56e9fb2f..92687388 100644 --- a/electron/main/index.ts +++ b/electron/main/index.ts @@ -204,7 +204,7 @@ app.on("will-quit", () => { function getIconPath() { let iconPath = ""; const iconFile = - process.platform === "win32" ? "amber-pm-logo.ico" : "amber-pm-logo.png"; // 图标文件名,linux下需要png格式,不然会不显示 + process.platform === "win32" ? "amber-pm-logo.ico" : "spark-store.svg"; // 图标文件名,linux下需要png格式,不然会不显示 // 判断是否在打包模式 if (app.isPackaged) { // 打包模式 diff --git a/index.html b/index.html index 9f15f74c..94d80841 100644 --- a/index.html +++ b/index.html @@ -2,10 +2,10 @@ - + - APM 应用商店 + 星火应用商店
diff --git a/src/assets/imgs/spark-store.svg b/src/assets/imgs/spark-store.svg new file mode 100644 index 00000000..a1f93964 --- /dev/null +++ b/src/assets/imgs/spark-store.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/AppSidebar.vue b/src/components/AppSidebar.vue index 971cae72..e8e8865b 100644 --- a/src/components/AppSidebar.vue +++ b/src/components/AppSidebar.vue @@ -75,7 +75,7 @@