diff --git a/app_dashboard/changelog.md b/app_dashboard/changelog.md index 7595309..173efff 100644 --- a/app_dashboard/changelog.md +++ b/app_dashboard/changelog.md @@ -19,6 +19,7 @@ author: * 设置界面支持切换到不同类型的仪表盘地址,默认是自动跳转 * 监听遥控器 F8 按键,打开设置界面 * webView 禁止缩放,避免受到安卓字体和dpi缩放的影响 +* 优化图标和翻译 ### [1.0.1.12] - 2025.9.16 diff --git a/app_dashboard/src/main/ic_launcher-playstore.png b/app_dashboard/src/main/ic_launcher-playstore.png new file mode 100644 index 0000000..6790ef0 Binary files /dev/null and b/app_dashboard/src/main/ic_launcher-playstore.png differ diff --git a/app_dashboard/src/main/res/drawable-v24/ic_launcher_foreground.xml b/app_dashboard/src/main/res/drawable-v24/ic_launcher_foreground.xml deleted file mode 100644 index 2b068d1..0000000 --- a/app_dashboard/src/main/res/drawable-v24/ic_launcher_foreground.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app_dashboard/src/main/res/drawable/ic_launcher_background.xml b/app_dashboard/src/main/res/drawable/ic_launcher_background.xml index 07d5da9..7338d88 100644 --- a/app_dashboard/src/main/res/drawable/ic_launcher_background.xml +++ b/app_dashboard/src/main/res/drawable/ic_launcher_background.xml @@ -5,166 +5,6 @@ android:viewportWidth="108" android:viewportHeight="108"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/app_dashboard/src/main/res/drawable/ic_launcher_foreground.xml b/app_dashboard/src/main/res/drawable/ic_launcher_foreground.xml new file mode 100644 index 0000000..2466e5a --- /dev/null +++ b/app_dashboard/src/main/res/drawable/ic_launcher_foreground.xml @@ -0,0 +1,16 @@ + + + + + \ No newline at end of file diff --git a/app_dashboard/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app_dashboard/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 6f3b755..bbd3e02 100644 --- a/app_dashboard/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/app_dashboard/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,6 +1,5 @@ - - - + + \ No newline at end of file diff --git a/app_dashboard/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app_dashboard/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml index 6f3b755..bbd3e02 100644 --- a/app_dashboard/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ b/app_dashboard/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml @@ -1,6 +1,5 @@ - - - + + \ No newline at end of file diff --git a/app_dashboard/src/main/res/mipmap-hdpi/ic_launcher.webp b/app_dashboard/src/main/res/mipmap-hdpi/ic_launcher.webp index c209e78..68cf994 100644 Binary files a/app_dashboard/src/main/res/mipmap-hdpi/ic_launcher.webp and b/app_dashboard/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/app_dashboard/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/app_dashboard/src/main/res/mipmap-hdpi/ic_launcher_round.webp index b2dfe3d..bbe667d 100644 Binary files a/app_dashboard/src/main/res/mipmap-hdpi/ic_launcher_round.webp and b/app_dashboard/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/app_dashboard/src/main/res/mipmap-mdpi/ic_launcher.webp b/app_dashboard/src/main/res/mipmap-mdpi/ic_launcher.webp index 4f0f1d6..3f9da58 100644 Binary files a/app_dashboard/src/main/res/mipmap-mdpi/ic_launcher.webp and b/app_dashboard/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/app_dashboard/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/app_dashboard/src/main/res/mipmap-mdpi/ic_launcher_round.webp index 62b611d..434b42d 100644 Binary files a/app_dashboard/src/main/res/mipmap-mdpi/ic_launcher_round.webp and b/app_dashboard/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/app_dashboard/src/main/res/mipmap-xhdpi/ic_launcher.webp b/app_dashboard/src/main/res/mipmap-xhdpi/ic_launcher.webp index 948a307..766dfbf 100644 Binary files a/app_dashboard/src/main/res/mipmap-xhdpi/ic_launcher.webp and b/app_dashboard/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/app_dashboard/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/app_dashboard/src/main/res/mipmap-xhdpi/ic_launcher_round.webp index 1b9a695..60b15fe 100644 Binary files a/app_dashboard/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and b/app_dashboard/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/app_dashboard/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/app_dashboard/src/main/res/mipmap-xxhdpi/ic_launcher.webp index 28d4b77..5456862 100644 Binary files a/app_dashboard/src/main/res/mipmap-xxhdpi/ic_launcher.webp and b/app_dashboard/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/app_dashboard/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/app_dashboard/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp index 9287f50..b7c46d5 100644 Binary files a/app_dashboard/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and b/app_dashboard/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/app_dashboard/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/app_dashboard/src/main/res/mipmap-xxxhdpi/ic_launcher.webp index aa7d642..97864ef 100644 Binary files a/app_dashboard/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and b/app_dashboard/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/app_dashboard/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/app_dashboard/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp index 9126ae3..d5d3bb5 100644 Binary files a/app_dashboard/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and b/app_dashboard/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/app_dashboard/src/main/res/values-zh-rCN/arrays.xml b/app_dashboard/src/main/res/values-zh-rCN/arrays.xml new file mode 100644 index 0000000..31bc5c0 --- /dev/null +++ b/app_dashboard/src/main/res/values-zh-rCN/arrays.xml @@ -0,0 +1,7 @@ + + + 0 (根据服务器配置跳转) + 1 (按楼层) + 2 (网格+统计) + + \ No newline at end of file diff --git a/app_dashboard/src/main/res/values-zh-rCN/strings.xml b/app_dashboard/src/main/res/values-zh-rCN/strings.xml new file mode 100644 index 0000000..a16767c --- /dev/null +++ b/app_dashboard/src/main/res/values-zh-rCN/strings.xml @@ -0,0 +1,4 @@ + + + 教学楼仪表盘 + \ No newline at end of file diff --git a/app_dashboard/src/main/res/values/arrays.xml b/app_dashboard/src/main/res/values/arrays.xml index 5a508f4..d277614 100644 --- a/app_dashboard/src/main/res/values/arrays.xml +++ b/app_dashboard/src/main/res/values/arrays.xml @@ -11,9 +11,9 @@ - 0 (根据服务器配置跳转) - 1 (按楼层) - 2 (网格+统计) + 0 (Auto Redirect) + 1 (Floor) + 2 (Grid+Statics)