From 427ca74954126ce0d9aced18752442d064851863 Mon Sep 17 00:00:00 2001
From: wei <kaede@kaededeMacBook-Air.local>
Date: 星期日, 06 十二月 2020 14:27:35 +0800
Subject: [PATCH] 20201206
---
HDL_ON/Entity/OnAppConfig.cs | 16 ++--------------
1 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/HDL_ON/Entity/OnAppConfig.cs b/HDL_ON/Entity/OnAppConfig.cs
index 1c20b4f..deb4144 100644
--- a/HDL_ON/Entity/OnAppConfig.cs
+++ b/HDL_ON/Entity/OnAppConfig.cs
@@ -10,7 +10,7 @@
public class OnAppConfig
{
/// <summary>
- /// 鐢ㄦ埛澶村儚
+ /// OnAppConfig
/// </summary>
public const string ConfigFile = "OnAppConfig";
@@ -57,19 +57,7 @@
{
FileUtils.WriteFileByBytes (ConfigFile, GetUserConfigBytes ());
}
- /// <summary>
- /// 淇℃伅鎺ㄩ�佹爣璁�
- /// </summary>
- public string PushDeviceToken;
- /// <summary>
- /// phoneName
- /// </summary>
- public string PhoneName;
- /// <summary>
- /// 娣诲姞鎺ㄩ�乀oken鎴愬姛鏃惰繑鍥炵殑Id
- /// </summary>
- public string PushId;
-
+
public string SetLanguage = "";
/// <summary>
--
Gitblit v1.8.0