feat(sj_1.0.0): 修复官网地址

This commit is contained in:
opensnail 2024-05-15 23:56:51 +08:00
parent d3b19cf8c4
commit af029fba11
2 changed files with 3 additions and 2 deletions

View File

@ -111,5 +111,6 @@
"lint-staged": {
"*": "eslint --fix"
},
"website": "https://www.easyretry.com/pages/78ba75/"
"officialWebsite": "https://snailjob.opensnail.com",
"website": "https://snailjob.opensnail.com/pages/78ba75/"
}

View File

@ -48,7 +48,7 @@ const latestBuildTime = BUILD_TIME;
<NCard :title="$t('page.about.projectInfo.title')" :bordered="false" size="small" segmented class="card-wrapper">
<NDescriptions label-placement="left" bordered size="small" :column="column">
<NDescriptionsItem :label="$t('page.about.projectInfo.officialWebsite')">
<a class="text-primary" :href="pkg.website" target="_blank" rel="noopener noreferrer">
<a class="text-primary" :href="pkg.officialWebsite" target="_blank" rel="noopener noreferrer">
{{ $t('page.about.projectInfo.officialWebsite') }}
</a>
</NDescriptionsItem>