Skip to content

Commit 1509346

Browse files
committed
fix(build): add author email and fix resources for linux build (v1.0.4)
1 parent a26649e commit 1509346

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "spotlight",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Spotlight - 智能随机点名助手",
55
"main": "main.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"build:mac": "electron-builder --mac",
1111
"build:linux": "electron-builder --linux"
1212
},
13-
"author": "",
13+
"author": "BeiChen-CN <github@beichen.cn>",
1414
"license": "MIT",
1515
"devDependencies": {
1616
"electron": "^28.0.0",
@@ -78,13 +78,6 @@
7878
"preload.js",
7979
"src/**/*",
8080
"icon.png"
81-
],
82-
"extraResources": [
83-
{
84-
"from": "data",
85-
"to": "data",
86-
"filter": ["*.json"]
87-
}
8881
]
8982
}
9083
}

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ <h1 class="content-title" data-i18n="nav.about">关于</h1>
854854
<img src="../icon.png" alt="Spotlight Logo" width="100" height="100" style="border-radius: 20px; box-shadow: 0 8px 32px rgba(0,0,0,0.15);">
855855
</div>
856856
<h2 class="about-app-name" style="font-size: 2rem; font-weight: 700; margin-bottom: 0.25rem;">Spotlight</h2>
857-
<p class="about-version text-tertiary" style="margin-bottom: 0.5rem;">Version 1.0.3</p>
857+
<p class="about-version text-tertiary" style="margin-bottom: 0.5rem;">Version 1.0.4</p>
858858
<p class="about-developer" style="color: var(--text-secondary); margin-bottom: 1.5rem;">
859859
<span style="opacity: 0.7;">Developed by</span> <strong>BeiChen-CN</strong>
860860
</p>

0 commit comments

Comments
 (0)