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(() => {
Token消耗规则
• + "夺宝奇兵大模型"和"AI情绪大模型"中搜索股票消耗普通Token,"深度九大模型"中搜索股票消耗专属Token +
+
+ • 在"夺宝奇兵大模型"、"AI情绪大模型"、"深度九大模型"中搜索股票,若搜索成功,内容正常生成,则会消耗1Token
@@ -2028,14 +2032,14 @@ onUnmounted(() => { • 搜索同一只股票,产出内容相同时,只扣除1Token
- • "夺宝奇兵"和"AI小财神"中Token是互通的 + • "夺宝奇兵"中的Token和"AI小财神"中的普通Token是互通的
Token兑换规则
- • 点击右上角"获取Token",即可进入Token兑换页进行金币兑换Token + • 点击右上角"获取Token",即可进入Token兑换页进行金币兑换Token(只能兑换普通Token)
• 金币兑换Token的比例为:1金币=1Token;一经兑换,不予退还 From ce62c24d285a12aade93e8b1c616c372f3b0ec38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 8 Oct 2025 10:36:19 +0800 Subject: [PATCH 3/5] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E7=AB=AF=E9=A6=96=E9=A1=B5=E7=9A=84=E6=A8=A1=E5=9E=8B=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Selectmodel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Selectmodel.vue b/src/views/Selectmodel.vue index a19b9c7..a4308eb 100644 --- a/src/views/Selectmodel.vue +++ b/src/views/Selectmodel.vue @@ -421,7 +421,7 @@ const goToDeepNineModel = () => { } .buttons-container { - margin-top: 8rem; + margin-top: 18rem; position: relative; width: 100%; } From 68466e71718861232ff0172c7581981744ce64b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 8 Oct 2025 11:03:28 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E8=AE=A4=E7=9F=A5=E5=8F=98=E7=8E=B0?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E6=9B=B4=E6=8D=A2=E5=8E=8B=E7=BC=A9=E5=90=8E?= =?UTF-8?q?=E7=9A=84=E5=9B=BE=E7=89=87=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/deepNine.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/deepNine.vue b/src/views/deepNine.vue index dc2486d..8b58d2d 100644 --- a/src/views/deepNine.vue +++ b/src/views/deepNine.vue @@ -1455,7 +1455,7 @@ watch( class: "content3", type: "img1", content: - "https://d31zlh4on95l9h.cloudfront.net/images/6bde1eccf4cd2f5c2231df98186c5ced.png", + "https://d31zlh4on95l9h.cloudfront.net/images/5baa0a449cf74fb6a1afb1c909a21194.png", }, "", 50 From 2cdbfd8eaedfc41412d7d35d56469670acfa75ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=9D=B0?= Date: Wed, 8 Oct 2025 19:26:58 +0800 Subject: [PATCH 5/5] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/deepNine.vue | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/views/deepNine.vue b/src/views/deepNine.vue index 8b58d2d..a5381ef 100644 --- a/src/views/deepNine.vue +++ b/src/views/deepNine.vue @@ -1565,18 +1565,14 @@ watch( 50 ); const ac31 = `

【资金异动信号】

`; - 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({