This commit is contained in:
Zyronon
2025-12-16 02:07:19 +08:00
parent 4c62f7a77f
commit a4a8f88362
5 changed files with 498 additions and 443 deletions

View File

@@ -97,7 +97,9 @@ export interface Statistics {
export enum Sort {
normal = 0,
random = 1,
reverse = 2
reverse = 2,
reverseAll = 3,
randomAll = 4,
}
export enum ShortcutKey {