page / bt-source /panel /config /menu.json
GGSheng's picture
feat: deploy Gemma 4 to hf space
a757bd3 verified
{
"version": "11.3.1",
"menu":
[
{
"title": "首页",
"href": "/",
"class": "menu_home",
"id": "memuA",
"sort": 1,
"show": true,
"children": []
},
{
"title": "网站",
"href": "/site",
"class": "menu_web",
"id": "memuAsite",
"sort": 2,
"show": true,
"children": [
{
"title": "PHP网站",
"href": "",
"class": "",
"id": "php",
"sort": 1,
"show": true,
"children": []
},
{
"title": "java项目",
"href": "",
"class": "",
"id": "java",
"sort": 2,
"show": true,
"children": []
},
{
"title": "Node.js项目",
"href": "",
"class": "",
"id": "node",
"sort": 3,
"show": true,
"children": []
},
{
"title": "Go项目",
"href": "",
"class": "",
"id": "go",
"sort": 4,
"show": true,
"children": []
},
{
"title": "Python项目",
"href": "",
"class": "",
"id": "python",
"sort": 5,
"show": true,
"children": []
},
{
"title": ".NET项目",
"href": "",
"class": "",
"id": "net",
"sort": 6,
"show": true,
"children": []
},
{
"title": "反向代理",
"href": "",
"class": "",
"id": "nginx",
"sort": 6,
"show": true,
"children": []
},
{
"title": "HTML项目",
"href": "",
"class": "",
"id": "html",
"sort": 6,
"show": true,
"children": []
},
{
"title": "其他项目",
"href": "",
"class": "",
"id": "other",
"sort": 6,
"show": true,
"children": []
}
]
},
{
"title": "FTP",
"href": "/ftp",
"class": "menu_ftp",
"id": "memuAftp",
"sort": 3,
"show": false,
"children": []
},
{
"title": "数据库",
"href": "/database",
"class": "menu_data",
"id": "memuAdatabase",
"sort": 4,
"show": true,
"children": []
},
{
"title": "Docker",
"href": "/docker",
"class": "menu_docker",
"id": "memuDocker",
"sort": 5,
"show": true,
"children": []
},
{
"title": "监控",
"href": "/control",
"class": "menu_control",
"id": "memuAcontrol",
"sort": 6,
"show": true,
"children": []
},
{
"title": "安全",
"href": "/firewall",
"class": "menu_firewall",
"id": "memuAfirewall",
"sort": 7,
"show": true,
"children": []
},
{
"title": "WAF",
"href": "/waf",
"class": "menu_btwaf",
"id": "memu_btwaf",
"sort": 8,
"show": true,
"children": []
},
{
"title": "文件",
"href": "/files",
"class": "menu_folder",
"id": "memuAfiles",
"sort": 9,
"show": true,
"children": []
},
{
"title": "日志",
"href": "/logs",
"class": "menu_logs",
"id": "memuAlogs",
"sort": 10,
"show": true,
"children": []
},
{
"title": "WP Tools",
"href": "/wp",
"class": "menu_wp",
"id": "memuAwp",
"sort": 12,
"show": false,
"children": []
},
{
"title": "域名",
"href": "/domain",
"class": "menu_domain",
"id": "memuAdomain",
"sort": 13,
"show": true,
"children": []
},
{
"title": "SSL",
"href": "/ssl",
"class": "menu_ssl",
"id": "memuAssl",
"sort": 13,
"show": true,
"children": []
},
{
"title": "多用户",
"href": "/vhost",
"class": "menu_vhost",
"id": "memuAvhost",
"sort": 13,
"show": false,
"children": []
},
{
"title": "邮局",
"href": "/mail",
"class": "menu_mail",
"id": "memuAmail",
"sort": 13,
"show": false,
"children": []
},
{
"title": "终端",
"href": "/xterm",
"class": "menu_xterm",
"id": "memuAxterm",
"sort": 14,
"show": true,
"children": []
},
{
"title": "节点管理",
"href": "/node",
"class": "memu_node",
"id": "memuAnode",
"sort": 15,
"show": true,
"children": []
},
{
"title": "计划任务",
"href": "/crontab",
"class": "menu_day",
"id": "memuAcrontab",
"sort": 16,
"show": true,
"children": []
},
{
"title": "软件商店",
"href": "/soft",
"class": "menu_soft",
"id": "memuAsoft",
"sort": 17,
"show": true,
"children": []
},
{
"title": "设置",
"href": "/config",
"class": "menu_set",
"id": "memuAconfig",
"sort": 18,
"show": true,
"children": []
},
{
"title": "退出",
"href": "/login?dologin=True",
"class": "menu_exit",
"id": "dologin",
"sort": 19,
"show": true,
"children": []
}
]
}