1 Star 0 Fork 0

邴新科 / rime-wubi86-jidian

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Apache-2.0

rime_all

该库是 Rime 输入法一个 86 版极点五笔的输入配置方案,支持多平台(Windows、macOS、Linux、iOS、Android)

一、概述

这里是一个输入法配置方案,不是输入法本身。

Rime 是个输入法内核,在它的基础之上,又出现了涵盖 WindowsmacOSLinuxiOSAndroid 五个常用操作系统的输入法,对应如下:

操作系统 对应的输入法 github 收费状态
Windows 小狼毫 https://github.com/rime/weasel 免费
macOS 鼠须管 https://github.com/rime/squirrel 免费
Ubuntu 中州韵 https://github.com/rime/ibus-rime 免费
iOS 仓输入法 https://github.com/imfuxiao/Hamster 免费(高级功能收费)
Android 同文输入法 https://github.com/osfans/trime 免费

所有由 Rime 内核开发过来的输入法都可以共用一套输入方案。
由于五个输入平台使用的码表是一样的,所以能够在多个平台间保持同一种输入习惯,这一点对五笔输入而言尤为重要,打到最后,其实记的都是词频。

Rime 输入法具有高度可定制化的特性,通过读取不同的配置文件可以:

  • 实现不同输入方式:全拼双拼五笔仓颉
  • 设置不同的输入习惯:二三候选回车清码z键拼音反查 等等

正因其如此高的可自定义性,拉高了它的使用门槛。为了让更多的五笔用户更省心地使用 Rime 输入五笔,就有了当前这个 86五笔输入方案,它的输入习惯比较接近于之前的极点五笔,码表也是使用原有极点码表进行扩展的。

原码表一般不会进行修改,后来新加的词都会加到后面的扩展码表中。

单字的顺序严格对标原极点输入法词库: 五笔码表文件。 比如一级简码的二位候选:

  • y-
  • h-
  • v-

该码表词条不是很多,很多专业性的词语可能会没有,需要自己在日常使用中慢慢添加,可以使用配套工具 五笔词条工具 来完成词条的添加。

二、不同平台的输入法外观

1. macOS

Screenshot 2024-03-17 at 07 59 12

2. Windows

皮肤可以通过修改 weasel.custom.yaml 文件内的 color_scheme 实现修改,对应正文的颜色方案

patch:
  style:
    color_scheme: WhiteAqua  # 匹配正文的颜色方案,对应正文的颜色方案名
skin-windows

3. Ubuntu

skin-ubuntu

三、文件说明

.
├── LICENSE                                 # license
├── README.md                               # 当前说明文档
├── imgs
│   ├── icon.ai                       # 图标设计稿
│   └── logo.png                      # logo
├── 仓键盘布局
│   └── wubi86_jidian_ios_keyboard.yaml # 仓输入法键盘布局
├── lua  # lua 脚本
│   ├── wubi86_jidian_calculator.lua
│   ├── wubi86_jidian_date_translator.lua
│   ├── wubi86_jidian_single_char_first_filter.lua
│   └── wubi86_jidian_single_char_only.lua
├── default.custom.yaml                     # 配置 - 自定义一些输入法的功能:标点,二三候选等
├── squirrel.custom.yaml                    # 配置 - 鼠须管(for macOS)输入法候选词界面
├── weasel.custom.yaml                      # 配置 - 小狼毫(for Windows)输入法候选词界面
├── numbers.schema.yaml                     # 方案 - 大写数字

├── pinyin_simp.dict.yaml                   # 词库 - 简体拼音码表 - 五笔中拼音输入需要的
├── pinyin_simp.schema.yaml                 # 方案 - 简体拼音

├── wubi86_jidian.ico                       # 输入法任务栏图标 for Windows
├── wubi86_jidian.schema.yaml               # 方案 - 极点五笔
├── wubi86_jidian.dict.yaml                 # 词库 - 极点五笔主码表
├── wubi86_jidian_user.dict.yaml            # 词库 - 用户私人词库

├── wubi86_jidian_ios_keyboard.yaml         # 仓输入法键盘布局
├── wubi86_jidian_user_hamster.dict.yaml    # 词库 - iOS 通过快捷指令添加的词条将添加到这里 分享地址:[https://www.icloud.com/shortcuts/a87901f7a9fa48f3986241ee74ddc74a](https://www.icloud.com/shortcuts/a87901f7a9fa48f3986241ee74ddc74a)

