Files
panel/web
耗子 3715e6db5e fix(web): 修复网站编辑大小/时间单位反推导致的下拉失效与跳变
将单位作为独立 UI 状态保存到对象上(_size_unit / _units),
不再从字节/纳秒反推单位,避免:
- 空值切换 GB 等单位时因 buildSize(0,...)=0 导致单位丢失
- 输入 1024 MB 因恰好是 GB 整数倍而被自动跳成 1 GB
- 输入 60 秒被自动跳成 1 分钟等同类问题

覆盖 EditModal.vue 中 client_max_body_size 与 5 个 duration 字段,
以及 NginxIndex.vue 中 stream upstream resolver_timeout。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-23 02:41:01 +08:00
..
2026-02-22 20:47:37 +08:00
2025-08-22 05:59:57 +08:00
2025-08-22 05:59:57 +08:00
2026-04-01 22:58:39 +08:00
2026-04-01 22:46:54 +08:00
2026-04-01 22:46:54 +08:00
2026-04-01 22:46:54 +08:00
2026-04-01 22:46:54 +08:00
2025-09-17 02:58:39 +08:00
2026-05-26 02:10:00 +08:00
2025-09-18 23:24:03 +08:00
2026-04-01 22:58:39 +08:00
2026-04-01 22:46:54 +08:00

AcePanel

This is the frontend part of AcePanel, developed using Vue3 + Vite + UnoCSS + Naive UI.

For more information, please visit AcePanel.