chore: remove the unused flyfish file viewer static files
删除了项目中未使用的flyfish文件查看器相关的所有静态资源文件,包括各类资源脚本、样式、wasm模块和配置文件等,清理冗余代码和资源。
This commit is contained in:
@@ -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};
|
||||
Reference in New Issue
Block a user