Skip to content

Commit f6be03f

Browse files
committed
Migrate to the new uinh-kyaengh package
1 parent c747fdf commit f6be03f

4 files changed

Lines changed: 20 additions & 16 deletions

File tree

package-lock.json

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"react": "19.1.0",
1616
"react-dom": "19.1.0",
1717
"react-markdown": "^10.1.0",
18-
"tshet-uinh": "^0.15.3"
18+
"tshet-uinh": "^0.15.4",
19+
"uinh-kyaengh": "^0.1.1"
1920
},
2021
"devDependencies": {
2122
"@eslint/eslintrc": "^3",

src/lib/解釋音韻地位.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
import TshetUinh, { defaultLogger, 音韻地位, 音韻地位2韻鏡位置, 韻鏡位置 } from 'tshet-uinh';
1+
import TshetUinh, { defaultLogger, 音韻地位 } from 'tshet-uinh';
2+
import { 音韻地位2韻鏡位置, 韻鏡位置 } from 'uinh-kyaengh';
3+
24
import { 韻鏡位置2字頭 } from './韻鏡資料';
35
import { 音韻地位2所有王三小韻 } from './王三資料';
46

src/lib/韻鏡資料.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { 韻鏡位置 } from 'tshet-uinh';
1+
import { 韻鏡位置 } from 'uinh-kyaengh';
22

33
const 韻鏡data = `蓬1,1,3
44
蒙1,1,4

0 commit comments

Comments
 (0)