chore: fw2hw

This commit is contained in:
LIghtJUNction
2026-03-20 00:44:08 +08:00
parent 92bae1fdae
commit ef5dac77a2
26 changed files with 278 additions and 333 deletions

2
scripts/fw2hw.sh Normal file → Executable file
View File

@@ -1 +1,3 @@
echo "全角转半角脚本依赖uconv工具"
echo "Ctrl + C 结束"
find . -name "*.py" -exec sh -c 'uconv -x "Fullwidth-Halfwidth" "$1" > "$1.tmp" && mv "$1.tmp" "$1"' _ {} \;