tangjicheng123 commited on
Commit
02f4283
1 Parent(s): 9004444

chore: remove success

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -121,7 +121,7 @@ function checkMatch() {
121
  secondButton.element.style.backgroundColor = 'green';
122
 
123
  if (matchCount === totalWords) {
124
- alert('全部匹配成功!');
125
  matchCount = 0;
126
  generateWords();
127
  }
 
121
  secondButton.element.style.backgroundColor = 'green';
122
 
123
  if (matchCount === totalWords) {
124
+ // alert('全部匹配成功!');
125
  matchCount = 0;
126
  generateWords();
127
  }