From 29ce3e1ce9030c80b3fc36a7c763cb9a50e46af4 Mon Sep 17 00:00:00 2001 From: hanjian <272005125@qq.com> Date: Mon, 2 Sep 2024 11:08:42 +0800 Subject: [PATCH] update --- .../src/main/resources/banner.txt | 17 ++++++----------- .../src/main/resources/web/fileNotSupported.ftl | 1 - .../src/main/resources/web/main/index.ftl | 7 ++----- .../src/main/resources/web/main/integrated.ftl | 6 ++---- .../src/main/resources/web/notTrustDir.html | 1 - .../src/main/resources/web/notTrustHost.html | 4 ---- .../src/main/resources/web/tiff.ftl | 1 - 7 files changed, 10 insertions(+), 27 deletions(-) diff --git a/tool-tech-file-view/src/main/resources/banner.txt b/tool-tech-file-view/src/main/resources/banner.txt index 043fb51..ad7fab2 100644 --- a/tool-tech-file-view/src/main/resources/banner.txt +++ b/tool-tech-file-view/src/main/resources/banner.txt @@ -1,14 +1,9 @@ - _ _ ______ _ _ __ __ _ - | | | | | ____| (_) | | \ \ / / (_) - | | __ | | __ | |__ _ | | ___ \ \ / / _ ___ __ __ - | |/ / | |/ / | __| | | | | / _ \ \ \/ / | | / _ \ \ \ /\ / / - | < | < | | | | | | | __/ \ / | | | __/ \ V V / - |_|\_\ |_|\_\ |_| |_| |_| \___| \/ |_| \___| \_/\_/ + ______ _ _ __ __ _ +| ____| (_) | | \ \ / / (_) +| |__ _ | | ___ \ \ / / _ ___ __ __ +| __| | | | | / _ \ \ \/ / | | / _ \ \ \ /\ / / +| | | | | | | __/ \ / | | | __/ \ V V / +|_| |_| |_| \___| \/ |_| \___| \_/\_/ => Spring Boot :: ${spring-boot.version} - => kkFileView :: 4.4.0-beta - => Home site :: https://kkview.cn - => Github :: https://github.com/kekingcn/kkFileView - => Gitee :: https://gitee.com/kekingcn/file-online-preview - => kk opensource community :: https://t.zsxq.com/09ZHSXbsQ diff --git a/tool-tech-file-view/src/main/resources/web/fileNotSupported.ftl b/tool-tech-file-view/src/main/resources/web/fileNotSupported.ftl index 78a3d5e..3cebfc2 100644 --- a/tool-tech-file-view/src/main/resources/web/fileNotSupported.ftl +++ b/tool-tech-file-view/src/main/resources/web/fileNotSupported.ftl @@ -38,7 +38,6 @@ 该(${fileType})文件,系统暂不支持在线预览,具体原因如下:

${msg}

-

有任何疑问,请加入kk开源社区知识星球咨询:https://t.zsxq.com/09ZHSXbsQ

diff --git a/tool-tech-file-view/src/main/resources/web/main/index.ftl b/tool-tech-file-view/src/main/resources/web/main/index.ftl index c4ebb5f..5fcb1f0 100644 --- a/tool-tech-file-view/src/main/resources/web/main/index.ftl +++ b/tool-tech-file-view/src/main/resources/web/main/index.ftl @@ -4,7 +4,7 @@ - kkFileView演示首页 + tool-tech-file-view演示首页 @@ -64,13 +64,11 @@ @@ -79,7 +77,6 @@ <#-- 接入说明 -->
    diff --git a/tool-tech-file-view/src/main/resources/web/main/integrated.ftl b/tool-tech-file-view/src/main/resources/web/main/integrated.ftl index 5ca1115..bbce769 100644 --- a/tool-tech-file-view/src/main/resources/web/main/integrated.ftl +++ b/tool-tech-file-view/src/main/resources/web/main/integrated.ftl @@ -17,13 +17,11 @@ @@ -32,7 +30,7 @@ <#-- 接入说明 -->
    diff --git a/tool-tech-file-view/src/main/resources/web/notTrustDir.html b/tool-tech-file-view/src/main/resources/web/notTrustDir.html index 18049af..ea8f438 100644 --- a/tool-tech-file-view/src/main/resources/web/notTrustDir.html +++ b/tool-tech-file-view/src/main/resources/web/notTrustDir.html @@ -35,7 +35,6 @@

    预览源文件来自未授信的目录,请停止访问!
    - 有任何疑问,请加入kk开源社区知识星球咨询:https://t.zsxq.com/09ZHSXbsQ

    diff --git a/tool-tech-file-view/src/main/resources/web/notTrustHost.html b/tool-tech-file-view/src/main/resources/web/notTrustHost.html index acdbee8..0ac4d37 100644 --- a/tool-tech-file-view/src/main/resources/web/notTrustHost.html +++ b/tool-tech-file-view/src/main/resources/web/notTrustHost.html @@ -33,10 +33,6 @@
    -

    - 预览源文件来自不受信任的站点:${current_host} 请联系管理员!
    - 有任何疑问,请加入kk开源社区知识星球咨询:https://t.zsxq.com/09ZHSXbsQ
    -

    diff --git a/tool-tech-file-view/src/main/resources/web/tiff.ftl b/tool-tech-file-view/src/main/resources/web/tiff.ftl index fa1daaf..e03cf28 100644 --- a/tool-tech-file-view/src/main/resources/web/tiff.ftl +++ b/tool-tech-file-view/src/main/resources/web/tiff.ftl @@ -105,7 +105,6 @@ html += " "; html += " 该(tif)文件,系统解析错误,具体原因如下:"; html += "

    文件[${file.name}]解析失败,请联系系统管理员

    "; html += "
    "; -html += "

    有任何疑问,请加入kk开源社区知识星球咨询:https://t.zsxq.com/09ZHSXbsQ

    "; html += "
"; html += ""; html += "";