feat: u115 support oauth

This commit is contained in:
DDSRem
2026-01-29 21:48:53 +08:00
parent 172eeaafcf
commit d38b1f5364
6 changed files with 106 additions and 1 deletions

View File

@@ -209,6 +209,8 @@ class ConfigModel(BaseModel):
# ==================== 云盘配置 ====================
# 115 AppId
U115_APP_ID: str = "100196807"
# 115 OAuth2 Server 地址
U115_AUTH_SERVER: str = "https://movie-pilot.org"
# Alipan AppId
ALIPAN_APP_ID: str = "ac1bf04dc9fd4d9aaabb65b4a668d403"