first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:27:25 +08:00
commit 85b89ccea7
1694 changed files with 168292 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["node-modules/uview-ui/components/u--image/u--image"],{"6b38":function(e,n,u){"use strict";(function(e){var t=u("47a9");Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var i=t(u("6c66")),o={name:"u--image",mixins:[e.$u.mpMixin,i.default,e.$u.mixin],components:{uvImage:function(){Promise.all([u.e("common/vendor"),u.e("node-modules/uview-ui/components/u-image/u-image")]).then(function(){return resolve(u("8335"))}.bind(null,u)).catch(u.oe)}}};n.default=o}).call(this,u("df3c")["default"])},9862:function(e,n,u){"use strict";u.d(n,"b",(function(){return t})),u.d(n,"c",(function(){return i})),u.d(n,"a",(function(){}));var t=function(){var e=this.$createElement;this._self._c},i=[]},eae0:function(e,n,u){"use strict";u.r(n);var t=u("9862"),i=u("fce7");for(var o in i)["default"].indexOf(o)<0&&function(e){u.d(n,e,(function(){return i[e]}))}(o);var a=u("828b"),c=Object(a["a"])(i["default"],t["b"],t["c"],!1,null,null,null,!1,t["a"],void 0);n["default"]=c.exports},fce7:function(e,n,u){"use strict";u.r(n);var t=u("6b38"),i=u.n(t);for(var o in t)["default"].indexOf(o)<0&&function(e){u.d(n,e,(function(){return t[e]}))}(o);n["default"]=i.a}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u--image/u--image-create-component',
{
'node-modules/uview-ui/components/u--image/u--image-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("eae0"))
})
},
[['node-modules/uview-ui/components/u--image/u--image-create-component']]
]);

View File

@@ -0,0 +1,6 @@
{
"component": true,
"usingComponents": {
"uv-image": "/node-modules/uview-ui/components/u-image/u-image"
}
}

View File

@@ -0,0 +1 @@
<uv-image vue-id="25f3db0d-1" src="{{src}}" mode="{{mode}}" width="{{width}}" height="{{height}}" shape="{{shape}}" radius="{{radius}}" lazyLoad="{{lazyLoad}}" showMenuByLongpress="{{showMenuByLongpress}}" loadingIcon="{{loadingIcon}}" errorIcon="{{errorIcon}}" showLoading="{{showLoading}}" showError="{{showError}}" fade="{{fade}}" webp="{{webp}}" duration="{{duration}}" bgColor="{{bgColor}}" customStyle="{{customStyle}}" data-event-opts="{{[['^click',[['$emit',['click']]]],['^error',[['$emit',['error']]]],['^load',[['$emit',['load']]]]]}}" bind:click="__e" bind:error="__e" bind:load="__e" bind:__l="__l" vue-slots="{{['loading','error']}}"><slot name="loading" slot="loading"></slot><slot name="error" slot="error"></slot></uv-image>