6.7.0 - Alpha19 - 代码编辑器增加 "多功能键盘" - "符号设置" 菜单项

This commit is contained in:
SuperMonster003
2026-02-12 17:45:02 +08:00
parent 086229da82
commit 8a8d102e3f
25 changed files with 2547 additions and 43 deletions

View File

@@ -310,6 +310,10 @@
android:taskAffinity="org.autojs.autojs.edit"
android:theme="@style/EditorTheme" />
<activity
android:name="org.autojs.autojs.ui.edit.keyboard.SymbolsSettingsActivity"
android:theme="@style/AppTheme.Settings" />
<activity
android:name="org.autojs.autojs.ui.settings.AboutActivity"
android:theme="@style/AppTheme.Settings" />