diff --git a/document/front_design/README.md b/document/front_design/README.md index 7c39f2b..2fa2246 100644 --- a/document/front_design/README.md +++ b/document/front_design/README.md @@ -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` \ No newline at end of file +###### `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` \ No newline at end of file diff --git a/gesong/requirements.txt b/gesong/requirements.txt new file mode 100644 index 0000000..8c09376 --- /dev/null +++ b/gesong/requirements.txt @@ -0,0 +1,3 @@ +requests +flask +gevent \ No newline at end of file diff --git a/gesong/song/sdks/netease/.keep b/gesong/song/sdks/netease/.keep deleted file mode 100644 index e69de29..0000000 diff --git a/gesong/song/sdks/netease/__init__.py b/gesong/song/sdks/netease/__init__.py new file mode 100644 index 0000000..20b1553 --- /dev/null +++ b/gesong/song/sdks/netease/__init__.py @@ -0,0 +1 @@ +import requests