mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(about): remove hardcoded Safari detection condition
This commit is contained in:
@@ -16,7 +16,7 @@ const dialogVisible = reactive({
|
||||
})
|
||||
|
||||
const isSafari = computed((): boolean =>
|
||||
true || /^(?:(?!chrome|android).)*safari/i.test(navigator.userAgent),
|
||||
/^(?:(?!chrome|android).)*safari/i.test(navigator.userAgent),
|
||||
)
|
||||
|
||||
const safariHelpers = computed((): { name: string, avatar: string, url: string, desc: string }[] => [
|
||||
|
||||
Reference in New Issue
Block a user