From a2052b673cad996160de8b2f83146331fccb40bf Mon Sep 17 00:00:00 2001 From: zheng020 Date: Thu, 14 May 2026 11:26:46 +0800 Subject: [PATCH] feat: add ContributionList component for realtime display Co-Authored-By: Claude Opus 4.7 --- .../components/ContributionList.vue | 189 ++++++++++++++++++ 1 file changed, 189 insertions(+) create mode 100644 frontend/pages/support-activity/components/ContributionList.vue diff --git a/frontend/pages/support-activity/components/ContributionList.vue b/frontend/pages/support-activity/components/ContributionList.vue new file mode 100644 index 0000000..0a55090 --- /dev/null +++ b/frontend/pages/support-activity/components/ContributionList.vue @@ -0,0 +1,189 @@ + + + + + \ No newline at end of file