Tcode平台改造升级-删除多余备注

This commit is contained in:
fmk1023
2025-12-10 15:46:18 +08:00
parent 61f8e017de
commit a630f40b76
4 changed files with 1 additions and 6 deletions

View File

@@ -28,12 +28,11 @@ import { ref } from 'vue';
// 用于控制当前展开项的索引
const activeIndex = ref<number | null>(null);
// FAQ 数据 (根据截图内容填充)
// FAQ 数据
const faqItems = ref([
{
question: 'ChatGPT 如何定价?',
answer: '每个人均可使用 ChatGPT 的免费版。付费套餐Plus、Business 和 Enterprise 版本按每个用户每月计算。Plus 和 Business 版本提供月度套餐Business 和 Enterprise 版本提供年度套餐。',
// 截图中的第一项内容略有不同,但为了演示,这里使用截图上可见的答案和描述
},
{
question: 'ChatGPT 是否免费使用?',