feat: add frame caching demo documentation

This commit is contained in:
zhangheng
2026-05-19 16:19:55 +08:00
commit 3ffeb1ae62
18 changed files with 4002 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# Rust
target/
# Frontend dependencies and build output
web/node_modules/
web/.next/
web/out/
web/.turbo/
# Generated analysis artifacts
graphify-out/
# Local media asset
video.h264
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
web/.env.local
web/.env.development.local
web/.env.test.local
web/.env.production.local
!web/.env.local.example
# Editor / OS noise
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo