diff --git a/README.md b/README.md
index 5ee4380..e6ff2a8 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-# SiYuan plugin sample with vite and svelte
+# SiYuan plugin sample with vite
[中文版](./README_zh_CN.md)
@@ -9,8 +9,7 @@
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
-4. Provides a github action template to automatically generate package.zip and upload to new release
+3. Provides a github action template to automatically generate package.zip and upload to new release
## Get started
@@ -26,7 +25,7 @@
- Run `pnpm run make-link`, the script will detect all the siyuan workspace, please select the targe workspace and the script will automatically create the symbolic link under the `{workspace}/data/plugins/` folder
```bash
>>> pnpm run make-link
- > plugin-sample-vite-svelte@0.0.3 make-link H:\SrcCode\开源项目\plugin-sample-vite-svelte
+ > plugin-sample-vite@0.0.3 make-link H:\SrcCode\开源项目\plugin-sample-vite
> node --no-warnings ./scripts/make_dev_link.js
"targetDir" is empty, try to get SiYuan directory automatically....
diff --git a/package.json b/package.json
index db69246..3afea4c 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,6 @@
"build": "vite build"
},
"devDependencies": {
- "@sveltejs/vite-plugin-svelte": "^2.0.3",
- "@tsconfig/svelte": "^4.0.1",
"@types/node": "^20.2.0",
"fast-glob": "^3.2.12",
"glob": "^7.2.3",
@@ -22,7 +20,6 @@
"rollup-plugin-livereload": "^2.0.5",
"sass": "^1.62.1",
"siyuan": "^0.7.2",
- "svelte": "^3.57.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^4.3.7",
diff --git a/src/hello.svelte b/src/hello.svelte
deleted file mode 100644
index 9094eb3..0000000
--- a/src/hello.svelte
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-