From fc06ffa9c1b3d2dbeb73c49733dca6c5d4658659 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”>
Date: Fri, 20 Oct 2023 15:45:26 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BD=AF=E4=BB=B6=E4=B8=8B=E8=BD=BD=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Host/Views.Mobile/Product/Soft.cshtml | 17 ++++----
Host/Views/Product/Soft.cshtml | 43 ++++++++++---------
Host/Views/User/MyAccounts.cshtml | 2 -
.../Service/AgentClient6Service.cs | 2 +-
4 files changed, 32 insertions(+), 32 deletions(-)
diff --git a/Host/Views.Mobile/Product/Soft.cshtml b/Host/Views.Mobile/Product/Soft.cshtml
index 6d7242c..d96e091 100644
--- a/Host/Views.Mobile/Product/Soft.cshtml
+++ b/Host/Views.Mobile/Product/Soft.cshtml
@@ -48,19 +48,20 @@
\ No newline at end of file
diff --git a/Host/Views/Product/Soft.cshtml b/Host/Views/Product/Soft.cshtml
index f84bc72..d5abfd7 100644
--- a/Host/Views/Product/Soft.cshtml
+++ b/Host/Views/Product/Soft.cshtml
@@ -102,9 +102,19 @@
代理商专用客户端
+
+
+
+
@@ -113,19 +123,7 @@
-
-
-
-
-
+
@@ -133,7 +131,17 @@
强子IP-安卓端
+
+
+
+
-
-
-
diff --git a/Host/Views/User/MyAccounts.cshtml b/Host/Views/User/MyAccounts.cshtml
index 07a8c5e..6a24003 100644
--- a/Host/Views/User/MyAccounts.cshtml
+++ b/Host/Views/User/MyAccounts.cshtml
@@ -243,7 +243,6 @@
登录时间
在线时间
服务器Ip
- 登录ip
上行
下行
操作
@@ -254,7 +253,6 @@
{{item.LoginTime}}
{{item.OnlineTime}}
{{item.ServerIP}}
- {{item.LoginIP}}
{{item.UpStream}}
{{item.DownStream}}
强制离线
diff --git a/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs b/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs
index 930c0ba..2fd2f3d 100644
--- a/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs
+++ b/Services/Hncore.Pass.Vpn/Service/AgentClient6Service.cs
@@ -501,7 +501,7 @@ namespace Hncore.Pass.Vpn.Service
Account = account,
ServerIP = jsondata["server_ip"].ToString(),
LoginTime = jsondata["online_time"].ToString(),
- OnlineTime = jsondata["online_time"].ToString(),
+ OnlineTime = "",
LoginIP = jsondata["client_ip"].ToString(),
UpStream = "",
DownStream = "",