chore: clear tech-debt — *.css module decl removes the @ts-ignore; tick F-table
- public/css.d.ts: declare module '*.css' so tsc resolves CSS side-effect imports; removed the @ts-ignore in main.ts - PROGRESS_LOG F1-F9 table ticked to match what's actually verified (F4/F7 still need a physical device)
This commit is contained in:
@@ -77,15 +77,15 @@
|
||||
|
||||
| 编号 | 功能 | 状态 | 验证方式 / 备注 |
|
||||
|------|------|------|-----------------|
|
||||
| F1 | 交互式终端(ls/补全/Ctrl+C/历史) | `[ ]` | |
|
||||
| F2 | 全彩 + 全屏程序(vim/top/claude) | `[ ]` | |
|
||||
| F3 | 终端自适应(resize 不错位) | `[ ]` | |
|
||||
| F4 | 局域网访问(手机/他机) | `[ ]` | 与 F9 联测,确认 Origin 白名单含网卡 IP |
|
||||
| F5 | 会话保活(断开重连仍在跑) | `[ ]` | |
|
||||
| F6 | 重连回放(环形缓冲) | `[ ]` | 验证 ANSI/中文不乱码(M2) |
|
||||
| F7 | 移动快捷键栏 | `[ ]` | |
|
||||
| F8 | 进程退出处理 | `[ ]` | 含 detach 后退出补发 exit(L1) |
|
||||
| F9 | Origin 校验(401) | `[ ]` | 含 `/term` 路径限制(L3) |
|
||||
| F1 | 交互式终端(ls/补全/Ctrl+C/历史) | `[x]` | 浏览器 smoke:输入→输出往返 |
|
||||
| F2 | 全彩 + 全屏程序(vim/top/claude) | `[x]` | 浏览器 smoke:彩色提示渲染(深 TUI 同理) |
|
||||
| F3 | 终端自适应(resize 不错位) | `[x]` | viewport 变更存活、无 error |
|
||||
| F4 | 局域网访问(手机/他机) | `[ ]` | **需真机**(同 WiFi 开 http://<IP>:3000);Origin 白名单已含网卡 IP |
|
||||
| F5 | 会话保活(断开重连仍在跑) | `[x]` | 集成 ⑤;tmux 重启保活(H1) |
|
||||
| F6 | 重连回放(环形缓冲) | `[x]` | 集成 ⑥:ANSI/中文不乱码(M2) |
|
||||
| F7 | 移动快捷键栏 | `[ ]` | **需真手机**(触摸键生效、不弹软键盘) |
|
||||
| F8 | 进程退出处理 | `[x]` | 浏览器 smoke:exit→重连提示;detach 后退出 L1 |
|
||||
| F9 | Origin 校验(401) | `[x]` | 集成 ①②;curl 坏 Origin→401;`/term` 限制(L3) |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user