第一次提交

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/title/title"],{"05af":function(t,n,e){"use strict";e.r(n);var u=e("1478"),i=e("d1fd");for(var o in i)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return i[t]}))}(o);e("b57c");var f=e("828b"),a=Object(f["a"])(i["default"],u["b"],u["c"],!1,null,null,null,!1,u["a"],void 0);n["default"]=a.exports},1478:function(t,n,e){"use strict";e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return i})),e.d(n,"a",(function(){}));var u=function(){var t=this.$createElement;this._self._c},i=[]},"4b09":function(t,n,e){"use strict";Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;n.default={data:function(){return{}},props:["itemData"],created:function(){},methods:{gotoPages:function(t){this.gotoPage(t.linkUrl)}}}},"937f":function(t,n,e){},b57c:function(t,n,e){"use strict";var u=e("937f"),i=e.n(u);i.a},d1fd:function(t,n,e){"use strict";e.r(n);var u=e("4b09"),i=e.n(u);for(var o in u)["default"].indexOf(o)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(o);n["default"]=i.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/diy/title/title-create-component',
{
'components/diy/title/title-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("05af"))
})
},
[['components/diy/title/title-create-component']]
]);

View File

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

View File

@ -0,0 +1 @@
<view data-event-opts="{{[['tap',[['gotoPages',['$0'],['item']]]]]}}" class="diy-notice pr" style="{{'padding:'+(itemData.style.paddingTop+'px'+' 10px')+';'+('background:'+(itemData.style.background)+';')}}" bindtap="__e"><block wx:if="{{itemData.params.show_icon=='yes'}}"><view class="notice-icon pr" style="{{'background:'+(itemData.style.background)+';'}}"><image src="{{itemData.params.icon}}" mode="aspectFill"></image></view></block><text class="pr notice-text text-ellipsisss f38 fb" style="{{'background:'+(itemData.style.background)+';'+('color:'+(itemData.style.textColor)+';')}}">{{''+itemData.params.title+''}}</text><view class="center-line"></view></view>

View File

@ -0,0 +1 @@
.diy-notice{display:flex;justify-content:center;align-items:center}.diy-notice .notice-icon{width:26px;height:26px;background-color:#fff;padding:0 10rpx;z-index:1}.diy-notice .notice-icon image{width:100%;height:100%}.diy-notice .notice-text{overflow:hidden;white-space:nowrap;background-color:#fff;padding:0 10rpx;z-index:1}.center-line{width:490rpx;height:2rpx;background-color:#c7c7c7;border-radius:2rpx;position:absolute;left:0;bottom:0;top:0;right:0;margin:auto;z-index:0}