Requirements Update and Front Doc Fixed
This commit is contained in:
parent
705a04050d
commit
01f505844c
@ -312,11 +312,11 @@
|
||||
###### `code` `int` `response code`
|
||||
###### `content` `dict` `dict of list, included whitelist and blacklist`
|
||||
##### Content Dict(content):
|
||||
##### `notice` `string` `System Notice`
|
||||
##### `switcher` `bool` `Main switcher for the song function`
|
||||
##### `igTime` `bool` ``Main switcher to ignore the time limit`
|
||||
##### `timeRule` `list` `the timeRule setting`
|
||||
#### List of time rule:
|
||||
##### `0` `Index` `Index`
|
||||
##### `1` `HH:MM:SS` `begin time`
|
||||
##### `2` `HH:MM:SS` `end time`
|
||||
###### `notice` `string` `System Notice`
|
||||
###### `switcher` `bool` `Main switcher for the song function`
|
||||
###### `igTime` `bool` `Main switcher to ignore the time limit`
|
||||
###### `timeRule` `list` `the timeRule setting`
|
||||
##### List of time rule:
|
||||
###### `0` `Index` `Index`
|
||||
###### `1` `HH:MM:SS` `begin time`
|
||||
###### `2` `HH:MM:SS` `end time`
|
3
gesong/requirements.txt
Normal file
3
gesong/requirements.txt
Normal file
@ -0,0 +1,3 @@
|
||||
requests
|
||||
flask
|
||||
gevent
|
1
gesong/song/sdks/netease/__init__.py
Normal file
1
gesong/song/sdks/netease/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
import requests
|
Loading…
Reference in New Issue
Block a user