Skip to content

Commit 01f5058

Browse files
author
Bigsk
committed
Requirements Update and Front Doc Fixed
1 parent 705a040 commit 01f5058

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

document/front_design/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@
312312
###### `code` `int` `response code`
313313
###### `content` `dict` `dict of list, included whitelist and blacklist`
314314
##### Content Dict(content):
315-
##### `notice` `string` `System Notice`
316-
##### `switcher` `bool` `Main switcher for the song function`
317-
##### `igTime` `bool` ``Main switcher to ignore the time limit`
318-
##### `timeRule` `list` `the timeRule setting`
319-
#### List of time rule:
320-
##### `0` `Index` `Index`
321-
##### `1` `HH:MM:SS` `begin time`
322-
##### `2` `HH:MM:SS` `end time`
315+
###### `notice` `string` `System Notice`
316+
###### `switcher` `bool` `Main switcher for the song function`
317+
###### `igTime` `bool` `Main switcher to ignore the time limit`
318+
###### `timeRule` `list` `the timeRule setting`
319+
##### List of time rule:
320+
###### `0` `Index` `Index`
321+
###### `1` `HH:MM:SS` `begin time`
322+
###### `2` `HH:MM:SS` `end time`

gesong/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
requests
2+
flask
3+
gevent

gesong/song/sdks/netease/.keep

Whitespace-only changes.

gesong/song/sdks/netease/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
import requests

0 commit comments

Comments
 (0)