feat: Update international address (#7685)

pull/7690/head
2025-01-10 10:17:43 +08:00 committed by GitHub
parent aab8df6abc
commit 6f3c5586fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 3 deletions

View File

@ -74,7 +74,11 @@ const handleExceed: UploadProps['onExceed'] = (files) => {
};
const toLxware = () => {
window.open('https://www.lxware.cn/1panel' + '', '_blank', 'noopener,noreferrer');
if (!globalStore.isIntl) {
window.open('https://www.lxware.cn/1panel' + '', '_blank', 'noopener,noreferrer');
} else {
window.open('https://1panel.hk/pricing' + '', '_blank', 'noopener,noreferrer');
}
};
const submit = async () => {

View File

@ -126,7 +126,7 @@ const toLxware = () => {
if (!globalStore.isIntl) {
window.open('https://www.lxware.cn/1panel' + '', '_blank', 'noopener,noreferrer');
} else {
window.open('https://1panel.hk' + '', '_blank', 'noopener,noreferrer');
window.open('https://1panel.hk/pricing' + '', '_blank', 'noopener,noreferrer');
}
};

View File

@ -139,7 +139,11 @@ const license = reactive({
});
const toLxware = () => {
window.open('https://www.lxware.cn/1panel' + '', '_blank', 'noopener,noreferrer');
if (!globalStore.isIntl) {
window.open('https://www.lxware.cn/1panel' + '', '_blank', 'noopener,noreferrer');
} else {
window.open('https://1panel.hk/pricing' + '', '_blank', 'noopener,noreferrer');
}
};
const loadInfo = () => {