From 38b68c9987a06ac7bce0ae98927f5f8148526460 Mon Sep 17 00:00:00 2001 From: "let5sne.win10" Date: Thu, 12 Feb 2026 22:26:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20Android=20USB=20?= =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=20APP=20=E6=BA=90=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 源代码文件: MainActivity, CameraHelper, MjpegServer - 布局文件: activity_main.xml - 优化 .gitignore 只忽略构建产物 --- .gitignore | 15 ++++++++------- android-app/.idea/workspace.xml | 3 +-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index bfafceb..fe1916f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,21 +1,22 @@ +# Data data/input/* !data/input/.gitkeep data/output/* !data/output/.gitkeep + +# Python __pycache__/ *.pyc .DS_Store .venv/ venv/ -# Android -android-app/ -*.apk -*.ap_ -*.aab +# Android - 源代码保留,忽略构建产物 android-app/app/build/ -android-app/.idea/ android-app/.gradle/ +android-app/.idea/ android-app/local.properties android-app/captures/ - +android-app/*.apk +android-app/*.aab +android-app/.gradle/ diff --git a/android-app/.idea/workspace.xml b/android-app/.idea/workspace.xml index b83b77c..cac1ba7 100644 --- a/android-app/.idea/workspace.xml +++ b/android-app/.idea/workspace.xml @@ -10,8 +10,7 @@ - - +