GUGU WebUI
WebUI for managing all plugins, MCDR configurations, online installation, terminals, and more.
information
management
Installation command
!!MCDR plugin install guguwebui
Author
Repository
Homepage
Synced at
...
Last update
...
Latest version
Total downloads
563
Back to catalogue
guguwebui-v1.1.0.mcdr
Version
1.1.0
Date
January 18, 2025
Size
89.13 KiB
Downloads
10
MD5
4b553afd92bc4b60015f4f66e8e2bc0c
SHA256
717560301736f071648547f56521b9e87c8ab8533c7eb2300aae7d44ba76aec3
Dependencies
MCDR Plugin Dependencies
Plugin ID | Requirement |
---|---|
none |
Python Package Requirements
Python Package | Requirement |
---|---|
argon2-cffi | |
fastapi | |
javaproperties | |
mcdreforged | >=2.3.0 |
passlib | |
pydantic | |
ruamel.yaml | |
starlette[full] | |
uvicorn |
Python Package Installation Command
pip install argon2-cffi fastapi javaproperties "mcdreforged>=2.3.0" passlib pydantic ruamel.yaml "starlette[full]" uvicorn
Release notes
更新日志
1.1.0 - 2025-01-18
新增
- 添加了完整的API文档,包含所有接口的中文说明和调用示例
- 新增web_server_api_docs.md文件,详细记录了所有API接口的使用方法
变更
- 更新版本号至1.1.0。
- 登录页和首页的版本号使用读取配置显示。
修复
- 修复权限校验,现在api的调用需要权限验证,登录不再形同虚设。