From 2cc36fa8b9f4d827a7a9a272391806f514aba349 Mon Sep 17 00:00:00 2001 From: kjqwer <2990346238@qq.com> Date: Thu, 4 Sep 2025 11:21:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A6=96=E9=A1=B5=E6=8E=A8?= =?UTF-8?q?=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/home/RandomRecommendations.vue | 350 ++++++++++++++++++ ui/src/views/HomeView.vue | 11 + 2 files changed, 361 insertions(+) create mode 100644 ui/src/components/home/RandomRecommendations.vue diff --git a/ui/src/components/home/RandomRecommendations.vue b/ui/src/components/home/RandomRecommendations.vue new file mode 100644 index 0000000..1bbc85e --- /dev/null +++ b/ui/src/components/home/RandomRecommendations.vue @@ -0,0 +1,350 @@ + + + + + \ No newline at end of file diff --git a/ui/src/views/HomeView.vue b/ui/src/views/HomeView.vue index 6036b87..49e7f4a 100644 --- a/ui/src/views/HomeView.vue +++ b/ui/src/views/HomeView.vue @@ -1,6 +1,7 @@