mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Add AboutPage component and integrate sorting options in resource retrieval
This commit is contained in:
@@ -126,3 +126,12 @@ export interface ServerConfig {
|
||||
server_description: string;
|
||||
site_info: string;
|
||||
}
|
||||
|
||||
export enum RSort {
|
||||
TimeAsc = 0,
|
||||
TimeDesc = 1,
|
||||
ViewsAsc = 2,
|
||||
ViewsDesc = 3,
|
||||
DownloadsAsc = 4,
|
||||
DownloadsDesc = 5,
|
||||
}
|
||||
|
Reference in New Issue
Block a user