From e2355f05326be40d3ca2bdb2b9923942a65abcb6 Mon Sep 17 00:00:00 2001 From: Mirtle Date: Mon, 8 Dec 2025 14:34:35 +0800 Subject: [PATCH] CI: remove unused comment; update jieba lib version to avoid warnings --- .github/workflows/release.yml | 4 ---- others/script/go.mod | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3b31ce..f14134c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 -@ diff --git a/others/script/go.mod b/others/script/go.mod index d009a0b..d30be17 100644 --- a/others/script/go.mod +++ b/others/script/go.mod @@ -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 )