@ -1,6 +1,6 @@
{
"name": "noob-mengyxu",
"version": "0.2.8",
"version": "0.2.9",
"main": "index.ts",
"module": "index.ts",
"keywords": [
@ -17,6 +17,8 @@ export default class English {
inactive: 'Inactive',
key: 'Key',
value: 'Value',
import: 'Import',
export: 'Export'
};
pwd = {
@ -17,6 +17,8 @@ export default class Zh {
inactive: '无效',
key: '键',
value: '值',
import: '导入',
export: '导出'