1 Star 0 Fork 5

Yzi/eva-cms-admin-front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
kit.json 13.05 KB
一键复制 编辑 原始数据 按行查看 历史
刘大逵 提交于 2024-10-14 21:04 +08:00 . 模版管理(备份)
{
"name": "eva-cms-admin-front",
"space": "Eva",
"service": {
"eva-vue3-options": {
"version": "4.5.0.3",
"variables": [
{
"name": "loginTitle",
"inputType": "input",
"value": "伊娃CMS-轻量级CMS系统"
},
{
"name": "loginDescription",
"inputType": "input",
"value": "金镐开源组织研发,开源免费无版权!"
},
{
"name": "menuTitle",
"inputType": "input",
"value": "伊娃CMS"
}
]
}
},
"plugins": {
"eva-vue3-querymodel-crud": {
"version": "4.1.2.3",
"variables": [
{
"name": "loginTitle",
"inputType": "input",
"value": "伊娃CMS-轻量级CMS系统"
},
{
"name": "loginDescription",
"inputType": "input",
"value": "金镐开源组织研发,开源免费无版权!"
},
{
"name": "menuTitle",
"inputType": "input",
"value": "伊娃CMS"
},
{
"name": "filepath",
"inputType": "input",
"value": "cms"
},
{
"name": "moduleName",
"inputType": "input",
"value": "模板"
},
{
"name": "apiPrefix",
"inputType": "input",
"value": "/cms/template"
},
{
"name": "permissionPrefix",
"inputType": "input",
"value": "cms:template"
},
{
"name": "windowWidth",
"inputType": "input",
"value": "750px"
},
{
"name": "functions",
"inputType": "checkbox",
"value": [
"create",
"deleteById",
"deleteByIdInBatch",
"updateById"
]
},
{
"name": "database",
"inputType": "datasource",
"value": "2ED1H92G0VK04C"
},
{
"name": "queryModel",
"inputType": "query_model",
"value": {
"value": "4VGPVJLQWTMO04",
"settings": {
"byFields": [
{
"name": "title",
"length": "50",
"decimal": 0,
"defaultValue": null,
"required": true,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "模板名称",
"alias": "title",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"inputType": "input",
"inputTypeSettings": {},
"statements": "`title`"
}
],
"tableFields": [
{
"name": "title",
"length": "50",
"decimal": 0,
"defaultValue": null,
"required": true,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "模板名称",
"alias": "title",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"columnWidth": "100px",
"viewType": "text",
"viewTypeSettings": {},
"statements": "`title`"
},
{
"name": "path",
"length": "255",
"decimal": 0,
"defaultValue": null,
"required": true,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "模板路径",
"alias": "path",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"columnWidth": "150px",
"viewType": "longtext",
"viewTypeSettings": {},
"statements": "`path`"
},
{
"name": "data_definition",
"length": 0,
"decimal": 0,
"defaultValue": null,
"required": false,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "模版数据定义",
"alias": "data_definition",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"columnWidth": "200px",
"viewType": "longtext",
"viewTypeSettings": {},
"statements": "`data_definition`"
},
{
"name": "remark",
"length": "255",
"decimal": 0,
"defaultValue": null,
"required": false,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "备注",
"alias": "remark",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"columnWidth": "200px",
"viewType": "text",
"viewTypeSettings": {},
"statements": "`remark`"
},
{
"name": "real_name",
"length": "50",
"decimal": 0,
"defaultValue": null,
"required": false,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "创建人",
"alias": "creator_real_name",
"table": {
"id": "1XX6YP02C8008G",
"type": "SUB",
"name": "system_user",
"alias": "creator",
"checkedAll": false
},
"columnWidth": "100px",
"viewType": "text",
"viewTypeSettings": {},
"statements": "`real_name` AS `creator_real_name`"
},
{
"name": "created_at",
"length": 0,
"decimal": 0,
"defaultValue": null,
"required": true,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "创建时间",
"alias": "created_at",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"columnWidth": "185px",
"viewType": "text",
"viewTypeSettings": {},
"statements": "`created_at`"
},
{
"name": "real_name",
"length": "50",
"decimal": 0,
"defaultValue": null,
"required": false,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "更新人",
"alias": "updater_real_name",
"table": {
"id": "36T6S2AQH4ISKO",
"type": "SUB",
"name": "system_user",
"alias": "updater",
"checkedAll": false
},
"columnWidth": "100px",
"viewType": "text",
"viewTypeSettings": {},
"statements": "`real_name` AS `updater_real_name`"
},
{
"name": "updated_at",
"length": 0,
"decimal": 0,
"defaultValue": null,
"required": false,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "更新时间",
"alias": "updated_at",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"columnWidth": "185px",
"viewType": "text",
"viewTypeSettings": {},
"statements": "`updated_at`"
}
],
"operaFields": [
{
"name": "title",
"length": "50",
"decimal": 0,
"defaultValue": null,
"required": true,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "模板名称",
"alias": "title",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"inputType": "input",
"inputTypeSettings": {
"maxlength": 200
},
"statements": "`title`"
},
{
"name": "path",
"length": "255",
"decimal": 0,
"defaultValue": null,
"required": true,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "模板路径",
"alias": "path",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"inputType": "input",
"inputTypeSettings": {
"maxlength": 200
},
"statements": "`path`"
},
{
"name": "data_definition",
"length": 0,
"decimal": 0,
"defaultValue": null,
"required": false,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "模版数据定义",
"alias": "data_definition",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"inputType": "input",
"inputTypeSettings": {
"maxlength": 200
},
"statements": "`data_definition`"
},
{
"name": "remark",
"length": "255",
"decimal": 0,
"defaultValue": null,
"required": false,
"isPrimaryKey": false,
"isAutoIncrement": false,
"comment": "备注",
"alias": "remark",
"table": {
"id": "690NORCE42O0S",
"type": "MAIN",
"name": "cms_template",
"alias": "template",
"checkedAll": false
},
"inputType": "textarea",
"inputTypeSettings": {
"maxlength": 200,
"rows": 3
},
"statements": "`remark`"
}
]
}
}
},
{
"name": "withPermission",
"inputType": "input",
"value": "${(permissionPrefix?trim != '')?c}"
},
{
"name": "withOperaWindow",
"inputType": "textarea",
"value": "${((functions?seq_contains('create') || functions?seq_contains('updateById')) && queryModel.operaFields?size gt 0)?c}"
}
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/scer/eva-cms-admin-front.git
git@gitee.com:scer/eva-cms-admin-front.git
scer
eva-cms-admin-front
eva-cms-admin-front
master

搜索帮助