From 998abf32070702495cc172823e691b94c74daa5d Mon Sep 17 00:00:00 2001 From: march3 Date: Wed, 19 Apr 2023 13:37:44 +0800 Subject: [PATCH] =?UTF-8?q?Python=E8=B6=85=E4=BA=BA-=E5=AE=87=E5=AE=99?= =?UTF-8?q?=E6=A8=A1=E6=8B=9F=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sim_scenes/science/{four_seasons.py => earth_seasons.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename sim_scenes/science/{four_seasons.py => earth_seasons.py} (97%) diff --git a/sim_scenes/science/four_seasons.py b/sim_scenes/science/earth_seasons.py similarity index 97% rename from sim_scenes/science/four_seasons.py rename to sim_scenes/science/earth_seasons.py index 1f3918d..1953b98 100644 --- a/sim_scenes/science/four_seasons.py +++ b/sim_scenes/science/earth_seasons.py @@ -1,6 +1,6 @@ # -*- coding:utf-8 -*- -# title :太阳、地球场景模拟 -# description :太阳、地球场景模拟 +# title :地球季节模拟(四季和24节气) +# description :地球季节模拟(四季和24节气) # author :Python超人 # date :2023-02-11 # link :https://gitcode.net/pythoncr/ -- GitLab