班级列表可配置

This commit is contained in:
2024-11-15 22:31:24 +08:00
parent 9732b45e38
commit e0745a4036
3 changed files with 20 additions and 9 deletions

View File

@@ -314,6 +314,7 @@ export interface WebsiteConfig {
website_footer: string
allow_register: boolean
submission_list_show_all: boolean
class_list: string[] & never[]
}
export interface Server {