├── wubi86_jidian_extra.dict.yaml           # 词库 - 扩展词库 - 实时更新的线上词库(需要使用 [五笔词条工具](https://github.com/KyleBing/wubi-dict-editor) )
└── wubi86_jidian_extra_district.dict.yaml  # 词库 - 扩展词库 - 行政区域名称: 省市县区
├── wubi86_jidian_pinyin.schema.yaml        # 方案 - 五笔拼音混输
├── wubi86_jidian_trad.schema.yaml          # 方案 - 五笔简入繁出
└── wubi86_jidian_trad_pinyin.schema.yaml   # 方案 - 五笔拼音混输 简入繁出

四、安装

1. macOS ( 鼠须管 )

官网下载,按步骤安装即可

  1. 下载 五笔配置文件 https://github.com/KyleBing/rime-wubi86-jidian
  2. macOS 上的 鼠须管 配置文件存放目录是 ~/Library/Rime,把下载后的rime-wubi86-jidian内的所有文件移到 Rime 目录中,
  3. 点击状态栏上的输入法图标,下拉菜单中选择 部署 (英文是Deploy),或者可以直接使用快捷键 control + option + ~

注意: Rime 目录下的 Build 目录是程序生成的,不要把配置文件放在那里面,无视它即可。

放的时候目录结构是这样的:

~/Library/
└── Rime
    ├── 该项目中的文件
    ├── 该项目中的文件
    ├── 该项目中的文件
    ├── ...
    ├── ...

注意:对于不熟悉命令行操作的朋友, ~ 代表的是当前用户的主目录,比如我的用户名是 kyle, ~ 就代表 /Users/kyle/ 这个绝对路径。 需要将你下载的文件放入 /Users/你用户名/Library/Rime 这个目录下,了然否?

2. Windows ( 小狼毫 )

Windows 中的配置方法:

  1. 右击状态栏中的小狼毫输入法图标,选择 用户文件夹
  2. 把该项目中的文件复制到里面
  3. 右击状态栏中的小狼毫输入法图标,选择 重新部署 即可

3. Ubuntu ( ibus-rime )

执行下面指令安装 ibus-rime 输入法

sudo apt-get install ibus-rime

ubuntu 的配置文件目录在

~/.config/ibus/rime/

4. 仓输入法 ( iOS )

仓输入法: 一个开源免费的 iOS 端的 Rime 内核输入法,很棒,直接 AppStore 搜索下载即可。

github: https://github.com/imfuxiao/Hamster

我已经将该输入方案上传到了仓的可选输入法方案列表中,可能这样添加使用:

  1. 打开仓输入法,选择 输入方案设置
  2. 点击右上角的+号,选择 方案下载
  3. 在列表中找到 五笔86-极点方案,然后选择 覆盖并部署 即可完成安装
  4. 就能正常打字了

但痛点还是一样,无法很方便的添加词汇。所以我才在该方案中添加了一个名为 wubi86_jidian_ios_keyboard.yaml 的码表来接收 iOS 添加的一些词。 iOS 添加词时需要用到 快捷指令,我已做了分享,直接点击该链接添加使用即可

https://www.icloud.com/shortcuts/a87901f7a9fa48f3986241ee74ddc74a

5. Android

同文安卓输入法 github:https://github.com/osfans/trime
输入法版本 release:https://github.com/osfans/trime/releases

下载安装,将词库添加到对应的文件夹中,再进行部署即可使用

6. 网页版输入法

梧桐输入法 : https://github.com/LibreService/my_rime

  1. 打开输入法网站 https://my-rime.vercel.app/
  2. 点击下方 Add new schemas 中的 Micro Plum 按钮
  3. 在弹出窗口的 Schema URL 不添加如下内容,点击 Install 即可
    https://raw.githubusercontent.com/KyleBing/rime-wubi86-jidian/master/wubi86_jidian.schema.yaml
  4. 之后就可以在输入框里用这个码表进行打字了
Screenshot 2024-03-04 at 16 03 27

五、扩展词库

默认已添加的词库有:

  - wubi86_jidian_user                # 个人私有词库
  - wubi86_jidian_extra               # 扩展词库
  - wubi86_jidian_extra_district      # 扩展词库 - 行政区域

可以通过修改 wubi86_jidian.dict.yaml 文件头部的部分来启用、停用某一个词库。

比如想停用 行政区域 这个词库,直接在其前面添加 # 或者直接删除该行,执行输入法的 部署Deploy 操作后即可生效。

1. 线上共享的扩展词库

不再动原来的主词库,除非发现一些很没有必要的词才会进行删除操作,不会进行添加操作。
以后新增的词都都放置在了 wubi86_jidian_extra 这个扩展词库中,可以通过工具来实现实时更新线上最新的词库内容。

这个词库是我维护的,你也可以将一些常用的词上传到线上。
我的想法是维护一个咱们五笔用户自己的词库,最终实现非常舒服的码字的目标。

需要注册码的 email 我获取即可: kylebing@163.com,来信请注明来意。

