feat: add COPYRIGHT (#183)

This commit is contained in:
Dream Hunter
2024-04-30 22:58:28 +08:00
committed by GitHub
parent 64bcf7d019
commit 32ce446a27
9 changed files with 59 additions and 6 deletions

View File

@@ -14,7 +14,8 @@ export const useGlobalState = createGlobalState(
enableUserCreateEmail: false,
enableUserDeleteEmail: false,
enableAutoReply: false,
domains: []
domains: [],
copyright: 'Dream Hunter',
})
const settings = ref({
fetched: false,