chore: rebuild CentOS7 release package

This commit is contained in:
shiyue
2026-07-06 13:43:35 +08:00
parent a3d83080cb
commit daaf41daa1
6 changed files with 97 additions and 29 deletions

View File

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