소스 검색

更改模型亮度

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,
     }
   },
 }