线上管理地址在: http://kylebing.cn/manager/#/wubi-words

工具上传词条

2022-12-29 09 09 39

2. 行政区域

行政区域 这个词库有 3000 多个词条,可能会导致重码变多,可以根据自己需要删减其内容,文件中已经根据省份划分地域名了。

# 天津市
天津市	        giym		120000
天津市市辖区	    giya		120100
和平区	        tgaq		120101
河东区	        iaaq		120102
河西区	        isaq		120103
南开区	        fgaq		120104
河北区	        iuaq		120105

六、使用说明

1. 选项菜单

在输入状态时,control + 0 或者 shift + control + 0 弹出菜单

2. 菜单内容

弹出的菜单中,处于第一位的是当前使用的输入法方案,其后跟着是该方案中的输入法菜单,有【半角 - 全角】【简 - 繁】等常见功能菜单,再后面是其它可选的输入法方案,对应 default.custom.yamlschema_list 字段内容

3. 五笔拼音混输

default.custom.yaml 文件中罗列着可选的方案,已经注明具体方案的作用,如果你想五笔拼音混输,可以将混输方案移至最上面。

Screenshot 2022-11-24 at 09 00 17

4. 默认二三候选

默认的二三候选是 ; ' 两个键

5. 候选翻页

方向 [ ]

默认已关闭 - = 的上下翻页功能,如果需要请修改 default.custom.yaml 内容

6. 临时拼音输入

在忘了某字的五笔编码时,z键可以进入临时拼音输入模式

7. 支持 简入繁出

是以切换输入方案的形式实现的,使用时,调出菜单,选择 简入繁出 方案即可

简繁转换的功能能实现:

以不切换文字的形式使用只是暂时转繁,换个程序就会恢复简体了。如果你想一直使用简入繁出就选择 「简入繁出」这个方案

8. 系统 时间日期星期

需要系统中已装有 lua 支持,当你打不出这些内容的时候,可能就是这个原因。
下载链接: https://sourceforge.net/projects/luabinaries/files/5.4.2/

输入对应词,获取当前日期和时间

  • date 输出日期,格式 2019年06月19日 2019-06-19
  • time 输出时间,格式 10:00 10:00:00
  • week 输出星期,格式 周四 星期四

9. 支持大写数字输入:壹贰叁肆伍陆

本库中包含一个可以输入大写数字的方案,名叫 大写数字,呼出菜单选择该方案即可。

在这个模式下:具体可以看源文件 numbers.schema.yaml

对应值 键 (按住 shift) 对应值
1234567890 壹贰叁肆伍陆柒捌玖零 1234567890 一二三四五六七八九〇
wqbsjfd. 万仟佰拾角分第点 wqbsjfd. 万千百十角分点
z 整之 z 整之
y 元月亿 y 元月亿

10. 特殊字符快捷输入

默认是关闭的,具体可以查看 wiki 如何启用 /fh 这种特殊符号输入

11. z 键重复上次输入内容

Screenshot 2024-01-25 at 09 56 53

七、个性配置

所有配置说明都在配置文件中说明了,如果有其它问题可以在 issue 中提出,或者在群里(QQ群:878750538) 讨论,有需要就 @十月,一定要 @ 哟,不然我看不到的

1. 候选个数

默认是5,可以自定义候选面板中的候选词的个数,编辑 default.custom.yaml 中以下这段,修改成你想要的个数即可,最多支持10个

  menu:
      page_size: 5      # 候选词数量,最多支持 10 个

2. 回车清码

默认是关闭的

想要开启,打开 default.custom.yaml 文件,找到下面这行,去掉前面的 # 即可,如下

      # 回车清码
      - { when: composing, accept: Return, send: Escape }

3. 空码时自动清码

默认配置是不会自动清的,想要自动清码,修改文件 wubi86_jidian.schema.yamlspeller 这一栏,将前面的 # 号删除即可,如下

  auto_clear: max_length                # 空码时自动清空

4. 编码提示

默认是关闭的, 想要开启,打开 wubi86_jidian.schema.yaml 编辑 translator -> comment_format 改成如下即可

  comment_format: 
#    - xform/.+//                       # 注释掉该行,即可显示词条编码

5. 关于手动造词功能

一种方式是,手动往词库中添加词组,并重新部署

这个操作要注意的是词组与编码之间的符号是tab,写错了这个词是不会被识别的

另一种是使用工具。Rime 默认是没有词条管理工具的,所以就写了一个工具,基本满足日常需求,如果有什么其它需要的功能,可以跟我说。

五笔词条工具

Screenshot 2022-12-16 at 21 28 54

iOS 仓输入法使用快捷指令实现临时添加用户词的功能

快捷指令链接: https://www.icloud.com/shortcuts/a8243310b25f46878a7ea38b87cc3df2

