{ "name": "bulletTextV2", "version": "1.0.0", "scripts": { "build": "cube build ./ --output=../../datavComponent --remote=pandav --smart" }, "dependencies": { "bcore": "0.0.18", "jquery": "2.1.4", "lodash": "4.6.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-spring": "^8.0.27" }, "pandav": { "cn_name": "弹幕文本V2", "level": 0, "protocol": 2, "apis": { "source": { "handler": "render", "description": "数据接口", "fields": { "text": { "description": "文本", "optional": true, "type": "string" } } } }, "config": { "chart": { "name": "基础配置", "type": "group", "children": { "textStyle": { "type": "group", "name": "文本样式", "fold": true, "children": { "fontSize": { "name": "字号", "type": "number", "default": 32, "range": [ 10, 100 ] }, "color": { "type": "color", "name": "字体颜色", "default": "#fff" }, "fontWeight": { "name": "字体粗细", "type": "search", "default": "normal", "searches": [ "normal", "bold", "bolder", "lighter", 100, 200, 300, 400, 500, 600, 700, 800, 900 ] }, "fontFamily": { "name": "字体", "type": "search", "default": "Microsoft Yahei", "range": [ { "微软雅黑": "Microsoft Yahei" }, { "宋体": "SimSun" }, { "黑体": "SimHei" }, { "隶书": "LiSu" }, { "幼圆": "YouYuan" }, "tahoma", "arial", "sans-serif" ], "description": "请选择您系统有的字体,如果您系统无此字体,标题将会显示默认字体" }, "letterSpacing": { "name": "字距", "default": 0, "suffix": 0, "type": "number" }, "lineHeight": { "name": "行距", "type": "number", "default": 48, "suffix": "px" } } }, "shadow": { "type": "group", "name": "阴影", "fold": true, "enableHide": true, "children": { "show": { "default": true }, "color": { "name": "颜色", "type": "color", "default": "#0075FF", "col": 12 }, "vShadow": { "name": "X", "type": "number", "default": 0, "col": 12 }, "hShadow": { "name": "Y", "type": "number", "default": 0, "col": 12 }, "blur": { "name": "模糊", "type": "text", "default": 8, "col": 12 } } } } }, "animation": { "name": "动画", "type": "group", "children": { "speed": { "name": "动画速度", "type": "number", "min": 0, "default": 50 }, "interval": { "name": "动画间隔", "type": "number", "min": 0, "suffix": "秒", "default": 0 } } } }, "api_data": { "source": [ { "text": "让数字化看得见" } ] }, "publicHandler": {}, "events": { "click": { "name": "鼠标点击", "type": "array", "fields": { "text": { "description": "组件内容", "type": "string" } }, "data": [ { "text": "让数字化看得见" } ] }, "mouseEnter": { "name": "鼠标移入", "type": "array", "fields": { "text": { "description": "组件内容", "type": "string" } }, "data": [ { "text": "让数字化看得见" } ] }, "mouseLeave": { "name": "鼠标移出", "type": "array", "fields": { "text": { "description": "组件内容", "type": "string" } }, "data": [ { "text": "让数字化看得见" } ] } }, "view": { "width": "380", "height": "48", "minWidth": "0", "minHeight": "0", "z-index": 110 }, "type": [ "DataV-6:info_text" ], "icon": "/civ_pandaview_component/pandabi-component/assets/l74qfu7etj_1626679517205_pgb5y3i24.gif", "thumbnail": "/civ_pandaview_component/pandabi-component/assets/l74qfu7etj_1626679517205_pgb5y3i24.gif" } }