第一次提交

This commit is contained in:
wangxiaowei
2025-06-11 10:21:51 +08:00
commit 52932d54b1
2341 changed files with 185283 additions and 0 deletions

View File

@ -0,0 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/diy/richText/richText"],{"1bae":function(t,n,e){"use strict";e.r(n);var a=e("ec3d"),r=e.n(a);for(var o in a)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return a[t]}))}(o);n["default"]=r.a},"21b1":function(t,n,e){"use strict";e.d(n,"b",(function(){return a})),e.d(n,"c",(function(){return r})),e.d(n,"a",(function(){}));var a=function(){var t=this.$createElement,n=(this._self._c,this.formatContent(this.itemData.params.content));this.$mp.data=Object.assign({},{$root:{m0:n}})},r=[]},ce7a:function(t,n,e){"use strict";e.r(n);var a=e("21b1"),r=e("1bae");for(var o in r)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return r[t]}))}(o);var u=e("828b"),c=Object(u["a"])(r["default"],a["b"],a["c"],!1,null,null,null,!1,a["a"],void 0);n["default"]=c.exports},ec3d:function(t,n,e){"use strict";var a=e("47a9");Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var r=a(e("74c1")),o={data:function(){return{}},props:["itemData"],created:function(){},methods:{formatContent:function(t){return r.default.format_content(t)}}};n.default=o}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/diy/richText/richText-create-component',
{
'components/diy/richText/richText-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("ce7a"))
})
},
[['components/diy/richText/richText-create-component']]
]);

View File

@ -0,0 +1,4 @@
{
"usingComponents": {},
"component": true
}

View File

@ -0,0 +1 @@
<view><view class="diy-richText" style="{{'background:'+(itemData.style.background)+';'+('padding:'+(itemData.style.paddingTop+'px '+itemData.style.paddingLeft+'px')+';')}}"><rich-text nodes="{{$root.m0}}"></rich-text></view></view>