From b69267d94fcd288849df198258711fc4607ede45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A9=99=E5=AD=90?= <454313500@qq.com> Date: Sat, 8 Jun 2024 00:13:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8F=91=E5=B8=83yi.abp.tool=E5=89=8D?= =?UTF-8?q?=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Yi.Bbs.Vue3/src/layout/Index.vue | 2 +- Yi.Bbs.Vue3/src/views/start/Index.vue | 113 +++++++++++++++--- .../src/views/start/components/Box.vue | 47 ++++++++ .../src/views/start/components/CodeBox.vue | 16 ++- .../src/views/start/components/LableCheck.vue | 70 +++++++++++ .../src/views/start/components/SlectBox.vue | 47 ++++++++ 6 files changed, 277 insertions(+), 18 deletions(-) create mode 100644 Yi.Bbs.Vue3/src/views/start/components/Box.vue create mode 100644 Yi.Bbs.Vue3/src/views/start/components/LableCheck.vue create mode 100644 Yi.Bbs.Vue3/src/views/start/components/SlectBox.vue diff --git a/Yi.Bbs.Vue3/src/layout/Index.vue b/Yi.Bbs.Vue3/src/layout/Index.vue index 69df778c..0036fa4f 100644 --- a/Yi.Bbs.Vue3/src/layout/Index.vue +++ b/Yi.Bbs.Vue3/src/layout/Index.vue @@ -8,7 +8,7 @@ > - + diff --git a/Yi.Bbs.Vue3/src/views/start/Index.vue b/Yi.Bbs.Vue3/src/views/start/Index.vue index 20dd0abd..f64c23d8 100644 --- a/Yi.Bbs.Vue3/src/views/start/Index.vue +++ b/Yi.Bbs.Vue3/src/views/start/Index.vue @@ -1,14 +1,71 @@ \ No newline at end of file diff --git a/Yi.Bbs.Vue3/src/views/start/components/CodeBox.vue b/Yi.Bbs.Vue3/src/views/start/components/CodeBox.vue index f98889e6..f9c55fde 100644 --- a/Yi.Bbs.Vue3/src/views/start/components/CodeBox.vue +++ b/Yi.Bbs.Vue3/src/views/start/components/CodeBox.vue @@ -1,5 +1,15 @@ \ No newline at end of file diff --git a/Yi.Bbs.Vue3/src/views/start/components/SlectBox.vue b/Yi.Bbs.Vue3/src/views/start/components/SlectBox.vue new file mode 100644 index 00000000..bb5c0443 --- /dev/null +++ b/Yi.Bbs.Vue3/src/views/start/components/SlectBox.vue @@ -0,0 +1,47 @@ + + + \ No newline at end of file