first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:09:02 +08:00
commit dac42e3b0c
3512 changed files with 181637 additions and 0 deletions

View File

@@ -0,0 +1 @@
"use strict";exports.props={props:{}};

View File

@@ -0,0 +1 @@
"use strict";const e=require("./props.js"),i=require("../../libs/mixin/mpMixin.js"),t=require("../../libs/mixin/mixin.js"),s=require("../../libs/function/index.js"),n=require("../../../../common/vendor.js"),r={name:"u-safe-bottom",mixins:[i.mpMixin,t.mixin,e.props],data:()=>({safeAreaBottomHeight:0,isNvue:!1}),computed:{style(){return s.deepMerge({},s.addStyle(this.customStyle))}},mounted(){}};const o=n._export_sfc(r,[["render",function(e,i,t,s,r,o){return{a:n.s(o.style),b:n.n(!r.isNvue&&"u-safe-area-inset-bottom")}}],["__scopeId","data-v-c4161810"]]);wx.createComponent(o);

View File

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

View File

@@ -0,0 +1 @@
<view style="{{a}}" class="{{['u-safe-bottom', 'data-v-c4161810', b]}}"></view>

View File

@@ -0,0 +1 @@
.u-safe-bottom.data-v-c4161810{width:100%}