From 86c77c1e9dc8baac2acaae83534d28ef5fa01d81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=91=AB?= <7176466@qq.com> Date: Fri, 19 Aug 2022 17:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 概念/时间.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/概念/时间.md b/概念/时间.md index e82d516..9f53a27 100644 --- a/概念/时间.md +++ b/概念/时间.md @@ -31,7 +31,9 @@ ( Y%4==0 && Y%100!=0 || Y%400==0 ) ? '闰年' : '平年' ``` 2. 阳历年分为12个月,月分大、小、闰、平月 + ![拳头记忆大小月](../图片/拳头记忆大小月.jpg) + 3. 太阳直射点的变化周期 = 回归年 $\approx 365.2421897$日 ### 阴历