合并川虎UI 细节

This commit is contained in:
w_xiaolizu
2023-06-26 22:19:22 +08:00
parent 8046900b89
commit 38b4215568
6 changed files with 863 additions and 78 deletions

View File

@ -595,11 +595,12 @@ def is_api2d_key(key):
return False
def is_proxy_key(key):
if key.startswith('proxy-') and len(key) == 37:
if key.startswith('proxy-') and len(key) == 38:
return True
else:
return False
def is_any_api_key(key):
if ',' in key:
keys = key.split(',')