mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-27 13:07:40 +08:00
fix: commit
This commit is contained in:
@@ -70,6 +70,7 @@
|
|||||||
<hands v-else-if="article.type === 'PROPOSAL'" class="proposal-icon" />
|
<hands v-else-if="article.type === 'PROPOSAL'" class="proposal-icon" />
|
||||||
<star v-if="!article.rssExcluded" class="featured-icon" />
|
<star v-if="!article.rssExcluded" class="featured-icon" />
|
||||||
{{ article.title }}
|
{{ article.title }}
|
||||||
|
<preview-close-one class="preview-close-icon" v-if="article.rssExcluded" />
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<NuxtLink class="article-item-description main-item" :to="`/posts/${article.id}`">
|
<NuxtLink class="article-item-description main-item" :to="`/posts/${article.id}`">
|
||||||
<div v-html="stripMarkdownWithTiebaMoji(article.description, 500)"></div>
|
<div v-html="stripMarkdownWithTiebaMoji(article.description, 500)"></div>
|
||||||
|
|||||||
@@ -82,6 +82,7 @@ import {
|
|||||||
Share,
|
Share,
|
||||||
Financing,
|
Financing,
|
||||||
Hands,
|
Hands,
|
||||||
|
PreviewCloseOne,
|
||||||
} from '@icon-park/vue-next'
|
} from '@icon-park/vue-next'
|
||||||
|
|
||||||
export default defineNuxtPlugin((nuxtApp) => {
|
export default defineNuxtPlugin((nuxtApp) => {
|
||||||
@@ -167,4 +168,5 @@ export default defineNuxtPlugin((nuxtApp) => {
|
|||||||
nuxtApp.vueApp.component('Share', Share)
|
nuxtApp.vueApp.component('Share', Share)
|
||||||
nuxtApp.vueApp.component('Financing', Financing)
|
nuxtApp.vueApp.component('Financing', Financing)
|
||||||
nuxtApp.vueApp.component('Hands', Hands)
|
nuxtApp.vueApp.component('Hands', Hands)
|
||||||
|
nuxtApp.vueApp.component('PreviewCloseOne', PreviewCloseOne)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user