daily check in
1.0.0
一個打卡小程式, 基於leancloud 資料儲存。所以不需要建立額外的webapp 和資料庫。
去小程式官網註冊。
https://leancloud.cn
開發版本即可(免費)。
git clone https://github.com/xugy0926/daily-check-in.git
修改app.js 中的appId 和appKey,這兩個id 就是你在leancloud 上建立的專案的id。
AV.init({
appId: 'xxxxxxxxxx',
appKey: 'xxxxxxxxxx',
});
先在leancloud 中進入到你創建的專案中,選擇組件->社交, 在微信小程式選單那填入你的小程式的ID 和Secret Key。