pref(opencc): 在 CI 中加入转化 opencc 字典逻辑(暂未启用) #1159

This commit is contained in:
mirtlecn
2025-02-09 13:50:14 +08:00
parent a07cdd0f60
commit 0a1653d02e

View File

@@ -38,6 +38,10 @@ 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 -@