ci: adapt for current webui

This commit is contained in:
Junyan Qin
2025-04-28 21:59:37 +08:00
parent 1949ebb304
commit 23321ce8e6
4 changed files with 12 additions and 3 deletions

View File

@@ -145,7 +145,7 @@ class Application:
async def print_web_access_info(self):
"""打印访问 webui 的提示"""
if not os.path.exists(os.path.join(".", "web/dist")):
if not os.path.exists(os.path.join(".", "web/out")):
self.logger.warning("WebUI 文件缺失请根据文档获取https://docs.langbot.app/webui/intro.html")
return