1
0
mirror of https://github.com/ZSCNetSupportDept/website.git synced 2025-10-28 17:05:03 +08:00
This commit is contained in:
abc
2025-07-13 11:12:56 +08:00
parent 44c1f68731
commit cd16809e7c
12 changed files with 36 additions and 29 deletions

View File

@@ -14,7 +14,7 @@
```mermaid
graph LR
CPU-->总线-->网卡-->转接器-->网线
CPU-->网卡-->USB接口-->转接器-->网线
title[<b>(误解❌)</b>]
网线-->title
style title fill:#FFF,stroke:#FFF
@@ -27,11 +27,11 @@ linkStyle 4 stroke:#FFF,stroke-width:0;
graph LR
CPU-->PCIe接口-->RJ45网卡-->a[网线]
subgraph 有的电脑可能没有这部分
内置网卡
RJ45网卡
a[网线]
end
CPU-->USB接口-->转接器网卡-->b[网线]
CPU-->USB接口-->m(USB网卡转接器)-->b[网线]
title[<b>(正确的情况✅)</b>]
a-->title