From d505285f8703612b1612e368e1af0e45e921bf8c Mon Sep 17 00:00:00 2001 From: "Roger.Chen" Date: Tue, 13 Oct 2020 11:50:52 +0800 Subject: [PATCH] =?UTF-8?q?DEC-15368=20fix:=20=E5=88=9B=E5=BB=BA=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E8=B0=83=E5=BA=A6=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/fr/plugin/showtype/NewPreviewType.java | 2 +- src/main/resources/com/fr/plugin/showtype/web/show_types.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fr/plugin/showtype/NewPreviewType.java b/src/main/java/com/fr/plugin/showtype/NewPreviewType.java index 293236f..a673aee 100644 --- a/src/main/java/com/fr/plugin/showtype/NewPreviewType.java +++ b/src/main/java/com/fr/plugin/showtype/NewPreviewType.java @@ -18,7 +18,7 @@ public class NewPreviewType extends ShowType { @Override @Focus(id = "com.fr.plugin.showtype.v10", text = "Fine-Plugin_New_Preview_Type", source = Original.PLUGIN) protected int getTypeValue() { - return 8; + return 5; } @Override diff --git a/src/main/resources/com/fr/plugin/showtype/web/show_types.js b/src/main/resources/com/fr/plugin/showtype/web/show_types.js index aab2004..dfec787 100644 --- a/src/main/resources/com/fr/plugin/showtype/web/show_types.js +++ b/src/main/resources/com/fr/plugin/showtype/web/show_types.js @@ -7,7 +7,7 @@ { text: BI.i18nText("新预览"), defaultValue: true, - value: 8, + value: 5, }, ], }, @@ -22,7 +22,7 @@ { text: BI.i18nText("新预览"), defaultValue: true, - value: 8, + value: 5, }, ], },