一个打卡小程序, 基于 leancloud 数据存储。所以不需要建立额外的 webapp 和数据库。
去小程序官网注册。
开发版本即可(免费)。
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。