refactor: remove mt theme, clean up New API branding from classic frontend
Docker Build / Build and Push Docker Image (push) Successful in 3m54s

This commit is contained in:
2026-06-14 11:06:47 +08:00
parent a8a96a7e60
commit 26ac8b5dc1
441 changed files with 16 additions and 140123 deletions
+2 -2
View File
@@ -204,10 +204,10 @@ func UpdateOption(c *gin.Context) {
return
}
case "theme.frontend":
if option.Value != "default" && option.Value != "classic" && option.Value != "mt" {
if option.Value != "default" && option.Value != "classic" {
c.JSON(http.StatusOK, gin.H{
"success": false,
"message": "无效的主题值,可选值:default(新版前端)、classic(经典前端)、mtMT 前端)",
"message": "无效的主题值,可选值:default(新版前端)、classic(经典前端)",
})
return
}