fix HomePage.md

This commit is contained in:
thsrite
2024-05-12 10:59:28 +08:00
parent 56f51d7334
commit 9bfb7bbeb0

View File

@@ -6,11 +6,14 @@ HomePage services.yaml配置
```angular2html
- MoviePilot:
icon: /icons/icon/MoviePilot.png
href: http://ip:port
ping: http://ip:port
href: http://192.168.31.103:3003
ping: http://192.168.31.103:3003
# server: unraid
# container: MoviePilot
showStats: true
widget:
type: customapi
url: http://ip:port/api/v1/plugin/HomePage/statistic?apikey=your apikey
url: http://192.168.31.103:3003/api/v1/plugin/HomePage/statistic?apikey=XGV2BNoRjK5YPD
method: GET
mappings:
- field: movie_subscribes
@@ -21,6 +24,14 @@ HomePage services.yaml配置
label: 电影数量
- field: tv_count
label: 电视剧数量
# - field: episode_count
# label: 电影剧集数量
# - field: user_count
# label: 用户数量
# - field: total_storage
# label: 总空间
# - field: free_storage
# label: 剩余空间
```
### 自定义API Response字段