forked from 2dust/v2rayN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2dust:master' into master
- Loading branch information
Showing
257 changed files
with
33,738 additions
and
33,331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
name: Bug 报告 | ||
description: 在提出问题前请先自行排除服务器端问题和升级到最新客户端,同时也请通过搜索确认是否有人提出过相同问题。 | ||
title: "[Bug]: " | ||
labels: ["bug"] | ||
body: | ||
- type: input | ||
id: "expectation" | ||
attributes: | ||
label: "预期情况" | ||
description: "描述你认为应该发生什么" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: "describe-the-bug" | ||
attributes: | ||
label: "实际情况" | ||
description: "描述实际发生了什么" | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: "reproduction-method" | ||
attributes: | ||
label: "复现方法" | ||
description: "在BUG出现前执行了哪些操作" | ||
placeholder: 标序号 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: "log" | ||
attributes: | ||
label: "日志信息" | ||
description: "位置在软件当前目录下的guiLogs" | ||
placeholder: 在日志开始和结束位置粘贴冒号后的内容:``` | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: "more" | ||
attributes: | ||
label: "额外信息" | ||
description: "可选" | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: "latest-version" | ||
attributes: | ||
label: "我确认已更新至最新版本" | ||
description: "否则请更新后尝试" | ||
options: | ||
- label: 是 | ||
required: true | ||
- type: checkboxes | ||
id: "issues" | ||
attributes: | ||
label: "我确认已查询历史issues" | ||
description: "否则请查询后提出" | ||
options: | ||
- label: 是 | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Feature 请求 | ||
description: "为这个项目提出一个建议" | ||
title: "[Feature request]: " | ||
labels: ['enhancement'] | ||
body: | ||
- type: input | ||
id: problem | ||
attributes: | ||
label: 相关问题 | ||
description: "清楚而简洁地描述问题是什么。" | ||
placeholder: "当我想要……时,软件不能……" | ||
validations: | ||
required: true | ||
- type: input | ||
id: way-to-solve | ||
attributes: | ||
label: 描述你希望的解决方案 | ||
description: "你希望发生什么" | ||
validations: | ||
required: true | ||
- type: input | ||
id: instead | ||
attributes: | ||
label: 描述你所考虑的替代方案 | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
id: "issues" | ||
attributes: | ||
label: "我确认已查询历史issues" | ||
description: "否则请查询后提出" | ||
options: | ||
- label: 是 | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,22 @@ | ||
# v2rayN | ||
A GUI client for Windows, support [Xray core](https://github.com/XTLS/Xray-core) and [v2fly core](https://github.com/v2fly/v2ray-core) and [others](https://github.com/2dust/v2rayN/wiki/List-of-supported-cores) | ||
|
||
### How to use | ||
- If you are newbie please download v2rayN-Core.zip from releases | ||
- Otherwise please download v2rayN.zip (Also need to download v2ray core in the same folder) | ||
|
||
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/2dust/v2rayN)](https://github.com/2dust/v2rayN/commits/master) | ||
[![CodeFactor](https://www.codefactor.io/repository/github/2dust/v2rayn/badge)](https://www.codefactor.io/repository/github/2dust/v2rayn) | ||
[![GitHub Releases](https://img.shields.io/github/downloads/2dust/v2rayN/latest/total?logo=github)](https://github.com/2dust/v2rayN/releases) | ||
[![Chat on Telegram](https://img.shields.io/badge/Chat%20on-Telegram-brightgreen.svg)](https://t.me/v2rayn) | ||
|
||
|
||
## How to use | ||
- If you are new to this, please download v2rayN-With-Core.zip from [releases](https://github.com/2dust/v2rayN/releases) | ||
- Otherwise please download v2rayN.zip (you will also need to download cores in the bin directory) | ||
- Run v2rayN.exe | ||
|
||
### Requirements | ||
- Microsoft [.NET Framework 4.8](https://docs.microsoft.com/zh-cn/dotnet/framework/install/guide-for-developers) | ||
- Project V core [https://github.com/v2fly/v2ray-core/releases](https://github.com/v2fly/v2ray-core/releases) | ||
## Requirements | ||
- [Microsoft .NET 6.0 Desktop Runtime ](https://download.visualstudio.microsoft.com/download/pr/513d13b7-b456-45af-828b-b7b7981ff462/edf44a743b78f8b54a2cec97ce888346/windowsdesktop-runtime-6.0.15-win-x64.exe) | ||
- [Supported cores](https://github.com/2dust/v2rayN/wiki/List-of-supported-cores) | ||
|
||
|
||
## Telegram Channel | ||
[github_2dust](https://t.me/github_2dust) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
############################################################################### | ||
# Set default behavior to automatically normalize line endings. | ||
############################################################################### | ||
* text=auto | ||
|
||
############################################################################### | ||
# Set default behavior for command prompt diff. | ||
# | ||
# This is need for earlier builds of msysgit that does not have it on by | ||
# default for csharp files. | ||
# Note: This is only used by command line | ||
############################################################################### | ||
#*.cs diff=csharp | ||
|
||
############################################################################### | ||
# Set the merge driver for project and solution files | ||
# | ||
# Merging from the command prompt will add diff markers to the files if there | ||
# are conflicts (Merging from VS is not affected by the settings below, in VS | ||
# the diff markers are never inserted). Diff markers may cause the following | ||
# file extensions to fail to load in VS. An alternative would be to treat | ||
# these files as binary and thus will always conflict and require user | ||
# intervention with every merge. To do so, just uncomment the entries below | ||
############################################################################### | ||
#*.sln merge=binary | ||
#*.csproj merge=binary | ||
#*.vbproj merge=binary | ||
#*.vcxproj merge=binary | ||
#*.vcproj merge=binary | ||
#*.dbproj merge=binary | ||
#*.fsproj merge=binary | ||
#*.lsproj merge=binary | ||
#*.wixproj merge=binary | ||
#*.modelproj merge=binary | ||
#*.sqlproj merge=binary | ||
#*.wwaproj merge=binary | ||
|
||
############################################################################### | ||
# behavior for image files | ||
# | ||
# image files are treated as binary by default. | ||
############################################################################### | ||
#*.jpg binary | ||
#*.png binary | ||
#*.gif binary | ||
|
||
############################################################################### | ||
# diff behavior for common document formats | ||
# | ||
# Convert binary document formats to text before diffing them. This feature | ||
# is only available from the command line. Turn it on by uncommenting the | ||
# entries below. | ||
############################################################################### | ||
#*.doc diff=astextplain | ||
#*.DOC diff=astextplain | ||
#*.docx diff=astextplain | ||
#*.DOCX diff=astextplain | ||
#*.dot diff=astextplain | ||
#*.DOT diff=astextplain | ||
#*.pdf diff=astextplain | ||
#*.PDF diff=astextplain | ||
#*.rtf diff=astextplain | ||
#*.RTF diff=astextplain |
Oops, something went wrong.