初始化模板仓库

This commit is contained in:
2026-04-08 13:55:17 +08:00
commit 61a435965f
9 changed files with 1019 additions and 0 deletions

8
justfile Normal file
View File

@ -0,0 +1,8 @@
img2typ:
python ./scripts/img2typ.py
solve: img2typ
python ./scripts/solve.py
generate: solve
python ./scripts/gen_index.py