GoGoGo/README.md
2021-08-31 15:02:58 +08:00

64 lines
2.7 KiB
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.

<p align="center">
<img src="./docs/LOGO.png" height="80"/>
</p>
<div align="center">
[![GitHub stars](https://img.shields.io/github/stars/ZCShou/GoGoGo?logo=github)](https://github.com/ZCShou/GoGoGo/stargazers)
[![GitHub forks](https://img.shields.io/github/forks/ZCShou/GoGoGo?logo=github)](https://github.com/ZCShou/GoGoGo/network)
[![license](https://img.shields.io/github/license/ZCShou/GoGoGo)](https://github.com/ZCShou/GoGoGo/blob/master/LICENSE)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
</div>
<div align="center">
影梭 - 用于 Android 8.0+ 的虚拟定位软件。
</div>
##
影梭是一个基于 Android 调试 API + 百度地图实现的虚拟定位工具,并且同时实现了一个可以自由移动的摇杆。
下载地址:[发行版](https://gitee.com/zcshou/gogogo/releases/)
## 🍕 背景
最新在玩一款 VR 游戏:一起来捉妖。为了省事(实在是没有时间出去瞎溜达,仅仅是作为休闲游戏,没事的时候就玩玩),就想有没有可以更改位置的 APP。经过一番摸索发现确实有不少可以修改位置的 APP使用这种 APP 就不用实际跑出去了。但是,绝大多数这种 APP 都是收费的!这就尴尬了,我就偶尔玩玩,再每月花钱买个这个就没必要了,所以准备自己写一个!
## 🍔 功能
1. 定位修改
2. 摇杆控制移动
3. 历史记录
4. 位置搜索
5. 直接输入坐标
## 文档
由于本人并不是做移动开发的,很多功能代码写的都比较差。我也第一次写 Android APP目前还处在学习中。。。
就一个简单的 APP应该也不需要啥文档开发过程中遇到的一些问题我一般都会记录在个人博客中具体参见https://blog.csdn.net/zcshoucsdn/category_10559121.html
其次,就是参考 ISSUE 中的各个问题的说明。
## 参考
由于本人也是个新手,纯属业余瞎搞,因此,在写影梭的过程中,参考了很多网友分享的技术文章、示例代码等。包括但不限于以下列出的几个:
1. https://github.com/Hilaver/MockGPS
2. https://github.com/bxxfighting/together-go
3. https://github.com/P72B/Mocklation
还有些 CSDN 上的文章,目前不记得地址了,如果您发现其中有直接引用或借鉴您的地方,请与我联系,谢谢!
## 🍟 截图
![摇杆类型.jpg](./docs/摇杆类型.jpg)
![位置搜索与记录.jpg](./docs/位置搜索与记录.jpg)
![悬浮窗地图_坐标输入.jpg](./docs/悬浮窗地图_坐标输入.jpg)
## 🌭 用法
下载 APK 直接安装即可
## 🥦 如何贡献
1. FORK -> PR
2. 成为开发者,共同完善影梭
## 🍟 许可证
GPL-3.0 © ZCShou