更新记录

1.0.8(2023-09-12)

改bug

1.0.7(2023-08-01)

更新

1.0.6(2023-07-31)

更新

查看更多

平台兼容性

myuan-diy

myuan-diy是myuandiy配对使用的uni组件包,方便与快速将后台的编辑数据变为展示页面

myuandiy组件npm地址

示例

<template>
    <myuan-diy :shu='shu'></myuan-diy>
</template>

<script setup>
    import { ref} from 'vue';

    const shu = ref({
        biaoti: '',
        yangshi: {
            height: 1334,
            backgroundColor: 'red',
            isBackgroundColor: true,
            backgroundImage: '',
            isBackgroundImage: false,
            backgroundRepeat: 'no-repeat',
            backgroundOpacity: 100
        },
        shu: [{
            buju:1,leixing:"Tu",ming:"图片",
            shu:[{ tu: 'https://www.baidu.com/01415202efa5737bc4c1fa1996686f3c.png', url: '' }],
            tu:"iconfuhao-tupian",
            yangshi:{backgroundRepeat:"no-repeat",borderColor:"#e72b2b",borderStyle:"solid",borderWidth:1,
            height:300,left:0,opacity:100,padding:0,rotate:0,scale:1,top:300,width:750,zIndex:1000},
        }]
    })

</script>

<style>
</style>

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

插件不采集任何数据

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

许可协议

MIT协议

暂无用户评论。

使用中有什么不明白的地方,就向插件作者提问吧~ 我要提问