diff --git a/.vitepress/config/en_US.ts b/.vitepress/config/en_US.ts index b5b8288..7099de1 100644 --- a/.vitepress/config/en_US.ts +++ b/.vitepress/config/en_US.ts @@ -4,8 +4,18 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress' export const enConfig: LocaleSpecificConfig = { 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: { diff --git a/.vitepress/config/zh_CN.ts b/.vitepress/config/zh_CN.ts index 134472c..229f0fd 100644 --- a/.vitepress/config/zh_CN.ts +++ b/.vitepress/config/zh_CN.ts @@ -4,8 +4,18 @@ import type { DefaultTheme, LocaleSpecificConfig } from 'vitepress' export const zhConfig: LocaleSpecificConfig = { themeConfig: { // 主题设置 - lastUpdatedText: '上次更新', // 上次更新显示文本 + lastUpdated: { + text: "最后更新于", // 上次更新显示文本 + formatOptions: { + dateStyle: "short", + timeStyle: "short", + }, + }, returnToTopLabel: '返回顶部', // 更改手机端菜单文字显示 + sidebarMenuLabel: '菜单', + lightModeSwitchTitle: '切换到浅色模式', + darkModeSwitchTitle: '切换到深色模式', + langMenuLabel: '多语言', search: { provider: 'local', options: { diff --git a/.vitepress/theme/components/DownloadLink.vue b/.vitepress/theme/components/DownloadLink.vue index 5aa19e3..9723b46 100644 --- a/.vitepress/theme/components/DownloadLink.vue +++ b/.vitepress/theme/components/DownloadLink.vue @@ -132,9 +132,9 @@ export default { this.version = data.tag_name this.releaseBody = data.body .replace(/\n/g, '
') // 统一换行符 - .replace(/##\s*Fix/g, 'Fix') - .replace(/##\s*Feat/g, 'Feat') - .replace(/##\s*Update/g, 'Update') + .replace(/#{1,2}\s*Fix/g, 'Fix') + .replace(/#{1,2}\s*Feat/g, 'Feat') + .replace(/#{1,2}\s*Update/g, 'Update') } catch (error) { console.error('Failed to fetch release info:', error) this.version = this.texts.fetchFailed diff --git a/src/en_US/docs/manual/quick-start.md b/src/en_US/docs/manual/quick-start.md index a2d3752..f470b54 100644 --- a/src/en_US/docs/manual/quick-start.md +++ b/src/en_US/docs/manual/quick-start.md @@ -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 @@ -30,7 +32,7 @@ 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) @@ -38,10 +40,10 @@ Copy example.json from the BAAH_CONFIGS folder and rename it to any other name, 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. @@ -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://: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. :::: diff --git a/src/zh_CN/docs/manual/quick-start.md b/src/zh_CN/docs/manual/quick-start.md index 9df4c95..f4ec26e 100644 --- a/src/zh_CN/docs/manual/quick-start.md +++ b/src/zh_CN/docs/manual/quick-start.md @@ -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。 ## 开始部署 @@ -28,7 +31,7 @@ description: 3 步完成 BlueArchive Aris Helper 部署!MuMu 模拟器设置 [视频教程](https://www.bilibili.com/video/BV1ZxfGYSEVr) -首先,下载约 140MB 的压缩包后解压至任意文件夹 +首先,下载约 160MB 的压缩包后解压至任意文件夹。 [前往下载页](/zh_CN/download) @@ -36,10 +39,10 @@ description: 3 步完成 BlueArchive Aris Helper 部署!MuMu 模拟器设置 双击 BAAH.exe 打开界面。 -在模拟器设置中,修改端口号为你的模拟器adb调试端口。 - 在服务器设置中,选择你游玩的ba服务器。 +如果使用的是模拟器,请在模拟器设置中,修改端口号为你的模拟器adb调试端口。 + 在任务执行顺序设置中,启用任务流或点击快速执行按钮运行任务。 @@ -156,10 +159,10 @@ docker run -d --name BAAH -p 8000:8000 ghcr.io/BlueArchiveArisHelper/baah:latest 随后打开浏览器,打开 `http://:8000` -在模拟器设置中,修改端口号为你的模拟器adb调试端口。 - 在服务器设置中,选择你游玩的ba服务器。 +如果使用的是模拟器,请在模拟器设置中,修改端口号为你的模拟器adb调试端口 + 在任务执行顺序设置中,启用任务流或点击快速执行按钮运行任务。 :::: \ No newline at end of file diff --git a/src/zh_CN/download.md b/src/zh_CN/download.md index 35016cb..9bff6e1 100644 --- a/src/zh_CN/download.md +++ b/src/zh_CN/download.md @@ -36,7 +36,7 @@ description: 免费获取 BlueArchive Aris Helper 自动化脚本!Windows 推 == Windows 夸克网盘下载 -Mirror酱下载(需要CDK) +Mirror酱下载(需要CDK) GitHub Release BlockHaity's API