mirror of https://github.com/programthink/zhao.git
Initial commit
This commit is contained in:
parent
c55d5c10f3
commit
8b18c10fcc
|
@ -0,0 +1,18 @@
|
||||||
|
# 本文件必须用【UTF-8】编码。
|
||||||
|
# 在 YAML 格式中,井号 # 之后的内容表示注释。
|
||||||
|
|
||||||
|
# name 表示“家族名称”(用家族中最牛逼的人名表示)。
|
||||||
|
name: 钱其琛
|
||||||
|
|
||||||
|
# inner 表示“核心成员”(通常是有直接血缘关系的成员)
|
||||||
|
inner: [钱其璈, 钱宁]
|
||||||
|
|
||||||
|
# outer 表示“外围成员”(通常是非血缘关系引入的成员)
|
||||||
|
outer: []
|
||||||
|
|
||||||
|
# relations 表示“家族成员关系”。使用 YAML 的【list】语法表示。
|
||||||
|
# 每一行又是一个 list,包含三个元素,分别表示:[from, to, desc]
|
||||||
|
# 考虑到生成“关系图”的展示效果,desc 尽量用一到两个字表示。
|
||||||
|
relations:
|
||||||
|
- [钱其琛, 钱其璈, 弟]
|
||||||
|
- [钱其琛, 钱宁, 子]
|
Loading…
Reference in New Issue