Commit Graph

63 Commits

Author SHA1 Message Date
Horror Proton
7d37f54abe chore: use maatouch in python script by default
maatouch is more compatable for android in docker
2023-03-10 13:17:41 +08:00
yuanyan3060
03f65c154e 增加一个task,可以执行tasks.json内任意一个task 2023-03-10 00:45:07 +08:00
Horror Proton
05ae3620b4 feat: add fallback for python library search, etc. 2023-03-05 20:05:32 +08:00
LambdaLe
b73fc2c159 feat: Python添加Hyperv蓝叠的端口获取与模拟器启动函数 2023-02-22 20:45:40 +08:00
MistEO
686e84a98a fix: 修复文档链接 2023-02-15 21:29:49 +08:00
陈泽煊
1c2484cb52 fix:包路径问题修复 2023-02-05 17:18:08 +08:00
陈泽煊
07382c52da 重构了Python接口结构 2023-02-04 11:51:35 +08:00
SarContDeli
e3fce88ee7 feat: Python接口的MAA更新器 2023-02-02 21:36:32 +08:00
trance233
97d6847753 Update asst.py
修改环境变量设置流程, 避免空环境变量问题
2022-12-17 21:25:05 +08:00
trance233
adb398afd3 Update asst.py
修正枚举类使用错误, 删除部分冗余代码
2022-12-17 16:53:44 +08:00
trance233
a7539c7af1 Update asst.py
修正Python枚举类型使用错误
2022-12-17 16:47:40 +08:00
popjdh
75670a9081 修改Python额外配置接口命名 2022-12-17 13:27:27 +08:00
popjdh
a375af59e0 Python触控配置接口解耦, 增加使用例 2022-12-17 12:28:01 +08:00
popjdh
ccb0e5c31a 完善Python触控配置接口 2022-12-17 12:04:49 +08:00
popjdh
56841ccd94 添加Python触控配置接口 2022-12-17 11:50:05 +08:00
MistEO
d9dcbb6289 chore: breaking rename 2022-12-02 00:22:47 +08:00
MistEO
8ff2c5e1d0 fix: 修复项目配置错误 2022-12-02 00:14:59 +08:00
MistEO
c27fc7fbb1 refactor: 重构 PackageTask 2022-11-25 23:16:29 +08:00
MistEO
fcdb718c69 fix: 修复手动停止时回调消息错误,新增TaskChainStopped回调消息
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2442
2022-10-26 23:48:33 +08:00
Horror Proton
887dde6bb0 fix: fix an if branch in asst.py 2022-10-17 20:56:34 +08:00
MistEO
fc139c5ba9 feat: 新增AsstSetUserDir接口 2022-10-09 15:59:52 +08:00
Hao Guan
f2b461bde6 feat: use VisionOCR for apple platform 2022-10-07 04:57:51 +10:00
MistEO
19f6d5307f feat: py接口新增支持加载外服增量资源 2022-08-28 16:11:18 +08:00
MistEO
eb1d10a906 feat: fix python interface 2022-08-28 15:49:24 +08:00
MistEO
a7de01a242 feat: python 接口适配 AsstRunning 接口 2022-08-28 15:42:24 +08:00
MistEO
41d9783af3 feat: 默认关卡改为当前关卡/上次关卡自动识别 2022-07-25 21:38:36 +08:00
MistEO
18a5c1f308 feat.新增支持信用商店优先购买选项 2022-05-14 01:19:54 +08:00
MistEO
1999f72089 perf.优化python接口的一些调用方式 2022-04-03 01:26:05 +08:00
MistEO
01d5dd2941 chore.修改python脚本及版本包 2022-04-01 23:57:38 +08:00
MistEO
1eeaea7eb0 fix.修复Python脚本读取非当前目录报错的问题
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/323
2022-04-01 23:17:24 +08:00
MistEO
9d742527ee chore.优化了一些有的没的,修复笔误等 2022-04-01 22:33:47 +08:00
MistEO
4a0616c7d7 chore.完成WD-EX8-突袭作业,优化一些小问题 2022-03-30 00:46:16 +08:00
MistEO
f7c9d94eff chore.将Python脚本也打包到发版包中 2022-03-29 00:14:56 +08:00
MistEO
969b69ec2e feat.新增抄作业的接口支持 2022-03-28 23:47:24 +08:00
MistEO
cb9e643e9c chore.更新 C、Python 集成示例 2022-03-12 23:41:30 +08:00
MistEO
fc0a387b58 feat.增加一些接口检查 2022-03-05 01:29:30 +08:00
MistEO
1fdb131f7b refactor.读取资源接口解耦 2022-03-04 23:51:08 +08:00
MistEO
64b60b3008 feat.补上python的开始唤醒接口 2022-03-04 21:41:03 +08:00
MistEO
d71ae30ae7 Merge branch 'refactor' 2022-02-26 20:22:11 +08:00
MistEO
5725d20809 feat.新增日志外部接口,更新python接口 2022-02-19 22:36:45 +08:00
zhangweijian97
f7e14e9488 chore.整理python定时demo 2022-02-19 00:42:14 +08:00
Zhang Weijian
69f5799486 添加到 src/Python (#237)
* 添加定时任务模块

* 改成只提交一个py文件

* 修改了一些测试用的代码
2022-02-18 20:04:58 +08:00
Zhang Weijian
e3a1c7dca3 添加定时任务插件 (#234)
* 添加定时任务模块

* 改成只提交一个py文件
2022-02-17 12:57:31 +08:00
MistEO
9e90f0b20a docs.更新了肉鸽的python接口及文档 2022-02-14 23:55:20 +08:00
MistEO
4219207f43 refactor.适配新的回调消息 2022-01-08 16:28:53 +08:00
MistEO
9524cf96b1 interface.修改回调json为utf-8 2022-01-06 18:08:55 +08:00
MistEO
f3a4b6dfc9 Merge pull request #95 from yuanyan3060/master
fix a bug
2022-01-05 18:12:39 +08:00
MistEO
2517085103 fix.修复笔误 2022-01-05 18:12:15 +08:00
MistEO
f077771773 fix.修复笔误 2022-01-05 18:11:32 +08:00
yuanyan3060
fd950cd0b1 fix a bug 2022-01-05 17:04:57 +08:00