MarkLo127
d95af6a64c
刪除claude被棄用的模型
2026-03-05 23:42:58 +08:00
MarkLo127
d6020d8bd7
2026-02-12 04:52:16 +08:00
MarkLo127
70d763beca
2026-01-27 15:34:37 +08:00
MarkLo127
d58e80a962
2026-01-27 13:22:52 +08:00
MarkLo127
0bdb3fb774
2026-01-16 00:56:14 +08:00
MarkLo
3145d08c30
2025-12-28 01:22:45 +08:00
MarkLo
6e48ac3f7a
2025-12-24 04:49:04 +08:00
MarkLo
9c7b1f7903
2025-12-24 04:45:12 +08:00
MarkLo
8272138da0
2025-12-24 01:40:36 +08:00
MarkLo
16e513a921
新增英文語系支援
2025-12-24 01:20:33 +08:00
MarkLo
50ef9df44c
2025-12-23 11:12:03 +08:00
MarkLo
06bf068875
2025-12-23 10:32:58 +08:00
MarkLo
7c2f3ed092
2025-12-23 10:23:13 +08:00
MarkLo
0f434546aa
2025-12-21 02:00:38 +08:00
MarkLo
94374fed94
2025-12-20 12:13:41 +08:00
MarkLo
40b9a02c42
2025-12-20 09:38:17 +08:00
MarkLo
a724f2f447
2025-12-20 09:27:15 +08:00
MarkLo
67830031cc
2025-12-20 09:12:54 +08:00
MarkLo
c673c52dda
2025-12-20 09:03:32 +08:00
MarkLo
95b456faf7
fix: TypeScript error in PriceChart Tooltip formatter
2025-12-20 08:00:14 +08:00
MarkLo
c4fc8904eb
2025-12-20 07:41:05 +08:00
MarkLo
d0d0f7a803
2025-12-18 19:14:09 +08:00
MarkLo
7fabb34e01
2025-12-18 19:00:42 +08:00
MarkLo
de28c3e129
2025-12-17 18:54:15 +08:00
MarkLo
908dafc733
2025-12-17 18:15:51 +08:00
MarkLo
53f9202ce8
2025-12-17 18:01:45 +08:00
MarkLo
81d77bea80
2025-12-17 17:48:08 +08:00
MarkLo
48bd1b648e
2025-12-17 17:27:43 +08:00
MarkLo
99fc89eafe
2025-12-17 06:03:17 +08:00
MarkLo
0383aca7ba
2025-12-17 05:45:31 +08:00
MarkLo
4bbeaa8e18
2025-12-17 05:41:30 +08:00
MarkLo
79ab46dae8
2025-12-17 05:31:06 +08:00
MarkLo
88cafdd140
2025-12-16 20:34:19 +08:00
MarkLo
dfb3979517
2025-12-16 20:24:07 +08:00
MarkLo
a028da1903
2025-12-16 20:11:33 +08:00
MarkLo
b757e0d2c6
2025-12-16 20:02:27 +08:00
MarkLo
e7c3d8acfb
2025-12-16 19:44:35 +08:00
MarkLo
8244ba0eee
2025-12-16 19:30:37 +08:00
MarkLo
803885305a
2025-12-16 19:03:58 +08:00
MarkLo
488eeac64c
2025-12-16 18:45:43 +08:00
MarkLo
5569f1097c
2025-12-16 18:31:24 +08:00
MarkLo
47f04a6ff7
2025-12-16 00:45:07 +08:00
MarkLo
b47e79f44a
2025-12-15 03:48:13 +08:00
MarkLo
3568ff5b33
2025-12-15 03:38:56 +08:00
MarkLo
facd78aac3
2025-12-15 03:17:48 +08:00
MarkLo
4f347316a1
2025-12-15 02:02:24 +08:00
MarkLo
1e6237977b
2025-12-15 00:24:40 +08:00
MarkLo
1cacc8d0be
2025-12-14 23:30:41 +08:00
MarkLo
2143b02541
Delete frontend/README.md
2025-12-14 04:50:21 +08:00
MarkLo
22f57a8674
feat: recover pending analysis tasks after page close
...
Added task recovery system that allows users to recover and save
analysis results even if they accidentally close the page:
1. New pending-task.ts utility:
- Saves task info to localStorage when analysis starts
- Clears after task completes/fails
- 24-hour expiry for old tasks
2. PendingTaskRecovery component:
- Shows on history page if pending task found
- Polls API for task status
- Saves result to IndexedDB + cloud upon completion
3. Updated useAnalysis hook:
- Tracks pending tasks in localStorage
- Clears on completion/failure
Now users visiting /history after closing the page during analysis
will see a prompt to recover and save their completed report.
2025-12-14 03:55:12 +08:00