自动化设置校验

feasure
lld 2026-02-27 16:46:57 +08:00
parent 55da5697d5
commit 5c8ef01682
1 changed files with 2 additions and 1 deletions

View File

@ -825,7 +825,6 @@ export default {
} }
]; ];
// todo
for (const [_, rule] of checkRules.entries()) { for (const [_, rule] of checkRules.entries()) {
for (const [index, item] of this.term.entries()) { for (const [index, item] of this.term.entries()) {
const term = termMap[item]; // const term = termMap[item]; //
@ -844,6 +843,8 @@ export default {
return; return;
} }
} }
// todo
} }
} }