点歌功能再次优化
This commit is contained in:
@@ -10,7 +10,7 @@ command-format = """
|
||||
|
||||
[GuessSong.api]
|
||||
# 新的聚合搜索API,一次调用即可获取所有信息(包括播放链接)
|
||||
music_api = "http://192.168.2.170:5000"
|
||||
music_api = "http://192.168.2.170:5000?keyword={keywords}&limit=10"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -7,4 +7,4 @@ command-format = """
|
||||
"""
|
||||
|
||||
# 新的聚合搜索API,一次调用即可获取所有信息(包括播放链接)
|
||||
music_api_url = "http://192.168.2.170:5000"
|
||||
music_api_url = "http://192.168.2.170:5000?keyword={keywords}&limit=10"
|
||||
Reference in New Issue
Block a user