Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CaiS1 committed Nov 3, 2019
1 parent b034774 commit 89151c3
Show file tree
Hide file tree
Showing 3,712 changed files with 376,001 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file.
18 changes: 18 additions & 0 deletions 微信小程序/miniprogram/app.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//app.js
App({
onLaunch: function () {

if (!wx.cloud) {
console.error('请使用 2.2.3 或以上的基础库以使用云能力')
} else {
wx.cloud.init({
// 此处请填入环境 ID, 环境 ID 可打开云控制台查看

env: 'sweet-69004',
traceUser: true,
})
}

this.globalData = {}
}
})
44 changes: 44 additions & 0 deletions 微信小程序/miniprogram/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"pages": [
"pages/index/index",
"pages/the_first_page/the_first_page",
"pages/the_2_page/the_2_page",
"pages/the_3_page/the_3_page",
"pages/the_4_page/the_4_page",
"pages/the_5_page/the_5_page",
"pages/the_6_page/the_6_page",
"pages/the_7_page/the_7_page",
"pages/the_8_page/the_8_page",
"pages/the_9_page/the_9_page",

"pages/the_se_page/the_se_page",
"pages/the_th_page/the_th_page",
"pages/the_fo_page/the_fo_page",
"pages/the_five_page/the_five_page",
"pages/the_six_page/the_six_page",
"pages/the_sev_page/the_sev_page",
"pages/the_eg_page/the_eg_page",
"pages/the_ni_page/the_ni_page",
"pages/the_ten_page/the_ten_page",
"pages/the_end_page/the_end_page",

"pages/userConsole/userConsole",
"pages/storageConsole/storageConsole",
"pages/databaseGuide/databaseGuide",
"pages/addFunction/addFunction",
"pages/deployFunctions/deployFunctions",
"pages/chooseLib/chooseLib",
"pages/openapi/openapi",
"pages/openapi/serverapi/serverapi",
"pages/openapi/callback/callback",
"pages/openapi/cloudid/cloudid"
],
"window": {
"backgroundColor": "#F6F6F6",
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#F6F6F6",
"navigationBarTitleText": "Love Love Love",
"navigationBarTextStyle": "black"
},
"sitemapLocation": "sitemap.json"
}
Loading

0 comments on commit 89151c3

Please sign in to comment.