This commit is contained in:
PASSER-BY 2022-10-17 22:49:32 +08:00
parent 48459758ef
commit 6c1e03ff66
3 changed files with 3 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*!
* relationship.js v1.2.0
* relationship.js v1.2.1
* Chinese kinship library
* https://passer-by.com/relationship/
*

View File

@ -1,5 +1,5 @@
/*!
* relationship.js v1.2.0
* relationship.js v1.2.1
* Chinese kinship library
* https://passer-by.com/relationship/
*

View File

@ -1,9 +1,7 @@
import guangdong from './locale/guangdong';
import north from './locale/north';
const relationshipMode = {
export default {
guangdong,
north
};
export default relationshipMode;