Allow normal user to upload.

This commit is contained in:
2025-07-10 15:10:56 +08:00
parent 747f76991d
commit dd5e5193da
14 changed files with 216 additions and 17 deletions

View File

@@ -93,6 +93,7 @@ export interface Storage {
maxSize: number;
currentSize: number;
createdAt: string;
isDefault: boolean;
}
export interface RFile {
@@ -157,6 +158,9 @@ export interface ServerConfig {
server_name: string;
server_description: string;
site_info: string;
allow_normal_user_upload: boolean;
max_normal_user_upload_size_in_mb: number;
upload_prompt: string;
}
export enum RSort {