Skip to content

Commit

Permalink
feat: 中方 全州廟頭 新田三井 新田金陵 桂陽四里
Browse files Browse the repository at this point in the history
  • Loading branch information
osfans committed Dec 23, 2024
1 parent 26e36aa commit d783e1c
Show file tree
Hide file tree
Showing 52 changed files with 57,863 additions and 52,722 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
applicationId "com.osfans.mcpdict"
minSdkVersion 24
targetSdkVersion 34
versionCode 100
versionCode 101
versionName "5.7"
}

Expand Down
2 changes: 1 addition & 1 deletion tools/tables/_表.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def normAll(self, yb):
def normYb(self, yb):
if self.isLang() and self.isYb:
yb = yb.strip()
yb = yb.replace("Ǿ", "Ǿ").replace("Ǿ", "").lstrip("0∅Ø〇零")
yb = yb.replace("Ǿ", "Ǿ").replace("Ǿ", "").lstrip("0∅Ø〇").replace("零", "")
if yb.startswith("I") or yb.startswith("1"): yb = "l" + yb[1:]
yb = yb.lower().replace("g", "ɡ").replace("ʼ", "ʰ").replace("'", "ʰ")
if not yb.startswith("h") and "h" in yb:
Expand Down
2 changes: 1 addition & 1 deletion tools/tables/_音典.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def parse(self, fs):
yb, _ = self.splitSySd(yb)
yb += sd
elif name in ("1926綜合",):
hz,_,_,yb,_,js = fs[:6]
hz,yb,_,_,_,js = fs[:6]
elif name in ("蒼南錢庫",):
sm,ym,sd,hz,js = fs[:5]
if sd == "轻声": sd = "0"
Expand Down
2 changes: 1 addition & 1 deletion tools/tables/data/DrienghTriang.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17169,7 +17169,7 @@
竀 徹 清 平 3 開 丑 貞 正 耕 tʰeŋ
征 章 清 平 3 開 諸 盈 正 耕 tjeŋ 正轉註字
怔 章 清 平 3 開 諸 盈 正 耕 tjeŋ 見潛夫論方言作佂
正 章 清 平 3 開 諸 盈 正 耕 tjeŋ 甲文從止丁聲,徵初文
正 章 清 平 3 開 諸 盈 正 耕 tjeŋ 甲文從止丁聲,征初文
鉦 章 清 平 3 開 諸 盈 正 耕 tjeŋ
鴊 章 清 平 3 開 諸 盈 正 耕 tjeŋ 原注引方言
眐 章 清 平 3 開 諸 盈 正 耕 tjeŋ 見楚辭哀時命
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ kʰ [3]□{饑餓}
p [1]飛杯{~子}悲[3]輩痱{~子}疿[6]貝
[2]肥[3]配佩肺[6]吠
m [1]美尾每摩[6]未味昧
f [2]非裴匪榧妃翡揮琿輝暉輝徽[2]回茴{~香}徊[3]廢費{~用}悔晦費{姓}[6]匯會{開~}惠穗慧
f [1]非裴匪榧妃翡揮琿輝暉輝徽[2]回茴{~香}徊[3]廢費{~用}悔晦費{姓}[6]匯會{開~}惠穗慧
v [1]委萎威[2]維唯惟韋違圍為{作~,~什麼}遺[3]畏喂[6]衛位偉諱緯葦慰蔚尉胃謂蝟蝟
t [1]堆[3]對[6]隊墜
[1]推[3]退腿[6]兌蛻
Expand Down Expand Up @@ -479,7 +479,7 @@ p [1]幫[3]榜謗傍綁棒
[1]蚌[2]滂{~沱}旁螃{~蟹}
m [2]忙芒茫亡忘[6]望
f [1]荒慌謊方肪{脂~}芳[2]皇蝗妨房防[3]桄晃放訪倣仿彷{~佛}
v [44汪{一~水}往[2]王黃簧璜[3]汪{姓}妄枉[6]旺{興~}
v [1]汪{一~水}往[2]王黃簧璜[3]汪{姓}妄枉[6]旺{興~}
t [3]當{~時,~作}黨擋宕
[1]湯[2]堂棠螳唐塘搪[3]燙趟[6]倘{~使}躺蕩{放~}
n [2]囊饢
Expand Down Expand Up @@ -735,7 +735,7 @@ f [11復{~原}覆{反~}服伏
v [7]屋沃
t [7]篤督㧻{手辟}
[7]禿[8]獨毒讀牘瀆犢
l [8]祿氯綠[8]鹿熝漉
l [8]祿氯綠鹿熝漉
tsʰ [7]促簇[8]族
s [7]速肅縮宿蓿
[7]竹築祝粥燭蜀囑
Expand Down
Loading

0 comments on commit d783e1c

Please sign in to comment.