feat: add bilingual release notes

This commit is contained in:
lofyer
2026-08-11 20:59:26 +08:00
parent 6942bef567
commit 44d30b428d
26 changed files with 1344 additions and 42 deletions
+5
View File
@@ -20,6 +20,7 @@
"test:watch": "vitest",
"build": "npm run typecheck && npm run build:bundle",
"build:bundle": "electron-vite build",
"release:notes:verify": "node build/release-notes.cjs",
"dist": "npm run build && electron-builder",
"dist:win": "npm run build && electron-builder --win nsis --x64 --arm64",
"dist:mac": "npm run build && electron-builder --mac dmg --x64 --arm64",
@@ -53,6 +54,10 @@
"**/*"
]
},
{
"from": "resources/release-notes.json",
"to": "release-notes.json"
},
{
"from": "build/icon-taskbar.ico",
"to": "icon.ico"