wxr
2023-07-20 ee98f41de96865281eab6e270bd081d82990edeb
群控更新
8个文件已修改
31 ■■■■■ 已修改文件
HDL-ON_Android/Assets/Language.ini 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/Assets/Phone/FunctionIcon/Icon/HomeIcon/groupControl_blue.png 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/Assets/Phone/FunctionIcon/Icon/HomeIcon/groupControl_white.png 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_iOS/Resources/Language.ini 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_iOS/Resources/Phone/FunctionIcon/Icon/HomeIcon/groupControl_blue.png 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_iOS/Resources/Phone/FunctionIcon/Icon/HomeIcon/groupControl_white.png 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/Common/R.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulInfoPage.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/Assets/Language.ini
@@ -665,6 +665,7 @@
678=Current user data has been cleared, about to return to the previous page.
679=Group control
680=Colorful switch
681=Test
@@ -2004,6 +2005,7 @@
678=当前用户数据已清空,即将返回上一页。
679=群控
680=炫彩开关
681=自动炫彩测试
@@ -3342,6 +3344,7 @@
678=Current user data has been cleared, about to return to the previous page.
679=Group control
680=Colorful switch
681=Test
@@ -4676,6 +4679,7 @@
678=Current user data has been cleared, about to return to the previous page.
679=Group control
680=Colorful switch
681=Test
@@ -5999,6 +6003,10 @@
678=Current user data has been cleared, about to return to the previous page.
679=Group control
680=Colorful switch
681=Test
HDL-ON_Android/Assets/Phone/FunctionIcon/Icon/HomeIcon/groupControl_blue.png

HDL-ON_Android/Assets/Phone/FunctionIcon/Icon/HomeIcon/groupControl_white.png

HDL-ON_iOS/Resources/Language.ini
@@ -665,6 +665,7 @@
678=Current user data has been cleared, about to return to the previous page.
679=Group control
680=Colorful switch
681=Test
@@ -2002,8 +2003,9 @@
676=中
677=高
678=当前用户数据已清空,即将返回上一页。
679=群控
679=组控
680=炫彩开关
681=自动炫彩测试
@@ -3342,6 +3344,7 @@
678=Current user data has been cleared, about to return to the previous page.
679=Group control
680=Colorful switch
681=Test
@@ -4676,6 +4679,7 @@
678=Current user data has been cleared, about to return to the previous page.
679=Group control
680=Colorful switch
681=Test
@@ -5999,6 +6003,10 @@
678=Current user data has been cleared, about to return to the previous page.
679=Group control
680=Colorful switch
681=Test
HDL-ON_iOS/Resources/Phone/FunctionIcon/Icon/HomeIcon/groupControl_blue.png

HDL-ON_iOS/Resources/Phone/FunctionIcon/Icon/HomeIcon/groupControl_white.png

HDL_ON/Common/R.cs
@@ -4,7 +4,10 @@
{
    public static class StringId
    {
        /// <summary>
        /// 自动炫彩测试
        /// </summary>
        public const int CulorfulTest = 681;
        /// <summary>
        /// 炫彩开关
        /// </summary>
HDL_ON/UI/UI2/FuntionControlView/Light/ColorfulInfoPage.cs
@@ -61,7 +61,7 @@
                TextAlignment = TextAlignment.CenterLeft,
                TextColor = CSS_Color.FirstLevelTitleColor,
                TextSize = CSS_FontSize.SubheadingFontSize,
                TextID = StringId.ColorfulFunction,
                TextID = StringId.ColorfulSwitch,
            };
            viewSwitch.AddChidren(btnSwitchText);
@@ -107,6 +107,12 @@
                { IsBackground = true }.Start();
            };
            contentView.AddChidren(new Button
            {
                Height = Application.GetRealHeight(10),
                BackgroundColor = CSS_Color.BackgroundColor,
            });
            #endregion
            #region 起始颜色