first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1 @@
(global["webpackJsonp"]=global["webpackJsonp"]||[]).push([["pages/about/about"],{"0e1e":function(n,e,t){"use strict";t.r(e);var o=t("b9a7"),r=t.n(o);for(var u in o)"default"!==u&&function(n){t.d(e,n,(function(){return o[n]}))}(u);e["default"]=r.a},"58a8":function(n,e,t){},a18d:function(n,e,t){"use strict";var o,r=function(){var n=this,e=n.$createElement;n._self._c},u=[];t.d(e,"b",(function(){return r})),t.d(e,"c",(function(){return u})),t.d(e,"a",(function(){return o}))},b9a7:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=r(t("4795"));function r(n){return n&&n.__esModule?n:{default:n}}function u(n,e,t,o,r,u,a){try{var c=n[u](a),i=c.value}catch(f){return void t(f)}c.done?e(i):Promise.resolve(i).then(o,r)}function a(n){return function(){var e=this,t=arguments;return new Promise((function(o,r){var a=n.apply(e,t);function c(n){u(a,o,r,c,i,"next",n)}function i(n){u(a,o,r,c,i,"throw",n)}c(void 0)}))}}var c=function(){Promise.all([t.e("common/vendor"),t.e("components/lime-painter/index")]).then(function(){return resolve(t("44af"))}.bind(null,t)).catch(t.oe)},i={data:function(){return{href:"https://uniapp.dcloud.io/component/README?id=uniui",base:{width:"686rpx",height:"130rpx",views:[{type:"view",css:{left:"0rpx",top:"0rpx",background:"#07c160",width:"120rpx",height:"120rpx"}}]}}},onPullDownRefresh:function(){console.log("onPullDownRefresh")},created:function(){},components:{lime:c},methods:{GetIndex:function(){var n=this;return a(o.default.mark((function e(){var t;return o.default.wrap((function(e){while(1)switch(e.prev=e.next){case 0:return console.log("GetIndex"),e.next=3,n.$http.IndexService.Index({});case 3:t=e.sent,console.log("哈哈哈:",t);case 5:case"end":return e.stop()}}),e)})))()}}};e.default=i},c36a:function(n,e,t){"use strict";t.r(e);var o=t("a18d"),r=t("0e1e");for(var u in r)"default"!==u&&function(n){t.d(e,n,(function(){return r[n]}))}(u);t("faa2");var a,c=t("f0c5"),i=Object(c["a"])(r["default"],o["b"],o["c"],!1,null,null,null,!1,o["a"],a);e["default"]=i.exports},f161:function(n,e,t){"use strict";(function(n){t("0f2c");o(t("66fd"));var e=o(t("c36a"));function o(n){return n&&n.__esModule?n:{default:n}}n(e.default)}).call(this,t("543d")["createPage"])},faa2:function(n,e,t){"use strict";var o=t("58a8"),r=t.n(o);r.a}},[["f161","common/runtime","common/vendor"]]]);

View File

@@ -0,0 +1,7 @@
{
"navigationBarTitleText": "about",
"enablePullDownRefresh": true,
"usingComponents": {
"lime": "/components/lime-painter/index"
}
}

View File

@@ -0,0 +1 @@
<view class="about _div">关于</view>

View File

@@ -0,0 +1 @@
.container{padding:20px;font-size:14px;line-height:24px}