chore(build): 更新项目配置和标识符

- 将项目名称从"网宿软件"更改为"web-soft"
- 更新应用ID为"top.websoft.oa"
- 恢复产品名称为"网宿软件"
- 将mac图标文件从"icons.icns"更改为"logo.icns"
This commit is contained in:
2026-02-03 20:17:03 +08:00
parent 52122d0efb
commit 349bc451ec
8 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "网宿软件",
"name": "web-soft",
"version": "3.0.0",
"description": "构建现代Web应用基于Java SpringBoot构建的SaaS软件平台、支持Vue、React前端框架\n自信地创建高性能和生产级的全栈web应用程序和网站",
"main": "main.js",
@@ -9,8 +9,8 @@
"build": "electron-builder"
},
"build": {
"appId": "top.websoft",
"productName": "WebSoft",
"appId": "top.websoft.oa",
"productName": "网宿软件",
"win": {
"icon": "logo.ico",
"target": [
@@ -23,7 +23,7 @@
]
},
"mac": {
"icon": "icons.icns"
"icon": "logo.icns"
},
"nsis": {
"oneClick": false,