chore: remove the unused flyfish file viewer static files

删除了项目中未使用的flyfish文件查看器相关的所有静态资源文件,包括各类资源脚本、样式、wasm模块和配置文件等,清理冗余代码和资源。
This commit is contained in:
2026-07-01 18:01:15 +08:00
parent e6a4f475a4
commit 234e5b866f
289 changed files with 0 additions and 15073 deletions

View File

@@ -1 +0,0 @@
function e(e,t){let n=document.createElement(`video`);n.width=840,n.height=480,n.controls=!0,Object.assign(n.style,{margin:`40px auto`,display:`block`});let r=document.createElement(`source`);r.src=URL.createObjectURL(new Blob([e])),n.appendChild(r),t.appendChild(n)}export{e as default};