Browse Source

同步更新配置

TonyKang 4 years ago
parent
commit
7b7718de37
1 changed files with 3 additions and 1 deletions
  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,