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

1
unpackage/dist/build/mp-weixin/app.js vendored Normal file
View 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
View File

@@ -0,0 +1,12 @@
{
"pages": [
"pages/index/index"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "小沐",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"usingComponents": {}
}

View 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;}

View File

@@ -0,0 +1 @@
"use strict";exports._imports_0="/static/logo.png";

File diff suppressed because one or more lines are too long

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}

View 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": []
}
}
}

View 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
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB