diff --git a/app/static/js/word_operation.js b/app/static/js/word_operation.js index fc01cb6..6413971 100644 --- a/app/static/js/word_operation.js +++ b/app/static/js/word_operation.js @@ -68,6 +68,7 @@ function read_word(theWord) { Reader.read(to_speak, inputSlider.value); } + /* * interface Word { * word: string, @@ -102,9 +103,12 @@ function wordTemplate(word) { 不熟悉 删除 朗读 + 笔记 +
`; } + /** * 删除某一词频元素 * 此处word为词频元素对应的单词 diff --git a/app/templates/userpage_get.html b/app/templates/userpage_get.html index 15be230..abb5632 100644 --- a/app/templates/userpage_get.html +++ b/app/templates/userpage_get.html @@ -169,6 +169,8 @@ 不熟悉 删除 朗读 + 笔记 + {% endfor %} @@ -182,6 +184,28 @@ {% endfor %} {% endif %} + + + + +