feat:svg 生产动态图片

This commit is contained in:
2026-04-28 15:13:16 +08:00
parent 604236a7b2
commit d3ef285c6d
2 changed files with 36 additions and 3 deletions

View File

@@ -8,6 +8,8 @@
:list="discoveryCards"
@card-click="cardClick" />
<QuickQuestions />
</view>
</template>
@@ -61,3 +63,8 @@ const cardClick = (item) => {
};
</script>
<style lang="scss" scoped>
</style>