support to show local video when chatting

This commit is contained in:
杍超
2025-02-11 11:48:55 +08:00
commit 9afd6d03c4
63 changed files with 15022 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
.eggs/
dist/
*.pyc
__pycache__/
*.py[cod]
*$py.class
__tmp/*
*.pyi
.mypycache
.ruff_cache
node_modules
backend/**/templates/
demo/MobileNetSSD_deploy.caffemodel
demo/MobileNetSSD_deploy.prototxt.txt
.DS_Store
test/
.env