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,
message=message,
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,
ticker=ticker,
toast=True,

View File

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

View File

@@ -35,14 +35,14 @@
"win": {
"requestedExecutionLevel": "requireAdministrator",
"target": "dir",
"icon": "public/AUTO_MAA.ico",
"icon": "public/AUTO-MAS.ico",
"artifactName": "AUTO_MAA.exe"
},
"mac": {
"icon": "public/AUTO_MAA.ico"
"icon": "public/AUTO-MAS.ico"
},
"linux": {
"icon": "public/AUTO_MAA.ico"
"icon": "public/AUTO-MAS.ico"
}
},
"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"
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 class="script-details">
<h3 class="script-name">{{ script.name }}</h3>

View File

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

View File

@@ -1,7 +1,7 @@
<template>
<div class="auto-mode">
<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>
</div>
<div class="tip">

View File

@@ -13,7 +13,7 @@
alt="MAA"
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>
</a-breadcrumb-item>

View File

@@ -79,7 +79,7 @@
<a-radio-button value="General" class="type-option">
<div class="type-content">
<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 class="type-info">
<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