6.4.1 - GitHub Actions 支持; 修复屏幕宽高返回数据; 优化构建工具自适应性
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user