【预览】使用WPS的在线预览文件_wps 在线预览_CC.小白的博客-CSDN博客
// An highlighted blockpreview(url) { let type = global.fileUrl(url); if (type == "word" || type == "excel" || type == "txt") { window.open(`https://wps-view.zhihuipk.com/?src=${url}`); } else if (type == "pdf" || type == "image"