diff --git a/drivers/guangyapan/meta.go b/drivers/guangyapan/meta.go index 033f34c3d..2cd7f8be9 100644 --- a/drivers/guangyapan/meta.go +++ b/drivers/guangyapan/meta.go @@ -14,7 +14,7 @@ type Addition struct { VerificationID string `json:"verification_id" type:"text" help:"Auto-generated after sending SMS code; do not edit manually"` AccessToken string `json:"access_token" help:"Bearer access token (optional if refresh_token is provided)"` RefreshToken string `json:"refresh_token" help:"Refresh token for auto-login/auto-refresh"` - ClientID string `json:"client_id" required:"true" help:"Client ID for GuangYaPan API, must be provided" default:"aMe-8VSlkrbQXpUR"` + ClientID string `json:"client_id" required:"true" help:"Client ID for GuangYaPan API, must be provided"` DeviceID string `json:"device_id" help:"Optional custom device id (32 hex chars), auto-generated when empty"` DeviceSign string `json:"device_sign" help:"Optional custom X-Device-Sign header (generated from device_id when empty)"` PageSize int `json:"page_size" type:"number" default:"100"` @@ -24,11 +24,6 @@ type Addition struct { var config = driver.Config{ Name: "GuangYaPan", - LocalSort: false, - OnlyProxy: false, - NoCache: false, - NoUpload: false, - NeedMs: false, DefaultRoot: "", CheckStatus: true, Alert: "info|Two-stage SMS login: (1) fill phone_number (+ captcha_token if needed), set send_code=true and save; (2) fill verify_code and save to finish login and auto-save access_token/refresh_token.",