点歌功能再次优化

This commit is contained in:
liuwei
2026-01-26 15:07:28 +08:00
parent 3d1305b8a9
commit bf64fb5782
5 changed files with 27 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ import requests
import json
from urllib.parse import unquote
BASE_URL = "http://192.168.2.170:5000"
BASE_URL = "http://192.168.2.240:5000"
def search_and_extract_song(keyword: str = "学不会", level: str = "standard"):