Merge branch 'yongpxu-dev' into develop

This commit is contained in:
笔记本里的永平
2025-07-17 17:44:03 +08:00
4 changed files with 28 additions and 4 deletions

View File

@@ -120,7 +120,13 @@ export default function DeviceSelection({
{/* 设备选择弹窗 */}
<Dialog open={dialogOpen} onOpenChange={setDialogOpen}>
<DialogContent className="w-full h-full max-w-none max-h-none flex flex-col bg-white">
<DialogContent
className="w-full h-full max-w-none max-h-none flex flex-col bg-white"
aria-describedby="device-selection-description"
>
<div id="device-selection-description" className="sr-only">
</div>
<DialogHeader>
<DialogTitle></DialogTitle>
</DialogHeader>

View File

@@ -122,7 +122,13 @@ export function DeviceSelectionDialog({
return (
<Dialog open={open} onOpenChange={onOpenChange}>
<DialogContent className="w-full h-full max-w-none max-h-none flex flex-col bg-white">
<DialogContent
className="w-full h-full max-w-none max-h-none flex flex-col bg-white"
aria-describedby="device-selection-dialog-description"
>
<div id="device-selection-dialog-description" className="sr-only">
</div>
<DialogHeader>
<DialogTitle></DialogTitle>
</DialogHeader>

View File

@@ -229,7 +229,13 @@ export default function FriendSelection({
{/* 微信好友选择弹窗 */}
<Dialog open={dialogOpen} onOpenChange={setDialogOpen}>
<DialogContent className="w-full h-full max-w-none max-h-none flex flex-col p-0 gap-0 overflow-hidden bg-white">
<DialogContent
className="w-full h-full max-w-none max-h-none flex flex-col p-0 gap-0 overflow-hidden bg-white"
aria-describedby="friend-selection-description"
>
<div id="friend-selection-description" className="sr-only">
</div>
<div className="p-6">
<DialogTitle className="text-center text-xl font-medium mb-6">

View File

@@ -193,7 +193,13 @@ export default function GroupSelection({
{/* 群组选择弹窗 */}
<Dialog open={dialogOpen} onOpenChange={setDialogOpen}>
<DialogContent className="w-full h-full max-w-none max-h-none flex flex-col p-0 gap-0 overflow-hidden bg-white">
<DialogContent
className="w-full h-full max-w-none max-h-none flex flex-col p-0 gap-0 overflow-hidden bg-white"
aria-describedby="group-selection-description"
>
<div id="group-selection-description" className="sr-only">
</div>
<div className="p-6">
<DialogTitle className="text-center text-xl font-medium mb-6">