Update README with '巡检相机'定位 and add interface screenshots

- Change project定位 to '巡检相机' (Inspection Camera)
- Add 4 interface screenshots: Camera, Gallery, Puzzle, Settings
- Keep all other documentation unchanged
This commit is contained in:
2026-03-17 23:07:06 +08:00
parent 8fb3af5518
commit f436275b7d
5 changed files with 27 additions and 3 deletions

View File

@@ -1,6 +1,30 @@
# CheckShot - Android 图片检查与拼图工具 # 巡检相机 - Android 巡检图片处理工具
CheckShot 是一个面向 Android 的图片处理与检查工具,包含水印处理、拼图合成、以及丰富的设置能力,配合 AirTest 自动化测试用例,帮助实现端到端的图像工作流。 巡检相机是一个面向 Android 的巡检图片处理工具,包含水印处理、拼图合成、以及丰富的设置能力,配合 AirTest 自动化测试用例,帮助实现端到端的图像工作流。
## 软件界面截图
启动应用后,可以看到以下主要界面:
### 1. 相机界面
![相机界面](相机.png)
*主相机界面,支持拍照、自动/手动对焦、曝光调节,拍摄后自动叠加水印*
### 2. 相册界面
![相册界面](相册.png)
*相册管理界面,支持本地存储、分类管理、预览、导出/分享*
### 3. 拼图界面
![拼图界面](拼图.png)
*多图拼图合成界面,支持 2x2 和 3x3 网格布局*
### 4. 设置界面
![设置界面](设置.png)
*应用设置界面,支持水印、合成、通用等配置项调整*
## 功能特点 ## 功能特点
@@ -39,7 +63,7 @@ CheckShot 是一个面向 Android 的图片处理与检查工具,包含水印
### 基本使用 ### 基本使用
1. **启动应用**:在 Android 设备/模拟器上安装并打开 CheckShot 1. **启动应用**:在 Android 设备/模拟器上安装并打开巡检相机
2. **拍照**:点击相机按钮拍照,自动添加水印 2. **拍照**:点击相机按钮拍照,自动添加水印
3. **拼图**:选择多张图片进行拼图合成 3. **拼图**:选择多张图片进行拼图合成
4. **查看相册**:浏览和管理拍摄的照片 4. **查看相册**:浏览和管理拍摄的照片

BIN
拼图.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
相册.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
相机.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

BIN
设置.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB