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

This commit is contained in:
shiyu
2026-05-03 08:09:39 +08:00
parent e0d6039a1a
commit dd2400c3ef

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},