移除 data/pkg 目录相关逻辑

This commit is contained in:
Falck
2026-04-18 00:27:33 +08:00
parent d5d9077713
commit 1a129481e4
14 changed files with 8 additions and 328 deletions

View File

@@ -75,7 +75,6 @@ class WebUIPlugin(Plugin):
dashboard_exists = False
store_dirs = [
Path("store/@{FutureOSS}/dashboard"),
Path("./data/pkg/dashboard"),
]
for d in store_dirs:
if d.exists() and (d / "main.py").exists():