CI: remove unused comment; update jieba lib version to avoid warnings

This commit is contained in:
Mirtle
2025-12-08 14:34:35 +08:00
committed by Mirtle
parent 0e75203646
commit e2355f0532
2 changed files with 1 additions and 5 deletions

View File

@@ -38,10 +38,6 @@ jobs:
- name: Pack dicts
run: |
## 备用 Prepare opencc dict, 启用后 emoji.json 也要做改动
# apt install opencc
# opencc_dict -i opencc/emoji.txt -o opencc/emoji.ocd2 -f text -t ocd2
mkdir dist
echo "Pack all ..."
find . -maxdepth 1 -name "*.lua" -o -name "*.yaml" -o -name "*.txt" | zip dist/full.zip -@

View File

@@ -5,6 +5,6 @@ go 1.22
require github.com/deckarep/golang-set/v2 v2.3.0
require (
github.com/yanyiwu/gojieba v1.3.0
github.com/yanyiwu/gojieba v1.4.6
golang.org/x/sys v0.19.0
)