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 @@