opt: add system app menu

This commit is contained in:
KOWX712
2025-03-01 06:05:53 +08:00
parent 9f859dc488
commit bf726bf863
3 changed files with 6 additions and 5 deletions

View File

@@ -362,7 +362,7 @@
<div id="add-system-app-card" class="add-system-app-card">
<div class="add-system-app-title" data-i18n="add_system_app.title"></div>
<div class="add-system-app-content">
<input type="text" id="system-app-input" placeholder="com.example.app">
<input type="text" id="system-app-input" placeholder="com.example.app" autocapitalize="none">
<button id="add-system-app-button" class="add-system-app-button ripple-element" data-i18n="add_system_app.add"></button>
<h3 class="current-system-app-list" data-i18n="add_system_app.current_list"></h3>
<div class="current-system-app-list-content"></div>