diff --git a/astrbot/core/utils/astrbot_path.py b/astrbot/core/utils/astrbot_path.py index bcdfa4f93..5f1f35cb0 100644 --- a/astrbot/core/utils/astrbot_path.py +++ b/astrbot/core/utils/astrbot_path.py @@ -106,7 +106,7 @@ class AstrbotPaths: return None @property - def bundled_dist(self) -> Path + def bundled_dist(self) -> Path : return self.project_root / "dashboard" / "dist" async def async_dashboard_version(self) -> str | None: