From 8f93488989bc54129af3f043fd6c15838eb2bf09 Mon Sep 17 00:00:00 2001 From: likingcode Date: Mon, 9 Mar 2026 02:04:16 +0800 Subject: [PATCH] feat(v3): add task progress state and error demos for demo pages --- src/main/resources/static/aop.html | 32 +++++++++++++++++++++++++++ src/main/resources/static/events.html | 27 ++++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/src/main/resources/static/aop.html b/src/main/resources/static/aop.html index 550aa91..89167ea 100644 --- a/src/main/resources/static/aop.html +++ b/src/main/resources/static/aop.html @@ -43,6 +43,7 @@

🧪 实验任务卡(AOP)

+
@@ -180,11 +182,41 @@ execution(* com.example.demo.service.*.save*(..))

← 返回学习中心

\ No newline at end of file diff --git a/src/main/resources/static/events.html b/src/main/resources/static/events.html index d56f40e..60f8858 100644 --- a/src/main/resources/static/events.html +++ b/src/main/resources/static/events.html @@ -45,6 +45,7 @@

🧪 实验任务卡(事件)

+
等待事件发布...
@@ -200,6 +202,29 @@ public class AopEventController {

← 返回学习中心

\ No newline at end of file