From 98e776348e87574920684460ea2813cd9a8ea1ce Mon Sep 17 00:00:00 2001 From: QLHazyCoder <2825305047@qq.com> Date: Tue, 19 May 2026 11:34:06 +0800 Subject: [PATCH] Reorder Plus access strategy setting --- shared/flow-registry.js | 2 +- sidepanel/sidepanel.html | 20 ++++++++++---------- tests/flow-registry-settings-schema.test.js | 2 +- tests/sidepanel-paypal-manager.test.js | 6 ++++++ 4 files changed, 18 insertions(+), 12 deletions(-) diff --git a/shared/flow-registry.js b/shared/flow-registry.js index d917f7f..2bdda8d 100644 --- a/shared/flow-registry.js +++ b/shared/flow-registry.js @@ -336,7 +336,7 @@ 'openai-plus': { id: 'openai-plus', label: 'Plus', - rowIds: ['row-plus-mode', 'row-plus-payment-method', 'row-plus-account-access-strategy'], + rowIds: ['row-plus-mode', 'row-plus-account-access-strategy', 'row-plus-payment-method'], }, 'openai-phone': { id: 'openai-phone', diff --git a/sidepanel/sidepanel.html b/sidepanel/sidepanel.html index e0b453e..6681883 100644 --- a/sidepanel/sidepanel.html +++ b/sidepanel/sidepanel.html @@ -301,6 +301,16 @@ Plus 订阅链路 + -