fix: update intl domain links to 1panel.pro (#12045)

This commit is contained in:
ssongliu
2026-03-03 07:20:02 +00:00
committed by GitHub
parent 6715559925
commit 32dee74edf
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -57,5 +57,5 @@ func AppRepoURL() string {
if CONF.Base.Edition != "intl" {
return "https://apps-assets.fit2cloud.com"
}
return "https://apps.1panel.pro/v2"
return "https://apps.1panel.pro"
}
+1 -1
View File
@@ -51,5 +51,5 @@ func AppRepoURL() string {
if CONF.Base.Edition != "intl" {
return "https://apps-assets.fit2cloud.com"
}
return "https://apps.1panel.pro/v2"
return "https://apps.1panel.pro"
}
@@ -115,7 +115,7 @@ const toLxware = () => {
if (!globalStore.isIntl) {
window.open('https://www.lxware.cn/1panel' + '', '_blank', 'noopener,noreferrer');
} else {
window.open('https://1panel.hk/pricing' + '', '_blank', 'noopener,noreferrer');
window.open('https://1panel.pro/pricing' + '', '_blank', 'noopener,noreferrer');
}
};
@@ -101,7 +101,7 @@ const toLxware = () => {
if (!globalStore.isIntl) {
window.open('https://www.lxware.cn/1panel' + '', '_blank', 'noopener,noreferrer');
} else {
window.open('https://1panel.hk/pricing' + '', '_blank', 'noopener,noreferrer');
window.open('https://1panel.pro/pricing' + '', '_blank', 'noopener,noreferrer');
}
};
+1 -1
View File
@@ -5,7 +5,7 @@
<a v-if="!globalStore.isIntl && !globalStore.isFxplay" href="https://fit2cloud.com/" target="_blank">
Copyright © 2014-{{ year }} {{ $t('commons.fit2cloud') }}
</a>
<a v-if="globalStore.isIntl && !globalStore.isFxplay" href="https://1panel.hk/" target="_blank">
<a v-else href="https://1panel.pro/" target="_blank">
Copyright © {{ year }} {{ $t('commons.lingxia') }}
</a>
</div>