From 67ed2f4a0ebe1b265a563bad3f82627ed78c3054 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 20 十一月 2020 15:48:11 +0800 Subject: [PATCH] 2020-11-20 1.修改替换正则检测方法。2.修改请求失败tip方法。3.增加隐私政策功能。 --- .vs/HDL_APP_Project/xs/UserPrefs.xml | 31 ++++++++++--------------------- 1 files changed, 10 insertions(+), 21 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index 5e49c34..929904e 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -1,36 +1,25 @@ 锘�<Properties StartupConfiguration="{D998E133-F0DD-4760-BE3C-461632F54DA4}|Default"> <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS automaticSigning="False" PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.00008030-00014C392121802E" /> - <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/Common/R.cs"> + <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs"> <Files> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordPage.cs" Line="121" Column="13" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/NewBindVerificationCodePage.cs" Line="689" Column="33" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/ResetAccountPassword/ResetPasswordVerificationCodePage.cs" Line="600" Column="65" /> - <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/AccountBindInfo/ChangeBindVerificationCodePage.cs" Line="710" Column="33" /> - <File FileName="HDL_ON/DAL/Server/HttpServerRequest.cs" Line="167" Column="79" /> - <File FileName="HDL_ON/DAL/Server/IMessageCommon.cs" Line="231" Column="16" /> - <File FileName="HDL_ON/UI/UI1-Login/ResetPassword_VerificationCode.cs" Line="1" Column="1" /> - <File FileName="HDL_ON/Common/R.cs" Line="95" Column="26" /> + <File FileName="HDL_ON/Common/R.cs" Line="30" Column="35" IsPinned="True" /> + <File FileName="HDL_ON/Common/Utlis.cs" Line="143" Column="1" /> + <File FileName="HDL_ON/UI/UI1-Login/LoginPage.cs" Line="587" Column="68" /> + <File FileName="HDL_ON/UI/UI0-Public/Widget/TextButton.cs" Line="13" Column="28" /> + <File FileName="HDL_ON/UI/UI0-Public/ConfirmDialog.cs" Line="1" Column="1" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockSettingsPage.cs" Line="252" Column="14" /> </Files> <Pads> <Pad Id="ProjectPad"> <State name="__root__"> <Node name="HDL_APP_Project" expanded="True"> <Node name="HDL_ON" expanded="True"> - <Node name="Common" expanded="True"> - <Node name="R.cs" selected="True" /> - </Node> - <Node name="DAL" expanded="True"> - <Node name="Server" expanded="True" /> - </Node> <Node name="UI" expanded="True"> - <Node name="CSS" expanded="True" /> - <Node name="UI0-Public" expanded="True" /> - <Node name="UI1-Login" expanded="True" /> <Node name="UI2" expanded="True"> <Node name="4-PersonalCenter" expanded="True"> - <Node name="AccountBindInfo" expanded="True" /> - <Node name="ResetAccountPassword" expanded="True" /> - <Node name="RoomListManage" expanded="True" /> + <Node name="UnlockSetting" expanded="True"> + <Node name="AppUnlockSettingsPage.cs" selected="True" /> + </Node> </Node> </Node> </Node> -- Gitblit v1.8.0