From a630f40b765c4593f4e6ba5e7e022a94b0ca5456 Mon Sep 17 00:00:00 2001 From: fmk1023 Date: Wed, 10 Dec 2025 15:46:18 +0800 Subject: [PATCH] =?UTF-8?q?Tcode=E5=B9=B3=E5=8F=B0=E6=94=B9=E9=80=A0?= =?UTF-8?q?=E5=8D=87=E7=BA=A7-=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Jyh/AI/Home/index.vue | 1 - src/views/Jyh/Dashboard/proxy.vue | 2 -- src/views/Jyh/Home/component/ComBank.vue | 1 - src/views/Jyh/Pricing/component/PricingFAQ.vue | 3 +-- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/Jyh/AI/Home/index.vue b/src/views/Jyh/AI/Home/index.vue index 88a4fa8..f449e3c 100644 --- a/src/views/Jyh/AI/Home/index.vue +++ b/src/views/Jyh/AI/Home/index.vue @@ -250,7 +250,6 @@ const onSubmit = async (e, answer = undefined) => { }); }; -// 刷新回答(重新发送上一个用户问题) const handleRefresh = (index: number) => { const currentMsg = messages.value[index-1]; if (currentMsg.role === 'user' && currentMsg.content) { // 假设AI回答的question字段存储了用户原始问题 diff --git a/src/views/Jyh/Dashboard/proxy.vue b/src/views/Jyh/Dashboard/proxy.vue index 7eab8ba..aef9b73 100644 --- a/src/views/Jyh/Dashboard/proxy.vue +++ b/src/views/Jyh/Dashboard/proxy.vue @@ -169,7 +169,6 @@ $button-bg: #444444; // 试用按钮背景色 } -/* --- 集成列表样式 (与上一个图相同) --- */ .integration-list { display: flex; flex-direction: column; @@ -271,7 +270,6 @@ $button-bg: #444444; // 试用按钮背景色 } } -/* --- API 密钥部分 (与上一个图相同) --- */ .api-section { padding-top: 10px; /* 调整间距 */ } diff --git a/src/views/Jyh/Home/component/ComBank.vue b/src/views/Jyh/Home/component/ComBank.vue index 37b1f6d..a38c08c 100644 --- a/src/views/Jyh/Home/component/ComBank.vue +++ b/src/views/Jyh/Home/component/ComBank.vue @@ -10,7 +10,6 @@ :iteration-count="Infinity" >
- 爱奇艺 哔哩哔哩 中国南方航空 diff --git a/src/views/Jyh/Pricing/component/PricingFAQ.vue b/src/views/Jyh/Pricing/component/PricingFAQ.vue index 83b27db..e028101 100644 --- a/src/views/Jyh/Pricing/component/PricingFAQ.vue +++ b/src/views/Jyh/Pricing/component/PricingFAQ.vue @@ -28,12 +28,11 @@ import { ref } from 'vue'; // 用于控制当前展开项的索引 const activeIndex = ref(null); -// FAQ 数据 (根据截图内容填充) +// FAQ 数据 const faqItems = ref([ { question: 'ChatGPT 如何定价?', answer: '每个人均可使用 ChatGPT 的免费版。付费套餐(Plus、Business 和 Enterprise 版本)按每个用户每月计算。Plus 和 Business 版本提供月度套餐,Business 和 Enterprise 版本提供年度套餐。', - // 截图中的第一项内容略有不同,但为了演示,这里使用截图上可见的答案和描述 }, { question: 'ChatGPT 是否免费使用?',