add event module

This commit is contained in:
2023-10-24 19:17:56 +08:00
parent 7e679b9789
commit 7b50aa39db
9 changed files with 335 additions and 28 deletions

View File

@@ -5,6 +5,8 @@ const releseAPI = `https://vtsuru.suki.club/api/`
export const isBackendUsable = ref(true)
export const AVATAR_URL = 'https://workers.vrp.moe/api/bilibili/avatar/'
export const BASE_API = process.env.NODE_ENV === 'development' ? debugAPI : releseAPI
export const FETCH_API = 'https://fetch.vtsuru.live/'