Explorar el Código

同步更新配置

TonyKang hace 4 años
padre
commit
7b7718de37
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      modules/all_models/rpt_cfg.js

+ 3 - 1
modules/all_models/rpt_cfg.js

@@ -11,7 +11,9 @@ let FormatSchema = new Schema({
     "ShowZero" : String,
     "Horizon" : String,
     "Vertical" : String,
-    "Wrap" : String
+    "Wrap" : String,
+    "ShrinkFirst": String,
+    "CloseOutput": String
 });
 let FontSchema = new Schema({
     "ID" : String,