-
-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule librime
updated
16 files
+3 −3 | .github/workflows/commit-ci.yml | |
+44 −0 | CHANGELOG.md | |
+1 −1 | CMakeLists.txt | |
+3 −2 | Makefile | |
+24 −0 | cmake/AddRCInfo.cmake | |
+1 −1 | package.json | |
+1 −1 | src/CMakeLists.txt | |
+8 −4 | src/rime.rc | |
+4 −4 | src/rime/algo/encoder.cc | |
+5 −0 | src/rime/common.h | |
+2 −2 | src/rime/dict/dict_compiler.cc | |
+2 −2 | src/rime/dict/entry_collector.cc | |
+1 −1 | src/rime/gear/simplifier.cc | |
+7 −7 | src/rime/lever/deployment_tasks.cc | |
+2 −1 | src/rime/lever/switcher_settings.cc | |
+23 −25 | tools/CMakeLists.txt |