word_operation.js: do not alert each time #179

Merged
mrlan merged 1 commits from Bug570_CaiShuHuang into Alpha-snapshot20240618 2024-08-27 08:19:55 +08:00
1 changed files with 0 additions and 1 deletions

View File

@ -204,7 +204,6 @@ function exportToCSV() {
*/ */
function random_select_word(word) { function random_select_word(word) {
alert("点击熟悉与不熟悉之后,单词自动返回生词库")
// 获取所有带有 "word-container" 类的 <p> 标签 // 获取所有带有 "word-container" 类的 <p> 标签
const container = document.querySelector('.word-container'); const container = document.querySelector('.word-container');