Skip to content

Commit f80e977

Browse files
committed
comment out 纤 and 尘
1 parent c56cf0c commit f80e977

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/hanzi2num.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ const NUM_TOKENS = {
5050
: { type: eTokenType.FRAC_MULT, exp: -5 },
5151
: { type: eTokenType.FRAC_MULT, exp: -6 },
5252
: { type: eTokenType.FRAC_MULT, exp: -7 },
53-
: { type: eTokenType.FRAC_MULT, exp: -7 },
53+
//纤: { type: eTokenType.FRAC_MULT, exp: -7 },
5454
: { type: eTokenType.FRAC_MULT, exp: -8 },
5555
: { type: eTokenType.FRAC_MULT, exp: -9 },
56-
: { type: eTokenType.FRAC_MULT, exp: -9 },
56+
//尘: { type: eTokenType.FRAC_MULT, exp: -9 },
5757
: { type: eTokenType.FRAC_MULT, exp: -10 },
5858
: { type: eTokenType.FRAC_MULT, exp: -11 },
5959
: { type: eTokenType.FRAC_MULT, exp: -12 }
@@ -108,9 +108,9 @@ const MULT_WORDS = {
108108
{ str: "微", exp: -6 },
109109
{ str: "纖", exp: -7 },
110110
{ str: "纤", exp: -7 },
111-
{ str: "沙", exp: -8 },
111+
//{ str: "沙", exp: -8 },
112112
{ str: "塵", exp: -9 },
113-
{ str: "尘", exp: -9 },
113+
//{ str: "尘", exp: -9 },
114114
{ str: "埃", exp: -10 },
115115
{ str: "渺", exp: -11 },
116116
{ str: "漠", exp: -12 }

0 commit comments

Comments
 (0)