Replies: 3 comments 11 replies
-
|
layer 我觉得很困惑,不直观 |
Beta Was this translation helpful? Give feedback.
11 replies
-
|
https://github.com/MaaXYZ/MaaFramework/blob/main/docs/zh_cn/1.2-术语解释.md |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
6 什么时候还画了个图,要不要放文档里去 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
node
JsonObjecttask
node按一定次序相连的逻辑顺序结构——从头到尾的整个过程entry
task中的第一个nodepipeline
node全体bundle
resource
bundle按一定次序加载的资源结构stateDiagram-v2 classDef others fill:#0000,stroke:#e5e7eb state resource { state bundle { state pipeline { state task { entry --> node node --> [*] } tasks } model image } bundles } tasks:::others bundles:::othersBeta Was this translation helpful? Give feedback.
All reactions