updated 页面调整

This commit is contained in:
mumuy
2022-07-06 15:52:51 +08:00
parent 47088e933d
commit f77273694e
3 changed files with 6 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -7,12 +7,14 @@
* https://github.com/mumuy/relationship/blob/master/LICENSE * https://github.com/mumuy/relationship/blob/master/LICENSE
*/ */
!function (root, factory) { !function (root, factory) {
if (typeof module === 'object' && module.exports){ if (typeof define === 'function' && define.amd){
define([], factory);
}else if (typeof module === 'object' && module.exports){
module.exports = factory(); module.exports = factory();
}else{ }else{
root.relationship = factory(); root.relationship = factory();
} }
}(this,function (){ }(typeof self!=='undefined'?self:this,function (){
/* /*
* 关系数据语法说明: * 关系数据语法说明:
* 【关系符】 f:父; m:母; h:夫; w:妻; s:子; d:女; xb:兄弟; ob:兄; lb:弟; xs:姐妹; os:姐; ls:妹 * 【关系符】 f:父; m:母; h:夫; w:妻; s:子; d:女; xb:兄弟; ob:兄; lb:弟; xs:姐妹; os:姐; ls:妹