From f1bd6c371da44538248ea8fd479f0f4a2180e337 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期四, 26 六月 2025 11:33:45 +0800
Subject: [PATCH] 今日通知,限制电话输入位数,富文本

---
 public/index.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/public/index.html b/public/index.html
index 0499934..3af1e99 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,6 +2,9 @@
 <html>
 
 <head>
+  <script src="https://cdn.jsdelivr.net/npm/pdfmake@0.2.7/build/pdfmake.min.js"></script>
+<script src="https://cdn.jsdelivr.net/npm/pdfmake@0.2.7/build/vfs_fonts.js"></script>
+
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
   <meta name="renderer" content="webkit">

--
Gitblit v1.8.0