From cef477dfee1b73ee94a27954c8e2de2b8a0e49f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 8 Aug 2025 15:47:07 +0800 Subject: [PATCH 1/3] =?UTF-8?q?FEAT=20=3D>=20=E6=9C=AC=E6=AC=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E4=B8=BA=EF=BC=9A=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=B0=86=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=90=8D=E7=A7=B0=E4=BB=8E=20selectedContent=20?= =?UTF-8?q?=E5=92=8C=20selectedGroups=20=E6=9B=B4=E6=94=B9=E4=B8=BA=20sele?= =?UTF-8?q?ctedOptions=EF=BC=8C=E4=BB=A5=E6=8F=90=E5=8D=87=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=B8=80=E8=87=B4=E6=80=A7=E5=92=8C=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nkebao/src/pages/mobile/test/select.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nkebao/src/pages/mobile/test/select.tsx b/nkebao/src/pages/mobile/test/select.tsx index 34046b96c..fe42179e9 100644 --- a/nkebao/src/pages/mobile/test/select.tsx +++ b/nkebao/src/pages/mobile/test/select.tsx @@ -139,8 +139,11 @@ const ComponentTest: React.FC = () => {

AccountSelection 组件测试

From 227ddbb776d44444796a779a68d8285e9c5ee96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 8 Aug 2025 15:47:41 +0800 Subject: [PATCH 2/3] =?UTF-8?q?FEAT=20=3D>=20=E6=9C=AC=E6=AC=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E4=B8=BA=EF=BC=9A=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=B8=B3=E8=99=9F=E9=81=B8=E6=93=87=E7=B5=84=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E5=B0=87=E9=81=B8=E6=93=87=E7=8B=80=E6=85=8B=E9=A1=9E=E5=9E=8B?= =?UTF-8?q?=E5=BE=9E=E6=95=B8=E5=AD=97=E9=99=A3=E5=88=97=E6=9B=B4=E6=94=B9?= =?UTF-8?q?=E7=82=BA=E5=B8=B3=E8=99=9F=E9=A0=85=E7=9B=AE=E9=99=A3=E5=88=97?= =?UTF-8?q?=EF=BC=8C=E4=BB=A5=E6=8F=90=E5=8D=87=E4=BB=A3=E7=A2=BC=E7=9A=84?= =?UTF-8?q?=E5=8F=AF=E8=AE=80=E6=80=A7=E5=92=8C=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nkebao/src/pages/mobile/test/select.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nkebao/src/pages/mobile/test/select.tsx b/nkebao/src/pages/mobile/test/select.tsx index fe42179e9..381821c72 100644 --- a/nkebao/src/pages/mobile/test/select.tsx +++ b/nkebao/src/pages/mobile/test/select.tsx @@ -12,6 +12,7 @@ import { GroupSelectionItem } from "@/components/GroupSelection/data"; import { ContentItem } from "@/components/ContentSelection/data"; import { FriendSelectionItem } from "@/components/FriendSelection/data"; import { DeviceSelectionItem } from "@/components/DeviceSelection/data"; +import { AccountItem } from "@/components/AccountSelection/data"; const ComponentTest: React.FC = () => { const [activeTab, setActiveTab] = useState("devices"); @@ -28,7 +29,7 @@ const ComponentTest: React.FC = () => { // 内容库选择状态 const [selectedContent, setSelectedContent] = useState([]); - const [selectedAccounts, setSelectedAccounts] = useState([]); + const [selectedAccounts, setSelectedAccounts] = useState([]); // 好友选择状态 const [selectedFriendsOptions, setSelectedFriendsOptions] = useState< FriendSelectionItem[] From c0982905dd9ef758e8d59851fee8ce98e353182a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B6=85=E7=BA=A7=E8=80=81=E7=99=BD=E5=85=94?= Date: Fri, 8 Aug 2025 15:50:09 +0800 Subject: [PATCH 3/3] =?UTF-8?q?FEAT=20=3D>=20=E6=9C=AC=E6=AC=A1=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E9=A1=B9=E7=9B=AE=E4=B8=BA=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nkebao/src/pages/mobile/test/select.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nkebao/src/pages/mobile/test/select.tsx b/nkebao/src/pages/mobile/test/select.tsx index 381821c72..d7c73a695 100644 --- a/nkebao/src/pages/mobile/test/select.tsx +++ b/nkebao/src/pages/mobile/test/select.tsx @@ -62,7 +62,7 @@ const ComponentTest: React.FC = () => {

ContentSelection 组件测试

{

GroupSelection 组件测试