From c5cc48a8aad854700837d7bab55f118ad020f907 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Thu, 22 Feb 2024 03:22:03 +0900 Subject: [PATCH] feat: simpler card --- components.d.ts | 1 + src/App.vue | 72 ++++++++++++++++++++++++------------------------- 2 files changed, 37 insertions(+), 36 deletions(-) diff --git a/components.d.ts b/components.d.ts index bd41fd1..b44b027 100644 --- a/components.d.ts +++ b/components.d.ts @@ -14,6 +14,7 @@ declare module 'vue' { VarChip: typeof import('@varlet/ui')['_ChipComponent'] VarCol: typeof import('@varlet/ui')['_ColComponent'] VarIcon: typeof import('@varlet/ui')['_IconComponent'] + VarPaper: typeof import('@varlet/ui')['_PaperComponent'] VarRow: typeof import('@varlet/ui')['_RowComponent'] } } diff --git a/src/App.vue b/src/App.vue index 97d537d..8d1b8a4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -18,6 +18,29 @@ function nav2(l: string) { window.location.href = l } +const contents = [ + { + title: "CMoe-Counter", + desc: "多种风格的萌萌计数器", + link: "https://counter.seku.su" + }, + { + title: "Emozi", + desc: "颜文字汉字抽象转写器", + link: "https://emozi.seku.su" + }, + { + title: "Words-Away", + desc: "误屏蔽词绕过检测工具", + link: "https://words-away.seku.su" + }, + { + title: "Gitea", + desc: "自建同步用版本管理站", + link: "https://gitea.seku.su" + } +] +