52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
|
"productName": "小白记账",
|
|
"version": "0.9.0",
|
|
"identifier": "cn.xiaobaijizhang.desktop",
|
|
"build": {
|
|
"beforeDevCommand": "npm run dev",
|
|
"devUrl": "http://localhost:1420",
|
|
"beforeBuildCommand": "npm run build",
|
|
"frontendDist": "../dist"
|
|
},
|
|
"app": {
|
|
"windows": [
|
|
{
|
|
"label": "main",
|
|
"title": "小白记账",
|
|
"width": 1440,
|
|
"height": 900,
|
|
"minWidth": 1080,
|
|
"minHeight": 700,
|
|
"center": true,
|
|
"resizable": true
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["nsis"],
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.ico"
|
|
],
|
|
"category": "Finance",
|
|
"shortDescription": "面向个体工商户的本地优先 AI 记账与申报协作软件",
|
|
"longDescription": "小白记账帮助没有会计基础的个体工商户归集经营数据、理解收支、整理账簿并准备申报材料。",
|
|
"windows": {
|
|
"wix": {
|
|
"language": "zh-CN"
|
|
},
|
|
"nsis": {
|
|
"languages": ["SimpChinese"],
|
|
"displayLanguageSelector": false
|
|
}
|
|
}
|
|
}
|
|
}
|