Skip to content

Commit

Permalink
Update the dist
Browse files Browse the repository at this point in the history
  • Loading branch information
rockpicado committed Dec 15, 2023
1 parent 3f639af commit 38e68d4
Show file tree
Hide file tree
Showing 20 changed files with 146 additions and 191 deletions.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

297 changes: 132 additions & 165 deletions dist/assets/index-ffd29264.js → dist/assets/index-c64dcbbc.js

Large diffs are not rendered by default.

Binary file modified dist/ime/cangjie/cangjie5.prism.bin
Binary file not shown.
Binary file modified dist/ime/cangjie/cangjie5.reverse.bin
Binary file not shown.
Binary file modified dist/ime/cangjie/cangjie5.table.bin
Binary file not shown.
Binary file modified dist/ime/cangjie/cangjie5_express.prism.bin
Binary file not shown.
Binary file modified dist/ime/picado-tv/rime-handarin/handarin.prism.bin
Binary file not shown.
Binary file modified dist/ime/picado-tv/rime-handarin/handarin.reverse.bin
Binary file not shown.
26 changes: 7 additions & 19 deletions dist/ime/picado-tv/rime-handarin/handarin.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ engine:
- ascii_segmentor
- matcher
- "affix_segmentor@luna_pinyin"
- "affix_segmentor@stroke"
- abc_segmentor
- punct_segmentor
- fallback_segmentor
Expand All @@ -34,7 +33,6 @@ engine:
- punct_translator
- script_translator
- "script_translator@luna_pinyin"
- "script_translator@stroke"
handarin_reverse_lookup:
comment_format:
- "xform/$/〕/"
Expand All @@ -48,11 +46,11 @@ handarin_reverse_lookup:
- "xform|ㅜㅔ|ㅞ|"
- "xform|ㅜㅣ|ㅟ|"
- "xform|ㅡㅣ|ㅢ|"
- "xform/ *[NMJKL]* *//"
dictionary: handarin
overwrite_comment: true
tags:
- luna_pinyin
- stroke
key_binder:
bindings:
- {accept: "Control+p", send: Up, when: composing}
Expand Down Expand Up @@ -93,7 +91,7 @@ luna_pinyin:
- "xform/([nl])v/$1ü/"
- "xform/([nl])ue/$1üe/"
- "xform/([jqxy])v/$1u/"
prefix: "~"
prefix: "`"
suffix: ";"
tag: luna_pinyin
tips: "〔普通話〕"
Expand Down Expand Up @@ -172,38 +170,27 @@ recognizer:
import_preset: default
patterns:
email: "^[A-Za-z][-_.0-9A-Za-z]*@.*$"
luna_pinyin: "^~[a-z']*;?$"
luna_pinyin: "^`[a-z']*;?$"
punct: "^/([0-9]0?|[a-z]+)$"
stroke: "^`[hspnz]*;?$"
uppercase: ""
url: "^(www[.]|https?:|ftp[.:]|mailto:|file:).*$|^[a-z]+[.].+$"
schema:
author:
- "@rockpicado"
dependencies:
- luna_pinyin
- stroke
description: "Use Korean Hangul to Write Mandarin"
name: "韓官話"
schema_id: handarin
version: 1.0.231123
version: 1.1.231215
speller:
algebra:
- "derive/^s([iuyblP])/d$1/"
- "derive/^f([iuyblP])/d$1/"
- "derive/^f(k|h|n|m|o|hl)/s$1/"
- "abbrev/^([a-z]).+$/$1/"
alphabet: zyxwvutsrqponmlkjihgfedcbaQWERTOP
- "abbrev/^([QWERTqwertasdfgzxcv]).+$/$1/"
alphabet: zyxwvutsrqponmlkjihgfedcbaQWERTOPNMJKL
delimiter: " '"
stroke:
dictionary: stroke
enable_completion: true
preedit_format:
- "xlit/hspnz/一丨丿丶乙/"
prefix: "`"
suffix: "'"
tag: stroke
tips: "〔筆畫〕"
switches:
- name: ascii_mode
reset: 0
Expand All @@ -225,6 +212,7 @@ translator:
preedit_format:
- "xlit|rsefaqtdwczxvgQWERT|ㄱㄴㄷㄹㅁㅂㅅㅇㅈㅊㅋㅌㅍㅎㅃㅉㄸㄲㅆ|"
- "xlit|yuiophjklbnmOP|ㅛㅕㅑㅐㅔㅗㅓㅏㅣㅠㅜㅡㅒㅖ|"
- "xlit|NMJKL|乙一丿丶丨|"
- "xform|ㅗㅏ|ㅘ|"
- "xform|ㅗㅐ|ㅙ|"
- "xform|ㅗㅣ|ㅚ|"
Expand Down
Binary file modified dist/ime/picado-tv/rime-handarin/handarin.table.bin
Binary file not shown.
Binary file modified dist/ime/stroke/stroke.prism.bin
Binary file not shown.
Binary file modified dist/ime/stroke/stroke.reverse.bin
Binary file not shown.
Binary file modified dist/ime/stroke/stroke.table.bin
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>韩官话:用韩文写中文官话 | Handarin: Use Hangul to Write Mandarin</title>
<meta name="description" content="My Rime for Handarin: Free and Open Source online Chinese IME powered by RIME. 韩官话梧桐:自由开源在线中文输入法 拼音 双拼 粤语 注音 五笔 仓颉 速成">
<meta name="google-site-verification" content="vBRd426Bw8IT_3rTayR_cl1mlmnmUHDVc6HT1p_dgNY" />
<script type="module" crossorigin src="./assets/index-ffd29264.js"></script>
<script type="module" crossorigin src="./assets/index-c64dcbbc.js"></script>
<link rel="stylesheet" href="./assets/index-68b9963c.css">
<link rel="manifest" href="./manifest.webmanifest"></head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion dist/rime.js

Large diffs are not rendered by default.

Binary file modified dist/rime.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"group": "音码",
"emoji": true,
"target": "picado-tv/rime-handarin",
"dependencies": ["luna_pinyin", "stroke"],
"dependencies": ["luna_pinyin"],
"license": "GPL-3.0-only"
},
{
Expand Down

0 comments on commit 38e68d4

Please sign in to comment.