mirror of
https://github.com/2dust/v2rayN.git
synced 2025-12-30 07:09:46 +05:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07bdcb5491 | ||
|
|
01ac3be89f | ||
|
|
5f90b5b4c4 |
@@ -209,8 +209,7 @@ namespace v2rayN.Forms
|
|||||||
todayDown = Utils.HumanFy(sItem.todayDown);
|
todayDown = Utils.HumanFy(sItem.todayDown);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ListViewItem lvItem = new ListViewItem();
|
ListViewItem lvItem = new ListViewItem(def);
|
||||||
_addSubItem(lvItem, "enabled", def);
|
|
||||||
_addSubItem(lvItem, "type", ((EConfigType)item.configType).ToString());
|
_addSubItem(lvItem, "type", ((EConfigType)item.configType).ToString());
|
||||||
_addSubItem(lvItem, "remarks", item.remarks);
|
_addSubItem(lvItem, "remarks", item.remarks);
|
||||||
_addSubItem(lvItem, "address", item.address);
|
_addSubItem(lvItem, "address", item.address);
|
||||||
|
|||||||
@@ -32,4 +32,4 @@ using System.Runtime.InteropServices;
|
|||||||
// 方法是按如下所示使用“*”:
|
// 方法是按如下所示使用“*”:
|
||||||
//[assembly: AssemblyVersion("1.0.*")]
|
//[assembly: AssemblyVersion("1.0.*")]
|
||||||
//[assembly: AssemblyVersion("1.0.0")]
|
//[assembly: AssemblyVersion("1.0.0")]
|
||||||
[assembly: AssemblyFileVersion("3.11")]
|
[assembly: AssemblyFileVersion("3.12")]
|
||||||
|
|||||||
Reference in New Issue
Block a user