From 79418b66dc40722c81594c3e8ca0929f622f7acc Mon Sep 17 00:00:00 2001 From: JohnsonRan Date: Wed, 16 Jul 2025 17:17:10 +0800 Subject: [PATCH] chore: more understandable AD block button Signed-off-by: JohnsonRan --- src/app/play/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 89a4900..fb0c079 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -1131,9 +1131,9 @@ function PlayPageClient() { }, settings: [ { - html: blockAdEnabled ? '关闭去广告' : '开启去广告', + html: '去广告', icon: 'AD', - tooltip: blockAdEnabled ? '当前开启' : '当前关闭', + tooltip: blockAdEnabled ? '已开启' : '已关闭', onClick() { const newVal = !blockAdEnabled; try {