diff --git a/README.md b/README.md index 835dc5a..b127157 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,9 @@ This is a web UI for https://github.com/dzhng/deep-research. It supports streaming AI responses, and viasualization of the research process using a tree structure. -Note: The project is currently WIP, expect bugs. README will be updated once the project is usable. - -Rough preview of the UI: - -image +> Note: The project is currently WIP, expect bugs. + ## Setup @@ -80,3 +77,7 @@ bun run preview ``` Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. + +## License + +MIT diff --git a/app.vue b/app.vue index 88300e4..a6d8b77 100644 --- a/app.vue +++ b/app.vue @@ -18,9 +18,15 @@ content: 'SiliconCloud Stats 是一个用于分析 SiliconCloud 平台使用情况的工具。通过输入 Cookie,可以拉取 SiliconCloud 控制台 API 来实现各种分析功能,如 token 用量分析等。', }, - { name: 'keywords', content: 'SiliconCloud, 数据分析, token 用量, API 分析, 控制台工具' }, + { + name: 'keywords', + content: 'SiliconCloud, 数据分析, token 用量, API 分析, 控制台工具', + }, // Open Graph tags - { property: 'og:title', content: 'SiliconCloud Stats - SiliconCloud 平台使用情况分析工具' }, + { + property: 'og:title', + content: 'SiliconCloud Stats - SiliconCloud 平台使用情况分析工具', + }, { property: 'og:description', content: @@ -30,8 +36,15 @@ { 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:title', + content: 'SiliconCloud Stats - SiliconCloud 平台使用情况分析工具', + }, + { + name: 'twitter:description', + content: + 'SiliconCloud Stats 是一个用于分析 SiliconCloud 平台使用情况的工具。', + }, { name: 'twitter:image', content: '/images/readme-showcase-total.webp' }, ], // script: [ diff --git a/components/ColorModeButton.vue b/components/ColorModeButton.vue index eaeb974..4092850 100644 --- a/components/ColorModeButton.vue +++ b/components/ColorModeButton.vue @@ -19,6 +19,10 @@ diff --git a/components/DeepResearch.vue b/components/DeepResearch.vue index 6fa66e9..7ede475 100644 --- a/components/DeepResearch.vue +++ b/components/DeepResearch.vue @@ -1,5 +1,10 @@