2 Commits
Author SHA1 Message Date
yuysh e9ac01bf16 Merge branch 'RMA' of http://192.168.1.198:3000/yuysh/Manlink_Doc into RMA
Build Sphinx Documentation / Build Documentation from PR Branch (pull_request) Successful in 3m1s
2025-12-29 16:58:01 +08:00
yuysh 29e4f49d8d Add 2K_UT RMA Report 2025-12-29 16:57:36 +08:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
<!-- 使用故障树等结构化方法 -->
```mermaid
```{mermaid}
flowchart TB
A["Trim输出较高电压(2.5V/2.9V)"] -- 测试完成后 --> B["继电器断开"]
B --> C["电容浮空,残留之前电压"]
+1 -1
View File
@@ -45,7 +45,7 @@
### 2. 复现流程
<!-- 按顺序记录关键操作 -->
```mermaid
```{mermaid}
graph LR
A[启动设备] --> B{监测初始状态}
B -->|正常| C[执行测试用例1]