feat(sj_1.0.0): 修复官网地址
This commit is contained in:
parent
d3b19cf8c4
commit
af029fba11
@ -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/"
|
||||
}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user