This commit is contained in:
IndieKKY
2024-10-06 17:51:07 +08:00
parent 751961687b
commit 50e6579116
3 changed files with 4 additions and 4 deletions

View File

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