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, }, ], },