1
0
zrcadlo https://github.com/ialley-workshop-open/uni-halo.git synchronizováno 2026-06-12 13:19:31 +08:00

新增:文章版权说明;

新增:文章详情点击标签跳转查询标签下的文章列表;
优化:调整markdown文字大小
Tento commit je obsažen v:
小莫唐尼
2022-12-10 14:24:36 +08:00
rodič 70c5b34de0
revize e46c5c2b6f
12 změnil soubory, kde provedl 319 přidání a 33 odebrání
+5 -1
Zobrazit soubor
@@ -33,7 +33,7 @@
</view>
</view>
<view v-if="useActions" class="">
<tm-button size="s" text theme="blue" @click="$emit('on-comment', { type: 'user', comment: comment })">回复</tm-button>
<tm-button v-if="!disallowComment" size="s" text theme="blue" @click="$emit('on-comment', { type: 'user', comment: comment })">回复</tm-button>
<tm-button size="s" text theme="grey" @click="$emit('on-copy', comment.content)">复制</tm-button>
</view>
</view>
@@ -59,6 +59,10 @@ export default {
type: Array,
default: () => []
},
disallowComment: {
type: Boolean,
default: false
},
useActions: {
type: Boolean,
default: true