docs: README + API_Auth + Security_Plan + Plugin_Guide 更新至 v0.7.0

- README: 新功能列表、start.sh、架构图
- API_Auth_Flow: 新增 API Key 认证章节
- Security_Hardening_Plan: 标记全部完成
- Plugin_Dev_Guide: 新增插件导入安装章节

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
qinglong
2026-06-13 20:56:50 +08:00
parent 3e106001ed
commit ff693465f6
3 changed files with 46 additions and 0 deletions
+11
View File
@@ -3404,6 +3404,17 @@ class PluginResourceManager:
### 2.6 插件 WebUI 页面 (v0.6.0)
### 2.7 插件导入安装 (v0.7.0)
框架支持在 WebUI 插件管理页直接导入安装插件
**ZIP 导入**上传 .zip 自动解压到 plugins/ pip install -r requirements.txt 加载
**Git Clone 导入**输入仓库 URL git clone pip install 加载
安装过程在子进程中执行失败不影响框架主进程安装失败的插件在统计面板中显示
插件可以注册 WebUI 页面自动出现在 SenSu 管理面板侧边栏的插件面板折叠项中
#### 2.6.1 注册页面