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