Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #10

Merged
merged 43 commits into from
Oct 8, 2024
Merged

Dev #10

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
95ff09a
修改README
Windsland52 May 24, 2024
2f78cc3
MST 1.x 停更
Windsland52 Sep 30, 2024
97b6b0b
refactor: 重构游戏启动、关闭
Windsland52 Sep 30, 2024
876638b
chore: 新增git忽略目录
Windsland52 Sep 30, 2024
ab7d1b1
refactor: 重构interface.json
Windsland52 Sep 30, 2024
1828a41
feat: 新增程序入口
Windsland52 Sep 30, 2024
651d4dd
refactor: remove unused files.
Windsland52 Sep 30, 2024
1fa2ee3
refactor: remove unused files.
Windsland52 Sep 30, 2024
6394f1f
refactor: remove unused files.
Windsland52 Sep 30, 2024
617f483
chore: update images for '灵魂潮汐' in startup.json
Windsland52 Oct 2, 2024
83b5e75
chore: update images for '关闭悬浮窗' in global.json
Windsland52 Oct 2, 2024
b1e7194
chore: update categories should be ignored
Windsland52 Oct 2, 2024
87c6588
feat: 添加任务'每日签到'
Windsland52 Oct 2, 2024
4a6becf
refactor: 对启动逻辑进一步优化
Windsland52 Oct 2, 2024
557a84c
refactor: 对启动逻辑进一步优化
Windsland52 Oct 2, 2024
c016c63
chore: 更新image资源
Windsland52 Oct 4, 2024
b5e3a3b
refactor: 优化、修改逻辑
Windsland52 Oct 4, 2024
275ba43
refactor: 对邮件领取功能实现重构,实现稳定运行
Windsland52 Oct 4, 2024
1c0322c
chore: 删除image/PreReceive
Windsland52 Oct 4, 2024
0d17135
chore: 删除image/Mail下多余的文件
Windsland52 Oct 4, 2024
0ff514c
feat: 添加全局可用功能
Windsland52 Oct 4, 2024
fe04a33
fix: 修复了体力获取上限导致的商店补给领取卡死
Windsland52 Oct 5, 2024
2a75be1
chore: update SignIn/signInEntry.png
Windsland52 Oct 5, 2024
44946ad
perf: 细分“位于主界面”和“加载中”roi范围,加快识别速度
Windsland52 Oct 6, 2024
91dcb81
fix: 修复相关问题
Windsland52 Oct 7, 2024
66ca4f4
refactor: 完成签到功能重构
Windsland52 Oct 7, 2024
6cc9282
chore: 添加签到功能,优化部分速度
Windsland52 Oct 7, 2024
50fa89c
chore: 更新列表
Windsland52 Oct 7, 2024
df61e6b
chore: 更新image资源
Windsland52 Oct 8, 2024
03a6a1b
chore: 一些增改
Windsland52 Oct 8, 2024
184c6a8
refactor: 重构教会补给
Windsland52 Oct 8, 2024
cdcfead
refactor: 重构领取任务奖励
Windsland52 Oct 8, 2024
8930205
docs: 更新2.0文档
Windsland52 Oct 8, 2024
317c754
perf: 略微优化
Windsland52 Oct 8, 2024
98e000a
refactor: 重构领取通行证完成
Windsland52 Oct 8, 2024
af123f1
chore: 更新interface.json
Windsland52 Oct 8, 2024
a0c47a5
fix: 修复由判断条件导致的某种情况下领取不完全
Windsland52 Oct 8, 2024
b0ce363
fix: 由于'位于主界面3'(誓约)的roi范围不定,放大roi范围
Windsland52 Oct 8, 2024
91b0fce
feat: 添加logo
Windsland52 Oct 8, 2024
e242319
docs: 文档整理
Windsland52 Oct 8, 2024
8d719fd
docs: 整理文档
Windsland52 Oct 8, 2024
918ca4d
docs: 添加鸣谢
Windsland52 Oct 8, 2024
1ebd132
docs: 整理文档
Windsland52 Oct 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 0 additions & 167 deletions .github/workflows/install.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -446,3 +446,14 @@ install

# Tools
tools/ImageCropper/**/*.png

# venv
.venv/
myenv/

