Compare commits
3 Commits
| Author | SHA1 | Date |
|---|---|---|
|
|
8f57407563 | |
|
|
f2d95811e3 | |
|
|
c9b8743720 |
|
|
@ -0,0 +1,12 @@
|
||||||
|
name: "debug"
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: ""
|
||||||
|
jobs:
|
||||||
|
job-1774d7ce:
|
||||||
|
name: "任务[job-1774d7ce]"
|
||||||
|
# 运行环境,这里就是上面定义的多个 os
|
||||||
|
runs-on: 'ubuntu-latest'
|
||||||
|
steps:
|
||||||
|
- name: "克隆代码[checkout-local-1e15bc6]"
|
||||||
|
uses: https://gitlink.org.cn/actions/checkout@v4
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 3.9 MiB |
41
README.md
41
README.md
|
|
@ -1,2 +1,43 @@
|
||||||
# test-project
|
# test-project
|
||||||
|
|
||||||
|
flowchart TD
|
||||||
|
总柜[总宽度:4810mm 双层定制柜体<br>带猫窝设计] --> 上层[上层区域]
|
||||||
|
总柜 --> 下层[下层区域]
|
||||||
|
上层 --> A1[宽450<br>白色柜门]
|
||||||
|
上层 --> A2[宽450<br>白色柜门]
|
||||||
|
上层 --> A3[宽400<br>胡桃色柜门<br>开放格]
|
||||||
|
上层 --> A4[宽450<br>白色柜门]
|
||||||
|
上层 --> A5[宽450<br>白色柜门]
|
||||||
|
上层 --> A6[宽1100(550+550)<br>开放格×4<br>抽屉1-4<br>👉抽屉:胡桃色]
|
||||||
|
上层 --> A7[宽450<br>白色柜门]
|
||||||
|
上层 --> A8[宽450<br>白色柜门]
|
||||||
|
上层 --> A9[宽1010(505+505)<br>黑色极窄边框玻璃柜门]
|
||||||
|
|
||||||
|
下层 --> B1[宽450<br>白色柜门]
|
||||||
|
下层 --> B2[宽450<br>白色柜门]
|
||||||
|
下层 --> B3[宽400<br>胡桃色柜门]
|
||||||
|
下层 --> B4[宽450<br>白色柜门]
|
||||||
|
下层 --> B5[宽450<br>白色柜门]
|
||||||
|
下层 --> B6[宽1100(550+550)<br>开放格]
|
||||||
|
下层 --> B7[宽450<br>白色柜门]
|
||||||
|
下层 --> B8[宽450<br>白色柜门]
|
||||||
|
下层 --> B9[宽1010(505+505)<br>白色柜门<br>左侧:猫门<br>右侧:6个透气孔<br>👉功能:独立猫窝]
|
||||||
|
|
||||||
|
style A1 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style A2 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style A3 fill:#e6d5b8,stroke:# 0333,stroke-width:1px
|
||||||
|
style A4 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style A5 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style A6 fill:#f0f0f0,stroke:# 0333,stroke-width:1px
|
||||||
|
style A7 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style A8 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style A9 fill:#eee,stroke:# 0333,stroke-width:1px
|
||||||
|
style B1 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style B2 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style B3 fill:#e6d5b8,stroke:# 0333,stroke-width:1px
|
||||||
|
style B4 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style B5 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style B6 fill:#f0f0f0,stroke:# 0333,stroke-width:1px
|
||||||
|
style B7 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style B8 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
|
style B9 fill:#fff,stroke:# 0333,stroke-width:1px
|
||||||
Loading…
Reference in New Issue