From 3aba1c7fea5f0adb1b169e8060ce956188e80a2b Mon Sep 17 00:00:00 2001 From: wxr <wxr@hdlchina.com.cn> Date: 星期二, 24 九月 2024 10:46:18 +0800 Subject: [PATCH] 删除解锁APP的模式 --- HDL_ON/Common/OnAppConfig.cs | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/OnAppConfig.cs b/HDL_ON/Common/OnAppConfig.cs index 8c86dc0..7dd4117 100644 --- a/HDL_ON/Common/OnAppConfig.cs +++ b/HDL_ON/Common/OnAppConfig.cs @@ -65,7 +65,6 @@ return false; else { - //return (DateTime.Now - LastTime).TotalDays < 7; return true; } } -- Gitblit v1.8.0