mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-05-06 18:22:44 +08:00
fix: correct adapter type casing from "pikpak" to "PikPak"
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user