From 1de638833e4b07b5e6c272cf5c8474b5c92ce42f Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期二, 05 九月 2023 15:21:48 +0800 Subject: [PATCH] 删除音乐权限申请 --- OnPro/HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OnPro/HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs b/OnPro/HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs index 19ea6e0..1da0d8d 100644 --- a/OnPro/HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs +++ b/OnPro/HDL_ON/UI/UI0-Public/Widget/WebViewDialog.cs @@ -96,10 +96,10 @@ string msg = ""; if(Language.CurrentLanguage == "Chinese") { - msg = "鎾ゅ洖鎺堟潈鍚庯紝鎮ㄥ皢鏃犳硶缁х画浣跨敤On Pro App"; + msg = "鎾ゅ洖鎺堟潈鍚庯紝鎮ㄥ皢鏃犳硶缁х画浣跨敤銆婅崳鎮︽櫤鑳姐�� App"; }else { - msg = "After you withdraw your authorization, you will no longer be able to use On Pro app"; + msg = "After you withdraw your authorization, you will no longer be able to use 銆婅崳鎮︽櫤鑳姐�� app"; } Action withdramAction = () => { OnAppConfig.Instance.isAgreePrivacyPolicy = false; -- Gitblit v1.8.0