add web-fetcher

This commit is contained in:
2024-02-28 16:28:21 +08:00
parent 40fdc93fec
commit f1c06deffd
18 changed files with 527 additions and 84 deletions

View File

@@ -11,7 +11,7 @@ const props = defineProps<{
const accountInfo = useAccount()
const message = useMessage()
let client = new DanmakuClient(null)
const client = new DanmakuClient(null)
const isClientLoading = ref(true)
onMounted(async () => {