From c982d6474b07406dede1a5a5733fb0661ddc4912 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 23 Dec 2025 22:31:29 +0800 Subject: [PATCH] fix(route/famitsu): add support for new renderJSON cases (#20749) --- lib/routes/famitsu/category.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/routes/famitsu/category.ts b/lib/routes/famitsu/category.ts index aea7bfe93..8a218fd17 100644 --- a/lib/routes/famitsu/category.ts +++ b/lib/routes/famitsu/category.ts @@ -77,6 +77,7 @@ function renderJSON(c) { case 'ITEMIZATION': case 'ITEMIZATION_NUM': case 'NOLINK': + case 'PBOX': case 'STRING': case 'TWITTER': case 'YOUTUBE': @@ -85,6 +86,7 @@ function renderJSON(c) { case 'BUTTON_ANDROID': case 'BUTTON_EC': case 'BUTTON_IOS': + case 'BUTTON_QUESTION': case 'BUTTON_TAB': case 'LINK': case 'LINK_TAB':