移除 V1 死代码(6 个导出方法、4 个内部函数、~300 行), 新增 cache.go/ai.go/matcher.go/export.go 拆分 app.go(原 1645 行), 修复 AICache 3 个并发 bug(TOCTOU、反序列化、全排序), 提取 8 个命名常量,前端添加 isRunning 守卫和 CSS 变量。 Go 升级至 1.24.0。
19 lines
313 B
JSON
19 lines
313 B
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.2.37"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"vite": "^3.0.7"
|
|
}
|
|
}
|