earthjasonlin pushed to main at MexcTradingBot/mexc-spot-dca-bot 2026-09-02 08:54:06 +08:00
843d3bbfe5 fix(convert): 修正 OKX 闪兑方向覆盖和字段映射
earthjasonlin synced commits to refs/heads/main at earthjasonlin/star-rail-warp-export from mirror 2026-08-31 07:40:12 +08:00
543e6b1bfe fix: update gacha API endpoint to hkrpg_gacha_record
1fd1d3b11b chore: update idJson to 4.5
Compare 2 commits »
earthjasonlin pushed to main at MexcTradingBot/mexc-spot-dca-bot-public 2026-08-30 13:19:08 +08:00
8e2dc2a20d move gold back to okx
earthjasonlin pushed to main at MexcTradingBot/mexc-spot-dca-bot 2026-08-30 13:15:16 +08:00
914f4ee8a1 fix: okx convert return format
earthjasonlin pushed to main at MexcTradingBot/mexc-spot-dca-bot-public 2026-08-30 12:34:27 +08:00
a41d0b7d8e fix json grammar
earthjasonlin pushed to main at MexcTradingBot/mexc-spot-dca-bot-public 2026-08-26 08:34:12 +08:00
0bfd69ac7f move gold to mexc
earthjasonlin pushed to main at MexcTradingBot/mexc-spot-dca-bot 2026-08-26 08:14:28 +08:00
5a9aeab38c fix: remove price requirements for limit order
earthjasonlin pushed to main at MexcTradingBot/mexc-spot-dca-bot-public 2026-08-24 16:57:14 +08:00
24b86875b1 add ETF on mexc
earthjasonlin pushed to main at earthjasonlin/mailova 2026-08-21 14:45:16 +08:00
0955c36f6b fix(dashboard): received country pie chart now groups by country_from (寄出国)
earthjasonlin pushed to main at earthjasonlin/mailova 2026-08-21 14:35:27 +08:00
d2a864c7ca feat(postcard): add optional send_time field to received card form
earthjasonlin pushed to main at MexcTradingBot/mexc-spot-dca-bot 2026-08-19 14:18:45 +08:00
77d5f053f0 feat: add convert order type
earthjasonlin pushed to main at earthjasonlin/ai-balance-monitor 2026-08-05 10:21:54 +08:00
96e937e523 feat: 增加运行日志(不记录敏感信息) - 启动摘要:端口/间隔/重试/超时/并发/Telegram 状态/内置平台/账号数/数据库路径 - 检查结果:成功余额、认证失败禁用、失败原因 - 提醒状态机:触发提醒/余额恢复 - API 操作:登录、平台/账号增删改、设置修改、密码修改 - Telegram 发送成功、请求耗时(DEBUG) - 全部日志不含 apikey/token/密码
c4f5c64804 docs: 添加 config.example.json 配置模板
Compare 2 commits »
earthjasonlin pushed to main at earthjasonlin/ai-balance-monitor 2026-08-05 10:14:58 +08:00
58c39bc60a chore: config.json 加入 gitignore(含敏感凭据,已从历史清除)
earthjasonlin pushed to main at earthjasonlin/ai-balance-monitor 2026-08-05 10:13:41 +08:00
65e907b7d8 fix(ui): 阈值虚线贯穿整图(数据与 x 轴等长) 之前只给两个点,虚线只出现在最左两个刻度之间
8bcf063838 fix(ui): 修复 Chart.js 卡片图无限变高(响应式尺寸反馈循环) - canvas 外包固定高度 .chart-box,canvas 绝对定位 inset:0 - 容器高度不再受 canvas 内联尺寸影响,resize 循环终止
15832772c5 feat(ui): 卡片迷你图改用 Chart.js,历史弹窗改为纯表格 - 新增 app/static/vendor/chart.umd.min.js(Chart.js 4.4.3 离线内嵌) - 卡片折线图:Chart.js line(无坐标轴、线色随状态、阈值虚线、动画关闭避免刷新闪烁) - renderAccounts 重绘前销毁旧 Chart 实例防泄漏 - 历史弹窗:移除图表,仅表格(时间/余额,sticky 表头,hover 高亮)
cf9e2f5b59 feat(ui): 内置品牌图标库,badge 显示真实平台图标 - 新增 app/static/icons.js:17 个品牌 SVG 离线内嵌 (simple-icons CC0 + tabler MIT:OpenAI/Anthropic/Claude/DeepSeek/OpenRouter/ Google/Gemini/Meta/Perplexity/HuggingFace/Replicate/Baidu/MiniMax/NVIDIA/Qwen/Ollama/LMStudio) - badge 渲染:有图标显示白色品牌图形,无图标回落品牌色缩写
794332aff6 feat(provider): 新增 OpenRouter 平台适配器 - GET /api/v1/credits,Bearer 认证 - 余额 = data.total_credits - data.total_usage(剩余可用) - 重启后自动同步为平台记录
Compare 12 commits »
earthjasonlin pushed to main at earthjasonlin/ai-balance-monitor 2026-08-05 10:11:46 +08:00
a7d9836d1c fix(ui): 阈值虚线贯穿整图(数据与 x 轴等长) 之前只给两个点,虚线只出现在最左两个刻度之间
c2308d5c1b fix(ui): 修复 Chart.js 卡片图无限变高(响应式尺寸反馈循环) - canvas 外包固定高度 .chart-box,canvas 绝对定位 inset:0 - 容器高度不再受 canvas 内联尺寸影响,resize 循环终止
1cdb5c3aef feat(ui): 卡片迷你图改用 Chart.js,历史弹窗改为纯表格 - 新增 app/static/vendor/chart.umd.min.js(Chart.js 4.4.3 离线内嵌) - 卡片折线图:Chart.js line(无坐标轴、线色随状态、阈值虚线、动画关闭避免刷新闪烁) - renderAccounts 重绘前销毁旧 Chart 实例防泄漏 - 历史弹窗:移除图表,仅表格(时间/余额,sticky 表头,hover 高亮)
19bf8bfb38 feat(ui): 内置品牌图标库,badge 显示真实平台图标 - 新增 app/static/icons.js:17 个品牌 SVG 离线内嵌 (simple-icons CC0 + tabler MIT:OpenAI/Anthropic/Claude/DeepSeek/OpenRouter/ Google/Gemini/Meta/Perplexity/HuggingFace/Replicate/Baidu/MiniMax/NVIDIA/Qwen/Ollama/LMStudio) - badge 渲染:有图标显示白色品牌图形,无图标回落品牌色缩写
194abb35c1 feat(provider): 新增 OpenRouter 平台适配器 - GET /api/v1/credits,Bearer 认证 - 余额 = data.total_credits - data.total_usage(剩余可用) - 重启后自动同步为平台记录
Compare 10 commits »
earthjasonlin created branch main in earthjasonlin/ai-balance-monitor 2026-08-05 10:11:46 +08:00
earthjasonlin created repository earthjasonlin/ai-balance-monitor 2026-08-05 10:11:29 +08:00
earthjasonlin pushed to main at earthjasonlin/mailova 2026-08-01 21:37:15 +08:00
41dedff238 feat(postcard): disable send_time when status is pending, auto-fill on mark-sent
earthjasonlin synced commits to refs/heads/main at earthjasonlin/star-rail-warp-export from mirror 2026-07-30 12:10:07 +08:00
d684986679 chore: update idJson to 4.4
ddac3223b2 chore: update idJson to 4.3
6cfb8dacb9 chore: update idJson to 4.3
144184fda3 chore: update idJson to 4.2
c58271f3a2 chore: update idJson to 4.1
Compare 6 commits »
earthjasonlin synced new reference refs/tags/v1.1.21 to earthjasonlin/zzz-signal-search-export from mirror 2026-07-29 17:40:10 +08:00