diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f5664c..66cfe30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: - uses: actions/upload-artifact@v3 with: - name: MAA1999-win-${{ matrix.arch }} + name: MAALimbusCompany-win-${{ matrix.arch }} path: "install" ubuntu: diff --git a/CMakeLists.txt b/CMakeLists.txt index 7891ad1..50679a9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/README.md b/README.md index 2d2dd21..fa9dfb6 100644 --- a/README.md +++ b/README.md @@ -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 + ## 画大饼 @@ -56,4 +64,4 @@ MAA1999_CLI.exe "H:\Program Files\Netease\MuMuPlayer-12.0\shell\.\adb.exe" "127. ## Join us -开发 QQ 群:649344857 +开发 QQ 群:864474742 diff --git a/source/cli/main.cpp b/source/cli/main.cpp index 60a84f3..a00070c 100644 --- a/source/cli/main.cpp +++ b/source/cli/main.cpp @@ -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;