为了解决 iOS 端无法编辑词库文本实现新增词的问题,写了一个快捷指令操作,实现的功能是:

  1. 在仓输入法目录下的 Rime 目录中的 wubi86_jidian_user_hamster.dict.yaml 文件的末尾处添加你要添加的 编码 权重
  2. 根据新文件重新部署仓输入法

当你通过 iCloud 实现多端同步之后,这些新增的词也会出同步现在其它平台上。
之后有时间了再通过 PC 整理这些词条到你的个人分类词库中即可。

6. 输出系统变量

自 Rime v0.13 之后可自定义输出系统变量,如日期等

文件夹 ./lua/ 盛放的是调用的方法,你需要在相应的 XXXX.schema.yaml 文件的 engine/translators 字段添加一些东西,可以参阅本库的 wubi86_jidian.schema.yaml 文件。

具体 rime.lua 文件说明参阅这里: https://github.com/hchunhui/librime-lua/blob/master/sample/lua/date.lua

7. 开启自动造词

auto-create-words

注意: 这样会关闭自动上屏,顶字上屏的功能。

需要修改 wubi86_jidian.schema.yaml 下面几个内容

speller:
  # max_code_length: 4                 # 四码上屏
  auto_select: false                   # 自动上屏

translator:
  enable_sentence: true                # 句子输入模式
  enable_user_dict: true               # 是否开启用户词典(用户词典记录动态字词频,用户词)
  enable_encoder: true

8. 单字派

如果你是单字派,只打单字,可以修改 wubi86_jidian.schema.yaml 这个文件,找到以下位置,根据需要去除对应行前面的 #,重新部署即可生效

  filters:
#    - lua_filter@*wubi86_jidian_single_char_first_filter # 单字优先
#    - lua_filter@*wubi86_jidian_single_char_only # 纯单字

9. 隐藏候选窗口(Windows)

有些追求极致的用户不喜欢有候选框的显示,平时打字也用不到候选窗口,候选窗口也是可以隐藏的。(Windows) 编辑 weasel.custom.yaml 文件,定位到 style.layout,编辑 margin_x margin_y 将值设置成负值即可。

      margin_x: -1               # int 内容离边框的,左右边界  当 margin_x 和 margin_y 设置为负值时,将不显示候选窗口,但不影响方案选择
      margin_y: -1               # int 内容离边框的,上下边界  当 margin_x 和 margin_y 设置为负值时,将不显示候选窗口,但不影响方案选择

这样打起字来有点当年用黑莓 auto_text 打五笔的感觉了。

10. 定义输入方案的图标(Windows)

Windows 小狼毫 v0.15.0 版已经支持自定义某个方案的图标了,比如这个五笔方案就已经设置了自定义的图标。任务栏的图标不再是原来的 “中” 字,而是:

当按 shift 切换中英文输入的时候,就会显示这个图标。

编辑某个你需要自定义图标的方案文件,比如我这个 wubi86_jidian.schema.yaml,编辑 schema 下的这两个位置,不过只使用第一个位置即可。

  icon: "wubi86_jidian.ico"           # string 方案图标,格式: .ico
  ascii_icon:                         # string

需要你自己准备一个 .ico 图标文件,然后放到 Rime 配置文件的根目录下,再将文件名填到上面的位置,重新部署即可。

八、词条权重

该库的候选词排序方式是依据权重排序,权重是一个数量,数字越大权重越大,权重大的词靠前。为了让子码表也能在候选词中任意调整位置,主码表中的所有词都添加了权重,10 为间隔。

没有权重时,子码表无法自由定义在候选词中的位置

没有权重时

有了初始的权重后就可以定义任意位置了

有权重后

九、macOS、Windows、iOS 同步

  • 可以通过共用同一个 iCloud 地址来实现 macOSWindowsiOS 实时同步。
  • 这个地址就选用 iOS 仓输入法的方案盛放地址。

具体实现步骤参见 wiki:
如何通过 iCloud 实现词库多端同步,Windows、iOS、macOS

rime

十、其它相关链接

工具链接

资源链接

配置教程链接

本库 Wiki

支持

感谢 JetBrains 提供的工具支持

JetBrains

始于 2019年02月28日

Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

简介

github 同名的镜像仓库:86五笔极点码表 for 鼠须管(macOS)、小狼毫(Windows)、中州韵(Ubuntu) 、仓输入法(iOS)、同文输入法(Android)五笔输入法 展开 收起
YAML
Apache-2.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
YAML
1
https://gitee.com/KyleBing/rime-wubi86-jidian.git
git@gitee.com:KyleBing/rime-wubi86-jidian.git
KyleBing
rime-wubi86-jidian
rime-wubi86-jidian
master

搜索帮助