优化配置页面和首页布局:添加自定义提示词功能,简化UI设计,去掉圆角边框,添加返回首页按钮

This commit is contained in:
2026-03-15 15:52:51 +08:00
parent 9eae35bc7c
commit c6ae059e65
18 changed files with 1574 additions and 721 deletions

10
view_logs.bat Normal file
View File

@@ -0,0 +1,10 @@
@echo off
echo 正在清除旧日志...
adb logcat -c
echo.
echo 正在启动日志监控MainActivity 和 SecondActivity...
echo 按 Ctrl+C 停止监控
echo.
adb logcat -s MainActivity:* SecondActivity:*