Authored by 肖亚东

创建初始项目 — review by 黄敬囿

App({
onLaunch: function () {
}
})
... ...
{
"pages":[
"pages/index/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "头条小程序",
"navigationBarTextStyle":"black"
}
}
... ...
const app = getApp()
Page({
data: {
},
onLoad: function () {
console.log('头条小程序代码片段,可点击以下链接查看代码片段的详细文档')
},
})
... ...
<view class="intro">欢迎使用代码片段,可在控制台查看代码片段的说明和文档</view>
\ No newline at end of file
... ...
.intro {
margin: 30px;
text-align: center;
}
\ No newline at end of file
... ...
{
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"appid": "tt8a52fcef1578326b",
"projectname": "tt-yoho-app"
}
\ No newline at end of file
... ...