fix(安全): 修复HTML导出中的XSS漏洞并清理调试日志
Some checks failed
CI / Lint & TypeCheck (push) Has been cancelled
CI / Unit Tests (push) Has been cancelled
CI / Build Frontend (push) Has been cancelled
CI / Rust Check (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled

refactor(日志): 替换console.log为tracing日志系统
style(代码): 移除未使用的代码和依赖项

feat(测试): 添加端到端测试文档和CI工作流
docs(变更日志): 更新CHANGELOG.md记录0.1.0版本变更

perf(构建): 更新依赖版本并优化CI流程
This commit is contained in:
iven
2026-03-26 19:49:03 +08:00
parent b8d565a9eb
commit 978dc5cdd8
79 changed files with 3953 additions and 5724 deletions

View File

@@ -37,40 +37,35 @@
},
"dependencies": {
"@dagrejs/dagre": "^3.0.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@xstate/react": "^6.1.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-opener": "^2.5.3",
"@xyflow/react": "^12.10.1",
"clsx": "^2.1.1",
"dagre": "^0.8.5",
"date-fns": "^4.1.0",
"framer-motion": "^12.36.0",
"framer-motion": "^12.38.0",
"lucide-react": "^0.577.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-window": "^2.2.7",
"smol-toml": "^1.6.0",
"smol-toml": "^1.6.1",
"tailwind-merge": "^3.5.0",
"tweetnacl": "^1.0.3",
"uuid": "^11.0.0",
"valtio": "^2.3.1",
"xstate": "^5.28.0",
"zustand": "^5.0.11"
"uuid": "^11.1.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.58.2",
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2",
"@tailwindcss/vite": "^4.2.2",
"@tauri-apps/cli": "^2.10.1",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@types/js-yaml": "^4.0.9",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-window": "^2.0.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/coverage-v8": "2.1.8",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "2.1.9",
"autoprefixer": "^10.4.27",
"eslint": "^10.1.0",
"eslint-plugin-react": "^7.37.5",
@@ -80,10 +75,10 @@
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4.2.1",
"tailwindcss": "^4.2.2",
"typescript": "~5.8.3",
"typescript-eslint": "^8.57.2",
"vite": "^7.0.4",
"vitest": "2.1.8"
"vite": "^8.0.0",
"vitest": "2.1.9"
}
}