Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KyleBing/wubi-dict-editor-web
五笔码表助手 web 版,五笔工具
https://github.com/KyleBing/wubi-dict-editor-web
ggtt ios macos plist rime text-replacement wubi
Last synced: 14 days ago
JSON representation
五笔码表助手 web 版,五笔工具
- Host: GitHub
- URL: https://github.com/KyleBing/wubi-dict-editor-web
- Owner: KyleBing
- License: gpl-3.0
- Created: 2022-01-21T09:40:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T05:55:34.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T18:26:52.127Z (3 months ago)
- Topics: ggtt, ios, macos, plist, rime, text-replacement, wubi
- Language: JavaScript
- Homepage: https://kylebing.cn/tools/wubi-dict-editor-web/
- Size: 818 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 码表助手 web 版
> 可添加、删除、批量导入外部词条、批量生成指定版本的五笔编码。
> 有其它问题,欢迎加群讨论: [878750538](https://jq.qq.com/?_wv=1027&k=st8cY2sI)
> 还有个客户端版的: [https://github.com/KyleBing/wubi-dict-editor](https://github.com/KyleBing/wubi-dict-editor)## 用到的技术
- `javascript` `scss` `html`
- `vue 2`## 解决的难题
1. 查重并提取出所有重复的内容
2. 词条根据词条编码判断插入位置
3. 计算 unicode 字符串长度 .length 的问题