From 2d4598cc69b062ff42a0a05e9bcf24bde41b586a Mon Sep 17 00:00:00 2001 From: likingcode Date: Mon, 9 Mar 2026 01:55:19 +0800 Subject: [PATCH] feat(v2): add task cards for AOP and event learning pages --- src/main/resources/static/aop.html | 13 +++++++++++++ src/main/resources/static/events.html | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/src/main/resources/static/aop.html b/src/main/resources/static/aop.html index a10416a..550aa91 100644 --- a/src/main/resources/static/aop.html +++ b/src/main/resources/static/aop.html @@ -28,6 +28,8 @@ .nav { margin-bottom: 20px; } .nav a { margin-right: 15px; color: #6DB33F; text-decoration: none; } .nav a:hover { text-decoration: underline; } + .lab { background:#fff7e6; border-left:4px solid #fa8c16; padding:15px; border-radius:8px; margin:15px 0; } + .lab h4 { color:#ad6800; margin-bottom:8px; } @@ -38,6 +40,17 @@

🔪 AOP 切面编程

+ +
+

🧪 实验任务卡(AOP)

+ +

📊 实时性能统计

diff --git a/src/main/resources/static/events.html b/src/main/resources/static/events.html index 391dc9e..d56f40e 100644 --- a/src/main/resources/static/events.html +++ b/src/main/resources/static/events.html @@ -30,6 +30,8 @@ .nav { margin-bottom: 20px; } .nav a { margin-right: 15px; color: #6DB33F; text-decoration: none; } .nav a:hover { text-decoration: underline; } + .lab { background:#fff7e6; border-left:4px solid #fa8c16; padding:15px; border-radius:8px; margin:15px 0; } + .lab h4 { color:#ad6800; margin-bottom:8px; } @@ -40,6 +42,17 @@

📡 Spring 事件机制

+ +
+

🧪 实验任务卡(事件)

+ +

🎉 事件发布演示