-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
1 changed file
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,26 @@ | ||
# BadAppleJuice | ||
本项目参考自EvilAppleJuice项目,用于在安卓设备上发送蓝牙广播包,唤起iPhone设备的弹窗。 | ||
本项目参考自[EvilAppleJuice](https://github.com/ckcr4lyf/EvilAppleJuice-ESP32)项目,用于在安卓设备上发送蓝牙广播包,唤起(iPhone)设备的弹窗。 | ||
|
||
程序界面展示 | ||
* 程序图片展示 | ||
|
||
 | ||
 | ||
|
||
> [!NOTE] | ||
> 程序截图为v1.3版本,后续版本可能略有不同 | ||
当前功能: | ||
1.自动发送广播包 | ||
2.自定义弹窗设备(27种) | ||
3.发送随机设备广播包 | ||
4.自定义广播包超时时间 | ||
5.自定义广播模式,控制广播延迟 | ||
6.自定义广播功率,控制广播范围 | ||
- [x] 当前功能: | ||
1. 自动发送广播包 | ||
1. 自定义弹窗设备(27种) | ||
1. 发送随机设备广播包 | ||
1. 自定义广播包超时时间 | ||
1. 自定义广播模式,控制广播延迟 | ||
1. 自定义广播功率,控制广播范围 | ||
|
||
作者是新手,代码写的不是很好,望见谅。 | ||
- [ ] 未来功能: | ||
1. 支持其他手机的弹窗(如果能做到的话) | ||
|
||
- [ ] 当前问题: | ||
1. 运行一段时间后程序会闪退 | ||
|
||
> [!NOTE] | ||
> 作者是新手,代码写的不是很好,望见谅。 |