添加中文tang console的页面

This commit is contained in:
Rosemary_HSN
2025-01-25 00:22:46 +08:00
parent 011e33dc06
commit afbe5aeb22
5 changed files with 62 additions and 0 deletions

View File

@@ -383,6 +383,15 @@ items:
- label: 常见问题
file: tang/Tang-Nano-Doc/questions.md
target: _blank
- label: Tang Mega Console
items:
- label: 板卡介绍
file: tang/tang-console/mega-console.md
- label: 安装 IDE
file: tang/Tang-Nano-Doc/get_started/install-the-ide.md
- label: 常见问题
file: tang/Tang-Nano-Doc/questions.md
target: _blank
- label: Tang PMOD
file: tang/tang-PMOD/FPGA_PMOD.md
- label: MaixSense

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

View File

@@ -0,0 +1,37 @@
---
title: Tang Mega Console
keywords: FPGA, Tang, Console, 60K, 138K
update:
- date: 2025-01-23
version: v0.1
author: Serika
content:
- 新建文档
---
## 产品概述
- 发售日期2025年2月中下旬
- 预购链接:[点我](sipeed.com/tangconsole)
## 板卡特点
- 兼容多种SOM (**[Mega 138k](./../tang-mega-138k/mega-138k.md)** & **[Mega 60k](./../tang-mega-60k/mega-60k.md)**)
- 更小更紧凑更经济
- 兼容 Pi 5b PCIe HAT
- PCIe 2.0 x 1
- USB3 x 2(5Gbps)
- HDMI TX x 1
- Soft-PHY USB2 x1(480Mbps)
- 板载3.7V锂离子电池1S充放电管理电路
## 产品外观
<img src="./.assert/console_60k.png" width="45%">
## 硬件参数
TBD
先看英文文档吧,祝大家新年快乐~年后再更新中文~

View File

@@ -158,6 +158,22 @@
<script lang="ts">
const data_tang = {
cards: [
{
img: "/static/home/Tang_Mega_Console.png",
title: "Tang Mega Console",
brief: "{{_('开发中,敬请期待。。。')}}",
btns: [
{
label: "{{_('文档')}}",
link: "{{_('/hardware/zh/tang/tang-console/mega-console.html')}}",
},
{
label: "{{_('购买')}}",
link: "{{_('https://sipeed.com/tangconsole')}}",
new_tab: true,
}
],
},
{
img: "/static/home/Tang_Mega_60K.png",
title: "Tang Mega 60K",

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 KiB