Requirements Update and Front Doc Fixed

This commit is contained in:
Bigsk 2022-03-04 19:02:47 +08:00
parent 705a04050d
commit 01f505844c
4 changed files with 12 additions and 8 deletions

View File

@ -312,11 +312,11 @@
###### `code` `int` `response code` ###### `code` `int` `response code`
###### `content` `dict` `dict of list, included whitelist and blacklist` ###### `content` `dict` `dict of list, included whitelist and blacklist`
##### Content Dict(content): ##### Content Dict(content):
##### `notice` `string` `System Notice` ###### `notice` `string` `System Notice`
##### `switcher` `bool` `Main switcher for the song function` ###### `switcher` `bool` `Main switcher for the song function`
##### `igTime` `bool` ``Main switcher to ignore the time limit` ###### `igTime` `bool` `Main switcher to ignore the time limit`
##### `timeRule` `list` `the timeRule setting` ###### `timeRule` `list` `the timeRule setting`
#### List of time rule: ##### List of time rule:
##### `0` `Index` `Index` ###### `0` `Index` `Index`
##### `1` `HH:MM:SS` `begin time` ###### `1` `HH:MM:SS` `begin time`
##### `2` `HH:MM:SS` `end time` ###### `2` `HH:MM:SS` `end time`

3
gesong/requirements.txt Normal file
View File

@ -0,0 +1,3 @@
requests
flask
gevent

View File

@ -0,0 +1 @@
import requests