feat: Input Method

This commit is contained in:
xkeyC 2024-11-05 19:17:51 +08:00 committed by GitHub
parent 303cfc807c
commit 3a6ba4f162
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7029 additions and 0 deletions

7020
input_method/chinese.txt Normal file

File diff suppressed because it is too large Load Diff

9
input_method/index.json Normal file
View File

@ -0,0 +1,9 @@
{
"enable": true,
"languages": {
"zh_CN": {
"file": "chinese.txt",
"version": "0.0.1"
}
}
}