- 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.
30 lines
708 B
Markdown
30 lines
708 B
Markdown
---
|
|
id: v2rayn-import
|
|
name: v2rayN 节点读取
|
|
status: done
|
|
progress: 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
|
|
|
|
扫描全部节点列表。
|