合并 AES 项目

This commit is contained in:
qinglong
2026-07-17 22:00:11 +08:00
parent 582726aa37
commit 75f1e8176d
5 changed files with 51 additions and 10 deletions
@@ -85,6 +85,14 @@
android:hint="recipient@example.com"
android:inputType="textEmailAddress"/>
<CheckBox
android:id="@+id/cb_smtp_enabled"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="启用SMTP邮件发送"
android:textSize="14sp"
android:layout_marginTop="12dp"/>
<Button
android:id="@+id/btn_smtp_save"
android:layout_width="match_parent"