This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
startup.bat
startup.sh
docker pull keking/kkfileview
docker run -it -p 8012:8012 keking/kkfileview
当您的项目内需要预览文件时,只需要调用浏览器打开本项目的预览接口,并传入须要预览文件的url,示例如下:
var url = 'http://127.0.0.1:8080/file/test.txt'; //要预览文件的访问地址 window.open('http://127.0.0.1:8012/onlinePreview?url='+encodeURIComponent(previewUrl));
详细使用说明见 kkFileView使用指南
Deleting the wiki page "kkFileView部署指南" cannot be undone. Continue?