From 74740ef086f0838ab79c8598490ef6da9d5efbec Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Sat, 4 Oct 2025 17:53:50 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E5=85=BC=E5=AE=B9=E5=BC=80=E5=A4=B4?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E5=86=99=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components.d.ts | 3 ++- src/views/deepNine.vue | 17 +++++++++++++---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/src/components.d.ts b/src/components.d.ts index 9714d72..5e91f0b 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -4,7 +4,8 @@ declare module 'vue' { export interface GlobalComponents { - HelloWorld: typeof import('./components/HelloWorld.vue')['default'] + MessageItem: typeof import('./components/deepNine/MessageItem.vue')['default'] + ThinkingGif: typeof import('./components/deepNine/ThinkingGif.vue')['default'] } } diff --git a/src/views/deepNine.vue b/src/views/deepNine.vue index e1fd7df..dc2486d 100644 --- a/src/views/deepNine.vue +++ b/src/views/deepNine.vue @@ -1565,11 +1565,20 @@ watch( 50 ); const ac31 = `
【资金异动信号】
`; - const ac32 = result22.data.DXTSC; - const ac33 = result22.data.DXTSC2; + const ac321 = result22.data.DXTSC; + const ac322 = result22.data.dXTSC; + const ac32 = ac321 || ac322 || ""; + + const ac331 = result22.data.DXTSC2; + const ac332 = result22.data.dXTSC2; + const ac33 = ac331 || ac332 || ""; + const ac34 = `
【资金趋势导航】
`; - const ac35 = result22.data.ZJQSSC1; - const ac3 = `
${result23.data.DXTSC}
${result23.data.DXTSC2}
${result23.data.ZJQSSC1}
`; + const ac351 = result22.data.ZJQSSC1; + const ac352 = result22.data.dZJQSSC1; + const ac35 = ac351 || ac352 || ""; + + // const ac3 = `${result23.data.DXTSC}
${result23.data.DXTSC2}
${result23.data.ZJQSSC1}
`; const ac3Arr = []; ac3Arr.push(ac31); if (ac32 != "") { From cd2382bff8a50287b84497590b164dacfa8ef1c2 Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Sat, 4 Oct 2025 17:58:33 +0800 Subject: [PATCH 2/5] =?UTF-8?q?token=E8=A7=84=E5=88=99=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homePage.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/homePage.vue b/src/views/homePage.vue index 668e6dd..f408a99 100644 --- a/src/views/homePage.vue +++ b/src/views/homePage.vue @@ -2018,6 +2018,10 @@ onUnmounted(() => {【资金异动信号】
`; - const ac321 = result22.data.DXTSC; - const ac322 = result22.data.dXTSC; - const ac32 = ac321 || ac322 || ""; + const ac32 = result22.data.dxtsc; + + // const ac33 = result22.data.zjqssc1; - const ac331 = result22.data.DXTSC2; - const ac332 = result22.data.dXTSC2; - const ac33 = ac331 || ac332 || ""; const ac34 = `
【资金趋势导航】
`; - const ac351 = result22.data.ZJQSSC1; - const ac352 = result22.data.dZJQSSC1; - const ac35 = ac351 || ac352 || ""; + const ac35 = result22.data.zjqssc1; + // const ac3 = `
${result23.data.DXTSC}
${result23.data.DXTSC2}
${result23.data.ZJQSSC1}
`; const ac3Arr = []; @@ -1584,10 +1580,10 @@ watch( if (ac32 != "") { ac3Arr.push(`${ac32}
`); } - if (ac33 != "") { - ac3Arr.push(""); - ac3Arr.push(`${ac33}
`); - } + // if (ac33 != "") { + // ac3Arr.push(""); + // ac3Arr.push(`${ac33}
`); + // } ac3Arr.push(ac34); if (ac35 != "") { ac3Arr.push(`${ac35}
`); @@ -1666,7 +1662,7 @@ watch( ); // 添加内容框4 - const ac5 = `${result23.data.ZJQSSC2}
`; + const ac5 = `${result23.data.zjqssc2}
`; // 先推送初始消息 const aiMessage5 = reactive({