瀏覽代碼

更改模型亮度

wandequan 2 年之前
父節點
當前提交
ae3f082b71
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      public/static/config/config.js

+ 4 - 4
public/static/config/config.js

@@ -29,19 +29,19 @@ var systemConfig = {
     },
     "SW": {
       name: "室外",
-      light: 50,
+      light: 20,
     },
     "1C": {
       name: "一层",
-      light: 1,
+      light: 20,
     },
     "2C": {
       name: "二层",
-      light: 1,
+      light: 20,
     },
     "3C": {
       name: "三层",
-      light: 1,
+      light: 20,
     }
   },
 }