From af697ea6d0ee7ff0be9a148f6494a9ae94dbced1 Mon Sep 17 00:00:00 2001 From: Fam Zheng Date: Thu, 14 May 2026 16:11:11 +0100 Subject: [PATCH] =?UTF-8?q?cube(portal):=20werewolf=20/=20articulate=20/?= =?UTF-8?q?=20karaoke=20=E6=94=B9=20live?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/cube/frontend/src/apps.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/cube/frontend/src/apps.ts b/apps/cube/frontend/src/apps.ts index dfb1059..e9c97f0 100644 --- a/apps/cube/frontend/src/apps.ts +++ b/apps/cube/frontend/src/apps.ts @@ -56,20 +56,20 @@ export const apps: App[] = [ name: 'werewolf', description: '狼人杀单机发牌器。一台手机轮流传,30 个角色、4x 偏好加权、配置历史本地记忆。从 partiverse 移植。', url: 'https://werewolf.famzheng.me', - status: 'pending', + status: 'live', }, { slug: 'articulate', name: 'articulate', description: '中英猜词派对游戏(Articulate)。15 个主题词库 + 3 档难度 + 已看词跨场记忆。从 partiverse 移植。', url: 'https://articulate.famzheng.me', - status: 'pending', + status: 'live', }, { slug: 'karaoke', name: 'karaoke', description: '卡拉OK 点歌单本地管理。增删改排 + YouTube 一键搜,10 秒撤销。从 partiverse 移植。', url: 'https://karaoke.famzheng.me', - status: 'pending', + status: 'live', }, ]