mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 01:10:16 +08:00
修改应用名称
This commit is contained in:
@@ -204,7 +204,7 @@ app.on("will-quit", () => {
|
|||||||
function getIconPath() {
|
function getIconPath() {
|
||||||
let iconPath = "";
|
let iconPath = "";
|
||||||
const iconFile =
|
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) {
|
if (app.isPackaged) {
|
||||||
// 打包模式
|
// 打包模式
|
||||||
|
|||||||
@@ -2,10 +2,10 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/amber-pm-logo.png" />
|
<link rel="icon" type="image/svg+xml" href="/spark-store.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
|
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" />
|
||||||
<title>APM 应用商店</title>
|
<title>星火应用商店</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
|||||||
1
src/assets/imgs/spark-store.svg
Normal file
1
src/assets/imgs/spark-store.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 34 KiB |
@@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import ThemeToggle from "./ThemeToggle.vue";
|
import ThemeToggle from "./ThemeToggle.vue";
|
||||||
import amberLogo from "../assets/imgs/amber-pm-logo.png";
|
import amberLogo from "../assets/imgs/spark-store.svg";
|
||||||
|
|
||||||
defineProps<{
|
defineProps<{
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
|||||||
Reference in New Issue
Block a user