mirror of
https://github.com/2dust/v2rayN.git
synced 2026-01-24 19:49:42 +05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
93ecd20719 | ||
|
|
ed0231e7f9 |
25
.github/issue_template.md
vendored
Normal file
25
.github/issue_template.md
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
在提出问题前请先自行排除服务器端问题,同时也请通过搜索确认是否有人提出过相同问题。
|
||||||
|
|
||||||
|
### 预期行为
|
||||||
|
描述你认为应该发生什么
|
||||||
|
|
||||||
|
### 实际行为
|
||||||
|
描述实际发生了什么
|
||||||
|
|
||||||
|
### 复现方法
|
||||||
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
|
### 日志信息,位置在当前目录下的guiLogs
|
||||||
|
<details>
|
||||||
|
|
||||||
|
```
|
||||||
|
在这里粘贴日志
|
||||||
|
```
|
||||||
|
</details>
|
||||||
|
|
||||||
|
### 环境信息
|
||||||
|
|
||||||
|
### 额外信息(可选)
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ namespace v2rayN.Forms
|
|||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
this.ShowInTaskbar = false;
|
this.ShowInTaskbar = false;
|
||||||
//this.WindowState = FormWindowState.Minimized;
|
this.WindowState = FormWindowState.Minimized;
|
||||||
HideForm();
|
HideForm();
|
||||||
this.Text = Utils.GetVersion();
|
this.Text = Utils.GetVersion();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user