feat: 第一次上传代码

This commit is contained in:
2025-06-29 23:41:37 +08:00
commit 875c60d3ec
478 changed files with 385642 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{}}]]);wx.createComponent(n);

View File

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

View File

@@ -0,0 +1 @@
<view><input style="background-color:red;width:200px;height:30px"/></view>

View File

@@ -0,0 +1 @@
"use strict";const e=require("../../common/vendor.js"),s=require("../../common/assets.js");Math||t();const t=()=>"./InputArea.js",r={__name:"index",setup(t){const r=e.ref("Hello 大家好我是小沐1");return(t,n)=>({a:s._imports_0,b:e.t(r.value)})}};wx.createPage(r);

View File

@@ -0,0 +1,9 @@
{
"navigationBarTitleText": "小沐",
"safeAreaBottom": {
"offset": "auto"
},
"usingComponents": {
"input-area": "./InputArea"
}
}

View File

@@ -0,0 +1 @@
<view class="content"><image class="logo" src="{{a}}"></image><view class="text-area"><text class="title">{{b}}</text></view><input-area u-i="79b17702-0" bind:__l="__l"></input-area></view>

View File

@@ -0,0 +1 @@
.content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%;width:100%;background-color:#98fb98}.logo{height:200rpx;width:200rpx;margin-top:200rpx;margin-left:auto;margin-right:auto;margin-bottom:50rpx}.text-area{display:flex;justify-content:center}.title{font-size:36rpx;color:#8f8f94}