fix(route/famitsu): add support for new renderJSON cases (#20749)

This commit is contained in:
Tony 2025-12-23 22:31:29 +08:00 committed by GitHub
parent 16be16e33e
commit c982d6474b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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':