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 @@
+
+
+
+
+
+
+ {{ record.user_nickname }}
+ 贡献了
+
+ {{ record.item_name }}
+ x{{ record.quantity }}
+
+
+
+
+
+
+
+
\ No newline at end of file