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": {
"windows": [
{
"title": "bidding-agent",
"width": 800,
"height": 600
"title": "招投标智能助手",
"minWidth": 800,
"minHeight": 600
}
],
"security": {