新增 定时任务增加Auto.js启动时

This commit is contained in:
hyb1996
2018-11-27 11:50:29 +08:00
parent 306762a422
commit 7ac7795caf
17 changed files with 290 additions and 247 deletions

View File

@@ -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"

View File

@@ -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>