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

View File

@@ -6,6 +6,6 @@
"dev": "cd frontend && pnpm run dev",
"build": "cd frontend && pnpm run build",
"preview": "cd frontend && pnpm run preview",
"prepare-fonts": "python3 scripts/generate-font-list.py && python3 scripts/copy-fonts.py"
"prepare-fonts": "python3 scripts/generate-font-list.py"
}
}