chore(app): 更新应用配置和依赖项

- 修改应用名称从"websoft"到"微笑软件"
- 更新版本号从1.0.0到3.0.0
- 更改产品描述为完整的SaaS平台说明
- 将启动脚本从start重命名为dev
- 修复构建命令拼写错误(buider改为build)
- 更新应用ID和产品名称配置
- 修改首页标题从"广西体育中心"到"网宿软件"
- 更新主窗口加载的URL地址
- 在package-lock.json中更新包名称和依赖标记
This commit is contained in:
2026-02-03 19:02:53 +08:00
parent 34015e0384
commit e4096e719b
7 changed files with 92 additions and 25 deletions

View File

@@ -1,16 +1,16 @@
{
"name": "websoft",
"version": "1.0.0",
"description": "gxtyzx",
"name": "微笑软件",
"version": "3.0.0",
"description": "构建现代Web应用基于Java SpringBoot构建的SaaS软件平台、支持Vue、React前端框架\n自信地创建高性能和生产级的全栈web应用程序和网站",
"main": "main.js",
"scripts": {
"start": "electron .",
"dev": "electron .",
"pack": "electron-builder --dir",
"buider": "electron-builder"
"build": "electron-builder"
},
"buider": {
"appId": "top.websoft.oa",
"productName": "网宿办公OA系统",
"build": {
"appId": "top.websoft",
"productName": "WebSoft",
"win": {
"icon": "logo.ico",
"target": [