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