From 3a742fbb00d13647676c60246ee6b1deac7f7560 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 25 Aug 2025 13:56:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20tabs=20ui=E6=A0=BC=E5=BC=8F=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=20#710?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/openisle/model/ReactionType.java | 4 +- frontend_nuxt/components/ReactionsGroup.vue | 69 +++++++++++++------ frontend_nuxt/utils/reactions.js | 2 + 3 files changed, 54 insertions(+), 21 deletions(-) diff --git a/backend/src/main/java/com/openisle/model/ReactionType.java b/backend/src/main/java/com/openisle/model/ReactionType.java index b7811a499..51afc7c3c 100644 --- a/backend/src/main/java/com/openisle/model/ReactionType.java +++ b/backend/src/main/java/com/openisle/model/ReactionType.java @@ -6,7 +6,9 @@ package com.openisle.model; public enum ReactionType { LIKE, DISLIKE, + SMILE, RECOMMEND, + CONGRATULATIONS, ANGRY, FLUSHED, STAR_STRUCK, @@ -26,5 +28,5 @@ public enum ReactionType { CHINA, USA, JAPAN, - KOREA + KOREA, } diff --git a/frontend_nuxt/components/ReactionsGroup.vue b/frontend_nuxt/components/ReactionsGroup.vue index ac0996b77..dc8fcea22 100644 --- a/frontend_nuxt/components/ReactionsGroup.vue +++ b/frontend_nuxt/components/ReactionsGroup.vue @@ -3,20 +3,37 @@
-