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>