mirror of
https://github.com/cline/cline.git
synced 2026-09-15 13:02:17 +08:00
VSCode's webview doesn't reliably play VP9/WebM, while JetBrains' JCEF lacks H.264 decoding. Restore the original H.264/MP4 video and use HTML5 <source> elements with explicit MIME types so each platform picks the format it supports: <source src=... type="video/mp4" /> <!-- VSCode --> <source src=... type="video/webm" /> <!-- JetBrains --> Also: - Restore .mp4 Git LFS tracking in .gitattributes - Update CI LFS verification to check both files - Add webm to JetBrains MIME type map (BrowserRequestHandler)
7 lines
283 B
Plaintext
7 lines
283 B
Plaintext
demo.gif filter=lfs diff=lfs merge=lfs -text
|
|
assets/docs/demo.gif filter=lfs diff=lfs merge=lfs -text
|
|
webview-ui/src/assets/cline_kanban_demo.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
webview-ui/src/assets/cline_kanban_demo.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
* text=auto eol=lf
|