From 1b5131834312394158be0c1fb034799b58330e3e Mon Sep 17 00:00:00 2001 From: Windsland52 <86581225+Windsland52@users.noreply.github.com> Date: Sun, 10 Nov 2024 13:13:36 +0800 Subject: [PATCH 1/4] =?UTF-8?q?chore:=20=E7=A7=BB=E5=8A=A8=20default=5Fpip?= =?UTF-8?q?eline.json=20=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/base/default_pipeline.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 assets/resource/base/default_pipeline.json diff --git a/assets/resource/base/default_pipeline.json b/assets/resource/base/default_pipeline.json new file mode 100644 index 0000000..742525e --- /dev/null +++ b/assets/resource/base/default_pipeline.json @@ -0,0 +1,8 @@ +{ + "Default": { + "rate_limit": 500, + "pre_delay": 200, + "post_delay": 200, + "on_error": "返回主页面_fast" + } +} \ No newline at end of file From 6324e9a645667b9d953132493ecb2df664ff44ce Mon Sep 17 00:00:00 2001 From: Windsland52 <86581225+Windsland52@users.noreply.github.com> Date: Sun, 10 Nov 2024 13:19:54 +0800 Subject: [PATCH 2/4] =?UTF-8?q?chore:=20=E7=A7=BB=E5=8A=A8=20default=5Fpip?= =?UTF-8?q?eline.json=20=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/default_pipeline.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 assets/resource/default_pipeline.json diff --git a/assets/resource/default_pipeline.json b/assets/resource/default_pipeline.json deleted file mode 100644 index 742525e..0000000 --- a/assets/resource/default_pipeline.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "Default": { - "rate_limit": 500, - "pre_delay": 200, - "post_delay": 200, - "on_error": "返回主页面_fast" - } -} \ No newline at end of file From ec0d196a44fe57a824d7270751543c725df44adc Mon Sep 17 00:00:00 2001 From: Windsland52 <86581225+Windsland52@users.noreply.github.com> Date: Sun, 10 Nov 2024 13:41:04 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=20on=5Ferror=20?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/base/default_pipeline.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/resource/base/default_pipeline.json b/assets/resource/base/default_pipeline.json index 742525e..098c3d2 100644 --- a/assets/resource/base/default_pipeline.json +++ b/assets/resource/base/default_pipeline.json @@ -3,6 +3,6 @@ "rate_limit": 500, "pre_delay": 200, "post_delay": 200, - "on_error": "返回主页面_fast" + "on_error": "返回主界面_fast" } } \ No newline at end of file From 0ce709481941457bafb4fc8154bee4a5bc90d805 Mon Sep 17 00:00:00 2001 From: Windsland52 <86581225+Windsland52@users.noreply.github.com> Date: Sun, 10 Nov 2024 14:45:58 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E7=9A=84=20on=5Ferror=20=E4=BB=A5=E5=BA=94=E5=AF=B9=E4=B8=8E?= =?UTF-8?q?=E9=83=A8=E5=88=86interrupt=E7=9A=84=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/resource/base/default_pipeline.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/resource/base/default_pipeline.json b/assets/resource/base/default_pipeline.json index 098c3d2..972fa9c 100644 --- a/assets/resource/base/default_pipeline.json +++ b/assets/resource/base/default_pipeline.json @@ -2,7 +2,6 @@ "Default": { "rate_limit": 500, "pre_delay": 200, - "post_delay": 200, - "on_error": "返回主界面_fast" + "post_delay": 200 } } \ No newline at end of file