增加串口和定时开关机类

This commit is contained in:
Zhanghu
2025-09-12 08:45:31 +08:00
parent db4f4c7955
commit 6ae1ab126e
13 changed files with 707 additions and 122 deletions

View File

@@ -1,8 +1,8 @@
<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
<PreferenceCategory app:title="网页">
<PreferenceCategory app:title="网页地址">
<EditTextPreference
app:key="k_url"
app:title="网页地址"
app:title="URL 前缀"
app:defaultValue="http://10.1.58.176:8002"
app:useSimpleSummaryProvider="true" />
</PreferenceCategory>