优化页面

This commit is contained in:
pengxiaolong
2025-06-09 19:18:38 +08:00
parent d30589fd05
commit c5042d08c3
811 changed files with 2799 additions and 503 deletions

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../common/vendor.js"),o={data:()=>({title:"Hello"}),onLoad(){},methods:{}};const t=e._export_sfc(o,[["render",function(e,o,t,n,r,c){return{}}],["__scopeId","data-v-6338db6f"]]);wx.createComponent(t);

View File

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

View File

@@ -0,0 +1 @@
<view class="advertisement data-v-6338db6f">广告</view>

View File

@@ -0,0 +1 @@
.advertisement.data-v-6338db6f{width:100%;height:100rpx;background:#fff;border:1px solid #e5e5e5;border-radius:10rpx}