From 9bfb7bbeb0f5247b5413e7fb0500e451efd346de Mon Sep 17 00:00:00 2001 From: thsrite Date: Sun, 12 May 2024 10:59:28 +0800 Subject: [PATCH] fix HomePage.md --- docs/HomePage.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/HomePage.md b/docs/HomePage.md index 2df5c10..3872878 100644 --- a/docs/HomePage.md +++ b/docs/HomePage.md @@ -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字段