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: 3 months ago
JSON representation

五笔码表助手 web 版,五笔工具

Lists

README

        

# 码表助手 web 版

Screen Shot 2022-01-22 at 19 07 04

> 可添加、删除、批量导入外部词条、批量生成指定版本的五笔编码。
> 有其它问题,欢迎加群讨论: [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 的问题