agent-Specialization/static
JOJO f1fcba1da0 perf(chat): 折叠块跳过子树渲染,根治窗口拖拽卡顿
- 极简模式(0fr)与堆叠/思维链(max-height:0)折叠只裁视觉,DOM 仍全量
  参与布局,几千节点的步骤组在窗口拖拽时逐帧重排导致卡顿;
  折叠态改为 content-visibility:hidden + contain-intrinsic-size:0
  跳过整个子树渲染
- 过渡列表加入 content-visibility + transition-behavior:allow-discrete,
  隐藏翻转延迟到收起动画结束后生效,展开立即恢复;不支持的引擎
  退化为立即跳过,动画本体不受影响
- 删除 .stacked-block .collapsible-content 冗余 transition 规则:
  特异性更高且漏写 content-visibility,曾致收起时内容瞬间消失、
  块高瞬间坍塌而外壳慢一拍
- 堆叠块收放改为纯容器裁切、不淡出,与极简模式一致
2026-07-27 23:58:55 +08:00
..
admin_api feat(admin): 二级密码未配置时显示设置引导页,登录 Docker 报错改为原地弹窗 2026-07-25 16:52:42 +08:00
admin_dashboard feat(admin): 二级密码未配置时显示设置引导页,登录 Docker 报错改为原地弹窗 2026-07-25 16:52:42 +08:00
admin_policy feat(admin): 二级密码未配置时显示设置引导页,登录 Docker 报错改为原地弹窗 2026-07-25 16:52:42 +08:00
custom_tools feat(admin): 二级密码未配置时显示设置引导页,登录 Docker 报错改为原地弹窗 2026-07-25 16:52:42 +08:00
easter-eggs feat: modularize easter egg effects 2025-11-22 13:07:54 +08:00
file_manager fix(static): add avatar favicon to login and other standalone pages 2026-07-15 01:17:24 +08:00
icons fix(static): 修复极简模式摘要行图标偏移、侧边栏空工作区显示及 folder-closed 图标缺失 2026-07-15 04:34:24 +08:00
logo feat: 整合test/agents功能并更新配置 2026-04-13 17:47:19 +08:00
src perf(chat): 折叠块跳过子树渲染,根治窗口拖拽卡顿 2026-07-27 23:58:55 +08:00
vendor chore: initial import 2025-11-14 16:44:12 +08:00
apple-touch-icon.png fix(static): make avatar favicon adapt to browser color scheme 2026-07-15 01:09:13 +08:00
astrion-avatar.svg fix(static): make avatar favicon adapt to browser color scheme 2026-07-15 01:09:13 +08:00
debug-theme.html chore: snapshot current changes 2026-03-10 23:48:40 +08:00
favicon-16x16.png fix(static): make avatar favicon adapt to browser color scheme 2026-07-15 01:09:13 +08:00
favicon-32x32.png fix(static): make avatar favicon adapt to browser color scheme 2026-07-15 01:09:13 +08:00
index.html feat(static): add Astrion avatar favicon and touch icons 2026-07-15 00:51:20 +08:00
login.html fix(static): add avatar favicon to login and other standalone pages 2026-07-15 01:17:24 +08:00
mobile-overlay-demo.html feat(branding): 将产品名统一为 Astrion 2026-07-07 18:17:48 +08:00
mobile-overlay-fab.html feat(branding): 将产品名统一为 Astrion 2026-07-07 18:17:48 +08:00
register.html fix(static): add avatar favicon to login and other standalone pages 2026-07-15 01:17:24 +08:00
resource_busy.html feat: containerize terminals and add resource controls 2025-11-23 18:49:35 +08:00
security.js chore: snapshot before usage menu update 2025-11-24 00:47:17 +08:00
style.css chore: drop legacy css fallback 2025-11-25 21:15:32 +08:00
terminal.html fix(static): add avatar favicon to login and other standalone pages 2026-07-15 01:17:24 +08:00
voice_test.html feat: 添加语音输入按钮,位于发送按钮左侧 2026-06-08 14:14:19 +08:00