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,17 +1,20 @@
{
"name": "cs-auto-report",
"name": "dev_report",
"private": true,
"version": "0.1.0",
"type": "module",
"main": "index.html",
"scripts": {
"dev": "tauri dev",
"vite:dev": "vite",
"tauri": "tauri",
"lint": "bunx @biomejs/biome lint ./src",
"format": "bunx @biomejs/biome format --write ./src",
"check": "bunx @biomejs/biome check --apply ./src"
"check": "bunx @biomejs/biome check --apply ./src",
"build": "vite build"
},
"dependencies": {
"@ant-design/icons": "5.x",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-http": "~2",