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

@@ -22,7 +22,7 @@ const createWindow = () => {
ipcMain.on('save-file', saveFile)
// ipcMain.handled('read-file', readFile)
// win.loadFile('./pages/index.html')
win.loadURL('https://oa.gxwebsoft.com')
win.loadURL('https://oa.websoft.top')
}
app.whenReady().then(() => {