We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93df7d5 commit f0698b2Copy full SHA for f0698b2
1 file changed
.github/workflows/build.yml
@@ -238,15 +238,14 @@ jobs:
238
body: |
239
## 📦 下载说明
240
241
- ### Windows
242
- - **x64**: 下载 `.msi` 安装包
+ ### Web
+ - 在线使用: [mla.maafw.com](https://mla.maafw.com)
243
244
- ### macOS
245
- - **Intel 芯片**: 下载 `x64.dmg` 文件
246
- - **Apple Silicon (M1/M2/M3)**: 下载 `aarch64.dmg` 文件
+ ### VSCode 插件
+ - Visual Studio Marketplace: [Windsland52.maa-log-analyzer](https://marketplace.visualstudio.com/items?itemName=Windsland52.maa-log-analyzer)
247
248
- ### Linux
249
- - **x64**: 下载 `.deb` 文件
+ ### 桌面端安装包
+ - Windows (.msi)、macOS (.dmg) 与 Linux (.deb) 安装包见本页附件
250
251
## 📝 更新内容
252
${{ needs.changelog.outputs.release_body }}
0 commit comments