Skip to content

Commit

Permalink
Port to MAA1999 latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
hxdnshx committed Oct 30, 2023
1 parent b5897e8 commit 0c87e38
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: MAA1999-win-${{ matrix.arch }}
name: MAALimbusCompany-win-${{ matrix.arch }}
path: "install"

ubuntu:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
project(MAA1999)
project(MAALimbusCompany)

set_property(GLOBAL PROPERTY USE_FOLDERS ON)
set(Boost_NO_WARN_NEW_VERSIONS 1)
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
基于全新架构的 亿韭韭韭(LimbusCompany) 小助手。图像技术 + 模拟控制,解放双手!
[MaaFramework](https://github.com/MaaAssistantArknights/MaaFramework) / [MaaCommon](https://github.com/MaaAssistantArknights/MaaCommon) 强力驱动!

## 与其他项目的区别

由于采用 MAA 框架进行开发,这个自动化工具主要支持的目标为 Android 设备/模拟器,并不支持PC端(Steam)游戏的自动化,如果您需要相关的工具,可以前往下面的项目:

- https://github.com/HSLix/LixAssistantLimbusCompany
- https://github.com/Xie-Tiao/Limbus-Scripts
- https://github.com/Janrilw/limbus-company-auto


## 画大饼

Expand Down Expand Up @@ -56,4 +64,4 @@ MAA1999_CLI.exe "H:\Program Files\Netease\MuMuPlayer-12.0\shell\.\adb.exe" "127.

## Join us

开发 QQ 群:649344857
开发 QQ 群:864474742
3 changes: 1 addition & 2 deletions source/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ bool proc_argv(int argc, char** argv, bool& debug, std::string& adb, std::string
<< std::endl
<< utf8_to_crt("选择客户端类型:") << std::endl
<< std::endl
<< utf8_to_crt("1. 官服\n"
"2. Bilibili服\n")
<< utf8_to_crt("1. 官服\n")
<< std::endl
<< std::endl
<< utf8_to_crt("请输入客户端类型序号,例如 1: ") << std::endl;
Expand Down

0 comments on commit 0c87e38

Please sign in to comment.