Introduce tech-report/ with cover page, custom TOC, and summary flow; add travel-plan/ for trip planning; update README, gitignore, and brand colors. Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
515 B
Plaintext
12 lines
515 B
Plaintext
// =============================================================================
|
||
// 技术报告 — 默认值(正文在 content/report.md,YAML 可覆盖下列字段)
|
||
// =============================================================================
|
||
|
||
#let default-brand = "GreLin"
|
||
#let default-company = "西安高岭绿能科技有限公司"
|
||
#let default-title = "智能矿石分选系统技术报告"
|
||
#let default-version = "v1.0"
|
||
#let default-date = "2026 年 6 月"
|
||
|
||
#let content-path = "content/report.md"
|