feat: overhaul UI styling, improve templates, enhance services and tests
This commit is contained in:
+3
-1
@@ -47,7 +47,9 @@ def release_lock(db, lock) -> None:
|
||||
# ── HTTP 客户端工厂 ───────────────────────────────────────────────────
|
||||
|
||||
|
||||
def make_http_client(*, sync: bool = False, follow_redirects: bool = False, **kwargs) -> httpx.AsyncClient | httpx.Client:
|
||||
def make_http_client(
|
||||
*, sync: bool = False, follow_redirects: bool = False, **kwargs
|
||||
) -> httpx.AsyncClient | httpx.Client:
|
||||
"""创建带 proxy 和默认配置的 httpx 客户端。
|
||||
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user