Skip to content

Commit c98040e

Browse files
committed
fix: font error
part of #29
1 parent 54e9a9d commit c98040e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/dateTransform.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
const monthArray = ['壹', '貳', '叄', '肆', '伍', '陸', '柒', '捌', '玖', '拾', '拾壹', '拾贰']
2+
const monthArray = ['壹', '貳', '叄', '肆', '伍', '陸', '柒', '捌', '玖', '拾', '拾壹', '拾貳']
33
const yearArray = ['零', '壹', '貳', '叄', '肆', '伍', '陸', '柒', '捌', '玖']
44
const dayArray = ['', '壹', '貳', '叄', '肆', '伍', '陸', '柒', '捌', '玖', '拾']
55

0 commit comments

Comments
 (0)