Skip to content

Commit 99f6032

Browse files
committed
fix: 优化输出文件的格式
1 parent 7cbf492 commit 99f6032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export async function doUploadCommand(cvbFilePath: string, userPrompt: string, o
101101

102102
// 定义修饰函数,加上表情符号
103103
const decorateWithEmojis = (role : string) => {
104-
return role === "user" ? "🙋‍♂️ **User**" : "🧠 **AI**";
104+
return role === "user" ? "@user" : "@AI";
105105
};
106106

107107
// 生成Markdown内容,使用修饰函数

0 commit comments

Comments
 (0)