dev-manager-tauri/.blueprint/modules/v2rayn-import.md
lanrtop 0cdaa3678c feat: add Blueprint feature to ProjectCard and commands
- Introduced BlueprintModal in ProjectCard for project blueprint visualization.
- Added state management for displaying the BlueprintModal.
- Implemented Blueprint-related interfaces and functions in commands.ts for handling blueprint data.
2026-04-02 19:12:53 +09:00

708 B

id name status progress
v2rayn-import v2rayN 节点读取 done 100

概述

读取本地 v2rayN 的 SQLite 数据库,获取当前激活节点的连接信息,供 WSL 代理同步使用。

任务卡

数据库路径检测

  • status: done
  • files: src-tauri/src/commands/proxy.rs, src/components/proxy/ProxyPage.tsx

自动扫描 v2rayN 的 guiNDB.db 路径,支持手动选择。

当前节点读取

  • status: done
  • files: src-tauri/src/commands/proxy.rs

读取 v2rayN 数据库中的当前激活节点信息(协议类型、地址、端口、备注)。

节点列表扫描

  • status: done
  • files: src-tauri/src/commands/proxy.rs

扫描全部节点列表。