├── LICENSE ├── README.md ├── debug ├── .gitignore └── get.bat ├── default.custom.yaml ├── trime.bat ├── trime.custom.yaml ├── trime.yaml ├── wubi86_double_key.dict.yaml └── wubi86_double_key.schema.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boboIqiqi/wubi86_double_key/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boboIqiqi/wubi86_double_key/HEAD/README.md -------------------------------------------------------------------------------- /debug/.gitignore: -------------------------------------------------------------------------------- 1 | *.yaml 2 | -------------------------------------------------------------------------------- /debug/get.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boboIqiqi/wubi86_double_key/HEAD/debug/get.bat -------------------------------------------------------------------------------- /default.custom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boboIqiqi/wubi86_double_key/HEAD/default.custom.yaml -------------------------------------------------------------------------------- /trime.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boboIqiqi/wubi86_double_key/HEAD/trime.bat -------------------------------------------------------------------------------- /trime.custom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boboIqiqi/wubi86_double_key/HEAD/trime.custom.yaml -------------------------------------------------------------------------------- /trime.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boboIqiqi/wubi86_double_key/HEAD/trime.yaml -------------------------------------------------------------------------------- /wubi86_double_key.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boboIqiqi/wubi86_double_key/HEAD/wubi86_double_key.dict.yaml -------------------------------------------------------------------------------- /wubi86_double_key.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/boboIqiqi/wubi86_double_key/HEAD/wubi86_double_key.schema.yaml --------------------------------------------------------------------------------