diff --git a/.vitepress/theme/components/HomeExitDetector.vue b/.vitepress/theme/components/HomeExitDetector.vue index ff6dc75..3229ee2 100644 --- a/.vitepress/theme/components/HomeExitDetector.vue +++ b/.vitepress/theme/components/HomeExitDetector.vue @@ -1,14 +1,22 @@ - + + + + + 觉得不错?点我生成分享图 + + + + + + + + 分享文章 + + + + × + + + + + + + + 生成中... + + + + + + 暂无预览 + + + + + + + + {{ shareText }} + + + + {{ copied ? "已复制" : "复制分享文字" }} + + + + 分享图设置 + + + + 部分平台可能无法发送带二维码的图片,如果发送失败,可以尝试不带二维码的分享图。 + + + + + 要二维码 + + + + 不要二维码 + + + + + 下载分享图片 + + + + + + + + + + + + + CUIT 指南 + https://guide.cuit.dev/ + + + 一个关于成都信息工程大学一切的网站 + + + + + + + + + + + + + \ No newline at end of file diff --git a/.vitepress/theme/components/WelcomeModal.vue b/.vitepress/theme/components/WelcomeModal.vue index 458fdf4..897ce6f 100644 --- a/.vitepress/theme/components/WelcomeModal.vue +++ b/.vitepress/theme/components/WelcomeModal.vue @@ -1,33 +1,44 @@ - + - + - + - {{ title }} - {{ description }} - {{ partycode }} + {{ props.title }} + {{ props.description }} + {{ props.partycode }} - - {{ confirmText }} - + + {{ props.confirmText }} + - {{ cancelText }} + {{ props.cancelText }} @@ -37,37 +48,47 @@