From 1102c9753ccc3b962264c396325cc900dcad59a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 25 Jan 2026 02:29:02 +0800 Subject: [PATCH] fix: lint --- web/src/views/apps/minio/IndexView.vue | 2 +- web/src/views/apps/minio/route.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/apps/minio/IndexView.vue b/web/src/views/apps/minio/IndexView.vue index ae3933a3..094eaa3a 100644 --- a/web/src/views/apps/minio/IndexView.vue +++ b/web/src/views/apps/minio/IndexView.vue @@ -34,7 +34,7 @@ const handleSaveEnv = () => { {{ $gettext( - 'This is modifying the Minio environment variable file /etc/default/minio. If you do not understand the meaning of each parameter, please do not modify it arbitrarily!' + 'This is modifying the MinIO environment variable file /etc/default/minio. If you do not understand the meaning of each parameter, please do not modify it arbitrarily!' ) }} diff --git a/web/src/views/apps/minio/route.ts b/web/src/views/apps/minio/route.ts index b040774d..8a6f2267 100644 --- a/web/src/views/apps/minio/route.ts +++ b/web/src/views/apps/minio/route.ts @@ -13,7 +13,7 @@ export default { path: '', component: () => import('./IndexView.vue'), meta: { - title: 'Minio', + title: 'MinIO', role: ['admin'], requireAuth: true }