This commit is contained in:
2025-06-13 20:46:10 +08:00
parent a3e6a6d8b8
commit 898b816655
52 changed files with 2250 additions and 3785 deletions
@@ -15,6 +15,7 @@
</template>
<template v-slot:footer>
<image class="thumbnail" :src="data.thumbnail[0]" mode="aspectFill"></image>
</template>
</uni-list-item>
</template>
@@ -1,5 +1,5 @@
<template>
<view class="content">
<view class="content" :style="color">
<template v-for="op in content">
<render-text
v-if="op.type === 'paragraph'"
@@ -62,6 +62,10 @@ export default {
adConfig: {
type: Object,
default: {}
},
color: {
type: String,
default: "#333"
}
},
data() {