Skip to content

Commit

Permalink
chore: 带着小姨子跑了
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 24, 2024
1 parent 76582a9 commit 6e5d13e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
is_release=${{ startsWith(github.ref, 'refs/tags/v') }}
tag=$(git describe --tags --match "v*" ${{ github.ref }} || true)
if [[ $tag != v* ]]; then
tag=$(curl -sX GET "https://api.github.com/repos/MaaAssistantArknights/MaaFramework/releases/latest" --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' | awk '/tag_name/{print $4}' FS='["]')
tag=$(curl -sX GET "https://api.github.com/repos/MaaXYZ/MaaFramework/releases/latest" --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' | awk '/tag_name/{print $4}' FS='["]')
if [[ $tag != v* ]]; then
tag="v0.0.0"
fi
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Download MaaFramework
uses: robinraju/[email protected]
with:
repository: MaaAssistantArknights/MaaFramework
repository: MaaXYZ/MaaFramework
fileName: "MAA-win-${{ matrix.arch }}*"
latest: true
out-file-path: "deps"
Expand Down Expand Up @@ -94,15 +94,15 @@ jobs:
pacman -Sy
pacman -S --noconfirm python git
# https://github.com/MaaAssistantArknights/MaaFramework/actions/runs/5643408179/job/15285186255
# https://github.com/MaaXYZ/MaaFramework/actions/runs/5643408179/job/15285186255
- uses: actions/checkout@v3
with:
submodules: true

- name: Download MaaFramework
uses: robinraju/[email protected]
with:
repository: MaaAssistantArknights/MaaFramework
repository: MaaXYZ/MaaFramework
fileName: "MAA-linux-${{ matrix.arch }}*"
latest: true
out-file-path: "deps"
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Download MaaFramework
uses: robinraju/[email protected]
with:
repository: MaaAssistantArknights/MaaFramework
repository: MaaXYZ/MaaFramework
fileName: "MAA-macos-${{ matrix.arch }}*"
latest: true
out-file-path: "deps"
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "assets/MaaCommonAssets"]
path = assets/MaaCommonAssets
url = https://github.com/MaaAssistantArknights/MaaCommonAssets.git
url = https://github.com/MaaXYZ/MaaCommonAssets.git
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# M9A

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

## 功能介绍

Expand All @@ -22,7 +22,7 @@

## 下载说明

下载地址:<https://github.com/MaaAssistantArknights/M9A/releases>
下载地址:<https://github.com/MaaXYZ/M9A/releases>

### Windows

Expand All @@ -35,6 +35,7 @@
- 若使用 Intel 处理器,请下载 `M9A-macos-x86_64-vXXX.zip`
- 若使用 M1, M2 等 arm 处理器,请下载 `M9A-macos-aarch64-vXXX.zip`
- 使用方式:

```bash
chmod a+x MaaPiCli
./MaaPiCli
Expand All @@ -52,15 +53,15 @@

## How to build

**如果你要编译源码才看这节,否则直接 [下载](https://github.com/MaaAssistantArknights/M9A/releases) 即可**
**如果你要编译源码才看这节,否则直接 [下载](https://github.com/MaaXYZ/M9A/releases) 即可**

0. 完整克隆本项目及子项目

```bash
git clone --recursive https://github.com/MaaAssistantArknights/M9A.git
git clone --recursive https://github.com/MaaXYZ/M9A.git
```

1. 下载 MaaFramework 的 [Release 包](https://github.com/MaaAssistantArknights/MaaFramework/releases),解压到 `deps` 文件夹中
1. 下载 MaaFramework 的 [Release 包](https://github.com/MaaXYZ/MaaFramework/releases),解压到 `deps` 文件夹中
2. 安装

```python
Expand All @@ -71,7 +72,7 @@

## 开发相关

- [MaaFramework 快速开始](https://github.com/MaaAssistantArknights/MaaFramework/blob/main/docs/zh_cn/1.1-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.md)
- [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)

## Join us

Expand Down

1 comment on commit 6e5d13e

@MoonlightSmile
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

展开说说小姨子怎么跑的

Please sign in to comment.