chore(demo): update db

This commit is contained in:
Jacky 2025-04-05 14:57:28 +00:00
parent c013c468a0
commit d30380c989
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
4 changed files with 2 additions and 3 deletions

1
app/components.d.ts vendored
View file

@ -77,7 +77,6 @@ declare module 'vue' {
ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
ChatGPTChatGPT: typeof import('./src/components/ChatGPT/ChatGPT.vue')['default']
CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.vue')['default']
EnvGroupTabs: typeof import('./src/components/EnvGroupTabs/EnvGroupTabs.vue')['default']
EnvGroupTabsEnvGroupTabs: typeof import('./src/components/EnvGroupTabs/EnvGroupTabs.vue')['default']
EnvIndicatorEnvIndicator: typeof import('./src/components/EnvIndicator/EnvIndicator.vue')['default']
FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']

View file

@ -36,7 +36,7 @@ let buffer = ''
// Track last chunk to avoid immediate repeated content
let lastChunkStr = ''
//
// define a type for tracking code block state
interface CodeBlockState {
isInCodeBlock: boolean
backtickCount: number

View file

@ -1 +1 @@
{"version":"2.0.0-rc.5","build_id":2,"total_build":396}
{"version":"2.0.0-rc.5","build_id":4,"total_build":398}

Binary file not shown.