mirror of
https://ghfast.top/https://github.com/aeroxw/tick-stock-panel.git
synced 2026-09-12 17:54:15 +08:00
根因(鸡生蛋蛋生鸡的循环依赖): 保存乱填 key 后 detect_capabilities → get_client() 读旧 capabilities.json (此时还是 none 档)→ _should_use_free_server() 返回 True → 用 TickFlow.free() 探测 → free 服务器忽略 key, 日K成功 → 误判为 free 档。 修复: _probe_real 改用探测专用客户端, 强制走付费端点(api.tickflow.org)验证 key 有效性, 不再依赖运行时的 get_client()(受旧缓存档位影响)。 乱填 key 在付费端点全部 AuthenticationError → 正确判定 none 档 + invalid。 版本: 0.1.37
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "tickflow-stock-panel-frontend",
|
|
"private": true,
|
|
"version": "0.1.37",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@tanstack/react-query": "^5.55.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"echarts": "^5.5.0",
|
|
"echarts-for-react": "^3.0.2",
|
|
"framer-motion": "^11.5.0",
|
|
"lightweight-charts": "^4.2.0",
|
|
"lucide-react": "^0.439.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.26.0",
|
|
"tailwind-merge": "^2.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.3",
|
|
"@types/react": "^18.3.5",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@vitejs/plugin-react": "^4.3.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.45",
|
|
"tailwindcss": "^3.4.10",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.5.4",
|
|
"vite": "^5.4.3"
|
|
},
|
|
"packageManager": "pnpm@9.10.0"
|
|
}
|