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>
36 lines
961 B
Plaintext
36 lines
961 B
Plaintext
// 指向 trips/ 下某次旅行;排版完善后从 refs/ 读取参考图
|
||
#let trip-id = "_example"
|
||
|
||
#let trip = (
|
||
title: "大连 · 示例行程",
|
||
subtitle: "落地放行李,中午就开始玩",
|
||
)
|
||
|
||
#let days = (
|
||
(
|
||
id: "D1",
|
||
title: "西安飞大连 · 东港 / 小岗开场",
|
||
summary: "第一天主打东港、亲海栈道、蓝调海边和夜景。",
|
||
stops: (
|
||
(
|
||
time: "06:40–08:55",
|
||
title: "西安飞大连",
|
||
note: "可在飞机上化妆,落地后酒店再补状态。",
|
||
active: true,
|
||
),
|
||
(
|
||
time: "10:00–12:00",
|
||
title: "酒店放行李 + 收拾状态",
|
||
note: "建议住中山区 / 东港附近,晚上动线更顺。",
|
||
active: false,
|
||
),
|
||
(
|
||
time: "14:00–16:30",
|
||
title: "东港商务区",
|
||
note: "先拍现代建筑和海边步道,建立「大连城市感」。",
|
||
active: false,
|
||
),
|
||
),
|
||
),
|
||
)
|