Skip to content

Commit 93475c8

Browse files
committed
feat:加入默认pipeline和onerror节点,用于适应高于maafw5.8.1版本的jumpback逻辑
1 parent 826629b commit 93475c8

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"Default": {
3+
"on_error": "Default_on_error"
4+
}
5+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"Default_on_error": {}
3+
}

0 commit comments

Comments
 (0)