Browse Source

不支持文件支持点击下载

chenzl 10 months ago
parent
commit
a1a3e194b8
1 changed files with 4 additions and 1 deletions
  1. 4 1
      server/src/main/resources/web/fileNotSupported.ftl

+ 4 - 1
server/src/main/resources/web/fileNotSupported.ftl

@@ -26,7 +26,7 @@
         span {
             display: block;
             font-size: 20px;
-            color: blue;
+            color: black;
         }
     </style>
 </head>
@@ -44,6 +44,9 @@
             如需下载,您可
             <a href="${url}">点击下载</a>
         </span>
+        <span style="font-size: 16px; margin-top: 5px; color: #333333">
+            如您是在微信中打开的该页面,请点击右上角三个点选择用浏览器打开再点击下载
+        </span>
         
     </#if>