From ddccb0a3854e0a0209ed22604afb4e6824c70065 Mon Sep 17 00:00:00 2001 From: aresn Date: Mon, 10 Jun 2024 11:23:07 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=96=87=E4=BB=B6?= =?UTF-8?q?=20Thread.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/i/library/Thread.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i/library/Thread.vue b/components/i/library/Thread.vue index 9963f46..6ec0d31 100644 --- a/components/i/library/Thread.vue +++ b/components/i/library/Thread.vue @@ -7,7 +7,7 @@
- + {{ thread.is_public ? '公开' : '私有' }} -- GitLab