1
0
mirror of https://github.com/TheFunny/ArisuAutoSweeper synced 2026-06-26 13:35:06 +00:00

38 Commits

Author SHA1 Message Date
YoursFunny 9e5fd34b79 fix(cafe): update assets 2023-11-12 17:49:49 +08:00
YoursFunny 5487338dc6 fix(cafe): remove crop as not needed 2023-11-12 17:49:49 +08:00
YoursFunny e5a914e80f fix(cafe): crop template from button image 2023-11-12 17:49:49 +08:00
YoursFunny f21a97e08d fix(cafe): apply mask 2023-11-12 17:49:49 +08:00
YoursFunny b4c47e2de2 feat(stage): add stage list recognition 2023-11-12 17:49:49 +08:00
YoursFunny 34208763aa refactor(cafe): adjust crop template button 2023-11-12 17:49:49 +08:00
YoursFunny c3354cf4f5 lang: adjust en gui text 2023-11-12 17:41:46 +08:00
YoursFunny 81abba0270 doc: fix typo 2023-11-12 16:18:16 +08:00
YoursFunny acea188931 doc: add more relative projects 2023-11-12 01:31:04 +08:00
YoursFunny b0621b48e6 fix(webui): use utf-8 encoding for icon reading 2023-11-12 00:10:43 +08:00
YoursFunny 1b83b7077f doc: add en gui pic 2023-11-10 21:47:14 +08:00
YoursFunny f1e3cd9810 feat(login): add update download confirm 2023-11-10 21:17:20 +08:00
YoursFunny f91fc2c55d feat(popup): add ap exceed and item expire handler 2023-11-10 21:17:20 +08:00
YoursFunny d82e206463 fix(tc): stick at certain status 2023-11-10 21:17:18 +08:00
YoursFunny db813c9efb fix: adapt AAS webui 2023-11-07 19:46:24 +08:00
YoursFunny 9d3b5ceff8 feat: add English webui 2023-11-07 19:43:41 +08:00
YoursFunny b83db6bc35 fix(popup): adjust daily reward recognition 2023-11-07 19:14:42 +08:00
YoursFunny 2e4a1f144b fix(popup): support another type of network reconnection 2023-11-07 19:14:01 +08:00
YoursFunny f7444e29dc doc: add gui pic 2023-11-07 14:58:55 +08:00
YoursFunny 1113094cf5 doc: adjust readme icon style 2023-11-07 14:41:05 +08:00
YoursFunny 60e6710181 doc: add readme 2023-11-07 14:22:47 +08:00
YoursFunny 9708ec05d7 fix(cafe): use correct boarder method 2023-11-06 21:24:13 +08:00
YoursFunny 77f0ded95f feat(cafe): handle unexpected popups 2023-11-05 23:19:51 +08:00
YoursFunny 937a7c63e8 fix(cafe): use smaller default pinch area 2023-11-05 23:09:46 +08:00
YoursFunny 61fa6ad28b perf(popup): improve reward handle stability 2023-11-04 16:09:29 +08:00
YoursFunny 0551207714 perf(popup): optimize popup handle method 2023-11-04 16:08:44 +08:00
YoursFunny 826a6b2348 perf(cafe): improve stability 2023-11-04 16:06:49 +08:00
YoursFunny a05c4e8f2f fix(cafe): adjust handle sequence 2023-11-04 16:05:57 +08:00
YoursFunny a20411071c perf: improve cafe reward stability 2023-11-04 16:03:40 +08:00
YoursFunny d53e280bfc perf: use better cafe interact method 2023-11-03 22:27:54 +08:00
YoursFunny 0b2487487b fix: adjust status logging sequence 2023-11-03 21:53:49 +08:00
YoursFunny bea794386c feat: add support for second cafe 2023-11-03 21:50:08 +08:00
YoursFunny 57c0ed8531 fix: improve cafe performance and stability 2023-11-03 21:47:08 +08:00
YoursFunny 75e6417620 feat: add function for button click with interval 2023-11-03 21:42:22 +08:00
YoursFunny 96b5f1db85 fix: Adjust cafe student recognition 2023-11-03 18:35:04 +08:00
YoursFunny 51305f7c0b feat: Switch to self-hosted git repo mirror for cn users 2023-11-03 17:08:04 +08:00
YoursFunny 22647a5e36 fix: Swipe causing too much click 2023-11-02 22:56:05 +08:00
YoursFunny 080c4c130c fix: Back button causing too much click 2023-11-02 22:54:40 +08:00
44 changed files with 723 additions and 572 deletions
+40
View File
@@ -0,0 +1,40 @@
<img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="AAS icon" src="docs/resources/aas_icon.svg"/>
# ArisuAutoSweeper
**Blue Archive Automation Script**
**| English | [简体中文](README.md) |**
![gui_en.png](docs/resources/gui_en.png)
## Features
The script is still under active development. The following features have been implemented:
- [x] **Cafe** Claim rewards / Interact / Second cafe
- [x] **Circle** Claim AP
- [x] **Mailbox** Claim rewards
- [x] **Tactical Challenge** Claim rewards / Auto battle
_Currently only supports JP server._
## Relative projects
- [AzurLaneAutoScript](https://github.com/LmeSzinc/AzurLaneAutoScript): Azur Lane auto script
- [StarRailCopilot](https://github.com/LmeSzinc/StarRailCopilot): A bot for Honkai: Star Rail, based on the next
generation of ALAS framework
Some Blue Archive auto scripts:
- [BAAuto](https://github.com/RedDeadDepresso/BAAuto): Blue Archive Automation Script
- [BlueArchiveAutoScript](https://github.com/pur1fying/blue_archive_auto_script): BAAS, used to implement Blue Archive
automation
- [MBA](https://github.com/MaaAssistantArknights/MBA): BA assistant based on the new architecture of MAA
## Acknowledgements
Thanks to [6bir](https://github.com/6bir) for the icon design.
Thanks to [Alas](https://github.com/LmeSzinc/AzurLaneAutoScript) and [SRC](https://github.com/LmeSzinc/StarRailCopilot)
for the development framework.
+38
View File
@@ -0,0 +1,38 @@
<img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="AAS icon" src="docs/resources/aas_icon.svg"/>
# ArisuAutoSweeper
**蔚蓝档案自动化脚本**
**| [English](README.en.md) | 简体中文 |**
![gui_cn.png](docs/resources/gui_cn.png)
## 功能
当前脚本还在活跃开发中,已经实现的功能有:
- [x] **咖啡厅** 领取奖励 / 互动 / 第二咖啡厅
- [x] **公会** 领取体力
- [x] **邮箱** 领取奖励
- [x] **战术对抗赛** 领取奖励 / 自动战斗
_目前仅支持日服。_
## 相关项目
- [AzurLaneAutoScript](https://github.com/LmeSzinc/AzurLaneAutoScript): 碧蓝航线自动化脚本
- [StarRailCopilot](https://github.com/LmeSzinc/StarRailCopilot): 崩坏:星穹铁道脚本,基于下一代Alas框架
一些蔚蓝档案脚本:
- [BAAuto](https://github.com/RedDeadDepresso/BAAuto): 蔚蓝档案自动脚本
- [BlueArchiveAutoScript](https://github.com/pur1fying/blue_archive_auto_script): BAAS,用于实现蔚蓝档案自动化
- [MBA](https://github.com/MaaAssistantArknights/MBA): 基于 MAA 全新架构的 BA 小助手
## 鸣谢
感谢 [6bir](https://github.com/6bir) 为本项目设计的图标。
感谢 [Alas](https://github.com/LmeSzinc/AzurLaneAutoScript) 以及 [SRC](https://github.com/LmeSzinc/StarRailCopilot)
提供的开发框架。
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

+2 -1
View File
@@ -43,7 +43,8 @@
"Cafe": {
"Reward": true,
"Touch": true,
"AutoAdjust": true
"AutoAdjust": true,
"SecondCafe": true
}
},
"Mail": {
+3 -5
View File
@@ -65,9 +65,6 @@ class ConfigModel:
AppAsarUpdate: bool = True
NoSandbox: bool = True
# Dynamic
GitOverCdn: bool = False
class DeployConfig(ConfigModel):
def __init__(self, file=DEPLOY_CONFIG):
@@ -82,8 +79,9 @@ class DeployConfig(ConfigModel):
# Bypass webui.config.DeployConfig.__setattr__()
# Don't write these into deploy.yaml
super().__setattr__('GitOverCdn', self.Repository in ['cn'])
if self.Repository in ['global', 'cn']:
if self.Repository == 'cn':
super().__setattr__('Repository', 'https://git.yoursfunny.top/YoursFunny/ArisuAutoSweeper.git')
if self.Repository == 'global':
super().__setattr__('Repository', 'https://github.com/TheFunny/ArisuAutoSweeper')
self.write()
-36
View File
@@ -4,7 +4,6 @@ import os
from deploy.Windows.config import DeployConfig
from deploy.Windows.logger import Progress, logger
from deploy.Windows.utils import cached_property
# from deploy.git_over_cdn.client import GitOverCdnClient
class GitConfigParser(configparser.ConfigParser):
@@ -17,25 +16,6 @@ class GitConfigParser(configparser.ConfigParser):
return False
# class GitOverCdnClientWindows(GitOverCdnClient):
# def update(self, *args, **kwargs):
# Progress.GitInit()
# _ = super().update(*args, **kwargs)
# Progress.GitShowVersion()
# return _
#
# @cached_property
# def latest_commit(self) -> str:
# _ = super().latest_commit
# Progress.GitLatestCommit()
# return _
#
# def download_pack(self):
# _ = super().download_pack()
# Progress.GitDownloadPack()
# return _
class GitManager(DeployConfig):
@staticmethod
def remove(file):
@@ -128,18 +108,6 @@ class GitManager(DeployConfig):
self.execute(f'"{self.git}" --no-pager log --no-merges -1')
Progress.GitShowVersion()
# @property
# def goc_client(self):
# client = GitOverCdnClient(
# url='https://vip.123pan.cn/1815343254/pack/LmeSzinc_StarRailCopilot_master',
# folder=self.root_filepath,
# source='origin',
# branch='master',
# git=self.git,
# )
# client.logger = logger
# return client
def git_install(self):
logger.hr('Update Alas', 0)
@@ -148,10 +116,6 @@ class GitManager(DeployConfig):
Progress.GitShowVersion()
return
# if self.GitOverCdn:
# if self.goc_client.update(keep_changes=self.KeepLocalChanges):
# return
self.git_repository_init(
repo=self.Repository,
source='origin',
-266
View File
@@ -1,266 +0,0 @@
import io
import json
import os
import re
import shutil
import subprocess
import zipfile
from typing import Callable, Generic, TypeVar
import requests
from requests.adapters import HTTPAdapter
T = TypeVar("T")
TEMPLATE_FILE = './config/template.yaml'
class cached_property(Generic[T]):
"""
cached-property from https://github.com/pydanny/cached-property
Add typing support
A property that is only computed once per instance and then replaces itself
with an ordinary attribute. Deleting the attribute resets the property.
Source: https://github.com/bottlepy/bottle/commit/fa7733e075da0d790d809aa3d2f53071897e6f76
"""
def __init__(self, func: Callable[..., T]):
self.func = func
def __get__(self, obj, cls) -> T:
if obj is None:
return self
value = obj.__dict__[self.func.__name__] = self.func(obj)
return value
class PrintLogger:
info = print
warning = print
error = print
@staticmethod
def attr(name, text):
print(f'[{name}] {text}')
class GitOverCdnClient:
logger = PrintLogger()
def __init__(self, url, folder, source='origin', branch='master', git='git'):
"""
Args:
url: http://127.0.0.1:22251/pack/LmeSzinc_AzurLaneAutoScript_master/
folder: D:/AzurLaneAutoScript
"""
self.url = url.strip('/')
self.folder = folder.replace('\\', '/')
self.source = source
self.branch = branch
self.git = git
def filepath(self, path):
path = os.path.join(self.folder, '.git', path)
return os.path.abspath(path).replace('\\', '/')
def urlpath(self, path):
return f'{self.url}{path}'
@cached_property
def current_commit(self) -> str:
for file in [
f'./refs/remotes/{self.source}/{self.branch}',
f'./refs/heads/{self.branch}',
'ORIG_HEAD',
]:
file = self.filepath(file)
try:
with open(file, 'r', encoding='utf-8') as f:
commit = f.read()
res = re.search(r'([0-9a-f]{40})', commit)
if res:
commit = res.group(1)
self.logger.attr('CurrentCommit', commit)
return commit
except FileNotFoundError as e:
self.logger.error(f'Failed to get local commit: {e}')
except Exception as e:
self.logger.error(f'Failed to get local commit: {e}')
return ''
@property
def session(self):
session = requests.Session()
session.trust_env = False
session.mount('http://', HTTPAdapter(max_retries=3))
session.mount('https://', HTTPAdapter(max_retries=3))
return session
@cached_property
def latest_commit(self) -> str:
try:
url = self.urlpath('/latest.json')
self.logger.info(f'Fetch url: {url}')
resp = self.session.get(url, timeout=3)
except Exception as e:
self.logger.error(f'Failed to get remote commit: {e}')
return ''
if resp.status_code == 200:
try:
info = json.loads(resp.text)
commit = info['commit']
self.logger.attr('LatestCommit', commit)
return commit
except json.JSONDecodeError:
self.logger.error(f'Failed to get remote commit, response is not a json: {resp.text}')
return ''
except KeyError:
self.logger.error(f'Failed to get remote commit, key "commit" is not found: {resp.text}')
return ''
else:
self.logger.error(f'Failed to get remote commit, status={resp.status_code}, text={resp.text}')
return ''
def download_pack(self):
try:
url = self.urlpath(f'/{self.latest_commit}/{self.current_commit}.zip')
self.logger.info(f'Fetch url: {url}')
resp = self.session.get(url, timeout=20)
except Exception as e:
self.logger.error(f'Failed to download pack: {e}')
return False
if resp.status_code == 200:
try:
zipped = zipfile.ZipFile(io.BytesIO(resp.content))
for file in [f'pack-{self.latest_commit}.pack', f'pack-{self.latest_commit}.idx']:
self.logger.info(f'Unzip {file}')
member = zipped.getinfo(file)
tmp = self.filepath(f'./objects/pack/{file}.tmp')
out = self.filepath(f'./objects/pack/{file}')
with zipped.open(member) as source, open(tmp, "wb") as target:
shutil.copyfileobj(source, target)
os.replace(tmp, out)
return True
except zipfile.BadZipFile as e:
# File is not a zip file
self.logger.error(e)
return False
except KeyError as e:
# There is no item named 'xxx.idx' in the archive
self.logger.error(e)
return False
except Exception as e:
self.logger.error(e)
return False
elif resp.status_code == 404:
self.logger.error(f'Failed to download pack, status={resp.status_code}, no such pack files provided')
return False
else:
self.logger.error(f'Failed to download pack, status={resp.status_code}, text={resp.text}')
return False
def update_refs(self):
file = self.filepath(f'./refs/remotes/{self.source}/{self.branch}')
text = f'{self.latest_commit}\n'
self.logger.info(f'Update refs: {file}')
os.makedirs(os.path.dirname(file), exist_ok=True)
try:
with open(file, 'w', encoding='utf-8', newline='') as f:
f.write(text)
return True
except FileNotFoundError as e:
self.logger.error(f'Failed to get local commit: {e}')
except Exception as e:
self.logger.error(f'Failed to get local commit: {e}')
return False
def git_command(self, *args, timeout=300):
"""
Execute ADB commands in a subprocess,
usually to be used when pulling or pushing large files.
Args:
timeout (int):
Returns:
str:
"""
os.chdir(self.folder)
cmd = list(map(str, args))
cmd = [self.git] + cmd
self.logger.info(f'Execute: {cmd}')
process = subprocess.Popen(cmd, stdout=subprocess.PIPE, shell=False)
try:
stdout, stderr = process.communicate(timeout=timeout)
except subprocess.TimeoutExpired:
process.kill()
stdout, stderr = process.communicate()
self.logger.warning(f'TimeoutExpired when calling {cmd}, stdout={stdout}, stderr={stderr}')
return stdout.decode()
def git_reset(self, keep_changes=False):
"""
git reset --hard <commit>
"""
if keep_changes:
self.git_command('stash')
self.git_command('reset', '--hard', f'{self.source}/{self.branch}')
self.git_command('stash', 'pop')
else:
self.git_command('reset', '--hard', f'{self.source}/{self.branch}')
def get_status(self):
"""
Returns:
str: 'uptodate' if repo is up-to-date
'behind' if repos is not up-to-date
'failed' if failed
"""
_ = self.current_commit
_ = self.latest_commit
if not self.current_commit:
self.logger.error('Failed to get current commit')
return 'failed'
if not self.latest_commit:
self.logger.error('Failed to get latest commit')
return 'failed'
if self.current_commit == self.latest_commit:
self.logger.info('Already up to date')
return 'uptodate'
self.logger.info('Current repo is behind remote')
return 'behind'
def update(self, keep_changes=False):
"""
Args:
keep_changes:
Returns:
bool: If repo is up-to-date
"""
_ = self.current_commit
_ = self.latest_commit
if not self.current_commit:
self.logger.error('Failed to get current commit')
return False
if not self.latest_commit:
self.logger.error('Failed to get latest commit')
return False
if self.current_commit == self.latest_commit:
self.logger.info('Already up to date')
self.git_reset(keep_changes=keep_changes)
return True
if not self.download_pack():
return False
if not self.update_refs():
return False
self.git_reset(keep_changes=keep_changes)
self.logger.info('Update success')
return True
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 199 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

+8
View File
@@ -128,6 +128,14 @@ class ModuleBase:
self.device.click(button)
return appear
def click_with_interval(self, button, interval=5):
if interval and not self.interval_is_reached(button, interval=interval):
return False
self.device.click(button)
if interval:
self.interval_reset(button, interval=interval)
return True
def wait_until_stable(self, button, timer=Timer(0.3, count=1), timeout=Timer(5, count=10)):
"""
A terrible method, don't rely too much on it.
+4
View File
@@ -194,6 +194,10 @@
"AutoAdjust": {
"type": "checkbox",
"value": true
},
"SecondCafe": {
"type": "checkbox",
"value": true
}
}
},
+1
View File
@@ -79,6 +79,7 @@ Cafe:
Reward: true
Touch: true
AutoAdjust: true
SecondCafe: true
TacticalChallenge:
PlayerSelect:
+1
View File
@@ -43,6 +43,7 @@ class GeneratedConfig:
Cafe_Reward = True
Cafe_Touch = True
Cafe_AutoAdjust = True
Cafe_SecondCafe = True
# Group `TacticalChallenge`
TacticalChallenge_PlayerSelect = 0 # 0, 1, 2, 3
+196 -192
View File
@@ -1,94 +1,94 @@
{
"Menu": {
"Alas": {
"name": "Menu.Alas.name",
"help": "Menu.Alas.help"
"name": "AAS",
"help": ""
},
"Daily": {
"name": "Menu.Daily.name",
"help": "Menu.Daily.help"
"name": "Daily",
"help": ""
}
},
"Task": {
"Alas": {
"name": "Task.Alas.name",
"help": "Task.Alas.help"
"name": "AAS Settings",
"help": ""
},
"Restart": {
"name": "Task.Restart.name",
"help": "Task.Restart.help"
"name": "Error Handling",
"help": ""
},
"Cafe": {
"name": "Task.Cafe.name",
"help": "Task.Cafe.help"
"name": "Cafe",
"help": ""
},
"Mail": {
"name": "Task.Mail.name",
"help": "Task.Mail.help"
"name": "Mailbox",
"help": ""
},
"Circle": {
"name": "Task.Circle.name",
"help": "Task.Circle.help"
"name": "Club",
"help": ""
},
"TacticalChallenge": {
"name": "Task.TacticalChallenge.name",
"help": "Task.TacticalChallenge.help"
"name": "Tactical Challenge",
"help": ""
},
"DataUpdate": {
"name": "Task.DataUpdate.name",
"help": "Task.DataUpdate.help"
"name": "Dashboard Upd",
"help": ""
}
},
"Scheduler": {
"_info": {
"name": "Scheduler._info.name",
"help": "Scheduler._info.help"
"name": "Scheduler",
"help": ""
},
"Enable": {
"name": "Scheduler.Enable.name",
"help": "Scheduler.Enable.help",
"True": "True",
"name": "Enable Task",
"help": "Join this task to scheduler.",
"True": "Enabled",
"False": "False"
},
"NextRun": {
"name": "Scheduler.NextRun.name",
"help": "Scheduler.NextRun.help"
"name": "Next Run",
"help": "Updated automatically after completing the task to set next scheduled run, typically not manually modified\nHowever you can force immediate scheduling if you clear this text field"
},
"Command": {
"name": "Scheduler.Command.name",
"help": "Scheduler.Command.help"
"name": "Command",
"help": ""
},
"ServerUpdate": {
"name": "Scheduler.ServerUpdate.name",
"help": "Scheduler.ServerUpdate.help"
"name": "Server Update",
"help": "Series of server refresh time(s) as to when this task will next run, this is automatically converted to respective time zone, generally do not need to modify"
}
},
"Emulator": {
"_info": {
"name": "Emulator._info.name",
"help": "Emulator._info.help"
"name": "Emulator Settings",
"help": ""
},
"Serial": {
"name": "Emulator.Serial.name",
"help": "Emulator.Serial.help"
"name": "Serial",
"help": "Common emulator Serial can be queried in the list below\nUse \"auto\" to auto-detect emulators, but if multiple emulators are running or use emulators that do not support auto-detect, \"auto\" cannot be used and serial must be filled in manually\nDefault serial for select emulators:\n- BlueStacks 127.0.0.1:5555\n- BlueStacks4 Hyper-V use \"bluestacks4-hyperv\", \"bluestacks4-hyperv-2\" for multi instance, and so on\n- BlueStacks5 Hyper-V use \"bluestacks5-hyperv\", \"bluestacks5-hyperv-1\" for multi instance, and so on\n- NoxPlayer 127.0.0.1:62001\n- NoxPlayer64bit 127.0.0.1:59865\n- MuMuPlayer/MuMuPlayer X 127.0.0.1:7555\n- MuMuPlayer12 127.0.0.1:16384\n- MemuPlayer 127.0.0.1:21503\n- LDPlayer emulator-5554 or 127.0.0.1:5555\n- WSA use \"wsa-0\" to make the game run in the background, which needs to be controlled or closed by third-party software\nIf there are multiple emulator instances running, the default is reserved for one of them and the others will use different serials to avoid conflicts\nOpen console.bat and run `adb devices` to find them or follow the emulator's official tutorial"
},
"PackageName": {
"name": "Emulator.PackageName.name",
"help": "Emulator.PackageName.help",
"auto": "auto",
"JP-Official": "JP-Official"
"name": "Game Server",
"help": "Can't distinguish different regions of oversea servers, please select the server manually.",
"auto": "Auto-detect",
"JP-Official": "[JP]-Official"
},
"GameLanguage": {
"name": "Emulator.GameLanguage.name",
"help": "Emulator.GameLanguage.help",
"auto": "auto",
"jp": "jp"
"name": "In-game Text Language",
"help": "Currently, only Simplified Chinese and English are supported. Please set the text language in game to one of them.",
"auto": "Auto-detect",
"jp": "Japanese"
},
"ScreenshotMethod": {
"name": "Emulator.ScreenshotMethod.name",
"help": "Emulator.ScreenshotMethod.help",
"auto": "auto",
"ADB": "ADB",
"name": "Screenshot Method",
"help": "When using auto-select, a benchmark will be performed and automatically changed to the fastest screenshot method.\nGeneral speed: DroidCast_raw >> aScreenCap_nc > ADB_nc >>> aScreenCap > uiautomator2 ~= ADB.\nRun Tools - Performance Test to find the fastest method.",
"auto": "Auto-select the fastest",
"ADB": "ADB ",
"ADB_nc": "ADB_nc",
"uiautomator2": "uiautomator2",
"aScreenCap": "aScreenCap",
@@ -98,123 +98,127 @@
"scrcpy": "scrcpy"
},
"ControlMethod": {
"name": "Emulator.ControlMethod.name",
"help": "Emulator.ControlMethod.help",
"name": "Control Method",
"help": "Speed: MaaTouch = minitouch >>> uiautomator2 ~= ADB\nMaaTouch is recommended",
"minitouch": "minitouch",
"MaaTouch": "MaaTouch"
},
"AdbRestart": {
"name": "Emulator.AdbRestart.name",
"help": "Emulator.AdbRestart.help"
"name": "Try to restart adb when no device found",
"help": ""
}
},
"EmulatorInfo": {
"_info": {
"name": "EmulatorInfo._info.name",
"help": "EmulatorInfo._info.help"
"name": "Emulator Settings",
"help": "The following values are auto-filled according to \"Serial\", if you dont understand, please don't modify them"
},
"Emulator": {
"name": "EmulatorInfo.Emulator.name",
"help": "EmulatorInfo.Emulator.help",
"auto": "auto",
"NoxPlayer": "NoxPlayer",
"NoxPlayer64": "NoxPlayer64",
"BlueStacks4": "BlueStacks4",
"BlueStacks5": "BlueStacks5",
"BlueStacks4HyperV": "BlueStacks4HyperV",
"BlueStacks5HyperV": "BlueStacks5HyperV",
"LDPlayer3": "LDPlayer3",
"LDPlayer4": "LDPlayer4",
"LDPlayer9": "LDPlayer9",
"MuMuPlayer": "MuMuPlayer",
"MuMuPlayerX": "MuMuPlayerX",
"MuMuPlayer12": "MuMuPlayer12",
"MEmuPlayer": "MEmuPlayer"
"name": "Emulator Type",
"help": "",
"auto": "Auto-detect",
"NoxPlayer": "Nox Player",
"NoxPlayer64": "Nox Player 64bit",
"BlueStacks4": "BlueStacks 4",
"BlueStacks5": "BlueStacks 5",
"BlueStacks4HyperV": "BlueStacks 4 Hyper-V",
"BlueStacks5HyperV": "BlueStacks 5 Hyper-V",
"LDPlayer3": "LD Player 3",
"LDPlayer4": "LD Player 4",
"LDPlayer9": "LD Player 9",
"MuMuPlayer": "MuMu Player",
"MuMuPlayerX": "MuMu Player X",
"MuMuPlayer12": "MuMu Player 12",
"MEmuPlayer": "MEmu Player"
},
"name": {
"name": "EmulatorInfo.name.name",
"help": "EmulatorInfo.name.help"
"name": "Emulator Instance Name",
"help": ""
},
"path": {
"name": "EmulatorInfo.path.name",
"help": "EmulatorInfo.path.help"
"name": "Emulator Installation Path",
"help": ""
}
},
"Error": {
"_info": {
"name": "Error._info.name",
"help": "Error._info.help"
"name": "Debug Settings",
"help": ""
},
"Restart": {
"name": "Error.Restart.name",
"help": "Error.Restart.help",
"game": "game",
"game_emulator": "game_emulator"
"name": "Restart Game on Error",
"help": "",
"game": "Restart game",
"game_emulator": "Restart emulator and game"
},
"SaveError": {
"name": "Error.SaveError.name",
"help": "Error.SaveError.help"
"name": "Record Exception",
"help": "Records exception and log into directory for review or sharing"
},
"ScreenshotLength": {
"name": "Error.ScreenshotLength.name",
"help": "Error.ScreenshotLength.help"
"name": "Record Screenshot(s)",
"help": "Number of screenshots saved when exception occurs"
},
"OnePushConfig": {
"name": "Error.OnePushConfig.name",
"help": "Error.OnePushConfig.help"
"name": "Error notify config",
"help": "When AAS cannot handle exception, send a message through Onepush. Configuration document: \nhttps://github.com/LmeSzinc/AzurLaneAutoScript/wiki/Onepush-configuration-%5BEN%5D"
}
},
"Optimization": {
"_info": {
"name": "Optimization._info.name",
"help": "Optimization._info.help"
"name": "Optimization Settings",
"help": ""
},
"ScreenshotInterval": {
"name": "Optimization.ScreenshotInterval.name",
"help": "Optimization.ScreenshotInterval.help"
"name": "Take Screenshots Every X Second(s)",
"help": "Minimum interval between 2 screenshots, limited in 0.1 ~ 0.3, can help reduce CPU on high-end PCs"
},
"CombatScreenshotInterval": {
"name": "Optimization.CombatScreenshotInterval.name",
"help": "Optimization.CombatScreenshotInterval.help"
"name": "Take Screenshots Every X Second(s) In Combat",
"help": "Minimum interval between 2 screenshots, limited in 0.1 ~ 1.0, can help reduce CPU during battle"
},
"WhenTaskQueueEmpty": {
"name": "Optimization.WhenTaskQueueEmpty.name",
"help": "Optimization.WhenTaskQueueEmpty.help",
"stay_there": "stay_there",
"goto_main": "goto_main",
"close_game": "close_game"
"name": "When Task Queue is Empty",
"help": "Close AL when there are no pending tasks, can help reduce CPU",
"stay_there": "Stay There",
"goto_main": "Goto Main Page",
"close_game": "Close Game"
}
},
"Cafe": {
"_info": {
"name": "Cafe._info.name",
"help": "Cafe._info.help"
"name": "Cafe Settings",
"help": ""
},
"Reward": {
"name": "Cafe.Reward.name",
"help": "Cafe.Reward.help"
"name": "Claim Reward",
"help": ""
},
"Touch": {
"name": "Cafe.Touch.name",
"help": "Cafe.Touch.help"
"name": "Student Interaction",
"help": "Auto detect intractable student and tap"
},
"AutoAdjust": {
"name": "Cafe.AutoAdjust.name",
"help": "Cafe.AutoAdjust.help"
"name": "Interface Auto Adjustment",
"help": "Auto adjust cafe interface for better student interaction"
},
"SecondCafe": {
"name": "Second Cafe",
"help": "Enable auto switch to second cafe and perform interaction"
}
},
"TacticalChallenge": {
"_info": {
"name": "TacticalChallenge._info.name",
"help": "TacticalChallenge._info.help"
"name": "Tactical Challenge Settings",
"help": ""
},
"PlayerSelect": {
"name": "TacticalChallenge.PlayerSelect.name",
"help": "TacticalChallenge.PlayerSelect.help",
"0": "0",
"1": "1",
"2": "2",
"3": "3"
"name": "Select Player",
"help": "",
"0": "Random",
"1": "First",
"2": "Second",
"3": "Third"
}
},
"ItemStorage": {
@@ -223,118 +227,118 @@
"help": "ItemStorage._info.help"
},
"AP": {
"name": "ItemStorage.AP.name",
"help": "ItemStorage.AP.help"
"name": "AP",
"help": ""
},
"Credit": {
"name": "ItemStorage.Credit.name",
"help": "ItemStorage.Credit.help"
"name": "Credit",
"help": ""
},
"Pyroxene": {
"name": "ItemStorage.Pyroxene.name",
"help": "ItemStorage.Pyroxene.help"
"name": "Pyroxene",
"help": ""
}
},
"Gui": {
"Aside": {
"Install": "Gui.Aside.Install",
"Home": "Gui.Aside.Home",
"Develop": "Gui.Aside.Develop",
"Performance": "Gui.Aside.Performance",
"Setting": "Gui.Aside.Setting",
"AddAlas": "Gui.Aside.AddAlas"
"Install": "Install",
"Home": "Home",
"Develop": "Develop",
"Performance": "Perf.",
"Setting": "Settings",
"AddAlas": "Add"
},
"Button": {
"Start": "Gui.Button.Start",
"Stop": "Gui.Button.Stop",
"ScrollON": "Gui.Button.ScrollON",
"ScrollOFF": "Gui.Button.ScrollOFF",
"ClearLog": "Gui.Button.ClearLog",
"Setting": "Gui.Button.Setting",
"CheckUpdate": "Gui.Button.CheckUpdate",
"ClickToUpdate": "Gui.Button.ClickToUpdate",
"RetryUpdate": "Gui.Button.RetryUpdate",
"CancelUpdate": "Gui.Button.CancelUpdate"
"Start": "Start",
"Stop": "Stop",
"ScrollON": "Auto Scroll ON",
"ScrollOFF": "Auto Scroll OFF",
"ClearLog": "Clear Log",
"Setting": "Setting",
"CheckUpdate": "Check update",
"ClickToUpdate": "Click to update",
"RetryUpdate": "Retry update",
"CancelUpdate": "Cancel update"
},
"Toast": {
"DisableTranslateMode": "Gui.Toast.DisableTranslateMode",
"ConfigSaved": "Gui.Toast.ConfigSaved",
"AlasIsRunning": "Gui.Toast.AlasIsRunning",
"ClickToUpdate": "Gui.Toast.ClickToUpdate"
"DisableTranslateMode": "Click here to disable translate mode",
"ConfigSaved": "Config saved",
"AlasIsRunning": "Scheduler is already running",
"ClickToUpdate": "New update available, click here to update"
},
"Status": {
"Running": "Gui.Status.Running",
"Inactive": "Gui.Status.Inactive",
"Warning": "Gui.Status.Warning",
"Updating": "Gui.Status.Updating"
"Running": "Running",
"Inactive": "Inactive",
"Warning": "Warning",
"Updating": "Waiting Update"
},
"MenuAlas": {
"Overview": "Gui.MenuAlas.Overview",
"Log": "Gui.MenuAlas.Log"
"Overview": "Overview",
"Log": "Logs"
},
"MenuDevelop": {
"HomePage": "Gui.MenuDevelop.HomePage",
"Translate": "Gui.MenuDevelop.Translate",
"Update": "Gui.MenuDevelop.Update",
"Remote": "Gui.MenuDevelop.Remote",
"Utils": "Gui.MenuDevelop.Utils"
"HomePage": "Home",
"Translate": "Translate",
"Update": "Updater",
"Remote": "Remote access",
"Utils": "Utils"
},
"Overview": {
"Scheduler": "Gui.Overview.Scheduler",
"Log": "Gui.Overview.Log",
"Running": "Gui.Overview.Running",
"Pending": "Gui.Overview.Pending",
"Waiting": "Gui.Overview.Waiting",
"NoTask": "Gui.Overview.NoTask"
"Scheduler": "Scheduler",
"Log": "Log",
"Running": "Running",
"Pending": "Pending",
"Waiting": "Waiting",
"NoTask": "No Task"
},
"Dashboard": {
"NoData": "Gui.Dashboard.NoData",
"TimeError": "Gui.Dashboard.TimeError",
"JustNow": "Gui.Dashboard.JustNow",
"MinutesAgo": "Gui.Dashboard.MinutesAgo",
"HoursAgo": "Gui.Dashboard.HoursAgo",
"DaysAgo": "Gui.Dashboard.DaysAgo",
"LongTimeAgo": "Gui.Dashboard.LongTimeAgo"
"NoData": "no data",
"TimeError": "time error",
"JustNow": "just now",
"MinutesAgo": "{time}min ago",
"HoursAgo": "{time}h ago",
"DaysAgo": "{time}d ago",
"LongTimeAgo": "long time ago"
},
"AddAlas": {
"PopupTitle": "Gui.AddAlas.PopupTitle",
"NewName": "Gui.AddAlas.NewName",
"CopyFrom": "Gui.AddAlas.CopyFrom",
"Confirm": "Gui.AddAlas.Confirm",
"FileExist": "Gui.AddAlas.FileExist",
"InvalidChar": "Gui.AddAlas.InvalidChar",
"InvalidPrefixTemplate": "Gui.AddAlas.InvalidPrefixTemplate"
"PopupTitle": "Add new config",
"NewName": "New name",
"CopyFrom": "Copy from existing config",
"Confirm": "Add",
"FileExist": "A config with the same name exists, please choose another one",
"InvalidChar": "Config name cannot contain any of the following characters: .\\/:*?\"<>|",
"InvalidPrefixTemplate": "Config name cannot start with 'template'"
},
"Update": {
"UpToDate": "Gui.Update.UpToDate",
"HaveUpdate": "Gui.Update.HaveUpdate",
"UpdateStart": "Gui.Update.UpdateStart",
"UpdateWait": "Gui.Update.UpdateWait",
"UpdateRun": "Gui.Update.UpdateRun",
"UpdateSuccess": "Gui.Update.UpdateSuccess",
"UpdateFailed": "Gui.Update.UpdateFailed",
"UpdateChecking": "Gui.Update.UpdateChecking",
"UpdateCancel": "Gui.Update.UpdateCancel",
"UpdateFinish": "Gui.Update.UpdateFinish",
"Local": "Gui.Update.Local",
"Upstream": "Gui.Update.Upstream",
"Author": "Gui.Update.Author",
"Time": "Gui.Update.Time",
"Message": "Gui.Update.Message",
"DisabledWarn": "Gui.Update.DisabledWarn",
"DetailedHistory": "Gui.Update.DetailedHistory"
"UpToDate": "Latest version",
"HaveUpdate": "A new version is available",
"UpdateStart": "Start update",
"UpdateWait": "Waiting for all AAS complete current task",
"UpdateRun": "Updating",
"UpdateSuccess": "Update succeeded, restarting",
"UpdateFailed": "Update failed. Logs can be found in ./log/*_gui.txt",
"UpdateChecking": "Checking for updates",
"UpdateCancel": "Update canceled, restarting AAS",
"UpdateFinish": "Update succeeded, please restart manually",
"Local": "Local",
"Upstream": "Upstream",
"Author": "Author",
"Time": "Commit time",
"Message": "Commit message",
"DisabledWarn": "Updater module is disabled. You need to manually restart AAS to update",
"DetailedHistory": "Detailed Commit History"
},
"Remote": {
"Running": "Gui.Remote.Running",
"NotRunning": "Gui.Remote.NotRunning",
"NotEnable": "Gui.Remote.NotEnable",
"EntryPoint": "Gui.Remote.EntryPoint",
"ConfigureHint": "Gui.Remote.ConfigureHint",
"SSHNotInstall": "Gui.Remote.SSHNotInstall"
"Running": "Remote access on",
"NotRunning": "Not running, server disconnected or offline",
"NotEnable": "Disabled, set webui password in deploy.yaml and enable remote access",
"EntryPoint": "Entry point:",
"ConfigureHint": "Configuration tutorial:",
"SSHNotInstall": "No SSH command in your system. Please refer to the tutorial to download or install one"
},
"Text": {
"InvalidFeedBack": "Gui.Text.InvalidFeedBack",
"Clear": "Gui.Text.Clear"
"InvalidFeedBack": "Invalid format. Example: {0}",
"Clear": "Clear"
}
}
}
+7 -3
View File
@@ -201,6 +201,10 @@
"AutoAdjust": {
"name": "自动调整界面",
"help": "在进行学生互动点击前对咖啡馆界面进行缩放和位置调整,以增加互动成功率"
},
"SecondCafe": {
"name": "第二咖啡厅",
"help": "自动切换第二咖啡厅进行互动点击"
}
},
"TacticalChallenge": {
@@ -309,19 +313,19 @@
"UpToDate": "已是最新版本",
"HaveUpdate": "有新版本可用",
"UpdateStart": "开始更新",
"UpdateWait": "等待所有 Alas 完成当前任务",
"UpdateWait": "等待所有 AAS 完成当前任务",
"UpdateRun": "更新中",
"UpdateSuccess": "更新成功,正在重启",
"UpdateFailed": "更新失败,可在./log/*_gui.txt中找到错误日志",
"UpdateChecking": "检查更新中",
"UpdateCancel": "取消更新,重启 Alas 中",
"UpdateCancel": "取消更新,重启 AAS 中",
"UpdateFinish": "更新成功,请手动重启",
"Local": "本地",
"Upstream": "上游仓库",
"Author": "作者",
"Time": "提交时间",
"Message": "提交信息",
"DisabledWarn": "更新模块未启用,你需要手动重启 Alas 进行更新",
"DisabledWarn": "更新模块未启用,你需要手动重启 AAS 进行更新",
"DetailedHistory": "详细提交历史"
},
"Remote": {
+1 -1
View File
@@ -172,7 +172,7 @@ class Control(Hermit, Minitouch, Scrcpy, MaaTouch):
self.click(ClickButton(button=area_offset(point_random, p2), name=name))
# just used in cafe
def pinch(self, box=(33, 130, 1247, 569), name='PINCH'):
def pinch(self, box=(35, 130, 1250, 560), name='PINCH'):
self.handle_control_check(name)
middle_point = (box[0] + box[2]) // 2, (box[1] + box[3]) // 2
width = box[2] - middle_point[0]
+181
View File
@@ -0,0 +1,181 @@
import cv2
import numpy as np
from module.base.base import ModuleBase
from module.base.button import ButtonWrapper, ClickButton
from module.base.timer import Timer
from module.base.utils import area_pad, area_size, area_offset, random_rectangle_vector_opted
from module.logger import logger
from module.ocr.ocr import Ocr
class StageList:
drag_vector_range = (0.65, 0.85)
def __init__(
self,
name,
area_stage: ButtonWrapper,
area_index: ButtonWrapper,
area_item: ButtonWrapper,
button_enter: ButtonWrapper,
drag_direction: str = "down"
):
self.name = name
self.stage = area_stage
self.index_ocr = Ocr(area_index, lang='en')
self.stage_item = area_item.button
self.enter = button_enter
self.drag_direction = drag_direction
self.current_index_min = 1
self.current_index_max = 1
self.current_indexes = []
def __str__(self):
return f'StageList({self.name})'
__repr__ = __str__
def __eq__(self, other):
return str(self) == str(other)
def __hash__(self):
return hash(self.name)
def _get_indexes(self) -> list[int]:
return list(map(lambda x: int(x.ocr_text), self.current_indexes))
def load_stage_indexes(self, main: ModuleBase):
self.current_indexes = list(
filter(lambda x: x.ocr_text.isdigit(), self.index_ocr.detect_and_ocr(main.device.image))
)
if not self.current_indexes:
logger.warning(f'No valid index in {self.index_ocr.name}')
return
indexes = self._get_indexes()
self.current_index_min = min(indexes)
self.current_index_max = max(indexes)
logger.attr(self.index_ocr.name, f'Index range: {self.current_index_min} - {self.current_index_max}')
def drag_page(self, direction: str, main: ModuleBase, vector_range=None, reverse=False):
"""
Args:
direction: up, down
main:
vector_range (tuple[float, float]):
reverse (bool):
"""
if vector_range is None:
vector_range = self.drag_vector_range
vector = np.random.uniform(*vector_range)
width, height = area_size(self.stage.button)
if direction == 'up':
vector = (0, vector * height)
elif direction == 'down':
vector = (0, -vector * height)
else:
logger.warning(f'Unknown drag direction: {direction}')
return
if reverse:
vector = (-vector[0], -vector[1])
p1, p2 = random_rectangle_vector_opted(vector, box=self.stage.button)
main.device.drag(p1, p2, name=f'{self.name}_DRAG')
def insight_index(self, index: int, main: ModuleBase, skip_first_screenshot=True) -> bool:
"""
Args:
index:
main:
skip_first_screenshot:
Returns:
If success
"""
logger.info(f'Insight index: {index}')
last_indexes: set[int] = set()
while 1:
if skip_first_screenshot:
skip_first_screenshot = False
else:
main.device.screenshot()
self.load_stage_indexes(main=main)
if self.current_index_min <= index <= self.current_index_max:
break
if index < self.current_index_min:
self.drag_page(self.drag_direction, main, reverse=True)
elif index > self.current_index_max:
self.drag_page(self.drag_direction, main)
main.wait_until_stable(
self.stage.button,
timer=Timer(0, 0),
timeout=Timer(1.5, 5)
)
indexes = self._get_indexes()
if indexes and last_indexes == set(indexes):
logger.warning(f'No more index {index}')
return False
last_indexes = set(indexes)
return True
@staticmethod
def _match_clickable_points(image, template, threshold=0.85):
image = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
template = cv2.cvtColor(template, cv2.COLOR_BGR2GRAY)
res = cv2.matchTemplate(image, template, cv2.TM_CCOEFF_NORMED)
loc = np.where(res >= threshold)
return [point for point in zip(*loc[::-1])]
def select_index_enter(
self,
index: int,
main: ModuleBase,
insight: bool = True,
skip_first_screenshot: bool = True,
interval: int = 5
) -> bool:
if insight and not self.insight_index(index, main, skip_first_screenshot):
return False
logger.info(f'Select index: {index}')
click_interval = Timer(interval)
load_index_interval = Timer(1)
while 1:
if skip_first_screenshot:
skip_first_screenshot = False
else:
main.device.screenshot()
if load_index_interval.reached_and_reset():
self.load_stage_indexes(main=main)
index_box = next(filter(lambda x: int(x.ocr_text) == index, self.current_indexes), None)
if index_box is None:
logger.warning(f'No index {index} in {self.index_ocr.name}')
return False
stage_item_box = area_pad((0, 0, *area_size(self.stage_item)))
search_box = area_offset(stage_item_box, index_box.box[:2])
search_image = main.image_crop(search_box)
points = self._match_clickable_points(search_image, self.enter.matched_button.image)
if not points:
logger.warning(f'No clickable {self.enter.name}')
return False
point = area_offset((0, 0, *area_size(self.enter.button)), points[0])
click_button = ClickButton(area_offset(point, search_box[:2]), name=self.enter.name)
if click_interval.reached_and_reset():
main.device.click(click_button)
return True
+1 -1
View File
@@ -376,7 +376,7 @@ def add_css(filepath):
def _read(path):
with open(path, "r") as f:
with open(path, "r", encoding="utf-8") as f:
return f.read()
+33 -3
View File
@@ -13,6 +13,16 @@ AFFECTION_LEVEL_UP = ButtonWrapper(
button=(882, 244, 1176, 476),
),
)
AP_EXCEED = ButtonWrapper(
name='AP_EXCEED',
jp=Button(
file='./assets/jp/base/popup/AP_EXCEED.png',
area=(610, 124, 669, 153),
search=(590, 104, 689, 173),
color=(139, 153, 168),
button=(535, 494, 746, 565),
),
)
DAILY_NEWS = ButtonWrapper(
name='DAILY_NEWS',
jp=Button(
@@ -27,9 +37,9 @@ DAILY_REWARD = ButtonWrapper(
name='DAILY_REWARD',
jp=Button(
file='./assets/jp/base/popup/DAILY_REWARD.png',
area=(854, 117, 1008, 165),
search=(834, 97, 1028, 185),
color=(178, 167, 112),
area=(416, 165, 434, 216),
search=(396, 145, 454, 236),
color=(203, 227, 237),
button=(920, 632, 1140, 712),
),
)
@@ -63,6 +73,16 @@ GET_REWARD_SKIP = ButtonWrapper(
button=(1137, 34, 1243, 65),
),
)
ITEM_EXPIRED = ButtonWrapper(
name='ITEM_EXPIRED',
jp=Button(
file='./assets/jp/base/popup/ITEM_EXPIRED.png',
area=(612, 147, 668, 175),
search=(592, 127, 688, 195),
color=(131, 145, 162),
button=(537, 487, 742, 553),
),
)
NETWORK_RECONNECT = ButtonWrapper(
name='NETWORK_RECONNECT',
jp=Button(
@@ -73,3 +93,13 @@ NETWORK_RECONNECT = ButtonWrapper(
button=(663, 467, 870, 537),
),
)
NETWORK_RECONNECT_OK = ButtonWrapper(
name='NETWORK_RECONNECT_OK',
jp=Button(
file='./assets/jp/base/popup/NETWORK_RECONNECT_OK.png',
area=(744, 487, 791, 515),
search=(724, 467, 811, 535),
color=(91, 165, 196),
button=(665, 468, 870, 536),
),
)
+32 -22
View File
@@ -5,7 +5,7 @@ from tasks.base.assets.assets_base_page import LOADING_CHECK
class PopupHandler(ModuleBase):
def handle_loading(self, interval=5) -> bool:
def handle_loading(self) -> bool:
"""
Args:
interval:
@@ -13,7 +13,7 @@ class PopupHandler(ModuleBase):
Returns:
If handled.
"""
if self.appear(LOADING_CHECK, interval=interval):
if self.appear(LOADING_CHECK):
timer = Timer(0.5).start()
while 1:
if timer.reached_and_reset():
@@ -27,7 +27,7 @@ class PopupHandler(ModuleBase):
return False
def handle_reward(self, interval=5) -> bool:
def handle_reward(self) -> bool:
"""
Args:
interval:
@@ -35,15 +35,13 @@ class PopupHandler(ModuleBase):
Returns:
If handled.
"""
if self.appear_then_click(GET_REWARD, interval=interval):
timer = Timer(0.2).start()
if self.appear(GET_REWARD) or self.match_color(GET_REWARD, threshold=30):
while 1:
if timer.reached_and_reset():
self.device.screenshot()
if self.appear(GET_REWARD):
self.device.click(GET_REWARD)
else:
break
self.device.screenshot()
if self.appear(GET_REWARD) or self.match_color(GET_REWARD, threshold=30):
self.click_with_interval(GET_REWARD, interval=0.5)
else:
break
return True
return False
@@ -52,13 +50,13 @@ class PopupHandler(ModuleBase):
if self.appear_then_click(GET_REWARD_SKIP, interval=interval):
return True
def handle_daily_news(self, interval=5) -> bool:
def handle_daily_news(self, interval=2) -> bool:
if self.appear_then_click(DAILY_NEWS, interval=interval):
return True
return False
def handle_daily_reward(self, interval=5) -> bool:
def handle_daily_reward(self, interval=2) -> bool:
if self.appear_then_click(DAILY_REWARD, interval=interval):
return True
@@ -67,19 +65,19 @@ class PopupHandler(ModuleBase):
def handle_network_reconnect(self, interval=5) -> bool:
if self.appear_then_click(NETWORK_RECONNECT, interval=interval):
return True
if self.appear_then_click(NETWORK_RECONNECT_OK, interval=interval):
return True
return False
def handle_affection_level_up(self, interval=5) -> bool:
if self.appear_then_click(AFFECTION_LEVEL_UP, interval=interval):
timer = Timer(0.2).start()
def handle_affection_level_up(self) -> bool:
if self.appear_then_click(AFFECTION_LEVEL_UP):
while 1:
if timer.reached_and_reset():
self.device.screenshot()
if self.appear(AFFECTION_LEVEL_UP):
self.device.click(AFFECTION_LEVEL_UP)
else:
break
self.device.screenshot()
if self.appear(AFFECTION_LEVEL_UP):
self.click_with_interval(AFFECTION_LEVEL_UP, interval=1)
else:
break
return True
return False
@@ -89,3 +87,15 @@ class PopupHandler(ModuleBase):
return True
return False
def handle_ap_exceed(self, interval=5) -> bool:
if self.appear_then_click(AP_EXCEED, interval=interval):
return True
return False
def handle_item_expired(self, interval=5) -> bool:
if self.appear_then_click(ITEM_EXPIRED, interval=interval):
return True
return False
+8 -2
View File
@@ -49,6 +49,7 @@ class UI(MainPage):
self.device.get_orientation()
timeout = Timer(10, count=20).start()
back_timer = Timer(0.5, count=2)
while 1:
if skip_first_screenshot:
skip_first_screenshot = False
@@ -76,8 +77,9 @@ class UI(MainPage):
logger.info("Additional ui page handled")
timeout.reset()
continue
logger.info("May be in standby main page")
self.device.click(BACK)
if back_timer.reached_and_reset():
logger.info("Unknown page, try to back")
self.device.click(BACK)
app_check()
minicap_check()
@@ -341,6 +343,10 @@ class UI(MainPage):
return True
if self.handle_new_student():
return True
if self.handle_ap_exceed():
return True
if self.handle_item_expired():
return True
return False
+72 -12
View File
@@ -13,6 +13,46 @@ BOX_CAFE = ButtonWrapper(
button=(33, 130, 1247, 569),
),
)
CAFE_FIRST = ButtonWrapper(
name='CAFE_FIRST',
jp=Button(
file='./assets/jp/cafe/CAFE_FIRST.png',
area=(82, 152, 136, 175),
search=(62, 132, 156, 195),
color=(111, 127, 147),
button=(82, 152, 136, 175),
),
)
CAFE_SECOND = ButtonWrapper(
name='CAFE_SECOND',
jp=Button(
file='./assets/jp/cafe/CAFE_SECOND.png',
area=(219, 152, 279, 175),
search=(199, 132, 299, 195),
color=(110, 126, 146),
button=(219, 152, 279, 175),
),
)
CHANGE_CAFE_NOT_SELECTED = ButtonWrapper(
name='CHANGE_CAFE_NOT_SELECTED',
jp=Button(
file='./assets/jp/cafe/CHANGE_CAFE_NOT_SELECTED.png',
area=(84, 89, 178, 109),
search=(64, 69, 198, 129),
color=(185, 193, 203),
button=(84, 89, 178, 109),
),
)
CHANGE_CAFE_SELECTED = ButtonWrapper(
name='CHANGE_CAFE_SELECTED',
jp=Button(
file='./assets/jp/cafe/CHANGE_CAFE_SELECTED.png',
area=(40, 87, 191, 112),
search=(20, 67, 211, 132),
color=(82, 105, 130),
button=(40, 87, 191, 112),
),
)
CHECK_REWARD = ButtonWrapper(
name='CHECK_REWARD',
jp=Button(
@@ -27,10 +67,10 @@ CLICKABLE_TEMPLATE = ButtonWrapper(
name='CLICKABLE_TEMPLATE',
jp=Button(
file='./assets/jp/cafe/CLICKABLE_TEMPLATE.png',
area=(0, 0, 42, 56),
search=(0, 0, 62, 76),
color=(77, 63, 1),
button=(0, 0, 42, 56),
area=(619, 332, 660, 387),
search=(599, 312, 680, 407),
color=(79, 65, 1),
button=(619, 332, 660, 387),
),
)
GET_REWARD = ButtonWrapper(
@@ -47,20 +87,40 @@ GET_REWARD_CLOSE = ButtonWrapper(
name='GET_REWARD_CLOSE',
jp=Button(
file='./assets/jp/cafe/GET_REWARD_CLOSE.png',
area=(891, 144, 917, 170),
search=(871, 124, 937, 190),
color=(173, 179, 189),
button=(891, 144, 917, 170),
area=(970, 134, 996, 160),
search=(950, 114, 1016, 180),
color=(172, 179, 188),
button=(970, 134, 996, 160),
),
)
GOT_REWARD = ButtonWrapper(
name='GOT_REWARD',
jp=Button(
file='./assets/jp/cafe/GOT_REWARD.png',
area=(609, 507, 672, 535),
search=(589, 487, 692, 555),
color=(174, 175, 174),
button=(609, 507, 672, 535),
area=(561, 501, 718, 556),
search=(541, 481, 738, 576),
color=(209, 210, 209),
button=(561, 501, 718, 556),
),
)
INVENTORY = ButtonWrapper(
name='INVENTORY',
jp=Button(
file='./assets/jp/cafe/INVENTORY.png',
area=(553, 94, 725, 122),
search=(533, 74, 745, 142),
color=(198, 205, 213),
button=(1130, 94, 1156, 120),
),
)
MOMOTALK_CLOSE = ButtonWrapper(
name='MOMOTALK_CLOSE',
jp=Button(
file='./assets/jp/cafe/MOMOTALK_CLOSE.png',
area=(824, 82, 850, 108),
search=(804, 62, 870, 128),
color=(252, 182, 194),
button=(824, 82, 850, 108),
),
)
OCR_CAFE = ButtonWrapper(
+71 -22
View File
@@ -7,11 +7,21 @@ from module.base.timer import Timer
from module.base.button import ClickButton
from module.base.utils.utils import area_offset
from module.ocr.ocr import Digit
from module.ui.switch import Switch
from tasks.base.page import page_cafe
from tasks.base.ui import UI
from tasks.cafe.assets.assets_cafe import *
SWITCH_CAFE = Switch('Cafe_switch')
SWITCH_CAFE.add_state('off', CHANGE_CAFE_NOT_SELECTED)
SWITCH_CAFE.add_state('on', CHANGE_CAFE_SELECTED)
SWITCH_CAFE_SELECT = Switch('Cafe_switch_select')
SWITCH_CAFE_SELECT.add_state('1', CAFE_FIRST)
SWITCH_CAFE_SELECT.add_state('2', CAFE_SECOND)
class CafeStatus(Enum):
STUDENT_LIST = 0
OCR = 1
@@ -44,24 +54,25 @@ class Cafe(UI):
image = cv2.cvtColor(image, cv2.COLOR_RGB2BGR)
hsv = cv2.cvtColor(image, cv2.COLOR_BGR2HSV)
# set color range
lower_hsv = np.array([17, 200, 220])
upper_hsv = np.array([28, 255, 255])
lower_hsv = np.array([18, 200, 220])
upper_hsv = np.array([30, 255, 255])
# get mask
mask = cv2.inRange(hsv, lower_hsv, upper_hsv)
# generate result
return cv2.bitwise_and(image, image, mask=mask)
def _match_clickable_points(self, image, threshold=0.9):
def _match_clickable_points(self, image, threshold=0.8):
image = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
template = self.btn.matched_button.image
template = cv2.cvtColor(template, cv2.COLOR_BGR2GRAY)
template = cv2.cvtColor(self.btn.matched_button.image, cv2.COLOR_BGR2GRAY)
res = cv2.matchTemplate(image, template, cv2.TM_CCOEFF_NORMED)
loc = np.where(res >= threshold)
return [point for point in zip(*loc[::-1])]
def _get_clickable_buttons(self, threshold=0.9, offset=(0, 0)):
image = cv2.copyMakeBorder(self.device.image, 20, 20, 10, 60, cv2.BORDER_CONSTANT, value=(0, 0, 0))
def _get_clickable_buttons(self, threshold=0.8, offset=(0, 0)):
image = self.device.image
h, w = image.shape[:2]
image = cv2.rectangle(image, (0, 10), (w - 25, h - 10), (0, 0, 0), 50)
image = self._extract_clickable_from_image(image)
points = self._match_clickable_points(image, threshold)
points = self.merge_points(points)
@@ -98,6 +109,8 @@ class Cafe(UI):
case 'right':
self.device.swipe_vector(vector_right, box=BOX_CAFE.area, random_range=random_r, padding=5)
self.device.swipe_vector(vector_right, box=BOX_CAFE.area, random_range=random_r, padding=5)
# solve too much swipe causing restart
self.device.click_record_clear()
def _get_reward_num(self):
ocr = Digit(OCR_CAFE)
@@ -108,6 +121,13 @@ class Cafe(UI):
logger.attr('Reward', num)
return num
def _cafe_additional(self) -> bool:
if self.appear_then_click(INVENTORY):
return True
if self.appear_then_click(MOMOTALK_CLOSE):
return True
return False
def _handle_cafe(self, status):
match status:
case CafeStatus.STUDENT_LIST:
@@ -121,24 +141,26 @@ class Cafe(UI):
if self.appear_then_click(CHECK_REWARD):
return CafeStatus.REWARD
case CafeStatus.REWARD:
if not self.appear(GET_REWARD_CLOSE):
self.click_with_interval(CHECK_REWARD)
return status
if self.match_color(GOT_REWARD):
self.device.click(GET_REWARD_CLOSE)
return CafeStatus.GOT
if not self.appear(GET_REWARD):
return CafeStatus.OCR
if self.match_color(GET_REWARD):
self.device.click(GET_REWARD)
self.click_with_interval(GET_REWARD)
case CafeStatus.GOT:
logger.info('Cafe reward have been got')
self.appear_then_click(GET_REWARD_CLOSE)
return CafeStatus.CLICK
if not self.appear(GET_REWARD_CLOSE):
return CafeStatus.CLICK
case CafeStatus.CLICK:
buttons = self._get_clickable_buttons(offset=(45, 10))
self.click = len(buttons)
logger.attr('Clickable', self.click)
if not buttons:
return CafeStatus.CHECK
self.device.click(buttons[0])
self.click_with_interval(buttons[0], interval=1)
case CafeStatus.CHECK:
buttons = self._get_clickable_buttons()
if not self.is_adjust_on:
@@ -174,21 +196,25 @@ class Cafe(UI):
is_reward_on = self.config.Cafe_Reward
is_touch_on = self.config.Cafe_Touch
self.is_adjust_on = self.config.Cafe_AutoAdjust
is_second_cafe_on = self.config.Cafe_SecondCafe
self.ui_ensure(page_cafe)
status = CafeStatus.STUDENT_LIST
loading_timer = Timer(2).start()
action_timer = Timer(1.5, count=1) # cant be too fast
check_timer = Timer(1, count=1)
action_timer = Timer(1, count=1) # cant be too fast
is_list = False
is_reset = False
is_second = False
is_enable = is_reward_on or is_touch_on
while is_enable:
while 1:
if not is_enable:
break
self.device.screenshot()
if self.ui_additional():
if self.ui_additional() or self._cafe_additional():
continue
if not loading_timer.reached():
@@ -196,7 +222,7 @@ class Cafe(UI):
if not is_list and status == CafeStatus.STUDENT_LIST and self.appear(STUDENT_LIST):
is_list = True
loading_timer = Timer(5).start()
loading_timer = Timer(3).start()
continue
if not is_reward_on and status == CafeStatus.OCR:
@@ -214,14 +240,37 @@ class Cafe(UI):
is_reset = True
continue
if status == CafeStatus.CHECK and not check_timer.reached_and_reset():
continue
if is_second_cafe_on and not is_second and status == CafeStatus.FINISHED:
if not SWITCH_CAFE.appear(main=self):
logger.warning('Cafe switch not found')
continue
if SWITCH_CAFE.get(main=self) == 'off':
SWITCH_CAFE.set('on', main=self)
logger.info('Switching to second cafe')
if not SWITCH_CAFE_SELECT.appear(main=self):
logger.info('Cafe switch select not found')
continue
match (SWITCH_CAFE_SELECT.get(main=self)):
case '1':
if self.click_with_interval(CAFE_SECOND):
continue
case '2':
logger.info('Cafe second arrived')
SWITCH_CAFE.set('off', main=self)
status = CafeStatus.STUDENT_LIST
is_list = False
is_second = True
self.check = 0
if action_timer.reached_and_reset():
status = self._handle_cafe(status)
logger.attr('Status', status)
status = self._handle_cafe(status)
if status is CafeStatus.FINISHED:
break
if not is_second_cafe_on:
if status is CafeStatus.FINISHED:
break
else:
if is_second and status is CafeStatus.FINISHED:
break
self.config.task_delay(server_update=True, minute=180)
+1 -1
View File
@@ -47,8 +47,8 @@ class Circle(UI):
status = CircleStatus.GOT
if action_timer.reached_and_reset():
status = self._handle_circle(status)
logger.attr('Status', status)
status = self._handle_circle(status)
if status is CircleStatus.FINISHED:
break
+10
View File
@@ -23,3 +23,13 @@ LOGIN_LOADING = ButtonWrapper(
button=(34, 682, 60, 707),
),
)
UPDATE = ButtonWrapper(
name='UPDATE',
jp=Button(
file='./assets/jp/login/UPDATE.png',
area=(526, 87, 756, 117),
search=(506, 67, 776, 137),
color=(183, 192, 201),
button=(666, 527, 872, 595),
),
)
+3 -2
View File
@@ -3,8 +3,7 @@ from module.exception import GameNotRunningError
from module.logger import logger
from tasks.base.page import page_main
from tasks.base.ui import UI
# from tasks.login.assets.assets_login import LOGIN_CONFIRM, USER_AGREEMENT_ACCEPT, LOGIN_LOADING
from tasks.login.assets.assets_login import LOGIN_CONFIRM, LOGIN_LOADING
from tasks.login.assets.assets_login import LOGIN_CONFIRM, LOGIN_LOADING, UPDATE
class Login(UI):
@@ -77,6 +76,8 @@ class Login(UI):
# continue
# if self.handle_popup_confirm():
# continue
if self.appear_then_click(UPDATE):
continue
if self.ui_additional():
continue
@@ -116,8 +116,8 @@ class TacticalChallenge(UI):
if self.appear_then_click(CHALLENGE_LOSE):
return TCStatus.LOSE
case TCStatus.WIN | TCStatus.LOSE:
if self.appear(CHALLENGE_WIN) or self.appear(CHALLENGE_LOSE):
return TCStatus.RESULT
if self.appear_then_click(CHALLENGE_WIN) or self.appear_then_click(CHALLENGE_LOSE):
return status
is_valid, ticket = self._get_ticket()
if not is_valid:
return status
@@ -146,8 +146,8 @@ class TacticalChallenge(UI):
if not ui_timer.reached():
continue
if action_timer.reached_and_reset():
status = self._handle_challenge(status)
logger.attr('Status', status.name)
status = self._handle_challenge(status)
if status in (TCStatus.FINAL, TCStatus.FINISHED):
break