diff --git a/src/app/play/page.tsx b/src/app/play/page.tsx index 36705f2..d202573 100644 --- a/src/app/play/page.tsx +++ b/src/app/play/page.tsx @@ -1145,9 +1145,9 @@ function PlayPageClient() { }, settings: [ { - html: blockAdEnabled ? '关闭去广告' : '开启去广告', + html: '去广告', icon: 'AD', - tooltip: blockAdEnabled ? '当前开启' : '当前关闭', + tooltip: blockAdEnabled ? '已开启' : '已关闭', onClick() { const newVal = !blockAdEnabled; try {