feat:初始提交uni-app项目

This commit is contained in:
2026-01-14 18:19:33 +08:00
commit 0dcbd340e6
515 changed files with 38560 additions and 0 deletions

View File

@@ -0,0 +1 @@
"use strict";const e={};const n=require("../../common/vendor.js")._export_sfc(e,[["render",function(e,n){return{}}],["__scopeId","data-v-26691667"]]);wx.createComponent(n);

View File

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

View File

@@ -0,0 +1 @@
<view class="content-title data-v-26691667"><view class="name data-v-26691667"><slot name="name"></slot></view><view class="custom data-v-26691667"><slot name="custom"></slot></view></view>

View File

@@ -0,0 +1 @@
.content-title.data-v-26691667{display:flex;justify-content:space-between;align-items:center;padding:0 30rpx}.content-title .name.data-v-26691667{font-size:40rpx}