mirror of
https://github.com/feigeCode/navop.git
synced 2026-09-22 00:01:25 +00:00
component fork 的 Windows 原生菜单固定 resvg 0.45.1,gpui-pre 用 0.46.0, 每个下游二进制都链两份 usvg/tiny-skia。fork 侧 6df86ef8 把 resvg 提到 0.46.0, navop 侧 rev 跟到 6df86ef8(含 rquickjs)。 同时清掉脚本/文档里改名前的 gpui-ce 标识: - sync-gpui-component.sh 的 -p 包名(原值实跑报 did not match any packages) - update_gpui_component_revision.py 的包名映射 - gpui-component-external.md 的旧仓库地址与 rev - gpui-shell-extension-design.md / home-theme-sidebar-refinement.md 的旧包名与 rev 验证:Cargo.lock 里 resvg/usvg/tiny-skia/tiny-skia-path 各只剩 1 个版本; cargo check -p main 通过;resvg 调用序列探针对 0.46.0 编译通过。 未跑 Windows 构建:唯一调用点是 native_menu/windows.rs(Windows 专用)。 已知遗留:update_gpui_component_revision.py 仍不能跑(依赖行需含 gpui-component.git + version =,SHELL_VERSION_FILES 锚点已不存在)。