.github/
.vscode/
.nicegui/

assets/config/
config/
1 change: 0 additions & 1 deletion .nicegui/storage-general.json

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/settings.json

This file was deleted.

106 changes: 83 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,90 @@
<!-- markdownlint-disable MD033 MD041 -->
<p align="center">
<img alt="LOGO" src="https://raw.githubusercontent.com/Windsland52/MST/refs/heads/dev/assets/resource/base/image/Logo/logo.jpg" width="256" height="256" />
</p>

<div align="center">

# MST
基于MaaFramework的灵魂潮汐(SoulTide)日常脚本。

## 功能
<!-- prettier-ignore-start -->
<!-- markdownlint-disable-next-line MD036 -->
_✨ 基于MaaFramework的灵魂潮汐(SoulTide)日常脚本 ✨_
<!-- prettier-ignore-end -->

</div>

<p align="center">
<img alt="license" src="https://img.shields.io/github/license/Windsland52/MST">
<img alt="platform" src="https://img.shields.io/badge/platform-Windows-blueviolet">
<img alt="commit" src="https://img.shields.io/github/commit-activity/m/Windsland52/MST?color=%23ff69b4">
<img alt="stars" src="https://img.shields.io/github/stars/Windsland52/MST?style=social">
</p>

## 简介

基于全新架构的 灵魂潮汐 小助手。图像技术 + 模拟控制,解放双手!
由 [MaaFramework](https://github.com/MaaXYZ/MaaFramework) 强力驱动!

## 功能一览

- [x] 启动游戏
- [x] 签到(绑定启动)
- [x] 领取邮件、教会补给、商店每日补给
- [x] 家园
- [x] 炼金炉
- [x] 种菜收菜
- [x] 事务派遣
- [x] 拜访好友
- [x] 战斗
- [x] 金币本扫荡
- [x] 异象(上榜)
- [x] 巡查
- [x] 相伴
- [x] 摸头
- [x] 送礼(和摸头相互绑定)
- [x] 每日抽卡
- [x] 每日签到
- [x] 领取邮件
- [x] 商店补给
- [x] 教会补给
- [ ] 家园
- [ ] 炼金炉
- [ ] 种菜收菜
- [ ] 事务派遣
- [ ] 拜访好友
- [ ] 钓鱼/捕鱼
- [ ] 战斗
- [ ] 金币本扫荡
- [ ] 异象(上榜)
- [ ] 巡查
- [ ] 相伴
- [ ] 摸头
- [ ] 送礼(和摸头相互绑定)
- [ ] 每日抽卡
- [x] 任务/通行证
- [ ] 挖矿
- [x] 当前活动-木偶剧院自动无限挂机
- [x] 关闭游戏

## ToDo
- [ ] 战斗可选 | 主线 `hard` | 深渊 `hard` | 副本 `easy`
- [ ] 捕鱼 | 钓鱼 `hard` | 渔网 `easy`
- [ ] 战斗体力不足的识别 `unknown`
- [ ] 菜单优化 `unknown`
## 快速开始

1. 下载压缩包
2. 解压后运行 `MaaPiCli.exe`,根据提示配置后运行即可。

## 注意事项

### 分辨率

模拟器分辨率选择1280*720

### ADB的选择

若在开启模拟器的情况下自动检测失败,则需要手动输入,相关端口请直接到对应模拟器官网查询。


## 参与开发

若想参与开发,请参考[MaaFramework快速开始](https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/1.1-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.md),本项目暂时只通过 纯 Pipeline 开发 。

## 开发日志

[开发日志](https://windsland52.github.io/),开发可参考。

## 鸣谢

本项目由 **[MaaFramework](https://github.com/MaaXYZ/MaaFramework)** 强力驱动!

感谢以下开发者对本项目作出的贡献:

<a href="https://github.com/Windsland52/MST/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Windsland52/MST&max=1000" />
</a>

## Join us

- MST开发/用户交流群 QQ 群:[212220209](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=zybZ5ST3IHx8_l8pajwFd9OxpNQzXjdy&authKey=C5qMnDOvB4mVKNNC%2By45eKc%2BLnETkm4XFQmmdrmWzu9qemKW4lurHbf4h4h8%2F0bA&noverify=0&group_code=212220209)
Loading