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
516
Back to catalogue
guguwebui-v1.3.5.mcdr
Version
1.3.5
Date
May 4, 2025
Size
226.55 KiB
Downloads
13
MD5
17d5c63c6e1661abcec0823a6bcbaa69
SHA256
400e8fcb965339485e972aded183c2ca43781b2e97c9b53c76eeb1c1008c8c29
Dependencies
MCDR Plugin Dependencies
Plugin ID | Requirement |
---|---|
none |
Python Package Requirements
Python Package | Requirement |
---|---|
fastapi | >=0.68.0 |
javaproperties | |
mcdreforged | >=2.3.0 |
passlib | |
pydantic | |
Requests | |
ruamel.yaml | |
starlette | |
uvicorn | >=0.15.0 |
itsdangerous | |
jinja2 | |
argon2_cffi | |
python-multipart | |
typing-extensions | |
aiohttp | |
uvicorn[standard] |
Python Package Installation Command
pip install "fastapi>=0.68.0" javaproperties "mcdreforged>=2.3.0" passlib pydantic Requests ruamel.yaml starlette "uvicorn>=0.15.0" itsdangerous jinja2 argon2_cffi python-multipart typing-extensions aiohttp "uvicorn[standard]"
Release notes
- 修改为从MCDR配置加载服务器路径的
b482912
- 优化头像更新逻辑,增加对非QQ号的处理,使用随机模糊图片作为备用头像。
84524ad
- 优化插件配置路径查找逻辑,支持不区分大小写的目录和文件匹配(解决Linux的路径问题)
99f2fd5
- 重构AI配置管理,添加自定义模型api链接,迁移旧的DeepSeek配置,优化配置保存逻辑。
e73b916
- 修复依赖检查和自动安装功能,确保插件加载成功并处理缺失依赖的情况。
891b214
Full Changelog: https://github.com/LoosePrince/PF-MCDR-WebUI/compare/v1.3.4...v1.3.5