chore: remove unused code
This commit is contained in:
46
app.vue
46
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',
|
||||
// },
|
||||
// ],
|
||||
})
|
||||
</script>
|
||||
|
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user