feat: v3.0.4

This commit is contained in:
tackchen 2021-10-20 21:47:15 +08:00
parent e57da42f45
commit 325623a568
15 changed files with 31 additions and 29 deletions

View File

@ -1643,7 +1643,7 @@ cnchar.xhy.addXhy([ // 多条
### 7.应用例子
[汉字打字游戏](https://www.theajack.com/type/)
[汉字打字游戏](https://theajack.gitee.io/type/) | [打字弹钢琴](https://theajack.gitee.io/piano/)
**致谢**

View File

@ -66,13 +66,15 @@ module.exports = [
];
},
expect: [
['j', 'slf'],
[
[{shape: '一', type: '平笔', foldCount: '0', name: '横'}],
[{'shape': '一', 'type': '平笔', 'foldCount': '0', 'name': '横', 'letter': 'j'}],
[
{shape: '丿', type: '平笔', foldCount: '0', name: '撇'},
{shape: '㇏', type: '平笔', foldCount: '0', name: '捺'},
{shape: '丨', type: '平笔', foldCount: '0', name: '竖'}
{'shape': '丿', 'type': '平笔', 'foldCount': '0', 'name': '撇', 'letter': 's'},
{'shape': '㇏', 'type': '平笔', 'foldCount': '0', 'name': '捺', 'letter': 'l'},
{'shape': '丨', 'type': '平笔', 'foldCount': '0', 'name': '竖', 'letter': 'f'}
]
],
[['一'], ['丿', '㇏', '丨']],

View File

@ -1,6 +1,6 @@
{
"name": "cnchar-types",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "index.js",
"scripts": {},

View File

@ -1,6 +1,6 @@
{
"name": "cnchar-all",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "cnchar.all.min.js",
"unpkg": "cnchar.all.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "hanzi-util-base",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "hanzi.base.min.js",
"unpkg": "hanzi.base.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "hanzi-util",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "hanzi.util.min.js",
"unpkg": "hanzi.util.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "cnchar",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "cnchar.min.js",
"scripts": {},
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1 +1 @@
export default '3.0.3';
export default '3.0.4';

View File

@ -1,6 +1,6 @@
{
"name": "cnchar-draw",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "cnchar.draw.min.js",
"unpkg": "cnchar.draw.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "cnchar-idiom",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "cnchar.idiom.min.js",
"unpkg": "cnchar.idiom.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "cnchar-order",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "cnchar.order.min.js",
"unpkg": "cnchar.order.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "cnchar-poly",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "cnchar.poly.min.js",
"unpkg": "cnchar.poly.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "cnchar-radical",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "cnchar.radical.min.js",
"unpkg": "cnchar.radical.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "cnchar-trad",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "cnchar.trad.min.js",
"unpkg": "cnchar.trad.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "cnchar-xhy",
"version": "3.0.3",
"version": "3.0.4",
"description": "功能全面、多端支持的汉字拼音笔画js库支持多音字、繁体字、火星文",
"main": "cnchar.xhy.min.js",
"unpkg": "cnchar.xhy.min.js",
@ -27,6 +27,6 @@
},
"homepage": "https://www.theajack.com/cnchar/",
"dependencies": {
"cnchar-types": "^3.0.3"
"cnchar-types": "^3.0.4"
}
}