1 Star 0 Fork 1

chonglin/xgen-dev-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.yao 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
Max 提交于 2024-03-18 11:49 . [add] AutoComplete Component
{
"xgen": "1.0",
"name": "xgen dev app",
"short": "devapp",
"description": "LOL manage system by Yao.",
"version": "0.10.4",
"setup": "scripts.init.setData",
"adminRoot": "admin",
"token": {
"storage": "localStorage"
},
"menu": { "process": "flows.menu", "args": [] },
"optional": {
"remoteCache": false,
/**
* This is a new feature of the yao v0.10.4
* layout:
* 1-column: one column for menu and sub-menu
* 2-columns: menu and sub-menu in two column
*
* hide: hide the menu and sub-menu
* showName: show the name of the menu
*/
"menu": { "layout": "2-columns", "showName": true },
/**
* Admin:
* - PATH: {"api":"/neo"}
* - URL: {"api":"http://localhost:5099/api/__yao/neo"}
*
* Studio:
* - Studio PATH: {"api":"/neo", "studio":true }
* - Studio URL: {"api":"http://localhost:5077/neo", "studio":true }
*/
"neo": { "api": "/neo" }
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/godlinc/xgen-dev-app.git
git@gitee.com:godlinc/xgen-dev-app.git
godlinc
xgen-dev-app
xgen-dev-app
main

搜索帮助