Skip to content

Ember-Moth/Near_Link

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Near Link

基于 v2rayN V7.21.1 二次开发,支持多面板 API。

特性

  • 🔌 多面板支持 — PPanel / Xiaov2board 一键切换
  • 🛒 内置商店 — 浏览套餐、扫码支付、自动轮询订单状态
  • 📡 多协议代理 — Xray / sing-box 核心支持
  • 🖥️ 跨平台 — Windows / Linux / macOS

面板切换

编辑 ServiceLib/Config.cs

// PPanel
public const string PanelType = "PPanel";
public const string ApiBaseUrl = "http://127.0.0.1";

// Xiaov2board
public const string PanelType = "Xiaov2board";
public const string ApiBaseUrl = "http://127.0.0.1";

项目结构

Near_Link/
├── ServiceLib/                  # 核心业务库
│   ├── Config.cs                # 统一配置(名称/图标/API/面板)
│   ├── Services/Api/
│   │   ├── ppanel/              # PPanel API 实现
│   │   └── xiaov2board/         # Xiaov2board API 实现
│   ├── ViewModels/              # MVVM ViewModel
│   └── Manager/                 # 核心管理器
└── Near_Link.Desktop/              # Avalonia 桌面端
    └── Views/
        ├── MainWindow           # 主窗口
        ├── StoreWindow          # 商店窗口
        └── LoginWindow          # 登录窗口

技术栈

技术
运行时 .NET 10
UI Avalonia + Semi.Avalonia
MVVM ReactiveUI + Fody
数据库 SQLite
日志 NLog

构建

dotnet build Near_Link/Near_Link.Desktop/Near_Link.Desktop.csproj -c Release

致谢

赞助

  • EVM: 0xfa3B1BD5F159f962FAe5d61021B30cEd1C4B2C1B
  • Tron:TAex6FD7vReSFjW9GTh3UEA9CUjXpV4mAF

📄 License

基于 GPL-3.0 License 开源发布。

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors