feat: 启用新icon

This commit is contained in:
DLmaster361
2025-09-04 00:13:35 +08:00
parent 377e5250f9
commit 678e09e536
19 changed files with 11 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ class Notification:
title=title, title=title,
message=message, message=message,
app_name="AUTO_MAA", app_name="AUTO_MAA",
app_icon=(Path.cwd() / "res/icons/AUTO_MAA.ico").as_posix(), app_icon=(Path.cwd() / "res/icons/AUTO-MAS.ico").as_posix(),
timeout=t, timeout=t,
ticker=ticker, ticker=ticker,
toast=True, toast=True,

View File

@@ -68,7 +68,7 @@ function createWindow() {
height: 1000, height: 1000,
minWidth: 800, minWidth: 800,
minHeight: 600, minHeight: 600,
icon: path.join(__dirname, '../src/assets/AUTO_MAA.ico'), icon: path.join(__dirname, '../src/assets/AUTO-MAS.ico'),
frame: false, // 去掉系统标题栏 frame: false, // 去掉系统标题栏
titleBarStyle: 'hidden', // 隐藏标题栏 titleBarStyle: 'hidden', // 隐藏标题栏
webPreferences: { webPreferences: {

View File

@@ -35,14 +35,14 @@
"win": { "win": {
"requestedExecutionLevel": "requireAdministrator", "requestedExecutionLevel": "requireAdministrator",
"target": "dir", "target": "dir",
"icon": "public/AUTO_MAA.ico", "icon": "public/AUTO-MAS.ico",
"artifactName": "AUTO_MAA.exe" "artifactName": "AUTO_MAA.exe"
}, },
"mac": { "mac": {
"icon": "public/AUTO_MAA.ico" "icon": "public/AUTO-MAS.ico"
}, },
"linux": { "linux": {
"icon": "public/AUTO_MAA.ico" "icon": "public/AUTO-MAS.ico"
} }
}, },
"dependencies": { "dependencies": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

View File

@@ -22,7 +22,7 @@
alt="MAA" alt="MAA"
class="script-logo" class="script-logo"
/> />
<img v-else src="@/assets/AUTO_MAA.png" alt="AUTO_MAA" class="script-logo" /> <img v-else src="@/assets/AUTO-MAS.ico" alt="AUTO_MAA" class="script-logo" />
</div> </div>
<div class="script-details"> <div class="script-details">
<h3 class="script-name">{{ script.name }}</h3> <h3 class="script-name">{{ script.name }}</h3>

View File

@@ -3,8 +3,8 @@
<!-- 左侧Logo和软件名 --> <!-- 左侧Logo和软件名 -->
<div class="title-bar-left"> <div class="title-bar-left">
<div class="logo-section"> <div class="logo-section">
<img src="@/assets/AUTO_MAA.ico" alt="AUTO_MAA" class="title-logo" /> <img src="@/assets/AUTO-MAS.ico" alt="AUTO-MAS" class="title-logo" />
<span class="title-text">AUTO_MAA</span> <span class="title-text">AUTO-MAS</span>
</div> </div>
</div> </div>

View File

@@ -1,7 +1,7 @@
<template> <template>
<div class="auto-mode"> <div class="auto-mode">
<div class="header"> <div class="header">
<img src="/src/assets/AUTO_MAA.png" alt="logo" class="logo" /> <img src="/src/assets/AUTO-MAS.ico" alt="logo" class="logo" />
<a-typography-title :level="1">AUTO_MAA</a-typography-title> <a-typography-title :level="1">AUTO_MAA</a-typography-title>
</div> </div>
<div class="tip"> <div class="tip">

View File

@@ -13,7 +13,7 @@
alt="MAA" alt="MAA"
class="breadcrumb-logo" class="breadcrumb-logo"
/> />
<img v-else src="@/assets/AUTO_MAA.png" alt="AUTO_MAA" class="breadcrumb-logo" /> <img v-else src="@/assets/AUTO-MAS.ico" alt="AUTO_MAA" class="breadcrumb-logo" />
编辑脚本 编辑脚本
</div> </div>
</a-breadcrumb-item> </a-breadcrumb-item>

View File

@@ -79,7 +79,7 @@
<a-radio-button value="General" class="type-option"> <a-radio-button value="General" class="type-option">
<div class="type-content"> <div class="type-content">
<div class="type-logo-container"> <div class="type-logo-container">
<img src="@/assets/AUTO_MAA.png" alt="AUTO_MAA" class="type-logo" /> <img src="@/assets/AUTO-MAS.ico" alt="AUTO_MAA" class="type-logo" />
</div> </div>
<div class="type-info"> <div class="type-info">
<div class="type-title">通用脚本</div> <div class="type-title">通用脚本</div>

BIN
res/icons/AUTO-MAS.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 450 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB