mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
更新模块联邦文档,调整远程组件API路径格式,优化组件加载逻辑,移除不必要的注册步骤,增强代码可读性。
This commit is contained in:
@@ -194,10 +194,10 @@ npm run build
|
||||
|
||||
这些文件需要部署到后端,并通过以下URL可访问:
|
||||
|
||||
- `/api/plugin/component/{插件ID}/remoteEntry.js`
|
||||
- `/api/plugin/component/{插件ID}/Page.js`
|
||||
- `/api/plugin/component/{插件ID}/Config.js`
|
||||
- `/api/plugin/component/{插件ID}/Dashboard.js`
|
||||
- `/api/v1/plugin/file/{插件ID}/dist/remoteEntry.js`
|
||||
- `/api/v1/plugin/file/{插件ID}/dist/Page.js`
|
||||
- `/api/v1/plugin/file/{插件ID}/dist/Config.js`
|
||||
- `/api/v1/plugin/file/{插件ID}/dist/Dashboard.js`
|
||||
|
||||
## 7. 后端API要求
|
||||
|
||||
|
||||
Reference in New Issue
Block a user