1315 lines
28 KiB
JavaScript
1315 lines
28 KiB
JavaScript
// Array approach
|
|
var config = {
|
|
// container: "#collapse-example",
|
|
|
|
// animateOnInit: true,
|
|
|
|
// node: {
|
|
// collapsable: false
|
|
// },
|
|
// animation: {
|
|
// nodeAnimation: "easeOutBounce",
|
|
// nodeSpeed: 700,
|
|
// connectorsAnimation: "bounce",
|
|
// connectorsSpeed: 700
|
|
// }
|
|
|
|
container: "#basic-example",
|
|
rootOrientation: 'WEST',
|
|
nodeAlign: "CENTER",
|
|
|
|
connectors: {
|
|
type: 'step'
|
|
},
|
|
node: {
|
|
collapsable: true,
|
|
HTMLclass: 'nodeExample1'
|
|
},
|
|
animation: {
|
|
nodeAnimation: "easeOutBounce",
|
|
nodeSpeed: 700,
|
|
connectorsAnimation: "bounce",
|
|
connectorsSpeed: 700
|
|
}
|
|
},
|
|
giocangga = {
|
|
// 教场
|
|
text: {
|
|
name: "教场|觉昌安",
|
|
title: "建州女真左卫领袖",
|
|
},
|
|
},
|
|
taksi = {
|
|
// 塔失
|
|
parent: giocangga,
|
|
text: {
|
|
name: "塔失|塔克世",
|
|
title: "建州女真左卫领袖",
|
|
},
|
|
},
|
|
nurgaci = {
|
|
// 努尔哈赤
|
|
parent: taksi,
|
|
image: "img/nurgaci.png",
|
|
text: {
|
|
name: "努尔哈赤",
|
|
title: "后金大汗|清太祖",
|
|
},
|
|
HTMLclass: "emperor",
|
|
// stackChildren: true,
|
|
},
|
|
murgaci = {
|
|
// 穆尔哈齐
|
|
parent: taksi,
|
|
text: {
|
|
name: "穆尔哈齐",
|
|
title: "诚毅|青巴图鲁|追封诚毅勇壮贝勒",
|
|
},
|
|
collapsed: true,
|
|
},
|
|
surgaci = {
|
|
// 舒尔哈齐
|
|
parent: taksi,
|
|
text: {
|
|
name: "舒尔哈齐",
|
|
title: "追封和硕庄亲王",
|
|
},
|
|
},
|
|
yargaci = {
|
|
// 雅尔哈齐
|
|
parent: taksi,
|
|
text: {
|
|
name: "雅尔哈齐",
|
|
title: "追封通达郡王"
|
|
},
|
|
},
|
|
bayara = {
|
|
// 巴雅喇
|
|
parent: taksi,
|
|
text: {
|
|
name: "巴雅喇",
|
|
title: "追封笃义刚果贝勒"
|
|
},
|
|
collapsed: true,
|
|
},
|
|
cuyen = {
|
|
// 褚英
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "褚英",
|
|
title: "广略贝勒",
|
|
},
|
|
collapsed: true,
|
|
},
|
|
|
|
daisan = {
|
|
// 代善
|
|
parent: nurgaci,
|
|
image: "img/daisan.jpg",
|
|
text: {
|
|
name: "代善",
|
|
title: "礼烈亲王(铁帽子)",
|
|
},
|
|
HTMLclass: "ironhat",
|
|
},
|
|
abai = {
|
|
// 阿拜
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "阿拜",
|
|
title: "镇国勤敏公",
|
|
},
|
|
},
|
|
tanggudai = {
|
|
// 汤古代
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "汤古代",
|
|
title: "镇国克洁将军",
|
|
},
|
|
},
|
|
manggultai = {
|
|
// 莽古尔泰
|
|
parent: nurgaci,
|
|
image: "img/daisan.jpg",
|
|
text: {
|
|
name: "莽古尔泰",
|
|
title: "已革多罗贝勒",
|
|
},
|
|
},
|
|
tabai = {
|
|
// 塔拜
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "塔拜",
|
|
title: "辅国悫厚公",
|
|
},
|
|
},
|
|
abatai = {
|
|
// 阿巴泰
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "阿巴泰",
|
|
title: "饶余敏郡王",
|
|
},
|
|
},
|
|
hongtaiji = {
|
|
// 皇太极
|
|
parent: nurgaci,
|
|
image: "img/hongtaiji.jpg",
|
|
text: {
|
|
name: "皇太极",
|
|
title: "清太宗",
|
|
},
|
|
HTMLclass: "emperor",
|
|
},
|
|
babutai = {
|
|
// 巴布泰
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "巴布泰",
|
|
title: "镇国恪僖公",
|
|
},
|
|
},
|
|
degelei = {
|
|
// 德格类
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "德格类",
|
|
title: "已革和硕贝勒",
|
|
},
|
|
},
|
|
babuhai = {
|
|
// 巴布海
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "巴布海",
|
|
title: "已革镇国将军",
|
|
},
|
|
},
|
|
ajige = {
|
|
// 阿济格
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "阿济格",
|
|
title: "已革英亲王",
|
|
},
|
|
},
|
|
laimbu = {
|
|
// 赖慕布
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "赖慕布",
|
|
title: "辅国介直公",
|
|
},
|
|
},
|
|
dorgon = {
|
|
// 阿济格
|
|
parent: nurgaci,
|
|
image: "img/dorgon.jpg",
|
|
text: {
|
|
name: "多尔衮",
|
|
title: "睿忠亲王(铁帽子)",
|
|
},
|
|
HTMLclass: "ironhat",
|
|
},
|
|
dodo = {
|
|
// 多铎
|
|
parent: nurgaci,
|
|
image: "img/dodo.jpg",
|
|
text: {
|
|
name: "多铎",
|
|
title: "豫通亲王(铁帽子)",
|
|
},
|
|
HTMLclass: "ironhat",
|
|
},
|
|
fiyanggu = {
|
|
// 费扬果
|
|
parent: nurgaci,
|
|
text: {
|
|
name: "费扬果",
|
|
},
|
|
},
|
|
dudu = {
|
|
// 杜度
|
|
parent: cuyen,
|
|
text: {
|
|
name: "杜度",
|
|
title: "安平贝勒",
|
|
},
|
|
},
|
|
nikan = {
|
|
// 尼堪
|
|
parent: cuyen,
|
|
text: {
|
|
name: "尼堪",
|
|
title: "敬谨庄亲王",
|
|
},
|
|
},
|
|
dulhu = {
|
|
// 杜尔祜
|
|
parent: dudu,
|
|
text: {
|
|
name: "杜尔祜",
|
|
title: "悫厚贝勒",
|
|
},
|
|
},
|
|
mulhu = {
|
|
// 穆尔祜
|
|
parent: dudu,
|
|
text: {
|
|
name: "穆尔祜",
|
|
title: "已革贝子",
|
|
},
|
|
},
|
|
telhu = {
|
|
// 特尔祜
|
|
parent: dudu,
|
|
text: {
|
|
name: "特尔祜",
|
|
title: "恪僖贝子",
|
|
},
|
|
},
|
|
dunuwen = {
|
|
// 杜努文
|
|
parent: dudu,
|
|
text: {
|
|
name: "杜努文",
|
|
title: "怀愍贝子",
|
|
},
|
|
},
|
|
sabi = {
|
|
// 萨弼
|
|
parent: dudu,
|
|
text: {
|
|
name: "萨弼",
|
|
title: "怀愍贝子",
|
|
},
|
|
},
|
|
nisiha = {
|
|
// 尼思哈
|
|
parent: nikan,
|
|
text: {
|
|
name: "尼思哈",
|
|
title: "敬谨悼亲王",
|
|
},
|
|
},
|
|
lanbu = {
|
|
// 兰布
|
|
parent: nikan,
|
|
text: {
|
|
name: "兰布",
|
|
title: "已革敬谨亲王",
|
|
},
|
|
},
|
|
hooge = {
|
|
// 豪格
|
|
parent: hongtaiji,
|
|
image: "img/hooge.jpg",
|
|
text: {
|
|
name: "豪格",
|
|
title: "肃武亲王",
|
|
},
|
|
HTMLclass: "ironhat",
|
|
},
|
|
looge = {
|
|
// 洛格
|
|
parent: hongtaiji,
|
|
text: {
|
|
name: "洛格",
|
|
},
|
|
},
|
|
geboohui = {
|
|
// 洛博会
|
|
parent: hongtaiji,
|
|
text: {
|
|
name: "洛博会",
|
|
},
|
|
},
|
|
yebusu = {
|
|
// 叶布舒
|
|
parent: hongtaiji,
|
|
text: {
|
|
name: "叶布舒",
|
|
title: "辅国公",
|
|
},
|
|
collapsed: true,
|
|
},
|
|
surden = {
|
|
// 苏尔登
|
|
parent: yebusu,
|
|
text: {
|
|
name: "苏尔登",
|
|
title: "镇国将军",
|
|
},
|
|
},
|
|
sose = {
|
|
// 硕塞
|
|
parent: hongtaiji,
|
|
text: {
|
|
name: "硕塞",
|
|
title: "承泽裕亲王",
|
|
},
|
|
HTMLclass: "ironhat",
|
|
},
|
|
gose = {
|
|
// 高塞
|
|
parent: hongtaiji,
|
|
text: {
|
|
name: "高塞",
|
|
title: "镇国悫厚公",
|
|
},
|
|
},
|
|
cangsu = {
|
|
// 常舒
|
|
parent: hongtaiji,
|
|
text: {
|
|
name: "常舒",
|
|
title: "辅国公",
|
|
},
|
|
},
|
|
fulin = {
|
|
// 福临
|
|
parent: hongtaiji,
|
|
image: "img/fulin.jpg",
|
|
text: {
|
|
name: "福临",
|
|
title: "清世祖",
|
|
},
|
|
HTMLclass: "emperor",
|
|
},
|
|
touse = {
|
|
// 韬塞
|
|
parent: hongtaiji,
|
|
text: {
|
|
name: "韬塞",
|
|
title: "辅国公",
|
|
},
|
|
},
|
|
bomubogor = {
|
|
// 博穆博果尔
|
|
parent: hongtaiji,
|
|
text: {
|
|
name: "博穆博果尔",
|
|
title: "襄昭亲王",
|
|
},
|
|
},
|
|
niuniu = {
|
|
// 牛钮
|
|
parent: fulin,
|
|
text: {
|
|
name: "牛钮",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
fuciowan = {
|
|
// 福全
|
|
parent: fulin,
|
|
text: {
|
|
name: "福全",
|
|
title: "裕宪亲王",
|
|
},
|
|
collapsed: true,
|
|
},
|
|
hiowanyei = {
|
|
// 玄烨
|
|
parent: fulin,
|
|
image: "img/hiowanyei.png",
|
|
text: {
|
|
name: "玄烨",
|
|
title: "清圣祖",
|
|
},
|
|
HTMLclass: "emperor",
|
|
},
|
|
cangaing = {
|
|
// 常颖
|
|
parent: fulin,
|
|
text: {
|
|
name: "常颖",
|
|
title: "和硕恭亲王",
|
|
},
|
|
},
|
|
kiseo = {
|
|
// 奇授
|
|
parent: fulin,
|
|
text: {
|
|
name: "奇授",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
lunghi = {
|
|
// 隆禧
|
|
parent: fulin,
|
|
text: {
|
|
name: "隆禧",
|
|
title: "纯靖亲王",
|
|
},
|
|
collapsed: true,
|
|
},
|
|
folhulun = {
|
|
// 富尔祜伦
|
|
parent: lunghi,
|
|
text: {
|
|
name: "富尔祜伦",
|
|
title: "纯亲王",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yunggan = {
|
|
// 永干
|
|
parent: fulin,
|
|
text: {
|
|
name: "永干",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
chengrui = {
|
|
// 承瑞
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "承瑞",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
chenghoo = {
|
|
// 承祜
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "承祜",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
chengcing = {
|
|
// 承庆
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "承庆",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
seyinchahun = {
|
|
// 赛音察浑
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "赛音察浑",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yunjy = {
|
|
// 允禔
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允禔",
|
|
title: "已革直郡王",
|
|
},
|
|
},
|
|
cianghuaw = {
|
|
// 长华
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "长华",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yunceng = {
|
|
// 允礽
|
|
parent: hiowanyei,
|
|
image: "img/yunceng.jpg",
|
|
text: {
|
|
name: "允礽",
|
|
title: "废太子|理亲王",
|
|
},
|
|
},
|
|
ciangsing = {
|
|
// 长生
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "长生",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yuncy = {
|
|
// 允祉
|
|
parent: hiowanyei,
|
|
image: "img/yuncy.jpg",
|
|
text: {
|
|
name: "允祉",
|
|
title: "已革诚亲王",
|
|
},
|
|
},
|
|
injen = {
|
|
// 胤禛
|
|
parent: hiowanyei,
|
|
image: "img/injen.jpg",
|
|
text: {
|
|
name: "胤禛",
|
|
title: "清世宗",
|
|
},
|
|
HTMLclass: "emperor",
|
|
},
|
|
yunqi = {
|
|
// 允禶
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允禶",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yunki = {
|
|
// 允禶
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允祺",
|
|
title: "恒温亲王",
|
|
},
|
|
},
|
|
yunzuo = {
|
|
// 允祚
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允祚",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yunio = {
|
|
// 允祐
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允祐",
|
|
title: "淳度亲王",
|
|
},
|
|
},
|
|
yunsy = {
|
|
// 允禩
|
|
parent: hiowanyei,
|
|
image: "img/yunsy.jpg",
|
|
text: {
|
|
name: "允禩",
|
|
title: "已革廉亲王",
|
|
},
|
|
collapsed: true,
|
|
},
|
|
hungwang = {
|
|
// 弘旺
|
|
parent: yunsy,
|
|
text: {
|
|
name: "弘旺",
|
|
},
|
|
},
|
|
yuntang = {
|
|
// 允禟
|
|
parent: hiowanyei,
|
|
image: "img/yuntang.jpg",
|
|
text: {
|
|
name: "允禟",
|
|
title: "贝子",
|
|
},
|
|
},
|
|
yuno = {
|
|
// 允䄉
|
|
parent: hiowanyei,
|
|
image: "img/yuno.jpg",
|
|
text: {
|
|
name: "允䄉",
|
|
title: "已革敦郡王",
|
|
},
|
|
},
|
|
yunyuuu = {
|
|
// 允䄔
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允䄔",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yunzii = {
|
|
// 允禌
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允禌",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yuntoo = {
|
|
// 允祹
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允祹",
|
|
title: "履懿郡王",
|
|
},
|
|
},
|
|
insiyang = {
|
|
// 胤祥
|
|
parent: hiowanyei,
|
|
image: "img/insiyang.jpg",
|
|
text: {
|
|
name: "胤祥",
|
|
title: "怡贤亲王(铁帽子)",
|
|
},
|
|
HTMLclass: "ironhat",
|
|
},
|
|
yunti = {
|
|
// 允禵
|
|
parent: hiowanyei,
|
|
image: "img/yunti.jpg",
|
|
text: {
|
|
name: "允禵",
|
|
title: "恂勤郡王",
|
|
},
|
|
},
|
|
yunjii = {
|
|
// 允禨
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允禨",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yunu = {
|
|
// 允禑
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允禑",
|
|
title: "愉恪郡王",
|
|
},
|
|
},
|
|
yunlu = {
|
|
// 允禄
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允禄",
|
|
title: "庄恪亲王",
|
|
},
|
|
},
|
|
yunlii = {
|
|
// 允礼
|
|
parent: hiowanyei,
|
|
image: "img/yunlii.jpg",
|
|
text: {
|
|
name: "允礼",
|
|
title: "果毅亲王",
|
|
},
|
|
},
|
|
yunhoo = {
|
|
// 允祄
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允祄",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yunsii = {
|
|
// 允禝
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允禝",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yuni = {
|
|
// 允祎
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允祎",
|
|
title: "简靖贝勒",
|
|
},
|
|
},
|
|
yunhi = {
|
|
// 允禧
|
|
parent: hiowanyei,
|
|
image: "img/yunhi.jpg",
|
|
text: {
|
|
name: "允禧",
|
|
title: "慎靖郡王",
|
|
},
|
|
},
|
|
yunhu = {
|
|
// 允祜
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允祜",
|
|
title: "恭勤贝勒",
|
|
},
|
|
},
|
|
yunci = {
|
|
// 允祁
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允祁",
|
|
title: "诚贝勒",
|
|
},
|
|
},
|
|
yunmi = {
|
|
// 允秘
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允秘",
|
|
title: "𫍯恪亲王",
|
|
},
|
|
},
|
|
yunyuu = {
|
|
// 允禐
|
|
parent: hiowanyei,
|
|
text: {
|
|
name: "允禐",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
changciowan = {
|
|
// 昌全
|
|
parent: fuciowan,
|
|
text: {
|
|
name: "昌全",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
zhanseng = {
|
|
// 詹升
|
|
parent: fuciowan,
|
|
text: {
|
|
name: "詹升",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
bootai = {
|
|
// 保泰
|
|
parent: fuciowan,
|
|
text: {
|
|
name: "保泰",
|
|
title: "已革裕亲王",
|
|
},
|
|
},
|
|
booan = {
|
|
// 保安
|
|
parent: fuciowan,
|
|
text: {
|
|
name: "保安",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
booshoo = {
|
|
// 保绶
|
|
parent: fuciowan,
|
|
text: {
|
|
name: "保绶",
|
|
title: "裕悼亲王",
|
|
},
|
|
},
|
|
booyon = {
|
|
// 宝永
|
|
parent: fuciowan,
|
|
text: {
|
|
name: "宝永",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
hunghi = {
|
|
// 弘晖
|
|
parent: injen,
|
|
text: {
|
|
name: "弘晖",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
hungpan = {
|
|
// 弘昐
|
|
parent: injen,
|
|
text: {
|
|
name: "弘昐",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
hungyun = {
|
|
// 弘昀
|
|
parent: injen,
|
|
text: {
|
|
name: "弘昀",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
hungsy = {
|
|
// 弘时
|
|
parent: injen,
|
|
text: {
|
|
name: "弘时",
|
|
},
|
|
},
|
|
hungli = {
|
|
// 弘历
|
|
parent: injen,
|
|
image: "img/hungli.jpg",
|
|
text: {
|
|
name: "弘历",
|
|
title: "清高宗",
|
|
},
|
|
HTMLclass: "emperor",
|
|
},
|
|
hungjeo = {
|
|
// 弘昼
|
|
parent: injen,
|
|
text: {
|
|
name: "弘昼",
|
|
title: "和恭亲王",
|
|
},
|
|
},
|
|
fuyii = {
|
|
// 福宜
|
|
parent: injen,
|
|
text: {
|
|
name: "福宜",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
fuhui = {
|
|
// 福惠
|
|
parent: injen,
|
|
text: {
|
|
name: "福惠",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
fupei = {
|
|
// 福沛
|
|
parent: injen,
|
|
text: {
|
|
name: "福沛",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
hungyan = {
|
|
// 弘曕
|
|
parent: injen,
|
|
image: "img/hungyan.jpg",
|
|
text: {
|
|
name: "弘曕",
|
|
title: "果恭郡王",
|
|
},
|
|
},
|
|
sahalian = {
|
|
// 萨哈廉
|
|
parent: murgaci,
|
|
text: {
|
|
name: "萨哈廉",
|
|
},
|
|
},
|
|
darcha = {
|
|
// 达尔察
|
|
parent: murgaci,
|
|
text: {
|
|
name: "达尔察",
|
|
title: "辅国刚毅公",
|
|
},
|
|
},
|
|
shuobiji = {
|
|
// 硕弼基
|
|
parent: murgaci,
|
|
text: {
|
|
name: "硕弼基",
|
|
},
|
|
},
|
|
woodahai = {
|
|
// 务达海
|
|
parent: murgaci,
|
|
text: {
|
|
name: "务达海",
|
|
title: "襄敏贝子",
|
|
},
|
|
},
|
|
handai = {
|
|
// 汉岱
|
|
parent: murgaci,
|
|
text: {
|
|
name: "汉岱",
|
|
title: "已革镇国公",
|
|
},
|
|
},
|
|
gabala = {
|
|
// 噶巴喇
|
|
parent: murgaci,
|
|
text: {
|
|
name: "噶巴喇",
|
|
},
|
|
},
|
|
tarhai = {
|
|
// 塔海
|
|
parent: murgaci,
|
|
text: {
|
|
name: "塔海",
|
|
title: "辅国公",
|
|
},
|
|
},
|
|
tungka = {
|
|
// 唐喀
|
|
parent: murgaci,
|
|
text: {
|
|
name: "唐喀",
|
|
},
|
|
},
|
|
hushitaa = {
|
|
// 祜世塔
|
|
parent: murgaci,
|
|
text: {
|
|
name: "祜世塔",
|
|
title: "辅国公",
|
|
},
|
|
},
|
|
lashitaa = {
|
|
// 喇世塔
|
|
parent: murgaci,
|
|
text: {
|
|
name: "喇世塔",
|
|
title: "辅国恪僖公",
|
|
},
|
|
},
|
|
huanchifejanguwoo = {
|
|
// 欢齐费扬古五
|
|
parent: murgaci,
|
|
text: {
|
|
name: "欢齐费扬古五",
|
|
},
|
|
},
|
|
altonaa = {
|
|
// 阿尔通阿
|
|
parent: surgaci,
|
|
text: {
|
|
name: "阿尔通阿",
|
|
},
|
|
},
|
|
amin = {
|
|
// 阿敏
|
|
parent: surgaci,
|
|
text: {
|
|
name: "阿敏",
|
|
title: "和硕贝勒",
|
|
},
|
|
},
|
|
zarsaketu = {
|
|
// 扎萨克图
|
|
parent: surgaci,
|
|
text: {
|
|
name: "扎萨克图",
|
|
},
|
|
},
|
|
tulun = {
|
|
// 图伦
|
|
parent: surgaci,
|
|
text: {
|
|
name: "图伦",
|
|
},
|
|
collapsed: true,
|
|
},
|
|
tunki = {
|
|
// 屯齐
|
|
parent: tulun,
|
|
text: {
|
|
name: "屯齐",
|
|
title: "镇国公",
|
|
},
|
|
},
|
|
zhaisangwo = {
|
|
// 寨桑武
|
|
parent: surgaci,
|
|
text: {
|
|
name: "寨桑武",
|
|
},
|
|
},
|
|
jirgalang = {
|
|
// 济尔哈朗
|
|
parent: surgaci,
|
|
text: {
|
|
name: "济尔哈朗",
|
|
title: "和硕郑亲王(铁帽子)",
|
|
},
|
|
HTMLclass: "ironhat",
|
|
},
|
|
nomudai = {
|
|
// 诺穆岱
|
|
parent: surgaci,
|
|
text: {
|
|
name: "诺穆岱",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
fiyangwo = {
|
|
// 费扬武
|
|
parent: surgaci,
|
|
text: {
|
|
name: "费扬武",
|
|
title: "靖定贝勒",
|
|
},
|
|
collapsed: true,
|
|
},
|
|
naodai = {
|
|
// 瑙岱
|
|
parent: surgaci,
|
|
text: {
|
|
name: "瑙岱",
|
|
},
|
|
},
|
|
shangshan = {
|
|
// 尚善
|
|
parent: fiyangwo,
|
|
text: {
|
|
name: "尚善",
|
|
title: "贝勒",
|
|
},
|
|
},
|
|
fulataa = {
|
|
// 傅喇塔
|
|
parent: fiyangwo,
|
|
text: {
|
|
name: "傅喇塔",
|
|
title: "追封简惠献亲王",
|
|
},
|
|
},
|
|
nusai = {
|
|
// 努赛
|
|
parent: fiyangwo,
|
|
text: {
|
|
name: "努赛",
|
|
title: "悼哀贝子",
|
|
},
|
|
},
|
|
baiintu = {
|
|
// 拜音图
|
|
parent: bayara,
|
|
text: {
|
|
name: "拜音图",
|
|
title: "已革贝子",
|
|
},
|
|
},
|
|
gongadai = {
|
|
// 巩阿岱
|
|
parent: bayara,
|
|
text: {
|
|
name: "巩阿岱",
|
|
},
|
|
},
|
|
yoto = {
|
|
// 岳讬
|
|
parent: daisan,
|
|
text: {
|
|
name: "岳讬",
|
|
title: "克勤郡王(铁帽子)",
|
|
},
|
|
HTMLclass: "ironhat",
|
|
},
|
|
soto = {
|
|
// 硕讬
|
|
parent: daisan,
|
|
text: {
|
|
name: "硕讬",
|
|
title: "已革贝子",
|
|
},
|
|
},
|
|
sahaliyan = {
|
|
// 萨哈璘
|
|
parent: daisan,
|
|
text: {
|
|
name: "萨哈璘",
|
|
title: "颖毅亲王",
|
|
},
|
|
},
|
|
wakeda = {
|
|
// 瓦克达
|
|
parent: daisan,
|
|
text: {
|
|
name: "瓦克达",
|
|
title: "谦襄郡王",
|
|
},
|
|
},
|
|
balama = {
|
|
// 巴喇玛
|
|
parent: daisan,
|
|
text: {
|
|
name: "巴喇玛",
|
|
},
|
|
},
|
|
mazhan = {
|
|
// 玛占
|
|
parent: daisan,
|
|
text: {
|
|
name: "玛占",
|
|
title: "辅国公",
|
|
},
|
|
},
|
|
mandahai = {
|
|
// 满达海
|
|
parent: daisan,
|
|
text: {
|
|
name: "满达海",
|
|
title: "巽简亲王",
|
|
},
|
|
},
|
|
huse = {
|
|
// 祜塞
|
|
parent: daisan,
|
|
text: {
|
|
name: "祜塞",
|
|
title: "镇国公",
|
|
},
|
|
},
|
|
adaku = {
|
|
// 阿达礼
|
|
parent: sahaliyan,
|
|
text: {
|
|
name: "阿达礼",
|
|
title: "已革多罗郡王",
|
|
},
|
|
},
|
|
lekdehun = {
|
|
// 勒克德浑
|
|
parent: sahaliyan,
|
|
text: {
|
|
name: "勒克德浑",
|
|
title: "恭惠郡王(铁帽子)",
|
|
},
|
|
HTMLclass: "ironhat",
|
|
},
|
|
dulan = {
|
|
// 杜兰
|
|
parent: sahaliyan,
|
|
text: {
|
|
name: "杜兰",
|
|
title: "已革多罗贝勒|镇国公",
|
|
},
|
|
},
|
|
yonghuwang = {
|
|
// 永璜
|
|
parent: hungli,
|
|
text: {
|
|
name: "永璜",
|
|
title: "定安亲王",
|
|
},
|
|
},
|
|
yongliyan = {
|
|
// 永琏
|
|
parent: hungli,
|
|
text: {
|
|
name: "永琏",
|
|
title: "端慧皇太子",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yongzhang = {
|
|
// 永璋
|
|
parent: hungli,
|
|
text: {
|
|
name: "永璋",
|
|
title: "循郡王",
|
|
},
|
|
},
|
|
yongcheng = {
|
|
// 永珹
|
|
parent: hungli,
|
|
text: {
|
|
name: "永珹",
|
|
title: "履端亲王",
|
|
},
|
|
},
|
|
yongki = {
|
|
// 永琪
|
|
parent: hungli,
|
|
text: {
|
|
name: "永琪",
|
|
title: "荣纯亲王",
|
|
},
|
|
},
|
|
yungiong = {
|
|
// 永瑢
|
|
parent: hungli,
|
|
text: {
|
|
name: "永瑢",
|
|
title: "质庄亲王",
|
|
},
|
|
},
|
|
yungcong = {
|
|
// 永琮
|
|
parent: hungli,
|
|
text: {
|
|
name: "永琮",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yungsiowan = {
|
|
// 永璇
|
|
parent: hungli,
|
|
text: {
|
|
name: "永璇",
|
|
title: "仪慎亲王",
|
|
},
|
|
},
|
|
yungyu = {
|
|
// 永瑜
|
|
parent: hungli,
|
|
text: {
|
|
name: "永瑜",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yungxing = {
|
|
// 永瑆
|
|
parent: hungli,
|
|
text: {
|
|
name: "永瑆",
|
|
},
|
|
},
|
|
yungji = {
|
|
// 永璂
|
|
parent: hungli,
|
|
text: {
|
|
name: "永璂",
|
|
},
|
|
},
|
|
yungjing = {
|
|
// 永璟
|
|
parent: hungli,
|
|
text: {
|
|
name: "永璟",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yunglu = {
|
|
// 永璐
|
|
parent: hungli,
|
|
text: {
|
|
name: "永璐",
|
|
},
|
|
HTMLclass: "dieyoung",
|
|
},
|
|
yungyan = {
|
|
// 颙琰
|
|
parent: hungli,
|
|
image: "img/yungyan.jpg",
|
|
text: {
|
|
name: "颙琰",
|
|
title: "清仁宗",
|
|
},
|
|
HTMLclass: "emperor",
|
|
},
|
|
yunglin = {
|
|
// 永璘
|
|
parent: hungli,
|
|
text: {
|
|
name: "永璘",
|
|
title: "庆僖亲王",
|
|
},
|
|
},
|
|
chart_config = [config, giocangga, taksi, nurgaci, cuyen, daisan, abai, tanggudai, manggultai, tabai, abatai, hongtaiji, babutai,
|
|
degelei, babuhai, ajige, laimbu, dorgon, dodo, fiyanggu, dudu, nikan, dulhu, mulhu, telhu, dunuwen, sabi,
|
|
lanbu, nisiha, hooge, looge, geboohui, yebusu, surden, sose, gose, cangsu, fulin, touse, bomubogor, niuniu,
|
|
fuciowan, hiowanyei, cangaing, kiseo, lunghi, folhulun, yunggan, chengrui, chenghoo, chengcing, seyinchahun,
|
|
yunjy, cianghuaw, yunceng, ciangsing, yuncy, injen, yunqi, yunki, yunzuo, yunio, yunsy, yunsy, hungwang,
|
|
yuntang, yuno, yunyuuu, yunzii, yuntoo, insiyang, yunti, yunjii, yunu, yunlu, yunlii, yunhoo, yunsii, yuni,
|
|
yunhi, yunhu, yunci, yunmi, yunyuu, changciowan, zhanseng, bootai, booan, booshoo, booyon, hunghi, hungpan,
|
|
hungyun, hungsy, hungli, hungjeo, fuyii, fuhui, fupei, hungyan, murgaci, surgaci, yargaci, bayara,
|
|
sahalian, darcha, shuobiji, woodahai, handai, gabala, tarhai, tungka, hushitaa, lashitaa, huanchifejanguwoo,
|
|
altonaa, amin, zarsaketu, tulun, tunki, zhaisangwo, jirgalang, nomudai, fiyangwo, naodai, shangshan, fulataa,
|
|
nusai, baiintu, gongadai,
|
|
yoto, soto, sahaliyan, wakeda, balama, mazhan, mandahai, huse,
|
|
adaku, lekdehun, dulan,
|
|
yonghuwang, yongliyan, yongzhang, yongcheng, yongki, yungiong, yungcong, yungsiowan, yungyu,
|
|
yungxing, yungji, yunglu, yungyan, yunglin,
|
|
];
|
|
|