6.4.1 - GitHub Actions 支持; 修复屏幕宽高返回数据; 优化构建工具自适应性

This commit is contained in:
SuperMonster003
2023-11-02 10:40:27 +08:00
parent 702522aa81
commit 770d727929
155 changed files with 803 additions and 582 deletions

View File

@@ -1,8 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- @OtherXmlVersions [ v25 ] -->
<?xml version="1.0" encoding="utf-8"?><!--
@OtherXmlVersions [ v25 ]
@Caution by SuperMonster003 on Nov 1, 2023.
! Property "shortcutId" must be a static constant.
-->
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<shortcut
android:shortcutId="settings"
android:shortcutId="id_launcher_shortcut_settings"
android:enabled="true"
android:icon="@drawable/ic_app_shortcut_settings_green"
android:shortcutShortLabel="@string/text_app_shortcut_settings_short_label"
@@ -15,7 +21,7 @@
<categories android:name="android.shortcut.conversation" />
</shortcut>
<shortcut
android:shortcutId="docs"
android:shortcutId="id_launcher_shortcut_docs"
android:enabled="true"
android:icon="@drawable/ic_app_shortcut_docs_green"
android:shortcutShortLabel="@string/text_app_shortcut_docs_short_label"
@@ -28,7 +34,7 @@
<categories android:name="android.shortcut.conversation" />
</shortcut>
<shortcut
android:shortcutId="log"
android:shortcutId="id_launcher_shortcut_log"
android:enabled="true"
android:icon="@drawable/ic_app_shortcut_log_green"
android:shortcutShortLabel="@string/text_app_shortcut_log_short_label"