This commit is contained in:
parent
a3e58a01a1
commit
7e12363976
10
src/App.vue
10
src/App.vue
@ -7,9 +7,13 @@
|
|||||||
position="top-center"
|
position="top-center"
|
||||||
:toast-options="{
|
:toast-options="{
|
||||||
style: {
|
style: {
|
||||||
background: '#000000',
|
background: '#ddd',
|
||||||
color: '#ffffff',
|
color: '#000',
|
||||||
border: '1px solid rgba(255, 255, 255, 0.1)',
|
border: '1px solid rgba(255, 255, 255)',
|
||||||
|
},
|
||||||
|
classes: {
|
||||||
|
title: 'text-[20px] font-bold',
|
||||||
|
toast: 'rounded-[20px]', // 顺便统一一下你 Dialog 的圆角风格
|
||||||
},
|
},
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
export const downLoadAndroid = 'https://h.hifastapp.com/download/app-arm64-v8a-release.apk'
|
// utils/constant.ts
|
||||||
export const downLoadMac = 'https://h.hifastapp.com/download/HiFastVPN-1.0.0+100-macos.dmg'
|
const BASE_URL = window.location.origin // 自动获取当前域名
|
||||||
export const downLoadWin = 'https://h.hifastapp.com/download/HiFastVPN-0.0.2-windows-setup.exe'
|
|
||||||
|
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'
|
export const downLoadIos = 'https://apps.apple.com/us/app/hi%E5%BF%ABvpn/id6755683167'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user