From a3553516bd728e2446925815b4dd72af7c80caf0 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 05 三月 2025 09:56:51 +0800 Subject: [PATCH] 外来文件批准bug --- public/index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/public/index.html b/public/index.html index 7a42a58..0a54df5 100644 --- a/public/index.html +++ b/public/index.html @@ -227,4 +227,5 @@ </body> <script src="<%= BASE_URL %>luckysheet/plugins/js/plugin.js"></script> <script src="<%= BASE_URL %>luckysheet/luckysheet.umd.js"></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.16.105/pdf.min.js"></script> </html> -- Gitblit v1.9.3