From e1071edfe8f390818f0f829a9a6e7c27f0fdab76 Mon Sep 17 00:00:00 2001 From: uncle6me-web Date: Sat, 18 Jul 2026 20:14:15 +0800 Subject: [PATCH] =?UTF-8?q?chore(gc):=20Mira=20=E7=99=BD=E5=90=8D=E5=96=AE?= =?UTF-8?q?=20email=20=E6=94=B9=20env=20=E6=B3=A8=E5=85=A5(publish=20?= =?UTF-8?q?=E5=89=8D=20GC,leo=202026-07-18=20=E6=94=BE=E8=A1=8C)=E2=80=94?= =?UTF-8?q?=E2=80=94=E5=85=AC=E9=96=8B=20repo=20=E4=B8=8D=E5=B8=B6?= =?UTF-8?q?=E5=80=8B=E4=BA=BA=20email;=E6=9C=AC=E6=A9=9F=20.env.local=20?= =?UTF-8?q?=E5=B7=B2=E8=A3=9C=20NEXT=5FPUBLIC=5FMIRA=5FALLOWLIST=20?= =?UTF-8?q?=E8=A1=8C=E7=82=BA=E4=B8=8D=E8=AE=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- landing/app/components/apps.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/landing/app/components/apps.ts b/landing/app/components/apps.ts index fec7a93..29fd3ca 100644 --- a/landing/app/components/apps.ts +++ b/landing/app/components/apps.ts @@ -42,7 +42,8 @@ export const MATRIX_APPS: AppEntry[] = [ icon: '🌊', description: '個人化 KM 河道', access: 'allowlist', - allowlist_emails: ['leo21c@gmail.com'], + // 白名單不寫死進 source(公開 repo 不帶個人 email);build 時由 env 注入,逗號分隔 + allowlist_emails: (process.env.NEXT_PUBLIC_MIRA_ALLOWLIST ?? '').split(',').filter(Boolean), locked_tooltip: '即將開放', }, ];