fix: allow theme toggle without requiring user login

This commit is contained in:
immortal521
2025-08-16 01:11:30 +08:00
parent 2e749a5672
commit e042c499e1
2 changed files with 31 additions and 23 deletions

View File

@@ -1 +1,5 @@
export { toast } from './composables/useToast'
export const API_DOMAIN = 'https://www.open-isle.com'
export const API_PORT = ''
export const API_BASE_URL = API_PORT ? `${API_DOMAIN}:${API_PORT}` : API_DOMAIN