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 -要使用图标,你可能需要手动导入具体的图标组件,或者配置自动导入。上面的示例假设你已经配置好了或使用了简单的图标。 -::: - -## 卡片示例 - - - - - Card name - Operation button - - - - {{'List item ' + o }} - - - -