From 7d7e2ccf87b956f5a48b0796d99e3d2e1c563cfa Mon Sep 17 00:00:00 2001 From: Guarp Date: Mon, 24 Feb 2025 21:31:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E6=8E=92=E7=89=88=EF=BC=9B=20=E6=B7=BB=E5=8A=A0=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=99=A8=E8=A1=A8=E6=A0=BC=E5=92=8C=E7=AA=81=E5=87=BA?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=EF=BC=9B=20=E6=B5=8B=E8=AF=95=E7=82=B9?= =?UTF-8?q?=E8=B5=9E=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/GeneralRenderer.vue | 119 ++++++++++++++++-- src/components/Like_button.vue | 33 ++++- .../demoPages/messageBoard/Board_page.vue | 18 +-- src/pages/demoPages/messageBoard/Message.vue | 3 +- .../gpaCalculator/gpaCalculator_page.vue | 4 +- src/store/index.js | 10 +- 6 files changed, 155 insertions(+), 32 deletions(-) diff --git a/src/components/GeneralRenderer.vue b/src/components/GeneralRenderer.vue index afa5f11..a0a8549 100644 --- a/src/components/GeneralRenderer.vue +++ b/src/components/GeneralRenderer.vue @@ -48,16 +48,18 @@ onMounted(async () => { } }); - \ No newline at end of file diff --git a/src/components/Like_button.vue b/src/components/Like_button.vue index 592adb2..aaa076b 100644 --- a/src/components/Like_button.vue +++ b/src/components/Like_button.vue @@ -1,5 +1,5 @@