feat: 插件新增-Web Workers

This commit is contained in:
TsMask
2024-09-03 10:59:05 +08:00
parent d7a515ed9a
commit 2ccafe622d
2 changed files with 125 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ export type OptionsType = {
/**
* WebSocket 使用方法
*
* import WS from '@/plugins/ws-websocket.ts';
* import { OptionsType, WS } from '@/plugins/ws-websocket';
*
* const ws = new WS();
*