mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 08:00:53 +00:00
fix: update intl domain links to 1panel.pro (#12045)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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');
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user