6 Commits

  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' { declare module 'vue' {
export interface GlobalComponents { 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 { .buttons-container {
margin-top: 8rem;
margin-top: 18rem;
position: relative; position: relative;
width: 100%; width: 100%;
} }

25
src/views/deepNine.vue

@ -1455,7 +1455,7 @@ watch(
class: "content3", class: "content3",
type: "img1", type: "img1",
content: content:
"https://d31zlh4on95l9h.cloudfront.net/images/6bde1eccf4cd2f5c2231df98186c5ced.png",
"https://d31zlh4on95l9h.cloudfront.net/images/5baa0a449cf74fb6a1afb1c909a21194.png",
}, },
"", "",
50 50
@ -1565,20 +1565,25 @@ watch(
50 50
); );
const ac31 = `<p style="margin:0;color:#FFD700;font-weight:bold;display:flex;justify-content:center;font-size:22px">【资金异动信号】</p><p>`; 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 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 = []; const ac3Arr = [];
ac3Arr.push(ac31); ac3Arr.push(ac31);
if (ac32 != "") { if (ac32 != "") {
ac3Arr.push(`<p>${ac32}</p>`); 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); ac3Arr.push(ac34);
if (ac35 != "") { if (ac35 != "") {
ac3Arr.push(`<p>${ac35}</p>`); ac3Arr.push(`<p>${ac35}</p>`);
@ -1657,7 +1662,7 @@ watch(
); );
// 4 // 4
const ac5 = `<p>${result23.data.ZJQSSC2}</p>`;
const ac5 = `<p>${result23.data.zjqssc2}</p>`;
// //
const aiMessage5 = reactive({ const aiMessage5 = reactive({

8
src/views/homePage.vue

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

Loading…
Cancel
Save