docs(aicore/ax-m1): add V1.1 product photos and align memory/NPU spec wording#1930
Merged
Milir-Radxa merged 2 commits intoJul 14, 2026
Conversation
… wording Two coordinated changes for the AICore AX-M1 product page: 1. Split the product appearance section into a Tabs component (V1.0 / V1.1) so users can switch between hardware revisions. Adds the V1.1 front and back photos as webp assets alongside the existing V1.0 set. 2. Update the spec table memory and NPU values to use 'Up to' / 最高可达 wording to match the SKU configurability, in both Chinese and English. Source: feedback from 吴闽龙 in 售后技术支持 (2026-07-14)
8f8e1df to
ae9a97e
Compare
…photos Mirror the product page change on the getting-started tutorial landing page so the V1.0 / V1.1 hardware version switch also applies here. Reuses the V1.0 / V1.1 webp assets already added in the previous commit. The hardware_install sub-page installation photos (preinstall / install / heat) are intentionally left as-is because no V1.1 installation shots have been provided yet — Tabs without a real V1.1 photo would be misleading. Source: feedback from 吴闽龙 in 售后技术支持 (2026-07-14)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
对 Radxa AICore AX-M1 文档做三处协调改动,让页面与实际硬件版本保持一致:
docs/aicore/ax-m1/README.md+ 英文版)8GB LPDDR4x/24TOPS@INT8→Up to/最高可选 / 最高可达)docs/aicore/ax-m1/getting-started/README.md+ 英文版,复用同一批 V1.1 webp)背景
售后技术支持同事反馈三点:
Radxa AICore AX-M1 V1.1),与 V1.0 外观存在差异,但页面只展示 V1.0 图片,客户看到文档图片与实物不符。8GB LPDDR4x/24TOPS@INT8),与实际 "按 SKU 可选" 的产品定位不符,需要用Up to/最高可选 / 最高可达表达。改动详情
1. 主产品页:产品外观 Tabs + V1.1 图片
新增两张 V1.1 webp:
static/img/aicore-ax-m1/aicore_ax_m1_top_v11.webp(V1.1 正面)static/img/aicore-ax-m1/aicore_ax_m1_bottom_v11.webp(V1.1 背面)"产品外观"小节结构由单个
<div>改为:queryString="ax-m1-version"让切换版本时 URL 带上?ax-m1-version=V1.1,方便深链。2. 主产品页:规格表口径
3. getting-started 教程页:产品实物 Tabs
在
docs/aicore/ax-m1/getting-started/README.md(含英文版)"产品实物 / Product overview" 小节用同样的<Tabs>结构展示 V1.0 / V1.1 两套图,复用上面已经上传的 V1.1 webp。改动范围说明
aicore/ax-m1子树;static/img/aicore-ax-m1/,被 markdown 中的<img>直接引用,与 docs 改动强相关、不可拆分,因此同 PR 提交;docs/aicore/ax-m1/getting-started/hardware_install.md:里面 3 张安装过程图(preinstall / install / heat)目前没有 V1.1 版本实拍,强行加 Tabs 会误导。等拿到 V1.1 安装图后再单独补一个 PR。影响范围
预览
merge 后访问:
英文站对应路径同上,加
/en/前缀。来源
售后技术支持群(2026-07-14)吴闽龙反馈并提供 V1.1 实拍图、确认规格口径调整。