mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-01-24 09:23:07 +08:00
release: v0.6.0
This commit is contained in:
@@ -54,14 +54,9 @@ mac:
|
||||
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
||||
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
||||
target:
|
||||
# 架构由 CI 通过 --x64/--arm64 指定,避免在单个 job 里同时打双架构
|
||||
- target: dmg
|
||||
arch:
|
||||
- x64
|
||||
- arm64
|
||||
- target: zip
|
||||
arch:
|
||||
- x64
|
||||
- arm64
|
||||
artifactName: ChatLab-${version}-${arch}.${ext}
|
||||
|
||||
# macOS 平台的 DMG 配置
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ChatLab",
|
||||
"version": "0.5.2",
|
||||
"version": "0.6.0",
|
||||
"description": "本地聊天分析实验室",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -39,7 +39,8 @@
|
||||
"electron-updater": "^6.6.2",
|
||||
"markdown-it": "^14.1.0",
|
||||
"stream-json": "^1.9.1",
|
||||
"vue-i18n": "^11.2.8"
|
||||
"vue-i18n": "^11.2.8",
|
||||
"zod": "^4.3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@electron-toolkit/eslint-config": "^1.0.2",
|
||||
|
||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -50,6 +50,9 @@ importers:
|
||||
vue-i18n:
|
||||
specifier: ^11.2.8
|
||||
version: 11.2.8(vue@3.5.26(typescript@5.9.3))
|
||||
zod:
|
||||
specifier: ^4.3.5
|
||||
version: 4.3.5
|
||||
devDependencies:
|
||||
'@electron-toolkit/eslint-config':
|
||||
specifier: ^1.0.2
|
||||
|
||||
Reference in New Issue
Block a user