mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 13:48:02 +00:00
feat: 支持GitHub Actions和一堆其他更新
This commit is contained in:
parent
f5ab5ea754
commit
e748155032
28 changed files with 185 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue