This commit is contained in:
IndieKKY
2024-10-06 16:04:02 +08:00
parent b10d816e18
commit 5ce146803e
4 changed files with 5 additions and 10 deletions

View File

@@ -4,7 +4,8 @@ import './index.less'
import store from './store'
import {Provider} from 'react-redux'
import Router from './Router'
import {APP_DOM_ID} from './consts/const'
export const APP_DOM_ID = 'bilibili-subtitle'
const body = document.querySelector('body')
const app = document.createElement('div')