-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
36 additions
and
5 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 +1 @@ | ||
护萌宝 ===安卓版战舰少女R辅助软件### 介绍本软件为本人学习android开发时的第一款练手作.本软件运行在android系统上的战舰少女R脱机辅助, 可以在不打开游戏的情况下进行自动挂机, 其结果完全等同于代练.玩家交流群 560271993: [](http://shang.qq.com/wpa/qunwpa?idkey=e3c2bf6bbc3b670c3fcd699767bef02ca560e91998dec75bf4a38346bf979b04)### 结构本软件为Java + H5 混合编程, 其主要逻辑由Java(src/main/java/)完成, 添加任务界面等由Vue + React + Mui完成(src/main/assets/), 如果您想与我合作开发, 请在对应包内添加或修改代码, 谢谢.### 下载下载地址请看[releases](https://github.com/ProtectorMoe/pe-protector-moe/releases)如果下载速度过慢请查看群文件### TODO List- [x] 远征功能- [x] 出征功能- [x] 战役功能- [x] 演习功能- [ ] 演习保证C败以上- [ ] 定时功能- [ ] 大破泡澡功能- [ ] 船只轮换功能### 其他的一些作品电脑版地址: [点我传送](https://github.com/bcxmzbcxm/pc-protector-moe)代挂机服务: [点我传送](http://cloud.protector.moe)### 反馈如果您有任何问题, 您可以通过以下方式联系我* **issues*** **[email protected]*** [email protected]提交bug时, 请附带以下信息:* 软件版本号* 出错功能* **软件自带日志*** 您的联系方式### 鸣谢本软件设计参考了收费软件AutoR和舰队RT的设计模式目录结构参考自[EhViewer](https://github.com/seven332/EhViewer)以及群内众多大佬的协助, 和一直支持我的群友### Licence本软件遵循GNU General Public License v3, 仅作为学习用途, 请勿商用! | ||
护萌宝 ===安卓版战舰少女R辅助软件### 介绍本软件为本人学习android开发时的第一款练手作.本软件运行在android系统上的战舰少女R脱机辅助, 可以在不打开游戏的情况下进行自动挂机, 其结果完全等同于代练.玩家交流群 726903006: [](https://qm.qq.com/cgi-bin/qm/qr?k=tsDTMs3D4ZBvbBkyeMl5nOZsu7adQuxO&jump_from=webapi)### 结构本软件为Java + H5 混合编程, 其主要逻辑由Java(src/main/java/)完成, 添加任务界面等由Vue + React + Mui完成(src/main/assets/), 如果您想与我合作开发, 请在对应包内添加或修改代码, 谢谢.### 下载下载地址请看[releases](https://github.com/ProtectorMoe/pe-protector-moe/releases)如果下载速度过慢请查看群文件### TODO List- [x] 远征功能- [x] 出征功能- [x] 战役功能- [x] 演习功能- [ ] 演习保证C败以上- [ ] 定时功能- [ ] 大破泡澡功能- [ ] 船只轮换功能### 其他的一些作品电脑版地址: [点我传送](https://github.com/bcxmzbcxm/pc-protector-moe)代挂机服务: [点我传送](http://cloud.protector.moe)### 反馈如果您有任何问题, 您可以通过以下方式联系我* **issues*** **[email protected]*** [email protected]提交bug时, 请附带以下信息:* 软件版本号* 出错功能* **软件自带日志*** 您的联系方式### 鸣谢本软件设计参考了收费软件AutoR和舰队RT的设计模式目录结构参考自[EhViewer](https://github.com/seven332/EhViewer)以及群内众多大佬的协助, 和一直支持我的群友### Licence本软件遵循GNU General Public License v3, 仅作为学习用途, 请勿商用! | ||
|
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
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
9 changes: 9 additions & 0 deletions
9
app/src/main/java/moe/protector/pe/bean/login/ApiGetShipList.java
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package moe.protector.pe.bean.login; | ||
|
||
import java.util.List; | ||
|
||
import moe.protector.pe.bean.common.UserShipVO; | ||
|
||
public class ApiGetShipList { | ||
public List<UserShipVO> userShipVO; | ||
} |
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
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
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