diff --git a/frontend/src/components/system-upgrade/index.vue b/frontend/src/components/system-upgrade/index.vue
index 4f310b896..ed26f2087 100644
--- a/frontend/src/components/system-upgrade/index.vue
+++ b/frontend/src/components/system-upgrade/index.vue
@@ -9,6 +9,10 @@
{{ $t('setting.doc2') }}
+
+ {{ $t('setting.project') }}
+
+
{{ $t('setting.currentVersion') + version }}
@@ -103,6 +107,10 @@ const toForum = () => {
window.open('https://bbs.fit2cloud.com/c/1p/7', '_blank');
};
+const toGithub = () => {
+ window.open('https://github.com/1Panel-dev/1Panel', '_blank', 'noopener,noreferrer');
+};
+
const onLoadUpgradeInfo = async () => {
loading.value = true;
await loadUpgradeInfo()