mirror of
https://github.com/DrizzleTime/Foxel.git
synced 2026-07-03 13:21:43 +08:00
feat: add 307 redirect download support
This commit is contained in:
@@ -13,7 +13,7 @@ export interface AdapterItem {
|
||||
export interface AdapterTypeField {
|
||||
key: string;
|
||||
label: string;
|
||||
type: 'string' | 'password' | 'number';
|
||||
type: 'string' | 'password' | 'number' | 'boolean';
|
||||
required?: boolean;
|
||||
placeholder?: string;
|
||||
default?: any;
|
||||
|
||||
Reference in New Issue
Block a user