fix: correct adapter type casing from "pikpak" to "PikPak"

This commit is contained in:
shiyu
2026-05-03 07:56:02 +08:00
parent 676dacce41
commit e0d6039a1a

View File

@@ -905,7 +905,7 @@ class PikPakAdapter:
raise HTTPException(501, detail="PikPak upload not implemented")
ADAPTER_TYPE = "pikpak"
ADAPTER_TYPE = "PikPak"
CONFIG_SCHEMA = [
{"key": "username", "label": "PikPak 账号", "type": "string", "required": True},