Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
Front Design For GeSong System
All template use WebApi to deal the operate
Recommand Vue.js, but you still can use jQuery(Ajax) :D
The index page use the root path ("/"),
Server will response a 301 code to jump to search page ("/search")
The search page use the path "/search"
A user have to log in to use the search function
keyword
string
keyword of the song
content
list
list of songs
List of Songs Args(content):
artists
list
list of artists
album
dict
album of this song
url
string
the media url of this song
id
int
artist id(platform)
name
string
name of this artist
cover
string
image url of this aritist
id
int
album id(platform)
name
string
name of this album
cover
string
image url of this album
The history page use the path "/history"
Anybody can directly get history of songs
content
list
list of history songs
You can’t perform that action at this time.