更新 'app/Article.py'

Bug393-QinYanMei
李凯 2022-06-11 23:21:17 +08:00
parent 5d5f4cf8f2
commit fde3be4c23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ def get_today_article(user_word_list, articleID):
s += '<div class="p-3 mb-2 bg-light text-dark">'
article_title = get_article_title(d['text'])
article_body = get_article_body(d['text'])
s += '<p class="display-5">%s</p>' % (article_title)
s += '<p class="display-3">%s</p>' % (article_title)
s += '<p class="lead"><font id="article" size=2>%s</font></p>' % (article_body)
s += '<p><small class="text-muted">%s</small></p>' % (d['source'])
s += '<p><b>%s</b></p>' % (get_question_part(d['question']))