骆驼比特币 dekun
dekun pushed to main at dekun/crypto_monitor 2026-06-11 00:01:14 +00:00
f6e3d54d29 revert: restore original order monitor form layout with SL/TP mode width fix
dekun pushed to main at dekun/crypto_monitor 2026-06-10 23:57:19 +00:00
91c8cd8c2a fix: redesign order monitor open form for clearer SL/TP inputs
dekun pushed to main at dekun/crypto_monitor 2026-06-10 22:27:41 +00:00
401ee2f130 fix: stabilize AI coach chat against truncation and empty replies
dekun pushed to main at dekun/crypto_monitor 2026-06-10 16:53:54 +00:00
7f1015f852 fix: AI coach chat continuation now carries full draft text
dekun pushed to main at dekun/zhimingge 2026-06-10 16:48:45 +00:00
1d887a7a10 Add responsive content width for ultrawide while keeping 1080p layout.
dekun pushed to main at dekun/crypto_monitor 2026-06-10 16:44:16 +00:00
6169fee7b9 fix: prevent AI coach chat replies from truncating mid-sentence
dekun pushed to main at dekun/zhimingge 2026-06-10 16:38:08 +00:00
26ccecb361 Fix ultrawide layout: Tailwind was not generating max-width classes.
dekun pushed to main at dekun/crypto_monitor 2026-06-10 16:35:21 +00:00
0e2e360ccf fix: improve AI coach chat context, 128k window, and output limits
dekun pushed to main at dekun/zhimingge 2026-06-10 16:27:08 +00:00
9fc7336095 Tighten ultrawide layout with visible side gutters.
dekun pushed to main at dekun/zhimingge 2026-06-10 16:11:18 +00:00
e71baad554 Fix taiji fish eyes and expose theme toggle on mobile.
dekun pushed to main at dekun/zhimingge 2026-06-10 16:04:41 +00:00
18dd2e3501 Narrow desktop layout margins and fix taiji icon in light mode.
dekun pushed to main at dekun/zhimingge 2026-06-10 15:50:45 +00:00
04c77dbf77 Support ultrawide layout with equal columns and taiji branding.
dekun pushed to main at dekun/zhimingge 2026-06-10 15:27:08 +00:00
f22e3f4d16 Document Docker image cleanup and add docker-prune script.
dekun pushed to main at dekun/zhimingge 2026-06-10 15:24:58 +00:00
6265e56a7f Redesign UI with zen cards, split AI panel, and PWA install support.
dekun pushed to main at dekun/zhimingge 2026-06-10 15:10:11 +00:00
206673fd90 Fix AI output showing UTF-8 bytes as hex escapes instead of Chinese.
dekun pushed to main at dekun/zhimingge 2026-06-10 15:04:52 +00:00
b38b69cb71 Add Baota panel reverse proxy and deployment guide.
dekun pushed to main at dekun/zhimingge 2026-06-10 14:56:24 +00:00
39181f21ad Fix AI result panel visibility and nginx streaming headers.
dekun pushed to main at dekun/zhimingge 2026-06-10 14:42:37 +00:00
38bbc7145a Add /api/health and harden Docker deploy script for API route rollout.
dekun pushed to main at dekun/zhimingge 2026-06-10 14:39:14 +00:00
dba0245cb1 Replace RSC streaming with /api/ai Route Handler for Docker reliability.
dekun pushed to main at dekun/zhimingge 2026-06-10 14:26:56 +00:00
0f3bc2c50a Fix AI stream by returning stream.value directly from Server Actions.