mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-09-05 15:38:34 +08:00
feat: add telegram mini app (#250)
This commit is contained in:
@@ -14,7 +14,7 @@ import { api } from '../api'
|
||||
const message = useMessage()
|
||||
|
||||
const {
|
||||
localeCache, toggleDark, isDark, openSettings,
|
||||
localeCache, toggleDark, isDark, isTelegram,
|
||||
showAuth, adminAuth, auth, loading
|
||||
} = useGlobalState()
|
||||
const route = useRoute()
|
||||
@@ -103,6 +103,7 @@ const menuOptions = computed(() => [
|
||||
}
|
||||
),
|
||||
key: "user",
|
||||
show: !isTelegram.value
|
||||
},
|
||||
{
|
||||
label: () => h(
|
||||
|
||||
Reference in New Issue
Block a user