mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-08-01 17:55:59 +08:00
@ -116,7 +116,7 @@ USDT
|
||||
登录名
|
||||
登录日志导出
|
||||
硕士
|
||||
示例导出
|
||||
代码模板导出
|
||||
离异
|
||||
空闲
|
||||
站内信导出
|
||||
|
@ -0,0 +1 @@
|
||||
示例导出
|
16
assets/seed-data/Sys_CodeTemplate.json
Normal file
16
assets/seed-data/Sys_CodeTemplate.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"Enabled": true,
|
||||
"Gender": 1,
|
||||
"Id": 694360665923594,
|
||||
"Name": "老王",
|
||||
"Sort": 100,
|
||||
},
|
||||
{
|
||||
"Enabled": true,
|
||||
"Gender": 2,
|
||||
"Id": 694360665923595,
|
||||
"Name": "媳妇儿",
|
||||
"Sort": 100,
|
||||
}
|
||||
]
|
@ -278,13 +278,24 @@
|
||||
"Title": "代码生成",
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Component": "sys/template",
|
||||
"Icon": "sc-icon-template",
|
||||
"Id": 694076641718288,
|
||||
"Name": "dev/template",
|
||||
"ParentId": 373838105399301,
|
||||
"Path": "/dev/template",
|
||||
"Sort": 99,
|
||||
"Title": "页面模板",
|
||||
"Type": 1
|
||||
},
|
||||
{
|
||||
"Id": 482777529417739,
|
||||
"ParentId": 373838105399301,
|
||||
"Icon": "el-icon-eleme-filled",
|
||||
"Name": "dev/element",
|
||||
"Path": "https://element-plus.org/zh-CN/component/overview.html",
|
||||
"Sort": 99,
|
||||
"Sort": 98,
|
||||
"Title": "Element",
|
||||
"Type": 3,
|
||||
},
|
||||
@ -294,7 +305,7 @@
|
||||
"Icon": "sc-icon-free-sql",
|
||||
"Name": "dev/freesql",
|
||||
"Path": "https://freesql.net/guide",
|
||||
"Sort": 99,
|
||||
"Sort": 97,
|
||||
"Title": "FreeSql",
|
||||
"Type": 3,
|
||||
}
|
||||
|
Reference in New Issue
Block a user