From 84f37697682ea5d55170dc5d9bb30ac2ab21decc Mon Sep 17 00:00:00 2001 From: xiaonengbinggan Date: Fri, 16 Jan 2026 16:16:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0README=EF=BC=8C?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E=E5=92=8C?= =?UTF-8?q?=E5=BC=80=E5=8F=91=E8=B0=83=E8=AF=95=E4=BF=A1=E6=81=AF=EF=BC=9B?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=A4=8D=E5=88=B6=E5=8D=A1=E7=89=87=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E4=BB=A3=E7=A0=81=E7=9A=84HTML=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- copy-template-code-open-me.html | 11 +++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 copy-template-code-open-me.html diff --git a/README.md b/README.md index ed34e7d..f770aec 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ > **2.0 版本来了!!使用更简洁的js脚本流程** +* 使用html打开后 可以直接 显示 指定位置模板 用于复制 + # 可以解析`markdown`语法的`anki`卡片模板。 # 特点:纯文本代码模板 无需任何插件。复制就能用 @@ -56,4 +58,6 @@ #### 开发调试 使用 `./card-demo-dev-test.html` 开启live server 浏览器中调试 -在anki 卡片模板预览中 实时调试 \ No newline at end of file +在anki 卡片模板预览中 实时调试 + +* 重构计划备忘。babel转es5 index.html入口文件 直接复制模板跟效果演示一体化 \ No newline at end of file diff --git a/copy-template-code-open-me.html b/copy-template-code-open-me.html new file mode 100644 index 0000000..b76b071 --- /dev/null +++ b/copy-template-code-open-me.html @@ -0,0 +1,11 @@ + + + + + + 在这里复制卡片模板代码 + + + + + \ No newline at end of file