Remove non-admin workbench

This commit is contained in:
Cheng Zhou
2026-05-21 15:48:19 +08:00
parent da6f2f2d41
commit 78247a8149
20 changed files with 36 additions and 1474 deletions
@@ -68,9 +68,6 @@ def classify(file_path: str, key_expr: str) -> tuple[str, str, str]:
if any(k in lowered for k in ("ctms_sidebar_collapsed", "study", "site", "role")):
return ("low", "ui-preference", "UI偏好/上下文缓存")
if "personaltodo" in file_path.lower():
return ("low", "feature-cache", "工作台本地待办缓存(非核心主数据)")
return ("medium", "unknown", "未命中规则,建议人工复核是否为业务关键数据")