Files
aaPanel/config/menu.json
T
Jack 1459724ba3 Update to 7.10.0
[+] Add Mail Server to the left menu.
[+] Add Mail Server - WebMail (requires Mail Server upgrade 5.1)
[+] Add WP Toolkit Plugin, Theme installation.
[+] Add Mail Server Login info.
[+] Add Mail Server WebMail One-click Login (requires Mail Server upgrade 5.2).
[+] Redesigned Security - Firewall.

[*] Optimized Mass Mail sending speed.
[*] Optimized the CPU usage problem of aaPanel startup service.

[-] Fix apache application, renew SSL issue.
[-] Fix Let's Encrypt account registeration failed.
[-] Fix openlitespeed using capital letters on domain name caused the website cannot be accessed issue.
[-] Fix problem of failure to reset root password in some versions of MariaDB.
[-] Fix an error in modifying Permission in some cases of MySQL.
[-] Fix the Website category display problem.
2024-08-09 09:57:59 +08:00

123 lines
2.0 KiB
JSON

[
{
"title": "Home",
"href": "/",
"class": "menu_home",
"id": "memuA",
"sort": 1
},
{
"title": "Website",
"href": "/site",
"class": "menu_web",
"id": "memuAsite",
"sort": 2
},
{
"title": "WP Toolkit",
"href": "/wp/toolkit",
"class": "menu_wp_toolkit",
"id": "memuAwptoolkit",
"sort": 2
},
{
"title": "FTP",
"href": "/ftp",
"class": "menu_ftp",
"id": "memuAftp",
"sort": 3
},
{
"title": "Databases",
"href": "/database",
"class": "menu_data",
"id": "memuAdatabase",
"sort": 4
},
{
"title": "Docker",
"href": "/docker",
"class": "menu_docker",
"id": "memuDocker",
"sort": 5
},
{
"title": "Monitor",
"href": "/control",
"class": "menu_control",
"id": "memuAcontrol",
"sort": 6
},
{
"title": "Security",
"href": "/firewall",
"class": "menu_firewall",
"id": "memuAfirewall",
"sort": 7
},
{
"title": "WAF",
"href": "/btwaf/index",
"class": "menu_btwaf",
"id": "memu_btwaf",
"sort": 8
},
{
"title": "Mail Server",
"href": "/mail",
"class": "memu_mailsys",
"id": "memu_mailsys",
"sort": 9
},
{
"title": "Files",
"href": "/files",
"class": "menu_folder",
"id": "memuAfiles",
"sort": 10
},
{
"title": "Logs",
"href": "/logs",
"class": "menu_logs",
"id": "memuAlogs",
"sort": 11
},
{
"title": "Terminal",
"href": "/xterm",
"class": "menu_xterm",
"id": "memuAxterm",
"sort": 12
},
{
"title": "Cron",
"href": "/crontab",
"class": "menu_day",
"id": "memuAcrontab",
"sort": 13
},
{
"title": "App Store",
"href": "/soft",
"class": "menu_soft",
"id": "memuAsoft",
"sort": 14
},
{
"title": "Settings",
"href": "/config",
"class": "menu_set",
"id": "memuAconfig",
"sort": 15
},
{
"title": "Log out",
"href": "/login?dologin=True",
"class": "menu_exit",
"id": "dologin",
"sort": 16
}
]