优化配置页面和首页布局:添加自定义提示词功能,简化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

18
view_detailed_logs.bat Normal file
View File

@@ -0,0 +1,18 @@
@echo off
echo ========================================
echo 应用日志查看工具
echo ========================================
echo.
echo 1. 清除旧日志...
adb logcat -c
echo.
echo 2. 开始监控应用日志...
echo 标签: MainActivity, SecondActivity
echo 按 Ctrl+C 停止监控
echo.
echo ========================================
echo.
adb logcat -v time -s MainActivity:* SecondActivity:*