community profile and left menu implementation done, not quite working yet

This commit is contained in:
2025-10-16 23:05:34 -06:00
parent 681b30272d
commit 65c739dc57
17 changed files with 412 additions and 72 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ type ServiceDef struct {
RequirePermission string `yaml:"requirePermission"`
RequireRole string `yaml:"requireRole"`
LinkSequence int `yaml:"linkSequence"`
Link int `yaml:"link"`
Link string `yaml:"link"`
Title string `yaml:"title"`
}