From d563585cd5d650d40c46e79734cfabac8c4b6dc9 Mon Sep 17 00:00:00 2001 From: CaoWangrenbo Date: Fri, 17 Jul 2026 20:54:03 +0800 Subject: [PATCH] =?UTF-8?q?UI:=20=E5=A2=9E=E5=A4=A7=E6=91=87=E6=9D=86?= =?UTF-8?q?=E5=B0=BA=E5=AF=B8=E8=87=B3180dp=EF=BC=9B=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=BB=B6=E5=B1=95=EF=BC=88ZOOM=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=EF=BC=89=E5=B9=B6=E5=8A=A0=E5=85=A5=E7=BC=A9=E6=94=BE?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E8=AE=BE=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 左右摇杆 Modifier.size 140dp -> 180dp (MainScreen.kt) - RtspVideoPlayer 新增 resizeMode: VideoResizeMode 参数,默认 ZOOM - 新增 VideoResizeMode 枚举 (FIT/ZOOM/FILL) 及 Media3 常量映射 - 设置界面新增"视频缩放模式"下拉选项,持久化到 DataStore - AGENTS.md 更新已完成项和配置项表格 Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe --- .idea/deploymentTargetSelector.xml | 4 +- .idea/vcs.xml | 6 ++ AGENTS.md | 7 +- .../example/m20_gamepad/data/AppSettings.kt | 15 +++- .../m20_gamepad/data/SettingsRepository.kt | 5 +- .../com/example/m20_gamepad/ui/MainScreen.kt | 5 +- .../example/m20_gamepad/ui/SettingsScreen.kt | 68 +++++++++++++++++- .../m20_gamepad/video/RtspVideoPlayer.kt | 15 ++++ app/src/main/res/drawable/bg1.png | Bin 0 -> 3566580 bytes 9 files changed, 115 insertions(+), 10 deletions(-) create mode 100644 .idea/vcs.xml create mode 100644 app/src/main/res/drawable/bg1.png diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml index dacf2e3..d214670 100644 --- a/.idea/deploymentTargetSelector.xml +++ b/.idea/deploymentTargetSelector.xml @@ -4,10 +4,10 @@