forked from programthink/zhao
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
21db932
commit f5afae4
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# 本文件必须用【UTF-8】编码。 | ||
# 在 YAML 格式中,井号 # 之后的内容表示注释。 | ||
|
||
# name 表示“家族名称”(用家族中最牛逼的人名表示)。 | ||
name: 黄菊 | ||
|
||
# inner 表示“核心成员”(通常是有直接血缘关系的成员) | ||
inner: [余慧文, 黄凡, 方以伟, 黄昔] | ||
|
||
# outer 表示“外围成员”(通常是非血缘关系引入的成员) | ||
outer: [方大川, 方李邦琴, 上海慈善基金会] | ||
|
||
# relations 表示“家族成员关系”。使用 YAML 的【list】语法表示。 | ||
# 每一行又是一个 list,包含三个元素,分别表示:[from, to, desc] | ||
# 考虑到生成“关系图”的展示效果,desc 尽量用一到两个字表示。 | ||
relations: | ||
- [黄菊, 余慧文, 妻] | ||
- [余慧文, 上海慈善基金会, 副会长] | ||
- [黄菊, 黄凡, 女] | ||
- [黄凡, 方以伟, 夫] | ||
- [方大川, 方以伟, 子] | ||
- [方大川, 方李邦琴, 妻] | ||
- [黄菊, 黄昔, 弟] |