feat: 项目优化,丛商对接完成

This commit is contained in:
Ben
2025-05-16 18:37:15 +08:00
parent 432ca043c0
commit 26c10f3bc6
66 changed files with 414 additions and 192 deletions

View File

@@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "cs-auto-report",
"productName": "DevReport",
"version": "0.1.0",
"identifier": "com.cs-auto-report.app",
"identifier": "com.DevReport.app",
"build": {
"beforeDevCommand": "bun run vite:dev",
"devUrl": "http://localhost:1420",
@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "商报告生成器",
"title": "商报告生成器",
"width": 1200,
"height": 800
}