From b2e11aea6f69161689e8c69d0291bdb2e8905b64 Mon Sep 17 00:00:00 2001 From: Lan Hui <1348141770@qq.com> Date: Thu, 29 Aug 2024 07:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=A0=87=E8=AE=B0=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=A7=BB=E5=88=B0=E9=A1=B5=E9=9D=A2=E4=B8=8A?= =?UTF-8?q?=E6=96=B9=EF=BC=9B=E6=A0=87=E8=AE=B0=E6=96=87=E7=AB=A0=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E8=A6=81alert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/userpage_get.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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');