chore: nvm

This commit is contained in:
Hakadao
2025-02-13 01:45:21 +08:00
parent 199403bea2
commit b53d677100

View File

@@ -47,6 +47,9 @@ const handleThrottledReachBottom = useThrottleFn(() => handleReachBottom.value?.
const handleThrottledBackToTop = useThrottleFn(() => handleBackToTop(), 1000)
const topBarRef = ref()
const reachTop = ref<boolean>(true)
const isSafari = computed(() =>
/^(?:(?!chrome|android).)*safari/i.test(navigator.userAgent),
)
const iframeDrawerURL = ref<string>('')
const showIframeDrawer = ref<boolean>(false)
@@ -319,6 +322,7 @@ provide<BewlyAppProvider>('BEWLY_APP', {
<template>
<div
v-if="!isSafari"
id="bewly-wrapper"
ref="mainAppRef"
class="bewly-wrapper"