feat: 支持GitHub Actions和一堆其他更新

This commit is contained in:
qier222 2022-04-02 19:29:43 +08:00
parent f5ab5ea754
commit e748155032
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
28 changed files with 185 additions and 36 deletions

View file

@ -1,4 +1,3 @@
import { RefObject } from 'react'
import { proxy, subscribe } from 'valtio'
import { devtools } from 'valtio/utils'
import { player as PlayerCore } from '@/utils/player'
@ -33,7 +32,7 @@ export const player = proxy(PlayerCore)
player.init()
if (import.meta.env.DEV) {
window.player = player
;(window as any).player = player
}
// Devtools