diff --git a/apps/cube/frontend/src/apps.ts b/apps/cube/frontend/src/apps.ts index 9173bf5..dfb1059 100644 --- a/apps/cube/frontend/src/apps.ts +++ b/apps/cube/frontend/src/apps.ts @@ -51,4 +51,25 @@ export const apps: App[] = [ url: 'https://pyroblem.famzheng.me', status: 'tbd', }, + { + slug: 'werewolf', + name: 'werewolf', + description: '狼人杀单机发牌器。一台手机轮流传,30 个角色、4x 偏好加权、配置历史本地记忆。从 partiverse 移植。', + url: 'https://werewolf.famzheng.me', + status: 'pending', + }, + { + slug: 'articulate', + name: 'articulate', + description: '中英猜词派对游戏(Articulate)。15 个主题词库 + 3 档难度 + 已看词跨场记忆。从 partiverse 移植。', + url: 'https://articulate.famzheng.me', + status: 'pending', + }, + { + slug: 'karaoke', + name: 'karaoke', + description: '卡拉OK 点歌单本地管理。增删改排 + YouTube 一键搜,10 秒撤销。从 partiverse 移植。', + url: 'https://karaoke.famzheng.me', + status: 'pending', + }, ]