移除 data/pkg 目录相关逻辑
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user