feat: updates

This commit is contained in:
qier222 2022-08-03 23:48:39 +08:00
parent 47e41dea9b
commit ebebf2a733
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
160 changed files with 4148 additions and 2001 deletions

View file

@ -0,0 +1,10 @@
import { expect, test, describe, vi } from 'vitest'
import { pairDevice, scanDevices } from '../main/airplay'
// test('scanDevices', async () => {
// console.log(await scanDevices())
// }, 10000000)
// test('pairDevice', async () => {
// console.log(await pairDevice('58:D3:49:F0:C9:71', 'airplay'))
// }, 100000)