摘要: 1. 首先在项目根目录创建配置: # 创建.cursor目录和配置文件 mkdir -p .cursor touch .cursor/config.json 2. 编辑配置文件内容: { "chat": { "saveHistory": true, "historyPath": ".cursor/c 阅读全文
posted @ 2025-02-15 11:49 林锋1349 阅读(541) 评论(0) 推荐(0)