From 7f57c40db532464a53e9699de38ef24da5fd9a4d Mon Sep 17 00:00:00 2001
From: Frostime <frostime@foxmail.com>
Date: Tue, 21 Nov 2023 19:55:28 +0800
Subject: [PATCH] =?UTF-8?q?doc:=20=E5=AE=A3=E4=BC=A0=E4=B8=80=E4=B8=8B?=
 =?UTF-8?q?=E6=97=A0=20svelte=20=E7=89=88=E6=9C=AC=E7=9A=84=E6=A8=A1?=
 =?UTF-8?q?=E6=9D=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md       | 3 +++
 README_zh_CN.md | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 4f79c10..b7da17d 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,9 @@
 1. Using vite for packaging
 2. Use symbolic linking instead of putting the project into the plugins directory program development
 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)
+
 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 5b3e6e8..950f11c 100644
--- a/README_zh_CN.md
+++ b/README_zh_CN.md
@@ -9,6 +9,9 @@
 1. 使用 vite 打包
 2. 使用符号链接、而不是把项目放到插件目录下的模式进行开发
 3. 内置对 svelte 框架的支持
+  
+   > 如果不想要 svelte,请移步 [frostime/plugin-sample-vite](https://github.com/frostime/plugin-sample-vite)
+
 4. 提供一个github action 模板,能自动生成package.zip并上传到新版本中
 
 ## 开始