侧边栏壁纸
博主头像
泉哥博客 博主等级

行动起来,活在当下

  • 累计撰写 780 篇文章
  • 累计创建 349 个标签
  • 累计收到 129 条评论

目 录CONTENT

文章目录

OpenList 接入kkfileview 预览记录下

Administrator
2025-09-27 / 0 评论 / 0 点赞 / 9 阅读 / 0 字

挺好用的,记录下配置

OpenList iframe 预览配置

{
	"doc,docx,xls,xlsx,ppt,pptx": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	},
	"pdf": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	},
	"csv,tsv,dotm,xlt,xltm,dot,dotx,xlam,xla,pages,wps,dps,et,ett,wpt,odt,ods,ots,odp,otp,six,ott,fodt,fods": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	},
	"vsd,vsdx,wmf,emf,eps,ofd,rtf,xmind,bpmn,eml,drawio,dcm": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	},
	"epub": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	},
	"obj,3ds,stl,ply,gltf,glb,off,3dm,fbx,dae,wrl,3mf,ifc,brep,step,iges,fcstd,bim": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	},
	"dwg,dxf,dwf,iges,igs,dwt,dng,ifc,dwfx,stl,cf2,plt": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	},
	"zip,rar,jar,tar,gzip,gz,7z": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	},
	"psd,tif,tiff,tga,svg": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	},
	"drawio": {
		"在线预览":"https://kkf.quange.cc/onlinePreview?url=$eb_durl"
	}
}

0

评论区