Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
DGCK81LNN committed Apr 6, 2024
1 parent 3f2dc17 commit 9bb7a95
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ console.log(h2x.transcribe("曾侯乙编钟"));
legacy: false
},
{
content: [ { h: '', x: 'Vhi6', v: 'Vhi6' } ],
content: [ { h: '', x: 'Vhi6', v: 'Vhi6', legacy: true } ],
note: '旧拼写',
exceptional: true,
legacy: true
Expand All @@ -110,19 +110,19 @@ console.log(h2x.transcribe("曾侯乙编钟"));
{ h: '', x: 'abi2', v: 'abi2' },
[
{
content: [ { h: '', x: 'Nzu3', v: 'Nzu3' } ],
content: [ { h: '', x: '7iTN', v: '7iTN' } ],
note: '“鐘”的简化字 打击乐器;计时的器具;指时间或时刻',
exceptional: false,
legacy: false
},
{
content: [ { h: '', x: '7iTN', v: '7iTN' } ],
content: [ { h: '', x: 'Nzu3', v: 'Nzu3' } ],
note: '“鍾”的简化字 盛酒的器皿;(情感)集中、专注;姓氏',
exceptional: false,
legacy: false
},
{
content: [ { h: '', x: 'Nz3', v: 'Nz3' } ],
content: [ { h: '', x: 'Nz3', v: 'Nz3', legacy: true } ],
note: '旧拼写',
exceptional: true,
legacy: true
Expand All @@ -139,31 +139,31 @@ console.log(h2x.transcribe("曾侯乙编钟"));
console.log(x2h.transcribe("wo de Huajbia", { alphaFilter: null }));
// 输出:
[
{ x: 'wo', h: '', v: '' },
{ h: '', x: 'wo', v: '' },
' ',
{ x: 'de', h: '', v: '' },
{ h: '', x: 'de', v: '' },
' ',
[
{
content: [ { x: 'Huaj', h: '', v: '' }, { x: 'bia', h: '', v: '' } ],
content: [ { h: '', x: 'Huaj', v: '' }, { h: '', x: 'bia', v: '' } ],
note: '',
exceptional: false,
legacy: false
},
{
content: [ { x: 'Hua', h: '', v: '' }, { x: 'jbia', h: '', v: '' } ],
content: [ { h: '', x: 'Hua', v: '' }, { h: '', x: 'jbia', v: '' } ],
note: 'jbia — “髪”的简化字 fà',
exceptional: false,
legacy: false
},
{
content: [ { x: 'Hua', h: '', v: '' }, { x: 'jbia', h: '', v: '' } ],
content: [ { h: '', x: 'Hua', v: '' }, { h: '', x: 'jbia', v: '' } ],
note: '',
exceptional: true,
legacy: false
},
{
content: [ { x: 'Hua', h: '', v: '' }, { x: 'jbia', h: '', v: '' } ],
content: [ { h: '', x: 'Hua', v: '' }, { h: '', x: 'jbia', v: '' } ],
note: '',
exceptional: true,
legacy: false
Expand Down

0 comments on commit 9bb7a95

Please sign in to comment.