Skip to content

Commit

Permalink
Requirements Update and Front Doc Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigsk committed Mar 4, 2022
1 parent 705a040 commit 01f5058
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
16 changes: 8 additions & 8 deletions document/front_design/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 0 deletions gesong/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
requests
flask
gevent
Empty file removed gesong/song/sdks/netease/.keep
Empty file.
1 change: 1 addition & 0 deletions gesong/song/sdks/netease/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import requests

0 comments on commit 01f5058

Please sign in to comment.