Dev remove admin mode (#723)

* feat: remove admin mode

* feat: bugfix

---------

Co-authored-by: icy <icyoung520@gmail.com>
This commit is contained in:
Icyoung
2025-11-07 23:37:23 +08:00
committed by GitHub
parent b48dfe7bfd
commit 96ad58315b
16 changed files with 160 additions and 180 deletions

View File

@@ -1,5 +1,4 @@
export interface SystemConfig {
admin_mode: boolean
beta_mode: boolean
}