mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-07-08 17:31:56 +08:00
feat: add CF Turnstile when new address (#200)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { ref } from "vue";
|
||||
import { createGlobalState, useStorage } from '@vueuse/core'
|
||||
import { useDark, useToggle } from '@vueuse/core'
|
||||
import { createGlobalState, useStorage, useDark, useToggle } from '@vueuse/core'
|
||||
|
||||
export const useGlobalState = createGlobalState(
|
||||
() => {
|
||||
@@ -16,6 +15,7 @@ export const useGlobalState = createGlobalState(
|
||||
enableAutoReply: false,
|
||||
domains: [],
|
||||
copyright: 'Dream Hunter',
|
||||
cfTurnstileSiteKey: '',
|
||||
})
|
||||
const settings = ref({
|
||||
fetched: false,
|
||||
|
||||
Reference in New Issue
Block a user