From de7c790046c799a791bd6d5c9bffd0414b10d3c9 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 28 二月 2023 13:53:10 +0800 Subject: [PATCH] 安卓增加WiFi锁定 --- HDL_ON/Common/R.cs | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/HDL_ON/Common/R.cs b/HDL_ON/Common/R.cs index b8519cc..229087a 100644 --- a/HDL_ON/Common/R.cs +++ b/HDL_ON/Common/R.cs @@ -4,7 +4,10 @@ { public static class StringId { - + /// <summary> + /// 鎺掑簭 + /// </summary> + public const int Sort = 586; /// <summary> /// 鑾峰彇绗笁鏂瑰钩鍙颁俊鎭け璐� /// </summary> -- Gitblit v1.8.0