wxr
2023-07-31 84bad8c7dfa0f098c625c48264d47bcef1e510f0
提示字体修复
4个文件已修改
14 ■■■■ 已修改文件
HDL-ON_Android/Assets/Language.ini 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_iOS/Resources/Language.ini 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/MainPage.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/FuntionControlView/Electrical/AirSwitchP3EnergyPage.cs 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/Assets/Language.ini
@@ -2038,7 +2038,7 @@
693=总用电量(KW·h)
694=过去24小时的每小时用电量
695=过去一个月的每日数据
694=过去一年的每月数据
696=过去一年的每月数据
HDL-ON_iOS/Resources/Language.ini
@@ -2038,7 +2038,7 @@
693=总用电量(KW·h)
694=过去24小时的每小时用电量
695=过去一个月的每日数据
694=过去一年的每月数据
696=过去一年的每月数据
HDL_ON/UI/MainPage.cs
@@ -623,7 +623,7 @@
            if (msg.Contains("收到数据")
                || msg.Contains("发送")
                || msg.Contains("接收到推送")
                || true
                )
                Console.WriteLine(msg);
#endif
HDL_ON/UI/UI2/FuntionControlView/Electrical/AirSwitchP3EnergyPage.cs
@@ -319,7 +319,7 @@
            var btnTip = new Button()
            {
                Y = Application.GetRealHeight(289),
                Y = Application.GetRealWidth(289),
                Height = Application.GetRealHeight(41),
                Width = Application.GetRealWidth(300),
                TextAlignment = TextAlignment.Center,
@@ -512,7 +512,7 @@
                viewb.Visible = true;
                viewc.Visible = true;
                btnTip.TextID = StringId.AirSwitchP3HistroyTip1;
                historyDataView.Height = Application.GetRealHeight(330);
                historyDataView.Height = Application.GetRealWidth(330);
            };
            btnShowHistroyData_Month.MouseUpEventHandler += (sender, e) => {
                totalElectricityView.RemoveFromParent();
@@ -521,7 +521,7 @@
                viewb.Visible = true;
                viewc.Visible = true;
                btnTip.TextID = StringId.AirSwitchP3HistroyTip2;
                historyDataView.Height = Application.GetRealHeight(330);
                historyDataView.Height = Application.GetRealWidth(330);
            };
            btnShowHistroyData_Year.MouseUpEventHandler += (sender, e) => {
                totalElectricityView.RemoveFromParent();
@@ -530,7 +530,7 @@
                viewb.Visible = false;
                viewc.Visible = false;
                btnTip.TextID = StringId.AirSwitchP3HistroyTip3;
                historyDataView.Height = Application.GetRealHeight(330);
                historyDataView.Height = Application.GetRealWidth(330);
            };
            btnShowHistroyData_Total.MouseUpEventHandler += (sender, e) => {
                myEchartsView_Line.RemoveFromParent();