Skip to content

Commit e98c80b

Browse files
JusterZhuclaude
andcommitted
fix: add video iframe to zh-Hans PacketTool doc
The zh-Hans locale is the default locale in Docusaurus config, so its content is sourced from i18n/zh-Hans/ not website/docs/. Video was missing from the zh-Hans copy. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 3b26db1 commit e98c80b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/quickstart/GeneralUpdate.PacketTool.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,15 @@ Generate Sample 额外输出:
327327

328328
如果你使用 `GeneralUpdate.Avalonia.Android``GeneralUpdate.Maui.Android` 组件为 Android 应用提供自动更新能力,每次发布新版本时都需要获取 APK/AAB 文件的元数据(包名、版本号、SHA256 哈希、文件大小),并将其上传到服务端进行版本管理。Mobile 模块把"解析 → 打包 → 上传 → 生成版本记录"这四步收敛到一个界面中。
329329

330+
<iframe
331+
src="//player.bilibili.com/player.html?bvid=BV1ctJF6XEJs&page=1"
332+
width="100%"
333+
height="480"
334+
style={{ borderRadius: '8px', border: 'none' }}
335+
allowFullScreen
336+
scrolling="no"
337+
/>
338+
330339
支持两种工作模式:
331340

332341
- **文件模式**:直接选择 APK 或 AAB 文件,自动解析 AndroidManifest.xml 提取元数据

0 commit comments

Comments
 (0)