fix: update bilibili timestamp link format to - [MM:SS](URL#t=MM:SS)

This commit is contained in:
wanderer99176
2026-02-25 11:57:16 +08:00
parent 7b45db2f59
commit 7fb4fcba77
3 changed files with 22 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import tailwindcss from '@tailwindcss/vite'
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, process.cwd() + '/../')
const apiBaseUrl = env.VITE_API_BASE_URL || 'http://localhost:8000'
const apiBaseUrl = env.VITE_API_BASE_URL || 'http://127.0.0.1:8483'
const port = parseInt(env.VITE_FRONTEND_PORT || '3015', 10)
return {