v3.6.0 版本发布

3.6.0
kl 3 years ago
parent 85e26c6d93
commit 03257965f5

@ -37,5 +37,5 @@ ENV CLASSPATH $JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
ENV PATH $PATH:$JAVA_HOME/bin ENV PATH $PATH:$JAVA_HOME/bin
ENV LANG zh_CN.UTF-8 ENV LANG zh_CN.UTF-8
ENV LC_ALL zh_CN.UTF-8 ENV LC_ALL zh_CN.UTF-8
ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-3.5.1/bin ENV KKFILEVIEW_BIN_FOLDER /opt/kkFileView-3.6.0/bin
ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider","-Dspring.config.location=/opt/kkFileView-3.5.1/config/application.properties","-jar","/opt/kkFileView-3.5.1/bin/kkFileView-3.5.1.jar"] ENTRYPOINT ["java","-Dfile.encoding=UTF-8","-Dsun.java2d.cmm=sun.java2d.cmm.kcms.KcmsServiceProvider","-Dspring.config.location=/opt/kkFileView-3.6.0/config/application.properties","-jar","/opt/kkFileView-3.6.0/bin/kkFileView-3.6.0.jar"]

@ -110,6 +110,14 @@ pdf预览模式预览效果如下
### ###
> 2021617v3.6.0
ofd @gaoxingzaq@zhangxiaoxiao9527
1. ofd ofd pdf
2. ffmpeg rmrmvbflv
3. pptpptx
4. pdfboxxstreamcommon-io
> 2021128 > 2021128
2020 UI QQ Issue Bug 2020 UI QQ Issue Bug

@ -7,7 +7,7 @@
<parent> <parent>
<artifactId>filepreview</artifactId> <artifactId>filepreview</artifactId>
<groupId>cn.keking</groupId> <groupId>cn.keking</groupId>
<version>3.5.1</version> <version>3.6.0</version>
</parent> </parent>
<artifactId>office-plugin</artifactId> <artifactId>office-plugin</artifactId>

@ -6,7 +6,7 @@
<groupId>cn.keking</groupId> <groupId>cn.keking</groupId>
<artifactId>filepreview</artifactId> <artifactId>filepreview</artifactId>
<version>3.5.1</version> <version>3.6.0</version>
<properties> <properties>
<java.version>1.8</java.version> <java.version>1.8</java.version>

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>filepreview</artifactId> <artifactId>filepreview</artifactId>
<groupId>cn.keking</groupId> <groupId>cn.keking</groupId>
<version>3.5.1</version> <version>3.6.0</version>
</parent> </parent>
<artifactId>kkFileView</artifactId> <artifactId>kkFileView</artifactId>

@ -6,4 +6,4 @@ echo Starting kkFileView...
echo Please check log file in ../log/kkFileView.log for more information echo Please check log file in ../log/kkFileView.log for more information
echo You can get help in our official homesite: https://kkFileView.keking.cn echo You can get help in our official homesite: https://kkFileView.keking.cn
echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers echo If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers
java -Dspring.config.location=..\config\application.properties -jar kkFileView-3.5.1.jar -> ..\log\kkFileView.log java -Dspring.config.location=..\config\application.properties -jar kkFileView-3.6.0.jar -> ..\log\kkFileView.log

@ -29,4 +29,4 @@ echo "Starting kkFileView..."
echo "Please execute ./showlog.sh to check log for more information" echo "Please execute ./showlog.sh to check log for more information"
echo "You can get help in our official homesite: https://kkFileView.keking.cn" echo "You can get help in our official homesite: https://kkFileView.keking.cn"
echo "If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers" echo "If this project is helpful to you, please star it on https://gitee.com/kekingcn/file-online-preview/stargazers"
nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-3.5.1.jar > ../log/kkFileView.log 2>&1 & nohup java -Dfile.encoding=UTF-8 -Dspring.config.location=../config/application.properties -jar kkFileView-3.6.0.jar > ../log/kkFileView.log 2>&1 &

@ -37,7 +37,7 @@ public enum FileType {
private static final String[] SSIM_TEXT_TYPES = ConfigConstants.getSimText(); private static final String[] SSIM_TEXT_TYPES = ConfigConstants.getSimText();
private static final String[] CODES = {"java", "c", "php", "go", "python", "py", "js", "html", "ftl", "css", "lua", "sh", "rb", "yaml", "yml", "json", "h", "cpp", "cs", "aspx", "jsp"}; private static final String[] CODES = {"java", "c", "php", "go", "python", "py", "js", "html", "ftl", "css", "lua", "sh", "rb", "yaml", "yml", "json", "h", "cpp", "cs", "aspx", "jsp"};
private static final String[] MEDIA_TYPES = ConfigConstants.getMedia(); private static final String[] MEDIA_TYPES = ConfigConstants.getMedia();
private static final String[] MEDIA_TYPES_CONVERT = ConfigConstants.getConvertMedias(); public static final String[] MEDIA_TYPES_CONVERT = ConfigConstants.getConvertMedias();
private static final Map<String, FileType> FILE_TYPE_MAPPER = new HashMap<>(); private static final Map<String, FileType> FILE_TYPE_MAPPER = new HashMap<>();
static { static {

@ -79,6 +79,13 @@
</div> </div>
<div class="panel-body"> <div class="panel-body">
<div> <div>
2021617v3.6.0 <br>
ofd @gaoxingzaq@zhangxiaoxiao9527 <br>
1 ofd ofd pdf <br>
2 ffmpeg rmrmvbflv <br>
3 pptpptx <br>
4 pdfboxxstreamcommon-io <br><br>
2021128 <br> 2021128 <br>
2020 UI QQ Issue Bug <br> 2020 UI QQ Issue Bug <br>
1galimatias,<br> 1galimatias,<br>

Loading…
Cancel
Save