|
@@ -7,7 +7,7 @@
|
|
|
<script setup>
|
|
|
import { nextTick, ref, watch } from 'vue'
|
|
|
import { useAppStore } from '~src/store'
|
|
|
-import { useOsTheme } from 'hc-vue3-ui'
|
|
|
+import { detectionBrowser, useOsTheme } from 'hc-vue3-ui'
|
|
|
import { getObjValue, setElementMainColor } from 'js-fast-way'
|
|
|
import { getStoreValue, setStoreValue } from '~uti/storage'
|
|
|
import { addDocumentsJs } from '~uti/tools'
|
|
@@ -29,6 +29,7 @@ watch(() => [
|
|
|
})
|
|
|
|
|
|
nextTick(()=> {
|
|
|
+ detectionBrowser()
|
|
|
window['$split'] = split
|
|
|
setUserTheme(appStore.getThemeVal, appStore.getColor)
|
|
|
addDocumentsJs()
|