updated 页面调整
This commit is contained in:
parent
47088e933d
commit
f77273694e
2
dist/relationship.min.js
vendored
2
dist/relationship.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/relationship.zh-HK.min.js
vendored
2
dist/relationship.zh-HK.min.js
vendored
File diff suppressed because one or more lines are too long
@ -7,12 +7,14 @@
|
||||
* https://github.com/mumuy/relationship/blob/master/LICENSE
|
||||
*/
|
||||
!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();
|
||||
}else{
|
||||
root.relationship = factory();
|
||||
}
|
||||
}(this,function (){
|
||||
}(typeof self!=='undefined'?self:this,function (){
|
||||
/*
|
||||
* 关系数据语法说明:
|
||||
* 【关系符】 f:父; m:母; h:夫; w:妻; s:子; d:女; xb:兄弟; ob:兄; lb:弟; xs:姐妹; os:姐; ls:妹
|
||||
|
Loading…
x
Reference in New Issue
Block a user