leon 1 년 전
부모
커밋
4c3a32e545
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/clock/components/day_night.tsx

+ 1 - 1
src/pages/clock/components/day_night.tsx

@@ -264,7 +264,7 @@ export default function DayNight(props: { onClose: any, data: any }) {
                     </View>
                 }
             </View>
-            <SunsetCanvas sunset="16:20" sunrise="07:41" width={300} height={200} />
+            {/* <SunsetCanvas sunset="16:20" sunrise="07:41" width={300} height={200} /> */}
         </View>
 
     </View>