feat: 第一次上传代码
This commit is contained in:
1
unpackage/dist/build/mp-weixin/pages/index/InputArea.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/index/InputArea.js
vendored
Normal 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);
|
||||
4
unpackage/dist/build/mp-weixin/pages/index/InputArea.json
vendored
Normal file
4
unpackage/dist/build/mp-weixin/pages/index/InputArea.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/pages/index/InputArea.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/index/InputArea.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<view><input style="background-color:red;width:200px;height:30px"/></view>
|
||||
0
unpackage/dist/build/mp-weixin/pages/index/InputArea.wxss
vendored
Normal file
0
unpackage/dist/build/mp-weixin/pages/index/InputArea.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/index/index.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/index/index.js
vendored
Normal 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);
|
||||
9
unpackage/dist/build/mp-weixin/pages/index/index.json
vendored
Normal file
9
unpackage/dist/build/mp-weixin/pages/index/index.json
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"navigationBarTitleText": "小沐",
|
||||
"safeAreaBottom": {
|
||||
"offset": "auto"
|
||||
},
|
||||
"usingComponents": {
|
||||
"input-area": "./InputArea"
|
||||
}
|
||||
}
|
||||
1
unpackage/dist/build/mp-weixin/pages/index/index.wxml
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/index/index.wxml
vendored
Normal 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>
|
||||
1
unpackage/dist/build/mp-weixin/pages/index/index.wxss
vendored
Normal file
1
unpackage/dist/build/mp-weixin/pages/index/index.wxss
vendored
Normal 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}
|
||||
Reference in New Issue
Block a user