diff --git a/WebMain.py b/WebMain.py index 22a9204..46107eb 100644 --- a/WebMain.py +++ b/WebMain.py @@ -73,6 +73,7 @@ def getAllStats(): "config": { "forceNotBroadcasting": Common.forceNotBroadcasting, "forceStopDownload": Common.forceStopDownload, + "forceNotUpload": Common.forceNotUpload, } }}) @@ -95,6 +96,7 @@ def getConfigStats(): "config": { "forceNotBroadcasting": Common.forceNotBroadcasting, "forceStopDownload": Common.forceStopDownload, + "forceNotUpload": Common.forceNotUpload, } }}) diff --git a/static/index.html b/static/index.html index a457651..37e2266 100644 --- a/static/index.html +++ b/static/index.html @@ -31,6 +31,7 @@
是否设置强制不下载 | |
是否设置强制不上传 | ++ |