From 36d3d9da36c71e65081e38cf9cfbd5e0ff6bfeed Mon Sep 17 00:00:00 2001 From: ludc Date: 星期五, 14 七月 2023 21:15:42 +0800 Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs --- Source/UBCS-WEB/public/public/index.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Source/UBCS-WEB/public/public/index.html b/Source/UBCS-WEB/public/public/index.html index 97e0df0..a43a165 100644 --- a/Source/UBCS-WEB/public/public/index.html +++ b/Source/UBCS-WEB/public/public/index.html @@ -19,6 +19,8 @@ <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script> <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script> <link rel="icon" href="<%= BASE_URL %>favicon.png"> + <script src="https://cdn.staticfile.org/FileSaver.js/2014-11-29/FileSaver.min.js"></script> + <script src="https://cdn.staticfile.org/xlsx/0.18.2/xlsx.full.min.js"></script> <title>ubcs浼佷笟骞冲彴</title> <style> html, -- Gitblit v1.9.3