From 17720e86e238ca31ef7a71d622b608020d234769 Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 21:31:32 +0800 Subject: [PATCH] feat: add match favorites --- .../match-detail-header.vue | 34 +++- uniapp/src/pages/collection/collection.vue | 185 +++++++++++++++++- .../src/pages/match_detail/match_detail.vue | 18 +- uniapp/src/utils/match-favorite.ts | 81 ++++++++ 4 files changed, 308 insertions(+), 10 deletions(-) create mode 100644 uniapp/src/utils/match-favorite.ts diff --git a/uniapp/src/components/match-detail-header/match-detail-header.vue b/uniapp/src/components/match-detail-header/match-detail-header.vue index f7806d17..01afddd0 100644 --- a/uniapp/src/components/match-detail-header/match-detail-header.vue +++ b/uniapp/src/components/match-detail-header/match-detail-header.vue @@ -1,15 +1,23 @@ + +