From e8bd2e0d5377bdb5dd140c2eaf6000ece65bfc43 Mon Sep 17 00:00:00 2001 From: t0ng7u Date: Sun, 1 Feb 2026 15:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20chore:=20Add=20upgrade=20group=20gu?= =?UTF-8?q?idance=20in=20subscription=20editor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add explanatory helper text under the upgrade group field to clarify automatic group upgrades, rollback conditions, and the expected delay before downgrading takes effect. --- .../table/subscriptions/modals/AddEditSubscriptionModal.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/web/src/components/table/subscriptions/modals/AddEditSubscriptionModal.jsx b/web/src/components/table/subscriptions/modals/AddEditSubscriptionModal.jsx index cb8fee404..e57f94c9c 100644 --- a/web/src/components/table/subscriptions/modals/AddEditSubscriptionModal.jsx +++ b/web/src/components/table/subscriptions/modals/AddEditSubscriptionModal.jsx @@ -329,6 +329,9 @@ const AddEditSubscriptionModal = ({ showClear loading={groupLoading} placeholder={t('不升级')} + extraText={t( + '购买或手动新增订阅会升级到该分组;当套餐失效/过期或手动作废/删除后,将回退到升级前分组。回退不会立即生效,通常会有几分钟延迟。', + )} > {t('不升级')} {(groupOptions || []).map((g) => (