fix: restore shell_theme.css/js permissions in load_path.py (ahserver still requires RBAC check for auto-served static files)

This commit is contained in:
yumoqing 2026-05-26 08:40:08 +08:00
parent 0f470fca61
commit f74f8aed8d

View File

@ -33,6 +33,8 @@ paths = [
# Shell
("/dashboard_for_sage/shell.ui", "logined"),
("/dashboard_for_sage/shell_theme.css", "any"),
("/dashboard_for_sage/shell_theme.js", "any"),
# Global menu
("/dashboard_for_sage/global_menu.ui", "logined"),