mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-23 23:53:55 +08:00
🎈 perf: 优化开发
dockerfile移除网络下载 添加前端说明文档 修改静态文件调用
This commit is contained in:
@@ -38,7 +38,7 @@ class WebUI:
|
||||
self.session_manager = SessionManager()
|
||||
|
||||
# 添加静态文件路径
|
||||
self.static_path = os.path.join(root_dir, 'manager', 'static', 'webui')
|
||||
self.static_path = os.path.join(root_dir, 'ZhiKongTaiWeb', 'dist')
|
||||
|
||||
self.setup_routes()
|
||||
self.setup_cors()
|
||||
|
||||
Reference in New Issue
Block a user