新增 定时任务增加Auto.js启动时
This commit is contained in:
@@ -279,6 +279,14 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/run_on_startup"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="16dp"
|
||||
android:paddingLeft="8dp"
|
||||
android:text="@string/text_run_on_startup"/>
|
||||
|
||||
<RadioButton
|
||||
android:id="@+id/run_on_boot"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -428,4 +428,5 @@
|
||||
<string name="text_project_save_error">项目保存失败 %s</string>
|
||||
<string name="text_night_mode">夜间模式</string>
|
||||
<string name="key_night_mode">key_night_mode</string>
|
||||
<string name="text_run_on_startup">Auto.js启动时</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user