diff --git a/sidepanel/contribution-mode.js b/sidepanel/contribution-mode.js index abe59e2..d0b9b35 100644 --- a/sidepanel/contribution-mode.js +++ b/sidepanel/contribution-mode.js @@ -247,17 +247,6 @@ } async function enterContributionMode() { - const confirmed = await helpers.openConfirmModal?.({ - title: '贡献账号', - message: '是否确认给作者 QLHazyCoder 提供账号以支持继续维护项目?', - confirmLabel: '确定', - confirmVariant: 'btn-primary', - }); - - if (!confirmed) { - return; - } - await requestContributionMode(true); helpers.showToast?.('已进入贡献模式。', 'success', 1800); } diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index 36fc09d..f851304 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -35,7 +35,7 @@
+ aria-pressed="false" title="进入贡献模式">贡献 -