act
root |
meaning |
act |
做;执行 |
counter |
反对;相反; |
over |
超过;在...之上;过度;过多; |
---
title: act
---
flowchart LR
counter:::prefix
over:::prefix
act:::root
counter --> act --> counteract
counteract --> Counteraction
counteract --> Counteractive
counteract --> Counteractively
counteract --> Counteractant
over --> act --> overact
overact --> Overaction
overact --> Overactivity
overact --> Overacting
overact --> Overactor
overact --> Overacted
overact --> Overactively
classDef root 1,fill:#FFCCCC,stroke:#333;
classDef suffix fill:#969,stroke:#333;
classDef prefix fill:#bbf,stroke:#f66,stroke-width:2px,color:#fff,stroke-dasharray: 5 5
classDef header fill: #696,color: #fff,font-weight: bold,padding: 10px;