From a577e808df1c352cdc102e74c4f38eb37816ddcf Mon Sep 17 00:00:00 2001 From: KazariEX <1364035137@qq.com> Date: Fri, 11 Oct 2024 01:29:27 +0800 Subject: [PATCH] feat: complete --- playground/app/app.vue | 48 +++++++++++++---- .../{nav-button.vue => plain-button.vue} | 8 ++- playground/app/components/plain-select.vue | 54 +++++++++++++++---- playground/app/components/plain-shiki.vue | 28 +++++----- playground/app/components/theme-button.vue | 6 +-- playground/app/composables/usePlainShiki.ts | 31 ++++++++--- 6 files changed, 125 insertions(+), 50 deletions(-) rename playground/app/components/{nav-button.vue => plain-button.vue} (86%) diff --git a/playground/app/app.vue b/playground/app/app.vue index 8e2cc87..83f3438 100644 --- a/playground/app/app.vue +++ b/playground/app/app.vue @@ -1,37 +1,63 @@ \ No newline at end of file diff --git a/playground/app/components/nav-button.vue b/playground/app/components/plain-button.vue similarity index 86% rename from playground/app/components/nav-button.vue rename to playground/app/components/plain-button.vue index 3010de2..323ac5d 100644 --- a/playground/app/components/nav-button.vue +++ b/playground/app/components/plain-button.vue @@ -1,7 +1,5 @@ @@ -15,17 +18,14 @@
- - - \ No newline at end of file + \ No newline at end of file diff --git a/playground/app/components/theme-button.vue b/playground/app/components/theme-button.vue index 64e6157..466e8cd 100644 --- a/playground/app/components/theme-button.vue +++ b/playground/app/components/theme-button.vue @@ -1,5 +1,5 @@