chore: init

This commit is contained in:
lisonge
2023-07-04 10:39:26 +08:00
commit f8d9cf6b56
83 changed files with 3964 additions and 0 deletions

4
scripts/sync_json.ps1 Normal file
View File

@@ -0,0 +1,4 @@
pnpm build
git add './dist/*.json'
git commit -m 'chore: sync json'
git push