代码功能更新

This commit is contained in:
root
2025-05-18 07:42:27 +00:00
parent 7fc1d422a1
commit 4a90c41da2
2083 changed files with 695218 additions and 3 deletions
+75
View File
@@ -0,0 +1,75 @@
{
"logo": {
"title": "Laytp Admin",
"image": "/static/admin/images/logo.png"
},
"menu": {
"data": "/admin.menu/getMenuTree",
"method": "GET",
"accordion": true,
"collapse": false,
"control": false,
"maxTopMenuNum": 3,
"select": "2",
"async": true
},
"tab": {
"enable": true,
"keepState": true,
"session": true,
"preload": false,
"max": "30",
"index": {
"id": "2",
"href": "/admin/console.html",
"title": "控制面板"
}
},
"theme": {
"defaultColor": "2",
"defaultMenu": "dark-theme",
"defaultHeader": "light-theme",
"allowCustom": true,
"banner": false
},
"colors": [
{
"id": "1",
"color": "#2d8cf0",
"second": "#ecf5ff",
"tableChecked": "#dbe6fb"
},
{
"id": "2",
"color": "#36b368",
"second": "#f0f9eb",
"tableChecked": "#dbfbf0"
},
{
"id": "3",
"color": "#f6ad55",
"second": "#fdf6ec",
"tableChecked": "#fbf0db"
},
{
"id": "4",
"color": "#f56c6c",
"second": "#fef0f0",
"tableChecked": "#fbe7db"
},
{
"id": "5",
"color": "#3963bc",
"second": "#ecf5ff",
"tableChecked": "#dbe0fb"
}
],
"other": {
"keepLoad": "1200",
"autoHead": false,
"footer": false
},
"header": {
"message": "admin/data/message.json"
}
}