feat: Update international address (#7685)

This commit is contained in:
蘭
2025-01-10 02:17:43 +00:00
committed by GitHub
parent aab8df6abc
commit 6f3c5586fc
3 changed files with 11 additions and 3 deletions
@@ -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 () => {
@@ -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');
}
};
+5 -1
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 = () => {