chore: remove unused code

This commit is contained in:
AnotiaWang
2025-02-12 00:16:16 +08:00
parent 5ed191f1e9
commit f14a210281
2 changed files with 6 additions and 44 deletions

46
app.vue
View File

@ -11,48 +11,14 @@
// TODO // TODO
useHead({ useHead({
title: 'SiliconCloud Stats - SiliconCloud 平台使用情况分析工具', title: 'Deep Research Web UI',
meta: [ script: [
// Anonymous analytics
{ {
name: 'description', defer: true,
content: src: 'https://umami.ataw.top/script.js',
'SiliconCloud Stats 是一个用于分析 SiliconCloud 平台使用情况的工具。通过输入 Cookie可以拉取 SiliconCloud 控制台 API 来实现各种分析功能,如 token 用量分析等。', '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',
// },
// ],
}) })
</script> </script>

View File

@ -53,10 +53,6 @@
import type { ResearchFeedbackResult } from '~/components/ResearchFeedback.vue' import type { ResearchFeedbackResult } from '~/components/ResearchFeedback.vue'
import type { ResearchResult } from '~/lib/deep-research' import type { ResearchResult } from '~/lib/deep-research'
useHead({
title: 'Deep Research Web UI',
})
const config = useConfigStore() const config = useConfigStore()
const toast = useToast() const toast = useToast()