From a86646f0b34a4b2b369351ee61a259370e70e4a1 Mon Sep 17 00:00:00 2001 From: Aresn Date: Wed, 29 May 2024 17:24:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=97=8F=E5=A4=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/i/library/collect.vue | 24 ++++++++++++++ components/i/library/thread.vue | 37 +++++++++++++++++++++ pages/library.vue | 57 +++++++++++++++++++++++++++++++- 3 files changed, 117 insertions(+), 1 deletion(-) create mode 100644 components/i/library/collect.vue create mode 100644 components/i/library/thread.vue diff --git a/components/i/library/collect.vue b/components/i/library/collect.vue new file mode 100644 index 0000000..2eb1b15 --- /dev/null +++ b/components/i/library/collect.vue @@ -0,0 +1,24 @@ + + \ No newline at end of file diff --git a/components/i/library/thread.vue b/components/i/library/thread.vue new file mode 100644 index 0000000..979e648 --- /dev/null +++ b/components/i/library/thread.vue @@ -0,0 +1,37 @@ + + \ No newline at end of file diff --git a/pages/library.vue b/pages/library.vue index 69d12d2..7c425f6 100644 --- a/pages/library.vue +++ b/pages/library.vue @@ -1,6 +1,61 @@ -- GitLab