feat(app): 发布 2.7 版本

This commit is contained in:
Quan
2026-02-09 14:35:42 +08:00
parent 6ae8f8c510
commit afaf2fb459
20 changed files with 192 additions and 224 deletions

View File

@@ -105,6 +105,7 @@ class Manager:
cookies=self.cookie_str_to_dict(cookie),
timeout=timeout,
verify=False,
http2=True,
follow_redirects=True,
mounts={
"http://": AsyncHTTPTransport(proxy=self.proxy),