From b8810e3e2eada1fdef7f9c51dad393b0c2d0bc54 Mon Sep 17 00:00:00 2001 From: march3 Date: Wed, 3 May 2023 12:00:59 +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/earth/earth.py | 2 +- sim_scenes/earth/earth_at_night.py | 2 +- sim_scenes/earth/earth_clouds.py | 2 +- sim_scenes/earth/earth_moon.py | 2 +- sim_scenes/earth/earth_moon6.py | 2 +- sim_scenes/earth/earth_satellites.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sim_scenes/earth/earth.py b/sim_scenes/earth/earth.py index aedf7df..d8271cc 100644 --- a/sim_scenes/earth/earth.py +++ b/sim_scenes/earth/earth.py @@ -2,7 +2,7 @@ # title :高清地球模拟运行 # description :高清地球模拟运行 # author :Python超人 -# date :2023-02-11 +# date :2023-05-01 # link :https://gitcode.net/pythoncr/ # python_version :3.8 # ============================================================================== diff --git a/sim_scenes/earth/earth_at_night.py b/sim_scenes/earth/earth_at_night.py index 63ab1a5..a32d7a8 100644 --- a/sim_scenes/earth/earth_at_night.py +++ b/sim_scenes/earth/earth_at_night.py @@ -2,7 +2,7 @@ # title :地球晚上模拟运行 # description :地球晚上模拟运行 # author :Python超人 -# date :2023-02-11 +# date :2023-05-01 # link :https://gitcode.net/pythoncr/ # python_version :3.8 # ============================================================================== diff --git a/sim_scenes/earth/earth_clouds.py b/sim_scenes/earth/earth_clouds.py index f5943a9..4233bbc 100644 --- a/sim_scenes/earth/earth_clouds.py +++ b/sim_scenes/earth/earth_clouds.py @@ -2,7 +2,7 @@ # title :带有云层地球模拟 # description :带有云层地球模拟 # author :Python超人 -# date :2023-04-09 +# date :2023-05-01 # link :https://gitcode.net/pythoncr/ # python_version :3.8 # ============================================================================== diff --git a/sim_scenes/earth/earth_moon.py b/sim_scenes/earth/earth_moon.py index 791d6b2..d55f16a 100644 --- a/sim_scenes/earth/earth_moon.py +++ b/sim_scenes/earth/earth_moon.py @@ -2,7 +2,7 @@ # title :地月场景模拟 # description :地月场景模拟(月球对地球的扰动) # author :Python超人 -# date :2023-02-11 +# date :2023-05-01 # link :https://gitcode.net/pythoncr/ # python_version :3.8 # ============================================================================== diff --git a/sim_scenes/earth/earth_moon6.py b/sim_scenes/earth/earth_moon6.py index 3d69ea6..87867b7 100644 --- a/sim_scenes/earth/earth_moon6.py +++ b/sim_scenes/earth/earth_moon6.py @@ -2,7 +2,7 @@ # title :地月场景模拟 # description :地月场景模拟 # author :Python超人 -# date :2023-02-11 +# date :2023-05-01 # link :https://gitcode.net/pythoncr/ # python_version :3.8 # ============================================================================== diff --git a/sim_scenes/earth/earth_satellites.py b/sim_scenes/earth/earth_satellites.py index 3da6b7d..bcf1627 100644 --- a/sim_scenes/earth/earth_satellites.py +++ b/sim_scenes/earth/earth_satellites.py @@ -2,7 +2,7 @@ # title :地球和卫星模拟 # description :地球和卫星模拟 # author :Python超人 -# date :2023-04-09 +# date :2023-05-01 # link :https://gitcode.net/pythoncr/ # python_version :3.8 # ============================================================================== -- GitLab