feat: 优化排版,完善获取git提交记录以及预览功能

This commit is contained in:
Ben
2025-04-25 18:15:48 +08:00
parent 33cc46f03e
commit d43be4c058
19 changed files with 957 additions and 221 deletions

View File

@@ -4,7 +4,7 @@
"version": "0.1.0",
"identifier": "com.cs-auto-report.app",
"build": {
"beforeDevCommand": "bun run dev",
"beforeDevCommand": "bun run vite:dev",
"devUrl": "http://localhost:1420",
"beforeBuildCommand": "bun run build",
"frontendDist": "../dist"