update at 2026-02-07 13:32:31

This commit is contained in:
douboer
2026-02-07 13:32:31 +08:00
parent b0e89a56e1
commit 951eda9c58
6 changed files with 73 additions and 79 deletions

4
run.sh
View File

@@ -4,3 +4,7 @@ source .venv/bin/activate
lsof -ti:5173,5174,5175,5176 | xargs kill -9 2>/dev/null;
python font2svg.py --fontdir font --text "星程紫微" --outdir svg
# 新增字体放在frontend/public/fonts目录下运行以下命令fonts.json会被更新
npm run prepare-fonts