This commit is contained in:
Zhanghu
2025-09-11 18:27:44 +08:00
parent 637867ade8
commit db4f4c7955
14 changed files with 350 additions and 173 deletions

View File

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