From ef50582cc941936304f0d5c5f56e8d55733c4dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 26 Jun 2025 16:58:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9key=20words=20=E4=B8=BA=20key?= =?UTF-8?q?words?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- article.html | 2 +- jstmr/journal.js | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/article.html b/article.html index cbc45f0..b532b5c 100644 --- a/article.html +++ b/article.html @@ -465,7 +465,7 @@ style="margin: 20px 0 40px 0;text-align: justify;word-wrap: break-word;color:#444;font-size: 15px">
- Key words: + Keywords:
diff --git a/jstmr/journal.js b/jstmr/journal.js index 2a9ddde..1866117 100644 --- a/jstmr/journal.js +++ b/jstmr/journal.js @@ -71,16 +71,23 @@ function bf_list() { '

' + arr_topic[i].children[j].title + '

' } } - + if(arr_topic[i].title == "Diseases"){ st_top_tit = '

' + arr_topic[i].title + '

' + + 'More' + + '
' + + '

' + }else{ + st_top_tit = '

' + arr_topic[i].title + '

' + // 'More' + '
' + '

' - + } if (wh_number == '1') { $('.art_top_topic>div>div.topics').html(''); } else { + $('.tmr_article>.bng_topic_bei>.art_main_con_topic>div').append(st_top_tit); + }