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 * Chinese kinship library
* https://passer-by.com/relationship/ * https://passer-by.com/relationship/
* *

View File

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

View File

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