From 32dee74edf8cee0a70a05c8bad6aa8eb7c089149 Mon Sep 17 00:00:00 2001
From: ssongliu <73214554+ssongliu@users.noreply.github.com>
Date: Tue, 3 Mar 2026 15:20:02 +0800
Subject: [PATCH] fix: update intl domain links to 1panel.pro (#12045)
---
agent/global/global.go | 2 +-
core/global/global.go | 2 +-
frontend/src/components/license-import/index.vue | 2 +-
frontend/src/components/system-upgrade/index.vue | 2 +-
frontend/src/layout/components/AppFooter.vue | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/agent/global/global.go b/agent/global/global.go
index fce7bf05d..27a37f864 100644
--- a/agent/global/global.go
+++ b/agent/global/global.go
@@ -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"
}
diff --git a/core/global/global.go b/core/global/global.go
index a9fcab0e9..fb6791b72 100644
--- a/core/global/global.go
+++ b/core/global/global.go
@@ -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"
}
diff --git a/frontend/src/components/license-import/index.vue b/frontend/src/components/license-import/index.vue
index 935853046..3109cd358 100644
--- a/frontend/src/components/license-import/index.vue
+++ b/frontend/src/components/license-import/index.vue
@@ -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');
}
};
diff --git a/frontend/src/components/system-upgrade/index.vue b/frontend/src/components/system-upgrade/index.vue
index 017373e21..70649f7cd 100644
--- a/frontend/src/components/system-upgrade/index.vue
+++ b/frontend/src/components/system-upgrade/index.vue
@@ -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');
}
};
diff --git a/frontend/src/layout/components/AppFooter.vue b/frontend/src/layout/components/AppFooter.vue
index 7b565611e..1c3260701 100644
--- a/frontend/src/layout/components/AppFooter.vue
+++ b/frontend/src/layout/components/AppFooter.vue
@@ -5,7 +5,7 @@
Copyright © 2014-{{ year }} {{ $t('commons.fit2cloud') }}
-
+
Copyright © {{ year }} {{ $t('commons.lingxia') }}