添加关系
This commit is contained in:
parent
dcc3233520
commit
da64a212dc
2
dist/relationship.js
vendored
2
dist/relationship.js
vendored
@ -224,6 +224,8 @@
|
|||||||
'f,f,f,xb,s,s,s&l':['族弟'],
|
'f,f,f,xb,s,s,s&l':['族弟'],
|
||||||
'f,f,f,xb,d':['堂姑祖母'],
|
'f,f,f,xb,d':['堂姑祖母'],
|
||||||
'f,f,f,xb,d,h':['堂姑祖父'],
|
'f,f,f,xb,d,h':['堂姑祖父'],
|
||||||
|
'f,f,f,xb,d,s&o':['堂姑表伯父'],
|
||||||
|
'f,f,f,xb,d,s&l':['堂姑表叔父'],
|
||||||
'f,f,f,xs':['曾祖姑母','姑曾祖母','太姑婆','姑婆太','姑太太','曾祖姑','姑婆奶奶'],
|
'f,f,f,xs':['曾祖姑母','姑曾祖母','太姑婆','姑婆太','姑太太','曾祖姑','姑婆奶奶'],
|
||||||
'f,f,f,xs,h':['曾祖姑丈','姑曾祖父','太姑丈公','姑丈公太','姑太爷','姑公老爷'],
|
'f,f,f,xs,h':['曾祖姑丈','姑曾祖父','太姑丈公','姑丈公太','姑太爷','姑公老爷'],
|
||||||
'f,f,f,xs,s&o':['表伯祖父'],
|
'f,f,f,xs,s&o':['表伯祖父'],
|
||||||
|
2
dist/relationship.min.js
vendored
2
dist/relationship.min.js
vendored
File diff suppressed because one or more lines are too long
2497
package-lock.json
generated
Normal file
2497
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
13
package.json
13
package.json
@ -27,16 +27,15 @@
|
|||||||
"url": "https://github.com/mumuy/relationship/issues"
|
"url": "https://github.com/mumuy/relationship/issues"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "^3.9.0",
|
"gulp": "^3.9.1",
|
||||||
"gulp-uglify": "^1.5.3",
|
"gulp-rename": "^1.4.0",
|
||||||
"gulp-rename": "^1.2.2",
|
"gulp-uglify": "^1.5.4",
|
||||||
"tape": "^3.6.1",
|
"pys": "^1.0.2",
|
||||||
"pys": "^1.0.2"
|
"tape": "^3.6.1"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "node tests/test.js",
|
"test": "node tests/test.js",
|
||||||
"build": "gulp mini && npm run test"
|
"build": "gulp mini && npm run test"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {}
|
||||||
}
|
|
||||||
}
|
}
|
@ -224,6 +224,8 @@
|
|||||||
'f,f,f,xb,s,s,s&l':['族弟'],
|
'f,f,f,xb,s,s,s&l':['族弟'],
|
||||||
'f,f,f,xb,d':['堂姑祖母'],
|
'f,f,f,xb,d':['堂姑祖母'],
|
||||||
'f,f,f,xb,d,h':['堂姑祖父'],
|
'f,f,f,xb,d,h':['堂姑祖父'],
|
||||||
|
'f,f,f,xb,d,s&o':['堂姑表伯父'],
|
||||||
|
'f,f,f,xb,d,s&l':['堂姑表叔父'],
|
||||||
'f,f,f,xs':['曾祖姑母','姑曾祖母','太姑婆','姑婆太','姑太太','曾祖姑','姑婆奶奶'],
|
'f,f,f,xs':['曾祖姑母','姑曾祖母','太姑婆','姑婆太','姑太太','曾祖姑','姑婆奶奶'],
|
||||||
'f,f,f,xs,h':['曾祖姑丈','姑曾祖父','太姑丈公','姑丈公太','姑太爷','姑公老爷'],
|
'f,f,f,xs,h':['曾祖姑丈','姑曾祖父','太姑丈公','姑丈公太','姑太爷','姑公老爷'],
|
||||||
'f,f,f,xs,s&o':['表伯祖父'],
|
'f,f,f,xs,s&o':['表伯祖父'],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user