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";const t=require("../../common/vendor.js"),e={__name:"statusBar",setup(e){const n=t.index.getSystemInfoSync().statusBarHeight+"px";return(t,e)=>({a:n})}};wx.createComponent(e);

View File

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

View File

@@ -0,0 +1 @@
<view style="position:relative"><view style="{{'height:' + a}}"></view><view style="height:44px;display:flex;align-items:center"><slot/></view></view>

View File

@@ -0,0 +1 @@
.statusBar_blur{width:100%;height:185rpx;position:absolute;top:0;left:0;background:linear-gradient(180deg,#dbe5ff,#fff 15%,#fff 81%,#f7f7f7);opacity:.8;filter:blur(50px);z-index:-1}