Kaynağa Gözat

更改模型亮度

wandequan 2 yıl önce
ebeveyn
işleme
ae3f082b71
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  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,
     }
   },
 }