grelin_templates/feasibility/data/config.typ
MORRO b8eed931ac Add Markdown-driven feasibility report with Typst styling pipeline.
Introduce cmarker/codly-based MD workflow, brutalist cover layout, and shared brand tokens so colleagues can author reports in report.md while the template handles PDF output.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-23 19:29:48 +08:00

12 lines
518 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.

// =============================================================================
// 可行性报告 — 默认值(正文在 content/report.mdYAML 可覆盖下列字段)
// =============================================================================
#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"