Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .vitepress/config/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress'

export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
themeConfig: { // 主题设置
lastUpdatedText: 'Last updated', // 上次更新显示文本
lastUpdated: {
text: "Last updated", // 上次更新显示文本
formatOptions: {
dateStyle: "short",
timeStyle: "short",
},
},
returnToTopLabel: 'Back to top', // 更改手机端菜单文字显示
sidebarMenuLabel: 'Menu',
lightModeSwitchTitle: 'Switch to light theme',
darkModeSwitchTitle: 'Switch to dark theme',
langMenuLabel: 'Language',
search: {
provider: 'local',
options: {
Expand Down
12 changes: 11 additions & 1 deletion .vitepress/config/zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress'

export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
themeConfig: { // 主题设置
lastUpdatedText: '上次更新', // 上次更新显示文本
lastUpdated: {
text: "最后更新于", // 上次更新显示文本
formatOptions: {
dateStyle: "short",
timeStyle: "short",
},
},
returnToTopLabel: '返回顶部', // 更改手机端菜单文字显示
sidebarMenuLabel: '菜单',
lightModeSwitchTitle: '切换到浅色模式',
darkModeSwitchTitle: '切换到深色模式',
langMenuLabel: '多语言',
search: {
provider: 'local',
options: {
Expand Down
6 changes: 3 additions & 3 deletions .vitepress/theme/components/DownloadLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ export default {
this.version = data.tag_name
this.releaseBody = data.body
.replace(/\n/g, '<br>') // 统一换行符
.replace(/##\s*Fix/g, '<span style="color: #e74c3c; font-weight: bold;">Fix</span>')
.replace(/##\s*Feat/g, '<span style="color: #2ecc71; font-weight: bold;">Feat</span>')
.replace(/##\s*Update/g, '<span style="color: #3498db; font-weight: bold;">Update</span>')
.replace(/#{1,2}\s*Fix/g, '<span style="color: #e74c3c; font-weight: bold;">Fix</span>')
.replace(/#{1,2}\s*Feat/g, '<span style="color: #2ecc71; font-weight: bold;">Feat</span>')
.replace(/#{1,2}\s*Update/g, '<span style="color: #3498db; font-weight: bold;">Update</span>')
} catch (error) {
console.error('Failed to fetch release info:', error)
this.version = this.texts.fetchFailed
Expand Down
18 changes: 10 additions & 8 deletions src/en_US/docs/manual/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@ description: Complete BlueArchive Aris Helper deployment in 3 steps! MuMu emulat
1. Emulator
- It is recommended to use MuMu 4.x
- Set resolution to 1280*720 pixels with 240 DPI. Enable ADB debugging. Note the ADB debugging port number of the emulator.
- If you are using MuMuPlayer, please turn off Keep alive in background in the bottom of settings
- If you are using MuMuPlayer, please turn off Keep alive in background in the bottom of settings.
- If ADB cannot connect, please confirm that the network bridge mode of the emulator is turned off or modify the ADB connection IP in other settings.
2. Game Settings
- **Games** -> **EX Skill Effects** -> **Off**
- **Graphics** -> **Battle Screen Vertical Letterbox** -> **Off**
- Manually raise the camera view in the cafe to the highest position, preferably stacking all furniture on the far right side of the screen

- Manually raise the camera view in the cafe to the highest position, preferably stacking all furniture on the far right side of the screen.
3. Additional Game Settings for Steam Global Version
- **Control** -> **Display Shortcut Icon** -> **Off**
- Close software that displays frame rate and usage in the game window, as they may block the UI.
## Deployment

:::: tabs
Expand All @@ -30,18 +32,18 @@ description: Complete BlueArchive Aris Helper deployment in 3 steps! MuMu emulat

[Video Tutorial](https://www.bilibili.com/video/BV1ZxfGYSEVr)

First, download the approximately 140MB compressed package and extract it to any folder
First, download the approximately 160MB compressed package and extract it to any folder.

[Go to Download Page](/en_US/download)

Copy example.json from the BAAH_CONFIGS folder and rename it to any other name, such as task.json

Double-click BAAH.exe to open the interface.

In Emulator Configuration, modify the port number to your emulator's ADB debugging port.

In Server Configuration, select your BA server.

In Emulator Configuration, modify the port number to your emulator's ADB debugging port. (If you are using an emulator)

In Task Execution Order, enable the task flow or click the Quick Call Task button to run tasks.


Expand Down Expand Up @@ -158,10 +160,10 @@ docker run -d --name BAAH -p 8000:8000 ghcr.io/BlueArchiveArisHelper/baah:latest

Then open your browser and navigate to `http://<your-server-ip>:8000`

In Emulator Configuration, modify the port number to your emulator's ADB debugging port.

In Server Configuration, select your BA server.

In Emulator Configuration, modify the port number to your emulator's ADB debugging port. (If you are using an emulator)

In Task Execution Order, enable the task flow or click the Quick Call Task button to run tasks.

::::
17 changes: 10 additions & 7 deletions src/zh_CN/docs/manual/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ description: 3 步完成 BlueArchive Aris Helper 部署!MuMu 模拟器设置
1. 模拟器
- 建议使用 MuMu 4.x
- 分辨率设置为 1280*720 像素, 240 DPI。将adb调试打开。注意模拟器的adb调试端口号。
- 如果你使用的MuMu模拟器,请在设置的底部关闭后台保活运行
- 如果你使用的MuMu模拟器,请在设置的底部关闭后台保活运行
- 如果adb无法连接,请确认关闭模拟器的网络桥接功能 或 在其他设置中修改adb连接IP。
2. 游戏本体设置
- **游戏** -> **技能动画** -> **关**
- **画面** -> **战斗时上下黑边** -> **关**
- 咖啡厅的摄像机视角手动拉到了最高,最好家具全堆在屏幕最右侧
- 咖啡厅的摄像机视角手动拉到了最高,最好将家具全堆在屏幕最右侧。
3. 国际服 Steam 版游戏本体附加设置
- **操作** -> **快捷键图示显示** -> **关**
- 关闭在游戏窗口显示帧率占用等功能的软件,它们很可能会挡住UI。

## 开始部署

Expand All @@ -28,18 +31,18 @@ description: 3 步完成 BlueArchive Aris Helper 部署!MuMu 模拟器设置

[视频教程](https://www.bilibili.com/video/BV1ZxfGYSEVr)

首先,下载约 140MB 的压缩包后解压至任意文件夹
首先,下载约 160MB 的压缩包后解压至任意文件夹

[前往下载页](/zh_CN/download)

将 BAAH_CONFIGS 文件夹内的 example.json 复制并重命名为任一其他名字,如 task.json

双击 BAAH.exe 打开界面。

在模拟器设置中,修改端口号为你的模拟器adb调试端口。

在服务器设置中,选择你游玩的ba服务器。

如果使用的是模拟器,请在模拟器设置中,修改端口号为你的模拟器adb调试端口。

在任务执行顺序设置中,启用任务流或点击快速执行按钮运行任务。


Expand Down Expand Up @@ -156,10 +159,10 @@ docker run -d --name BAAH -p 8000:8000 ghcr.io/BlueArchiveArisHelper/baah:latest

随后打开浏览器,打开 `http://<your-server-ip>:8000`

在模拟器设置中,修改端口号为你的模拟器adb调试端口。

在服务器设置中,选择你游玩的ba服务器。

如果使用的是模拟器,请在模拟器设置中,修改端口号为你的模拟器adb调试端口

在任务执行顺序设置中,启用任务流或点击快速执行按钮运行任务。

::::
2 changes: 1 addition & 1 deletion src/zh_CN/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ description: 免费获取 BlueArchive Aris Helper 自动化脚本!Windows 推
== Windows

<a href="https://pan.quark.cn/s/319faf23496c" class="VPButton medium brand">夸克网盘下载</a>
<a href="https://mirrorchyan.com/zh/projects?rid=BAAH" class="VPButton medium alt">Mirror酱下载(需要CDK)</a>
<a href="https://mirrorchyan.com/zh/projects?rid=BAAH" class="VPButton medium alt">Mirror酱下载需要CDK</a>
<a href="https://github.com/BlueArchiveArisHelper/BAAH/releases" class="VPButton medium alt">GitHub Release</a>
<a href="https://api.blockhaity.qzz.io/docs/#/api-doc/getbaah" class="VPButton medium alt">BlockHaity's API</a>

Expand Down