feat: 第一次上传代码
This commit is contained in:
1
unpackage/dist/build/mp-weixin/app.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/app.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("./common/vendor.js");Math;const e={__name:"App",setup:o=>(onLaunch=()=>{console.log("App Launch")},onShow=()=>{console.log("App Show")},onHide=()=>{console.log("App Hide")},()=>{})};function p(){return{app:o.createSSRApp(e)}}p().app.mount("#app"),exports.createApp=p;
|
||||
12
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
12
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "小沐",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
2
unpackage/dist/build/mp-weixin/app.wxss
vendored
Normal file
2
unpackage/dist/build/mp-weixin/app.wxss
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
page,body,#app{height:100%;width:100%}
|
||||
page::after{position:fixed;content:'';left:-1000px;top:-1000px;-webkit-animation:shadow-preload .1s;-webkit-animation-delay:3s;animation:shadow-preload .1s;animation-delay:3s}@-webkit-keyframes shadow-preload{0%{background-image:url(https://cdn1.dcloud.net.cn/516b49774d3055345153556c643367325a446869596a59785a6a6b304f44426b4e7a6c6d/img/shadow-grey.png)}100%{background-image:url(https://cdn1.dcloud.net.cn/516b49774d3055345153556c643367325a446869596a59785a6a6b304f44426b4e7a6c6d/img/shadow-grey.png)}}@keyframes shadow-preload{0%{background-image:url(https://cdn1.dcloud.net.cn/516b49774d3055345153556c643367325a446869596a59785a6a6b304f44426b4e7a6c6d/img/shadow-grey.png)}100%{background-image:url(https://cdn1.dcloud.net.cn/516b49774d3055345153556c643367325a446869596a59785a6a6b304f44426b4e7a6c6d/img/shadow-grey.png)}}page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}[data-c-h="true"]{display: none !important;}
|
||||
1
unpackage/dist/build/mp-weixin/common/assets.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/common/assets.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";exports._imports_0="/static/logo.png";
|
||||
7
unpackage/dist/build/mp-weixin/common/vendor.js
vendored
Normal file
7
unpackage/dist/build/mp-weixin/common/vendor.js
vendored
Normal file
File diff suppressed because one or more lines are too long
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}
|
||||
36
unpackage/dist/build/mp-weixin/project.config.json
vendored
Normal file
36
unpackage/dist/build/mp-weixin/project.config.json
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"description": "项目配置文件。",
|
||||
"packOptions": {
|
||||
"ignore": []
|
||||
},
|
||||
"setting": {
|
||||
"urlCheck": false,
|
||||
"es6": true,
|
||||
"postcss": false,
|
||||
"minified": false,
|
||||
"newFeature": true,
|
||||
"bigPackageSizeSupport": true
|
||||
},
|
||||
"compileType": "miniprogram",
|
||||
"libVersion": "",
|
||||
"appid": "wx6d8bb61f9480d79f",
|
||||
"projectname": "YGTianmuCS",
|
||||
"condition": {
|
||||
"search": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"conversation": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"game": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
},
|
||||
"miniprogram": {
|
||||
"current": -1,
|
||||
"list": []
|
||||
}
|
||||
}
|
||||
}
|
||||
23
unpackage/dist/build/mp-weixin/project.private.config.json
vendored
Normal file
23
unpackage/dist/build/mp-weixin/project.private.config.json
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"libVersion": "3.8.5",
|
||||
"projectname": "YGTianmuCS",
|
||||
"condition": {},
|
||||
"setting": {
|
||||
"urlCheck": false,
|
||||
"coverView": false,
|
||||
"lazyloadPlaceholderEnable": false,
|
||||
"skylineRenderEnable": false,
|
||||
"preloadBackgroundData": false,
|
||||
"autoAudits": false,
|
||||
"useApiHook": true,
|
||||
"useApiHostProcess": true,
|
||||
"showShadowRootInWxmlPanel": false,
|
||||
"useStaticServer": false,
|
||||
"useLanDebug": false,
|
||||
"showES6CompileOption": false,
|
||||
"compileHotReLoad": true,
|
||||
"checkInvalidKey": true,
|
||||
"ignoreDevUnusedFiles": true,
|
||||
"bigPackageSizeSupport": true
|
||||
}
|
||||
}
|
||||
BIN
unpackage/dist/build/mp-weixin/static/logo.png
vendored
Normal file
BIN
unpackage/dist/build/mp-weixin/static/logo.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
Reference in New Issue
Block a user