Skip to content

Commit

Permalink
修复“菈”、“鸮”拼音匹配问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoZuohong committed Sep 19, 2023
1 parent 24bb4f1 commit 88fbd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/PlanEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useConfigStore } from '@/stores/config'
import { useMowerStore } from '@/stores/mower'
import { usePlanStore } from '@/stores/plan'
import { ref, computed, nextTick, watch } from 'vue'
import pinyinMatch from 'pinyin-match'
import pinyinMatch from 'pinyin-match/es/traditional'
import { NAvatar, NTag, NText } from 'naive-ui'
const config_store = useConfigStore()
const mower_store = useMowerStore()
Expand Down

0 comments on commit 88fbd31

Please sign in to comment.