mirror of
https://github.com/feigeCode/navop.git
synced 2026-09-22 00:01:25 +00:00
冲突解决(12 个文件): - Cargo.toml / Cargo.lock:gpui-component rev 统一取 dev 侧 9be48233 (确认为 ftp 侧 cea6f302 的后代,领先 24 个提交,无版本回退) - 其余 10 个文件按 dev 侧为超集处理(terminal/wsl 测试、AGENTS.md、 file_manager_panel、history_prompt_rules、row_parts、tree 等) - extension_view/src/render.rs:合并重复 import,剔除未使用的 Disableable / ContentState 按需求收敛 FTP 设计:移除并行的顶层 ConnectionType::Ftp 方案, FTP/FTPS 复用 SshSftp + RemoteFileProtocol(不新增连接类型)。 同步清理旧方案配套死代码:new_ftp / default_ftp_name / to_ftp_params / ftp_locations / default_ftp_name。 修复合并收尾:extension_update.rs 补 screenshots 字段。 验证:cargo check --workspace --all-targets 通过(exit=0,无 error)。