初始化
This commit is contained in:
18
src/core/apps/setting/app.json
Normal file
18
src/core/apps/setting/app.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "setting",
|
||||
"title": "设置",
|
||||
"description": "设置",
|
||||
"icon": "iconfont icon-setting",
|
||||
"startName": "main",
|
||||
"singleton": true,
|
||||
"isJustProcess": false,
|
||||
"windowFormConfigs": [
|
||||
{
|
||||
"name": "main",
|
||||
"title": "设置",
|
||||
"icon": "iconfont icon-setting",
|
||||
"width": 800,
|
||||
"height": 600
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user