enhance:修改应用窗口标题为“招投标智能助手”,调整窗口尺寸属性

This commit is contained in:
徐涛
2026-02-13 14:51:05 +08:00
parent 7fa4ec2844
commit db72b7fea8

View File

@@ -12,9 +12,9 @@
"app": { "app": {
"windows": [ "windows": [
{ {
"title": "bidding-agent", "title": "招投标智能助手",
"width": 800, "minWidth": 800,
"height": 600 "minHeight": 600
} }
], ],
"security": { "security": {