From 3aa15f7894084254455b1ff66c889db8825cec6e Mon Sep 17 00:00:00 2001 From: hanshiyang Date: Tue, 23 Sep 2025 17:37:28 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8F=9C=E5=8D=95):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=89=93=E5=BC=80=E5=92=8C=E4=BF=9D=E5=AD=98=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在菜单栏中新增打开和保存文档按钮,支持导入JSON/文本文件以及导出为JSON文件 --- index.html | 6 ++++ src/main.ts | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 88 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index cd4f492..9b26b74 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,12 @@