Files
anroid-CheckShot/README.md

17 lines
722 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# CheckShot
Android 图片检查与拼图工具。实现了水印、拼图、设置等核心功能,配合 AirTest 自动化测试。
核心特性
- 水印模块:时间水印、地点水印、三种预设样式。
- 拼图模块:多图合成,固定模板,图片替换/删除,合成质量控制。
- 设置:默认合成布局、默认水印样式、默认主题、巡检员信息等。
- 测试AirTest 集成用例,覆盖水印、相册、拼图、设置等场景。
快速开始
- 构建:./gradlew assembleDebug
- 安装adb install -r app/build/outputs/apk/debug/app-debug.apk
- AirTestairtest run test/airtest/...
如需更多安装与运行指南,请查看 respective CI/CD 或文档。