grelin_templates/travel-plan/data/config.typ
MORRO d83e6a99a9 Add tech-report and travel-plan templates, replacing feasibility.
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>
2026-07-08 13:56:22 +08:00

36 lines
961 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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