修改错题本bug

This commit is contained in:
田岩
2025-09-15 08:35:09 +08:00
parent 354aa5b041
commit c8216c5cb6
14 changed files with 253 additions and 228 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
});
const keywords = computed(() => {
if (!props.value.relKeyword) return [];
return props.value.relKeyword.split(',').map((key) => key.trim());
return props.value.relKeyword.split(/[,、]/).map((key) => key.trim());
});
const highlightedText = computed(() => {