From 6ed6ae796db63008c573eed392652daad3b68dbf Mon Sep 17 00:00:00 2001 From: sanbuphy Date: Tue, 13 Jan 2026 10:07:20 +0800 Subject: [PATCH] chore: update gitignore and remove demo documentation - Add temp/* to gitignore to exclude temporary files - Remove demo.md as it's no longer needed --- .gitignore | 1 + docs/demo.md | 63 ---------------------------------------------------- 2 files changed, 1 insertion(+), 63 deletions(-) delete mode 100644 docs/demo.md diff --git a/.gitignore b/.gitignore index a37a882..29ed4d1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ node_modules tools/* docs/.vitepress/dist docs/.vitepress/cache +temp/* \ No newline at end of file diff --git a/docs/demo.md b/docs/demo.md deleted file mode 100644 index 91aeaad..0000000 --- a/docs/demo.md +++ /dev/null @@ -1,63 +0,0 @@ -# 组件库演示 (Element Plus) - -Easy-Vibe 已经集成了 [Element Plus](https://element-plus.org/),你可以在 Markdown 中直接使用 Vue 组件。 - -## 按钮示例 - - - Default - Primary - Success - Info - Warning - Danger - - -## 图标示例 - - - - - - - - - - - - - - -::: tip -要使用图标,你可能需要手动导入具体的图标组件,或者配置自动导入。上面的示例假设你已经配置好了或使用了简单的图标。 -::: - -## 卡片示例 - - - -
- {{'List item ' + o }} -
-
- -