Commit d456aff
File tree
6 files changed
+2204
-851
lines changed- installer
- python/cinbase/tools
6 files changed
+2204
-851
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
| 6 | + | |
Submodule McBopomofoWeb updated 46 files
- .github/workflows/ci.yaml+16-7
- .github/workflows/codeium-pr-agent.yml+22
- .gitignore+3
- README.md+1-1
- jest.config.js+3
- others/word_addin/package-lock.json+21-18
- output/chromeos/_locales/en/messages.json+5-1
- output/chromeos/_locales/zh_TW/messages.json+8-3
- output/chromeos/manifest.json+1-1
- output/chromeos/options.html+11
- output/chromeos/options.js+27
- output/example/index.css+4-1
- output/example/index.html+22-1
- output/example/index.js+43-1
- output/pime/js/options.js+15
- output/pime/options.html+9
- package-lock.json+2.7k-712
- package.json+16-14
- src/BopomofoBraille/Tokens/BopomofoSyllable.test.ts+105-3
- src/BopomofoBraille/Tokens/Digits.test.ts+27
- src/BopomofoBraille/index.ts+11
- src/ChineseNumbers/ChineseNumbers.ts+1
- src/ChineseNumbers/index.ts+11
- src/Gramambular2/LanguageModel.ts+29
- src/Gramambular2/ReadingGrid.test.ts+193
- src/Gramambular2/ReadingGrid.ts+2-2
- src/Mandarin/BopomofoSyllable.test.ts+83
- src/McBopomofo/CandidateController.test.ts+156-1
- src/McBopomofo/CandidateController.ts+6
- src/McBopomofo/CtrlEnterOption.ts+2
- src/McBopomofo/DictionaryServices.ts+24
- src/McBopomofo/InputController.ts+54-4
- src/McBopomofo/InputState.ts+51-1
- src/McBopomofo/Key.test.ts+154
- src/McBopomofo/Key.ts+13-1
- src/McBopomofo/KeyHandler.test.ts+1.2k-34
- src/McBopomofo/KeyHandler.ts+128-43
- src/McBopomofo/LocalizedStrings.ts+7
- src/McBopomofo/Service.test.ts+51-1
- src/McBopomofo/Service.ts+61-9
- src/McBopomofo/WebData.ts+1.5k-846
- src/McBopomofo/WebLanguageModel.ts+7
- src/chromeos_ime.ts+36
- src/pime.ts+20-17
- tools/Makefile+7-3
- tools/README.md+3-5
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
158 | 159 | | |
159 | 160 | | |
160 | 161 | | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
161 | 180 | | |
162 | 181 | | |
163 | 182 | | |
| |||
208 | 227 | | |
209 | 228 | | |
210 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
211 | 249 | | |
212 | 250 | | |
213 | 251 | | |
| |||
261 | 299 | | |
262 | 300 | | |
263 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
264 | 306 | | |
265 | 307 | | |
| 308 | + | |
266 | 309 | | |
267 | 310 | | |
268 | 311 | | |
| 312 | + | |
269 | 313 | | |
270 | 314 | | |
271 | 315 | | |
| |||
332 | 376 | | |
333 | 377 | | |
334 | 378 | | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
335 | 402 | | |
336 | 403 | | |
337 | 404 | | |
| |||
565 | 632 | | |
566 | 633 | | |
567 | 634 | | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
568 | 645 | | |
569 | 646 | | |
570 | 647 | | |
| |||
667 | 744 | | |
668 | 745 | | |
669 | 746 | | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
670 | 751 | | |
671 | 752 | | |
672 | 753 | | |
| |||
679 | 760 | | |
680 | 761 | | |
681 | 762 | | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
682 | 768 | | |
683 | 769 | | |
684 | 770 | | |
| |||
0 commit comments