From bfdab39cf44908b0f57045207dfe0a2e74b1400f Mon Sep 17 00:00:00 2001 From: Aresn Date: Thu, 30 May 2024 14:12:10 +0800 Subject: [PATCH] typo --- components/i/library/thread.vue | 2 +- pages/library.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/i/library/thread.vue b/components/i/library/thread.vue index 14d30d6..d301976 100644 --- a/components/i/library/thread.vue +++ b/components/i/library/thread.vue @@ -79,7 +79,7 @@ const actionItems = [ icon: 'i-heroicons-x-mark' }, { - label: '删除帖子', + label: '删除主题', icon: 'i-heroicons-trash' } ] diff --git a/pages/library.vue b/pages/library.vue index 2f202a5..58bded2 100644 --- a/pages/library.vue +++ b/pages/library.vue @@ -10,7 +10,7 @@ -- GitLab