mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
chore(demo): update db
This commit is contained in:
parent
c013c468a0
commit
d30380c989
4 changed files with 2 additions and 3 deletions
1
app/components.d.ts
vendored
1
app/components.d.ts
vendored
|
@ -77,7 +77,6 @@ declare module 'vue' {
|
||||||
ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
|
ChartUsageProgressLine: typeof import('./src/components/Chart/UsageProgressLine.vue')['default']
|
||||||
ChatGPTChatGPT: typeof import('./src/components/ChatGPT/ChatGPT.vue')['default']
|
ChatGPTChatGPT: typeof import('./src/components/ChatGPT/ChatGPT.vue')['default']
|
||||||
CodeEditorCodeEditor: typeof import('./src/components/CodeEditor/CodeEditor.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']
|
EnvGroupTabsEnvGroupTabs: typeof import('./src/components/EnvGroupTabs/EnvGroupTabs.vue')['default']
|
||||||
EnvIndicatorEnvIndicator: typeof import('./src/components/EnvIndicator/EnvIndicator.vue')['default']
|
EnvIndicatorEnvIndicator: typeof import('./src/components/EnvIndicator/EnvIndicator.vue')['default']
|
||||||
FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
|
FooterToolbarFooterToolBar: typeof import('./src/components/FooterToolbar/FooterToolBar.vue')['default']
|
||||||
|
|
|
@ -36,7 +36,7 @@ let buffer = ''
|
||||||
// Track last chunk to avoid immediate repeated content
|
// Track last chunk to avoid immediate repeated content
|
||||||
let lastChunkStr = ''
|
let lastChunkStr = ''
|
||||||
|
|
||||||
// 定义一个用于跟踪代码块状态的类型
|
// define a type for tracking code block state
|
||||||
interface CodeBlockState {
|
interface CodeBlockState {
|
||||||
isInCodeBlock: boolean
|
isInCodeBlock: boolean
|
||||||
backtickCount: number
|
backtickCount: number
|
||||||
|
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue