mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Allow normal user to upload.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user