fix: 修改下载路径
This commit is contained in:
parent
09084eef21
commit
f3d2590a44
@ -119,11 +119,11 @@ export default function Content() {
|
|||||||
{/* 快捷下载 Card */}
|
{/* 快捷下载 Card */}
|
||||||
<Card className='rounded-[20px] border border-[#D9D9D9] p-6 shadow-[0px_0px_52.6px_1px_rgba(15,44,83,0.05)] 2xl:order-2 2xl:col-span-1'>
|
<Card className='rounded-[20px] border border-[#D9D9D9] p-6 shadow-[0px_0px_52.6px_1px_rgba(15,44,83,0.05)] 2xl:order-2 2xl:col-span-1'>
|
||||||
<div className='flex items-center justify-between'>
|
<div className='flex items-center justify-between'>
|
||||||
<h3 className='text-base font-medium text-[#666666] sm:text-xl'>快捷下载</h3>
|
<h3 className='text-base font-medium text-[#666666] sm:text-xl'>
|
||||||
</div>
|
{t('quickDownloads')}
|
||||||
<div className={'text-xs font-normal leading-[1.5] text-[#666]'}>
|
</h3>
|
||||||
选择对应操作系统下载客户端
|
|
||||||
</div>
|
</div>
|
||||||
|
<div className={'text-xs font-normal leading-[1.5] text-[#666]'}>{t('selectOS')}</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
className={
|
className={
|
||||||
@ -141,11 +141,24 @@ export default function Content() {
|
|||||||
icon: 'Group 77',
|
icon: 'Group 77',
|
||||||
href: 'https://apps.apple.com/us/app/shadowrocket/id932747118?l=zh-Hans-CN',
|
href: 'https://apps.apple.com/us/app/shadowrocket/id932747118?l=zh-Hans-CN',
|
||||||
},
|
},
|
||||||
{ label: 'Win', icon: 'Group 75', href: '' },
|
{
|
||||||
{ label: 'Android', icon: 'Group 75', href: '' },
|
label: 'Win',
|
||||||
|
icon: 'Group 75',
|
||||||
|
href: 'https://airoport.oss-ap-northeast-1.aliyuncs.com/Hiddify-Windows-Setup-x64.msix',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'Android',
|
||||||
|
icon: 'Group 75',
|
||||||
|
href: 'https://airoport.oss-ap-northeast-1.aliyuncs.com/Hiddify-Android-universal.apk',
|
||||||
|
},
|
||||||
].map((v) => {
|
].map((v) => {
|
||||||
return (
|
return (
|
||||||
<a href={v.href} target={'_blank'} className={'cursor-pointer text-center'}>
|
<a
|
||||||
|
key={v.label}
|
||||||
|
href={v.href}
|
||||||
|
target={'_blank'}
|
||||||
|
className={'cursor-pointer text-center'}
|
||||||
|
>
|
||||||
<div className={''}>
|
<div className={''}>
|
||||||
<SvgIcon name={v.icon}></SvgIcon>
|
<SvgIcon name={v.icon}></SvgIcon>
|
||||||
</div>
|
</div>
|
||||||
@ -159,7 +172,7 @@ export default function Content() {
|
|||||||
'mt-2.5 flex h-[37px] items-center justify-between rounded-full bg-[#EAEAEA] pl-4 text-[#666]'
|
'mt-2.5 flex h-[37px] items-center justify-between rounded-full bg-[#EAEAEA] pl-4 text-[#666]'
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<span className={'text-sm font-medium'}>免费美区Apple ID</span>
|
<span className={'text-sm font-medium'}>{t('freeAppleID')}</span>
|
||||||
<AiroButton
|
<AiroButton
|
||||||
className={'m-1'}
|
className={'m-1'}
|
||||||
variant={'primary'}
|
variant={'primary'}
|
||||||
@ -170,7 +183,7 @@ export default function Content() {
|
|||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
获取
|
{t('get')}
|
||||||
</AiroButton>
|
</AiroButton>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
@ -190,7 +203,7 @@ export default function Content() {
|
|||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<div className={'text-xs font-light leading-[1.5] text-[#666]'}>
|
<div className={'text-xs font-light leading-[1.5] text-[#666]'}>
|
||||||
复制订阅链接或点击二维码按钮扫码
|
{t('copySubscribeLink')}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
"confirmResetSubscription": "Are you sure you want to reset the subscription address?",
|
"confirmResetSubscription": "Are you sure you want to reset the subscription address?",
|
||||||
"copy": "Copy",
|
"copy": "Copy",
|
||||||
"copyFailure": "Copy failed, please copy manually",
|
"copyFailure": "Copy failed, please copy manually",
|
||||||
|
"copySubscribeLink": "Copy the subscription link or click the QR code button to scan",
|
||||||
"copySubscriptionLinkOrScanQrCode": "Copy subscription link or click the QR code button to scan",
|
"copySubscriptionLinkOrScanQrCode": "Copy subscription link or click the QR code button to scan",
|
||||||
"copySuccess": "Copy successful",
|
"copySuccess": "Copy successful",
|
||||||
"deducted": "Canceled",
|
"deducted": "Canceled",
|
||||||
@ -19,6 +20,8 @@
|
|||||||
"expirationDays": "Expiration Days",
|
"expirationDays": "Expiration Days",
|
||||||
"expired": "Expired",
|
"expired": "Expired",
|
||||||
"finished": "Traffic exhausted",
|
"finished": "Traffic exhausted",
|
||||||
|
"freeAppleID": "Free US Apple ID",
|
||||||
|
"get": "Get",
|
||||||
"import": "Import",
|
"import": "Import",
|
||||||
"inEffect": "In Effect",
|
"inEffect": "In Effect",
|
||||||
"latestAnnouncement": "Latest Announcement",
|
"latestAnnouncement": "Latest Announcement",
|
||||||
@ -40,12 +43,14 @@
|
|||||||
"prompt": "Prompt",
|
"prompt": "Prompt",
|
||||||
"purchaseSubscription": "Purchase Subscription",
|
"purchaseSubscription": "Purchase Subscription",
|
||||||
"qrCode": "QR Code",
|
"qrCode": "QR Code",
|
||||||
|
"quickDownloads": "Quick Downloads",
|
||||||
"remaining": "Remaining: ",
|
"remaining": "Remaining: ",
|
||||||
"resetSubscription": "Reset Subscription Address",
|
"resetSubscription": "Reset Subscription Address",
|
||||||
"resetSuccess": "Reset successful",
|
"resetSuccess": "Reset successful",
|
||||||
"rowsPerPage": "Rows per page",
|
"rowsPerPage": "Rows per page",
|
||||||
"scanCodeToSubscribe": "Scan code to subscribe",
|
"scanCodeToSubscribe": "Scan code to subscribe",
|
||||||
"scanToSubscribe": "Scan to Subscribe",
|
"scanToSubscribe": "Scan to Subscribe",
|
||||||
|
"selectOS": "Select the corresponding operating system to download the client",
|
||||||
"siteAnnouncements": "Site Announcements",
|
"siteAnnouncements": "Site Announcements",
|
||||||
"subscriptionUrl": "Subscription URL",
|
"subscriptionUrl": "Subscription URL",
|
||||||
"totalTraffic": "Total Traffic",
|
"totalTraffic": "Total Traffic",
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
"confirmResetSubscription": "是否确认重置订阅地址?",
|
"confirmResetSubscription": "是否确认重置订阅地址?",
|
||||||
"copy": "复制",
|
"copy": "复制",
|
||||||
"copyFailure": "复制失败,请手动复制",
|
"copyFailure": "复制失败,请手动复制",
|
||||||
|
"copySubscribeLink": "复制订阅链接或点击二维码按钮扫码",
|
||||||
"copySubscriptionLinkOrScanQrCode": "复制订阅链接或点击二维码按钮扫码",
|
"copySubscriptionLinkOrScanQrCode": "复制订阅链接或点击二维码按钮扫码",
|
||||||
"copySuccess": "复制成功",
|
"copySuccess": "复制成功",
|
||||||
"deducted": "已取消",
|
"deducted": "已取消",
|
||||||
@ -19,6 +20,8 @@
|
|||||||
"expirationDays": "到期时间/天",
|
"expirationDays": "到期时间/天",
|
||||||
"expired": "已过期",
|
"expired": "已过期",
|
||||||
"finished": "流量已用尽",
|
"finished": "流量已用尽",
|
||||||
|
"freeAppleID": "免费美区Apple ID",
|
||||||
|
"get": "获取",
|
||||||
"import": "导入",
|
"import": "导入",
|
||||||
"inEffect": "生效中",
|
"inEffect": "生效中",
|
||||||
"latestAnnouncement": "最新公告",
|
"latestAnnouncement": "最新公告",
|
||||||
@ -40,12 +43,14 @@
|
|||||||
"prompt": "提示",
|
"prompt": "提示",
|
||||||
"purchaseSubscription": "购买订阅",
|
"purchaseSubscription": "购买订阅",
|
||||||
"qrCode": "二维码",
|
"qrCode": "二维码",
|
||||||
|
"quickDownloads": "快捷下载",
|
||||||
"remaining": "剩余:",
|
"remaining": "剩余:",
|
||||||
"resetSubscription": "重置订阅地址",
|
"resetSubscription": "重置订阅地址",
|
||||||
"resetSuccess": "重置成功",
|
"resetSuccess": "重置成功",
|
||||||
"rowsPerPage": "每页显示",
|
"rowsPerPage": "每页显示",
|
||||||
"scanCodeToSubscribe": "扫描码订阅",
|
"scanCodeToSubscribe": "扫描码订阅",
|
||||||
"scanToSubscribe": "扫描订阅",
|
"scanToSubscribe": "扫描订阅",
|
||||||
|
"selectOS": "选择对应操作系统下载客户端",
|
||||||
"siteAnnouncements": "网站公告",
|
"siteAnnouncements": "网站公告",
|
||||||
"subscriptionUrl": "订阅地址",
|
"subscriptionUrl": "订阅地址",
|
||||||
"totalTraffic": "总流量",
|
"totalTraffic": "总流量",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user