feat: 针对海外用户进行的少量优化

This commit is contained in:
helloplhm-qwq
2023-11-17 23:25:37 +08:00
parent 1ef6675a5f
commit 33a7e8e8b6
4 changed files with 22 additions and 4 deletions

View File

@ -27,7 +27,9 @@ logger = log.log("main")
from common import utils
from common import lxsecurity
from common import Httpx
from apis import SongURL
Httpx.checkcn()
@app.route('/')
def index():