diff --git a/app.vue b/app.vue index a6d8b77..149ad4f 100644 --- a/app.vue +++ b/app.vue @@ -11,48 +11,14 @@ // TODO useHead({ - title: 'SiliconCloud Stats - SiliconCloud 平台使用情况分析工具', - meta: [ + title: 'Deep Research Web UI', + script: [ + // Anonymous analytics { - name: 'description', - content: - 'SiliconCloud Stats 是一个用于分析 SiliconCloud 平台使用情况的工具。通过输入 Cookie,可以拉取 SiliconCloud 控制台 API 来实现各种分析功能,如 token 用量分析等。', + defer: true, + src: 'https://umami.ataw.top/script.js', + 'data-website-id': '9f925777-1c4c-440d-94ae-4bfee9e7aa71', }, - { - name: 'keywords', - content: 'SiliconCloud, 数据分析, token 用量, API 分析, 控制台工具', - }, - // Open Graph tags - { - property: 'og:title', - content: 'SiliconCloud Stats - SiliconCloud 平台使用情况分析工具', - }, - { - property: 'og:description', - content: - 'SiliconCloud Stats 是一个用于分析 SiliconCloud 平台使用情况的工具。通过输入 Cookie,可以拉取 SiliconCloud 控制台 API 来实现各种分析功能,如 token 用量分析等。', - }, - { property: 'og:type', content: 'website' }, - { property: 'og:image', content: '/images/readme-showcase-total.webp' }, - // Twitter Card tags - { name: 'twitter:card', content: 'summary_large_image' }, - { - name: 'twitter:title', - content: 'SiliconCloud Stats - SiliconCloud 平台使用情况分析工具', - }, - { - name: 'twitter:description', - content: - 'SiliconCloud Stats 是一个用于分析 SiliconCloud 平台使用情况的工具。', - }, - { name: 'twitter:image', content: '/images/readme-showcase-total.webp' }, ], - // script: [ - // { - // defer: true, - // src: 'https://umami.ataw.top/script.js', - // 'data-website-id': '6be07672-962f-42fe-85fc-92e96a5f30d6', - // }, - // ], }) diff --git a/pages/index.vue b/pages/index.vue index 91b2cc4..afcc382 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -53,10 +53,6 @@ import type { ResearchFeedbackResult } from '~/components/ResearchFeedback.vue' import type { ResearchResult } from '~/lib/deep-research' - useHead({ - title: 'Deep Research Web UI', - }) - const config = useConfigStore() const toast = useToast()