样式修改
All checks were successful
site-dist-deploy / build-and-deploy (push) Successful in 1m10s

This commit is contained in:
speakeloudest 2026-01-06 22:41:33 -08:00
parent a3e58a01a1
commit 7e12363976
2 changed files with 13 additions and 6 deletions

View File

@ -7,9 +7,13 @@
position="top-center"
:toast-options="{
style: {
background: '#000000',
color: '#ffffff',
border: '1px solid rgba(255, 255, 255, 0.1)',
background: '#ddd',
color: '#000',
border: '1px solid rgba(255, 255, 255)',
},
classes: {
title: 'text-[20px] font-bold',
toast: 'rounded-[20px]', // 便 Dialog
},
}"
/>

View File

@ -1,4 +1,7 @@
export const downLoadAndroid = 'https://h.hifastapp.com/download/app-arm64-v8a-release.apk'
export const downLoadMac = 'https://h.hifastapp.com/download/HiFastVPN-1.0.0+100-macos.dmg'
export const downLoadWin = 'https://h.hifastapp.com/download/HiFastVPN-0.0.2-windows-setup.exe'
// utils/constant.ts
const BASE_URL = window.location.origin // 自动获取当前域名
export const downLoadAndroid = `${BASE_URL}/download/app-arm64-v8a-release.apk`
export const downLoadMac = `${BASE_URL}/download/HiFastVPN-1.0.0+100-macos.dmg`
export const downLoadWin = `${BASE_URL}/download/HiFastVPN-0.0.2-windows-setup.exe`
export const downLoadIos = 'https://apps.apple.com/us/app/hi%E5%BF%ABvpn/id6755683167'