Parcourir la source

更改模型亮度

wandequan il y a 2 ans
Parent
commit
ae3f082b71
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  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,
     }
   },
 }