Initial commit
This commit is contained in:
@@ -0,0 +1,70 @@
|
||||
[RIME | 中州韻輸入法引擎](https://rime.im/)
|
||||
|
||||
[amzxyz/rime_wanxiang: Rime万象拼音输入方案](https://github.com/amzxyz/rime_wanxiang)
|
||||
|
||||
my_dict.dict.yaml
|
||||
|
||||
```
|
||||
---
|
||||
name: my_dict
|
||||
version: "1.0"
|
||||
sort: by_weight
|
||||
...
|
||||
李春良 lǐ chūn liáng 500
|
||||
石正 shí zhèng 500
|
||||
张鹏豪 zhāng péng háo 500
|
||||
崔晓宇 cuī xiǎo yǔ 500
|
||||
黄寅杰 huáng yín jié 500
|
||||
白寰宇 bái huán yǔ 500
|
||||
刘衍君 liú yǎn jūn 500
|
||||
|
||||
```
|
||||
|
||||
my_phrase.txt
|
||||
|
||||
```
|
||||
docker7530@gmail.com yx 1
|
||||
|
||||
```
|
||||
|
||||
wanxiang.custom.yaml
|
||||
|
||||
```
|
||||
patch:
|
||||
speller/algebra:
|
||||
__patch:
|
||||
- wanxiang_algebra:/base/自然码
|
||||
custom_phrase/user_dict: my_phrase
|
||||
translator/packs/+:
|
||||
- my_dict
|
||||
tips/disabled_types:
|
||||
- 表情
|
||||
|
||||
```
|
||||
|
||||
.gitignore
|
||||
|
||||
```
|
||||
# Folders only present in folder1 (generated/user data)
|
||||
build/
|
||||
en.userdb/
|
||||
luna_pinyin.userdb/
|
||||
wanxiang.userdb/
|
||||
replacer.userdb/
|
||||
sequence.userdb/
|
||||
stats.userdb/
|
||||
tips.userdb/
|
||||
|
||||
# User/local config files only present in folder1
|
||||
default.custom.yaml
|
||||
installation.yaml
|
||||
user.yaml
|
||||
wanxiang_english.custom.yaml
|
||||
wanxiang_mixedcode.custom.yaml
|
||||
wanxiang_reverse.custom.yaml
|
||||
wanxiang.custom.yaml
|
||||
weasel.custom.yaml
|
||||
my_dict.dict.yaml
|
||||
my_phrase.txt
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user