From 4ef64ebb251fabf87e26983bed19f65fbf551bf6 Mon Sep 17 00:00:00 2001 From: chengxl Date: Thu, 5 Jun 2025 13:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=85=B1=E6=96=B9=E6=B3=95=E5=88=86?= =?UTF-8?q?=E7=B1=BB=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/common.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/common.php b/application/common.php index c9eeaff..f6b4b95 100644 --- a/application/common.php +++ b/application/common.php @@ -1192,7 +1192,7 @@ function getArticleType(){ ['name' => 'CASE SERIES','value' => 'CS'], ['name' => 'RETRACTION','value' => 'RT'], ['name' => 'MINI REVIEW','value' => 'MR'], - ['name' => 'PERSPECTIVE','value' => 'PERSP'], + // ['name' => 'PERSPECTIVE','value' => 'PERSP'], ['name' => 'OTHERS','value' => 'O'] ], 'supplement' => [ @@ -1232,6 +1232,7 @@ function getMedicalType(){ ['label' => 'CASE SERIES','value' => 'Case Series'], ['label' => 'RETRACTION','value' => 'Retraction'], ['label' => 'MINI REVIEW','value' => 'Mini Review'], + ['label' => 'PERSPECTIVE','value' => 'Perspective'], ['label' => '内经难经','value' => '内经难经'], ['label' => '伤寒金匮','value' => '伤寒金匮'], ['label' => '神农本草经','value' => '神农本草经'],