diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 570ca4b..eeb970f 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -10830,6 +10830,7 @@ const WebLiveConfig = ({ className='px-3 py-2 border border-gray-300 dark:border-gray-600 rounded-lg bg-white dark:bg-gray-800 text-gray-900 dark:text-gray-100' > + +
暂无可用房间
++ {selectedPlatform ? '该平台暂无可用房间' : '暂无可用房间'} +
)} @@ -514,23 +552,29 @@ export default function WebLivePage() {