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" + } +] +