This commit is contained in:
2025-12-20 08:34:16 +08:00
commit 9d4fdc7242
872 changed files with 3536 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["components/uni-icons/uni-icons"],{"238e":function(t,n,e){"use strict";e.d(n,"b",(function(){return u})),e.d(n,"c",(function(){return f})),e.d(n,"a",(function(){}));var u=function(){var t=this.$createElement;this._self._c},f=[]},"2b02":function(t,n,e){"use strict";var u=e("5c9f"),f=e.n(u);f.a},"5c9f":function(t,n,e){},ca76:function(t,n,e){"use strict";e.r(n);var u=e("238e"),f=e("ff73");for(var i in f)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return f[t]}))}(i);e("2b02");var c=e("828b"),a=Object(c["a"])(f["default"],u["b"],u["c"],!1,null,"55fbe000",null,!1,u["a"],void 0);n["default"]=a.exports},f2fa:function(t,n,e){"use strict";var u=e("47a9");Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var f=u(e("ac2c")),i={name:"UniIcons",props:{type:{type:String,default:""},color:{type:String,default:"#333333"},colorClass:{type:String,default:""},size:{type:[Number,String],default:16}},data:function(){return{icons:f.default}},methods:{_onClick:function(){this.$emit("click")}}};n.default=i},ff73:function(t,n,e){"use strict";e.r(n);var u=e("f2fa"),f=e.n(u);for(var i in u)["default"].indexOf(i)<0&&function(t){e.d(n,t,(function(){return u[t]}))}(i);n["default"]=f.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'components/uni-icons/uni-icons-create-component',
{
'components/uni-icons/uni-icons-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("ca76"))
})
},
[['components/uni-icons/uni-icons-create-component']]
]);

View File

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

View File

@@ -0,0 +1 @@
<text data-event-opts="{{[['tap',[['_onClick',['$event']]]]]}}" class="{{['uni-icons','data-v-55fbe000',colorClass]}}" style="{{'color:'+(color)+';'+('font-size:'+(size*2+'rpx')+';')}}" bindtap="__e">{{icons[type]}}</text>

File diff suppressed because one or more lines are too long