From 0a8ab5a2278b6cccdde1c66d0afceda1f75f4ce0 Mon Sep 17 00:00:00 2001 From: frostime Date: Fri, 14 Jun 2024 22:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + README_zh_CN.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d441d42..a675463 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ 3. Built-in support for the svelte framework > **If don't want svelte, turn to this template**: [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite) + > > **We also provide with a vite+solidjs template**: [frostime/plugin-sample-vite-solidjs](https://github.com/frostime/plugin-sample-vite-solidjs) 4. Provides a github action template to automatically generate package.zip and upload to new release diff --git a/README_zh_CN.md b/README_zh_CN.md index ac92be7..d0f153c 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -11,7 +11,8 @@ 3. 内置对 svelte 框架的支持 > **如果不想要 svelte,请移步这个模板:** [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite) - > > **这里还提供了一个 vite+solidjs 的模板**: [frostime/plugin-sample-vite-solidjs](https://github.com/frostime/plugin-sample-vite-solidjs) + > + > **这里还提供了一个 vite+solidjs 的模板**: [frostime/plugin-sample-vite-solidjs](https://github.com/frostime/plugin-sample-vite-solidjs) 4. 提供一个github action 模板,能自动生成package.zip并上传到新版本中