From f74f8aed8d914ea66a48d242e10b9a28d7a0bfe1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 26 May 2026 08:40:08 +0800 Subject: [PATCH] fix: restore shell_theme.css/js permissions in load_path.py (ahserver still requires RBAC check for auto-served static files) --- scripts/load_path.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/load_path.py b/scripts/load_path.py index 08f2075..1d71437 100644 --- a/scripts/load_path.py +++ b/scripts/load_path.py @@ -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"),