From 159d6a346f7d2cedac3efab0778421885d9d84d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E6=A2=93=E9=94=9F?= <1640384813@qq.com> Date: Mon, 6 May 2024 11:27:42 +0800 Subject: [PATCH 1/3] Bug561-WanZiKun MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复了bug561前后切换文章时生词高亮不显示的bug。 --- userpage_get.html | 264 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 264 insertions(+) create mode 100644 userpage_get.html diff --git a/userpage_get.html b/userpage_get.html new file mode 100644 index 0000000..232a747 --- /dev/null +++ b/userpage_get.html @@ -0,0 +1,264 @@ + + +
+ + + + + + + {{ yml['header'] | safe }} + {% if yml['css']['item'] %} + {% for css in yml['css']['item'] %} + + {% endfor %} + {% endif %} + {% if yml['js']['head'] %} + {% for js in yml['js']['head'] %} + + {% endfor %} + {% endif %} + +English Pal for {{ username }} + + {% if username == admin_name %} + 管理 + {% endif %} + 退出 + 重设密码 + +
+ {% for message in get_flashed_messages() %} +阅读文章并回答问题
+Article added on: {{ today_article["date"] }}
{{ today_article["article_title"] }}
{{ today_article["article_body"] }}
{{ today_article['source'] }}
{{ today_article['question'] }}
收集生词吧 (可以在正文中划词,也可以复制黏贴)
+ + {% if session.get['thisWord'] %} + + {% endif %} + + {% if d_len > 0 %} ++ 我的生词簿 + +
+ ++ {{ word }} + ( {{ freq }} ) + 熟悉 + 不熟悉 + 删除 + 朗读 +
+ {% endfor %} +English Pal for {{ username }} - - {% if username == admin_name %} - 管理 - {% endif %} - 退出 - 重设密码 - -
- {% for message in get_flashed_messages() %} -阅读文章并回答问题
-Article added on: {{ today_article["date"] }}
{{ today_article["article_title"] }}
{{ today_article["article_body"] }}
{{ today_article['source'] }}
{{ today_article['question'] }}
收集生词吧 (可以在正文中划词,也可以复制黏贴)
- - {% if session.get['thisWord'] %} - - {% endif %} - - {% if d_len > 0 %} -- 我的生词簿 - -
- -- {{ word }} - ( {{ freq }} ) - 熟悉 - 不熟悉 - 删除 - 朗读 -
- {% endfor %} -