feat/dict: Support updating Rime user dir via script on Windows and add entries for GDP per capita (#793)

This commit is contained in:
hegotit
2024-04-12 23:05:30 +08:00
committed by GitHub
parent 83aa7087e2
commit 4b3184fcf5
14 changed files with 75 additions and 10 deletions

View File

@@ -4,4 +4,7 @@ go 1.20
require github.com/deckarep/golang-set/v2 v2.3.0
require github.com/yanyiwu/gojieba v1.3.0
require (
github.com/yanyiwu/gojieba v1.3.0
golang.org/x/sys v0.19.0
)