Feature(custom): add tk analytic

This commit is contained in:
Kuingsmile
2023-10-13 10:11:49 +08:00
parent 567af4588b
commit e8ea905a94
7 changed files with 94 additions and 2 deletions
+3
View File
@@ -6,6 +6,7 @@ import router from './renderer/router'
import ElementUI from 'element-plus'
import 'element-plus/dist/index.css'
import VueLazyLoad from 'vue3-lazyload'
import { initTalkingData } from './renderer/utils/analytic'
import vue3PhotoPreview from 'vue3-photo-preview'
import 'vue3-photo-preview/dist/index.css'
import VueVideoPlayer from '@videojs-player/vue'
@@ -83,3 +84,5 @@ console.log(hljsCommon.highlightAuto('<h1>Highlight.js has been registered succe
app.use(hljsVuePlugin)
app.use(VueVideoPlayer)
app.mount('#app')
initTalkingData()