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-status-bar/u-status-bar"],{"02af":function(t,n,u){"use strict";var e=u("eb3c"),a=u.n(e);a.a},1404:function(t,n,u){"use strict";u.r(n);var e=u("bfaa"),a=u("5c50");for(var i in a)["default"].indexOf(i)<0&&function(t){u.d(n,t,(function(){return a[t]}))}(i);u("02af");var r=u("828b"),s=Object(r["a"])(a["default"],e["b"],e["c"],!1,null,"5062d177",null,!1,e["a"],void 0);n["default"]=s.exports},"5c50":function(t,n,u){"use strict";u.r(n);var e=u("fd49"),a=u.n(e);for(var i in e)["default"].indexOf(i)<0&&function(t){u.d(n,t,(function(){return e[t]}))}(i);n["default"]=a.a},bfaa:function(t,n,u){"use strict";u.d(n,"b",(function(){return e})),u.d(n,"c",(function(){return a})),u.d(n,"a",(function(){}));var e=function(){var t=this.$createElement,n=(this._self._c,this.__get_style([this.style]));this.$mp.data=Object.assign({},{$root:{s0:n}})},a=[]},eb3c:function(t,n,u){},fd49:function(t,n,u){"use strict";(function(t){var e=u("47a9");Object.defineProperty(n,"__esModule",{value:!0}),n.default=void 0;var a=e(u("491f")),i={name:"u-status-bar",mixins:[t.$u.mpMixin,t.$u.mixin,a.default],data:function(){return{}},computed:{style:function(){var n={};return n.height=t.$u.addUnit(t.$u.sys().statusBarHeight,"px"),n.backgroundColor=this.bgColor,t.$u.deepMerge(n,t.$u.addStyle(this.customStyle))}}};n.default=i}).call(this,u("df3c")["default"])}}]);
;(global["webpackJsonp"] = global["webpackJsonp"] || []).push([
'node-modules/uview-ui/components/u-status-bar/u-status-bar-create-component',
{
'node-modules/uview-ui/components/u-status-bar/u-status-bar-create-component':(function(module, exports, __webpack_require__){
__webpack_require__('df3c')['createComponent'](__webpack_require__("1404"))
})
},
[['node-modules/uview-ui/components/u-status-bar/u-status-bar-create-component']]
]);

View File

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

View File

@@ -0,0 +1 @@
<view class="u-status-bar data-v-5062d177" style="{{$root.s0}}"><slot></slot></view>

View File

@@ -0,0 +1 @@
.u-status-bar.data-v-5062d177{width:100%}