From a46d0dafb6ca111205cc928d69eb3487afcd2a46 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: Mon, 26 Aug 2024 09:21:49 +0800 Subject: [PATCH] top cite --- js/scientist/index.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/js/scientist/index.js b/js/scientist/index.js index f4fd45e..276624c 100644 --- a/js/scientist/index.js +++ b/js/scientist/index.js @@ -59,7 +59,8 @@ function commonGetItemHtml(doc) { `, abstract: data.abstract.replace(new RegExp("0, 102, 204", "g"), "0,102,153"), - link_: '' + link_: '', + stage_: '', } if (data.mains == '') { if (data.file_html == '') { @@ -72,7 +73,11 @@ function commonGetItemHtml(doc) { } - + if (data.stage_no == '0') { + baseInfo.stage_ = '' + } else { + baseInfo.stage_ = ' (' + data.stage_no + ')' + } if (data.other_state == 0) { baseInfo.otStat = '' } else if (data.other_state == 1) {