diff --git a/app/templates/userpage_get.html b/app/templates/userpage_get.html index 2184983..eae658d 100644 --- a/app/templates/userpage_get.html +++ b/app/templates/userpage_get.html @@ -84,10 +84,18 @@

阅读文章并回答问题

+

Article added on: {{ today_article["date"] }}


+ + + +

{{ today_article["article_title"] }}


{{ today_article["article_body"] }}


@@ -121,11 +129,6 @@ 生词高亮 大声朗读 划词入库 - -
@@ -361,7 +364,6 @@ option.title = article.article_title; savedArticlesDropdown.appendChild(option); localStorage.setItem(articleTitle, articleJSON); // 以文章标题为键,序列化的JSON字符串为值存储 - alert("文章已标记"); } function loadSelectedArticle() { const selectedOption = document.getElementById('saved_articles_dropdown');