wxr
2023-10-30 553d47e277f537eaf85865a8b808a88ae9dce5eb
2.3版本
7个文件已修改
95 ■■■■ 已修改文件
HDL-ON_Android/Assets/Language.ini 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/Properties/AndroidManifest.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/SplashActivity.cs 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_iOS/AppDelegate.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_iOS/Resources/Language.ini 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/3-Intelligence/Automation/Set.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL_ON/UI/UI2/3-Intelligence/Automation/Time3.cs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
HDL-ON_Android/Assets/Language.ini
@@ -8105,6 +8105,11 @@
7169=Час тривалості
7170=виявлення присутності людини
7171=продовжити
7172=Rgb color plate
7173=Illuminance
7174=Exceed
7175=Under
7176=HV
8501=Відеозамок дверей
8502=Кількість електроенергії
@@ -8123,6 +8128,28 @@
8701=Home theatre
8702=Player
8703=Amplifier
8704=Virtual remote control
8705=Allmov
8706=TIMING
8707=Open
8708=Off
8709=Vocal tract
8710=All around
8711=Storehouse
8712=Subtitle
8713=Have already collected
8714=A Collection for the Future
8715=Synthesize
8716=Video Introduction
8717=Score
8718=Play now
8719=Conform action
8720=Channel
8721=Control
HDL-ON_Android/Properties/AndroidManifest.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.3.0" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202310221">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.3.0" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202310301">
    <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="30" />
    <uses-permission android:name="android.permission.RECEIVE_SMS" />
    <!--友盟-->
HDL-ON_Android/SplashActivity.cs
@@ -85,10 +85,10 @@
                {
                    Language.CurrentLanguage = "български";
                }
                else if (localeList.Language == "uk")
                {
                    Language.CurrentLanguage = "Ukraine";
                }
                //else if (localeList.Language == "uk")
                //{
                //    Language.CurrentLanguage = "Ukraine";
                //}
                else
                {
                    Language.CurrentLanguage = "English";
@@ -222,10 +222,10 @@
                {
                    Language.CurrentLanguage = "български";
                }
                else if (localeList.Language == "uk")
                {
                    Language.CurrentLanguage = "Ukraine";
                }
                //else if (localeList.Language == "uk")
                //{
                //    Language.CurrentLanguage = "Ukraine";
                //}
                else
                {
                    Language.CurrentLanguage = "English";
@@ -274,10 +274,10 @@
                {
                    Language.CurrentLanguage = "български";
                }
                else if (localeList.Language == "uk")
                {
                    Language.CurrentLanguage = "Ukraine";
                }
                //else if (localeList.Language == "uk")
                //{
                //    Language.CurrentLanguage = "Ukraine";
                //}
                else
                {
                    Language.CurrentLanguage = "English";
HDL-ON_iOS/AppDelegate.cs
@@ -290,9 +290,9 @@
                {
                    Language.CurrentLanguage = "Spanish";
                }
                else if(NSLocale.PreferredLanguages[0].Contains("uk-")){
                    Language.CurrentLanguage = "Ukraine";
                }
                //else if(NSLocale.PreferredLanguages[0].Contains("uk-")){
                //    Language.CurrentLanguage = "Ukraine";
                //}
                else
                {
                    Language.CurrentLanguage = "English";
HDL-ON_iOS/Resources/Language.ini
@@ -8105,6 +8105,11 @@
7169=Час тривалості
7170=виявлення присутності людини
7171=продовжити
7172=Rgb color plate
7173=Illuminance
7174=Exceed
7175=Under
7176=HV
8501=Відеозамок дверей
8502=Кількість електроенергії
@@ -8123,6 +8128,28 @@
8701=Home theatre
8702=Player
8703=Amplifier
8704=Virtual remote control
8705=Allmov
8706=TIMING
8707=Open
8708=Off
8709=Vocal tract
8710=All around
8711=Storehouse
8712=Subtitle
8713=Have already collected
8714=A Collection for the Future
8715=Synthesize
8716=Video Introduction
8717=Score
8718=Play now
8719=Conform action
8720=Channel
8721=Control
HDL_ON/UI/UI2/3-Intelligence/Automation/Set.cs
@@ -91,7 +91,7 @@
            {
                TextSize = LogicView.TextSize.text16,
                Width = Application.GetRealWidth(50),
                Height = Application.GetRealHeight(22),
                Height = Application.GetRealHeight(100),
                TextColor = CSS.CSS_Color.textRedColor,
                Gravity = Gravity.Center,
                TextID = StringId.Del,
HDL_ON/UI/UI2/3-Intelligence/Automation/Time3.cs
@@ -123,9 +123,16 @@
                                    }
                                    else
                                    {
                                        if (Language.CurrentLanguage == "Ukraine")
                                        {
                                            s = value + " хв";
                                        }
                                        else
                                        {
                                        s = value + " min";
                                    }
                                }
                                }
                                //更新值stateValue
                                //为了显示之前的状态
                                stateValue = s;