fix: 修改首页图片和地址指向

This commit is contained in:
MTrun
2022-02-28 21:15:57 +08:00
parent 4e1069ec1d
commit 1d6ab1ae5b
4 changed files with 6 additions and 5 deletions
@@ -27,7 +27,7 @@
<div class="list-content-img">
<img
:src="
requireUrl('/project/moke-20211219181327.png')
requireUrl('project/moke-20211219181327.png')
"
:alt="cardData?.title"
/>
@@ -37,7 +37,7 @@
</n-button>
</template>
<n-text>
{{ $t('global.doc_addr') }}
{{ $t('global.code_addr') }}
</n-text>
</n-tooltip>
@@ -47,7 +47,7 @@
<CodeSlashIcon />
</n-icon>
</template>
<n-text v-show="!collapsed">{{ $t('global.doc_addr') }}</n-text>
<n-text v-show="!collapsed">{{ $t('global.code_addr') }}</n-text>
</n-button>
</n-space>
</div>