Browse Source

Merge branch 'milestone-20250924-接入大财神工作流' into dev

dev
宋杰 2 hours ago
parent
commit
752b2e383d
  1. 3
      src/components.d.ts
  2. 2
      src/views/Selectmodel.vue
  3. 25
      src/views/deepNine.vue
  4. 8
      src/views/homePage.vue

3
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']
}
}

2
src/views/Selectmodel.vue

@ -421,7 +421,7 @@ const goToDeepNineModel = () => {
}
.buttons-container {
margin-top: 8rem;
margin-top: 18rem;
position: relative;
width: 100%;
}

25
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
@ -1565,20 +1565,25 @@ watch(
50
);
const ac31 = `<p style="margin:0;color:#FFD700;font-weight:bold;display:flex;justify-content:center;font-size:22px">【资金异动信号】</p><p>`;
const ac32 = result22.data.DXTSC;
const ac33 = result22.data.DXTSC2;
const ac32 = result22.data.dxtsc;
// const ac33 = result22.data.zjqssc1;
const ac34 = `<p style="margin:0;color:#FFD700;font-weight:bold;display:flex;justify-content:center;font-size:22px">【资金趋势导航】</p><p>`;
const ac35 = result22.data.ZJQSSC1;
const ac3 = `<p>${result23.data.DXTSC}</p><p>${result23.data.DXTSC2}</p><p>${result23.data.ZJQSSC1}</p>`;
const ac35 = result22.data.zjqssc1;
// const ac3 = `<p>${result23.data.DXTSC}</p><p>${result23.data.DXTSC2}</p><p>${result23.data.ZJQSSC1}</p>`;
const ac3Arr = [];
ac3Arr.push(ac31);
if (ac32 != "") {
ac3Arr.push(`<p>${ac32}</p>`);
}
if (ac33 != "") {
ac3Arr.push("");
ac3Arr.push(`<p>${ac33}</p>`);
}
// if (ac33 != "") {
// ac3Arr.push("");
// ac3Arr.push(`<p>${ac33}</p>`);
// }
ac3Arr.push(ac34);
if (ac35 != "") {
ac3Arr.push(`<p>${ac35}</p>`);
@ -1657,7 +1662,7 @@ watch(
);
// 4
const ac5 = `<p>${result23.data.ZJQSSC2}</p>`;
const ac5 = `<p>${result23.data.zjqssc2}</p>`;
//
const aiMessage5 = reactive({

8
src/views/homePage.vue

@ -2018,6 +2018,10 @@ onUnmounted(() => {
<div class="tokenRuleSectionTitle">Token消耗规则</div>
<div class="tokenRuleItem">
"夺宝奇兵大模型""AI情绪大模型"中搜索股票消耗普通Token"深度九大模型"中搜索股票消耗专属Token
</div>
<div class="tokenRuleItem">
"夺宝奇兵大模型""AI情绪大模型""深度九大模型"中搜索股票若搜索成功内容正常生成则会消耗1Token
</div>
<div class="tokenRuleItem">
@ -2028,14 +2032,14 @@ onUnmounted(() => {
搜索同一只股票产出内容相同时只扣除1Token
</div>
<div class="tokenRuleItem">
"夺宝奇兵""AI小财神"中Token是互通的
"夺宝奇兵"中的Token"AI小财神"的普通Token是互通的
</div>
</div>
<div class="tokenRuleSection">
<div class="tokenRuleSectionTitle">Token兑换规则</div>
<div class="tokenRuleItem">
点击右上角"获取Token"即可进入Token兑换页进行金币兑换Token
点击右上角"获取Token"即可进入Token兑换页进行金币兑换Token只能兑换普通Token
</div>
<div class="tokenRuleItem">
金币兑换Token的比例为1金币=1Token一经兑换不予退还

Loading…
Cancel
Save