export default interface CCPrompt { // 提示词标题 title: string, // 提示词概述 description: string, // 提示词内容 content: string }