@@ -4708,7 +4708,7 @@ function normalizeCcwebPromptUserAnswers(prompt, rawAnswers = {}) {
}
function buildCcwebPromptUserResponseText(prompt, answerList) {
const lines = ['我已回答 ccweb 提示的问题:'];
const lines = ['表单答案:'];
if (prompt.title) {
lines.push('', `表单:${prompt.title}`);
The note is not visible to the blocked user.