fix server

This commit is contained in:
2026-04-01 16:27:04 +08:00
parent ef0b2b51b1
commit d6d706af95
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
answers.push(label.innerText.trim());
}
}
return question + answers.map((s) => "- " + s.replaceAll("\t", "")).join("\n");
return question + "\n\n" + answers.map((s) => "- " + s.replaceAll("\t", "")).join("\n");
}
function copyToClipboard() {