chore: add project scripts, handover docs, and format guide

- guanghan_windows.py: Windows launcher script
- inject_lightbox: lightbox injection utilities
- handover docs: future missions proposal, vehicle creation guide, format guide

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-07-17 14:48:20 +08:00
co-authored by Claude
parent 5cbffa1386
commit 34072782ba
6 changed files with 879 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
---
name: guanghan-launch-windows
description: Calculate upcoming Earth departure launch windows and lunar landing windows for the Guanghan Program. Use when given a date and asked to find launch windows, landing windows, or mission planning dates for Guanghan missions.
---
# 广寒计划发射窗口计算
广寒基地往返标准 LLO,每月有 2 个标准窗口。给定任意时间,计算最近的地球出发发射窗口及对应的月球着陆窗口。
## 核心参数
- 月球自转周期:27.32166 天
- 每月标准窗口数:2 个
- 地月转移耗时:5 天
- 参考窗 A2024-09-23 12:13 UTC
- 参考窗 B2024-10-01 14:34 UTC
## 使用方法
```bash
python scripts/guanghan_windows.py "<日期时间>"
```
## 示例
```bash
python scripts/guanghan_windows.py "2024-07-20"
python scripts/guanghan_windows.py "2024-12-15 08:00"
```
## 输出
输出表格包含:
- 最近 4 个发射窗口(地球出发,UTC)
- 对应的着陆窗口(发射 + 5 天,UTC)
- 距查询时间的偏移量