From 7a58dddddb9e229b9ad03499a18dcdf07fcee4c5 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期三, 05 三月 2025 10:03:32 +0800 Subject: [PATCH] 文件管理,文件没有清空的问题 --- 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