# 页面接口
# 分类
# 1. 主页
- /
使用方法:
> http://localhost:{your_port}/
由此可以访问到主页
# 2. 服务器
- /server/create
使用方法:
> http://localhost:{your_port}/server/create
由此可以访问到创建服务器的页面
- /server/{ServerName}/storage_chart
使用方法:
> http://localhost:{your_port}/server/{ServerName}/storage_chart
由此可以访问到 {ServerName} 对应服务器的存储图表
- /server/settings/{ServerName}
使用方法:
> http://localhost:{your_port}/server/settings/{ServerName}
由此可以访问到 {ServerName} 对应服务器的设置页面