All Projects → LittleChai → weapp-diary

LittleChai / weapp-diary

Licence: MIT license
小柴日记簿,记录日记的微信小程序,后台是微信云开发

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to weapp-diary

JMGS
基于LBS的微信小程序,服务器端代码在这里server@https://github.com/g1mi/jmgs_server
Stars: ✭ 29 (-29.27%)
Mutual labels:  weapp
weapp wechat miniapp sdk
一个封装了微信小程序服务端接口的SDK
Stars: ✭ 102 (+148.78%)
Mutual labels:  weapp
wx-statuslayout
微信小程序页面状态切换组件
Stars: ✭ 24 (-41.46%)
Mutual labels:  weapp
jh-weapp-demo
微信小程序项目- 实现一些常用效果、封装通用组件和工具类
Stars: ✭ 60 (+46.34%)
Mutual labels:  weapp
yudao
遇岛日记/微信小程序/开源代码
Stars: ✭ 16 (-60.98%)
Mutual labels:  weapp
we-rich
HTML转微信富文本节点, we just need rich, no text.
Stars: ✭ 36 (-12.2%)
Mutual labels:  weapp
weapp-OpenRadio
A base music weapp named OpenRadio for wechat. Can use on weapp getting started.
Stars: ✭ 14 (-65.85%)
Mutual labels:  weapp
ztaro
一套基于taro, zoro的完整的微信小程序及h5开发解决方案
Stars: ✭ 37 (-9.76%)
Mutual labels:  weapp
egg-weapp-sdk
Egg的微信小程序登录会话管理SDK
Stars: ✭ 111 (+170.73%)
Mutual labels:  weapp
mobx-wxapp
在小程序中使用mobx
Stars: ✭ 54 (+31.71%)
Mutual labels:  weapp
weapp-saucenao
微信小程序: 识图娘
Stars: ✭ 19 (-53.66%)
Mutual labels:  weapp
taro-icons
基于 Taro 的小程序图标库
Stars: ✭ 53 (+29.27%)
Mutual labels:  weapp
wxml-vscode
👾Vscode plugin -- wechat applets formatting and highlighting components (highly customized)
Stars: ✭ 31 (-24.39%)
Mutual labels:  weapp
vscode-wxml
Wechat wxml support and wxml code snippets for VSCode
Stars: ✭ 19 (-53.66%)
Mutual labels:  weapp
WeAppBunXin
微信小程序开发之影分身术 - 一套代码生成多个小程序
Stars: ✭ 48 (+17.07%)
Mutual labels:  weapp
mpapi
🐤 小程序API兼容插件,一次编写,多端运行。支持:微信小程序、支付宝小程序、百度智能小程序、字节跳动小程序
Stars: ✭ 40 (-2.44%)
Mutual labels:  weapp
mall-app
youlai-mall 微信小程序/H5/Android/iOS 移动应用端,uni-app终极跨平台前端框架。
Stars: ✭ 75 (+82.93%)
Mutual labels:  weapp
we-app-typescript
A WeApp project template in TypeScript using VS Code
Stars: ✭ 15 (-63.41%)
Mutual labels:  weapp
dropDownBoxFilter
微信小程序之下拉菜单的三级筛选框
Stars: ✭ 47 (+14.63%)
Mutual labels:  weapp
Gitter
Gitter for GitHub - 可能是目前颜值最高的GitHub微信小程序客户端
Stars: ✭ 3,555 (+8570.73%)
Mutual labels:  weapp

2.0版本已经上线,点击这里查看

小柴日记簿配置文档

1.克隆项目


2.登录微信公众平台

如果没有注册需要先注册一个个人小程序 登录完成后 点击左侧 开发 找到 开发设置 可以看到你的AppID 复制下来


3.修改配置参数

  • 找到根目录下的 project.config.json,把24行的AppID,修改为你刚才复制的AppID

4.云开发设置

  • 点击微信开发者工具左侧云开发并开通

  • 创建环境:

    • 环境名称:xxx(例如:develop)
    • 环境ID: xxx(例如:develop-0123)
  • 创建集合

    • 左上角 > 数据库 > 点击+号 > 集合名称: control
    • 添加记录 > 添加字段
      • 字段1: _openid: xxxxxxxxx (暂时先随便填写)
      • 字段2:showAdd: {"showAdd":"block"} 注意是object格式的
  • 创建集合 bugtravelusers


5.修改项目参数

  • 微信开发者工具中找到根目录下的cloudfunctions文件夹,右键 > 当前环境 > 选择你当前创建的环境
  • 微信开发者工具中找到根目录下的cloudfunctions文件夹下每个文件夹都右键 > 上传并部署(云端安装依赖)
  • 微信开发者工具中找到根目录下的miniprogram文件夹,找到app.js文件,第十行 env: 改成你之前创建的环境ID
  • 微信开发者工具 > 清缓存 > 全部清除 ,编译
  • 小程序中点击 > 我的 > 点击登录 > 注册成功
  • 回到云开发,找到users集合,会多出一条记录,找到这条记录中 _openid 的值并复制
  • 替换 control_openid 的值

6.修改项目代码

  • 复制云开发control集合记录的 _id
  • miniprogram > app.js 中 controlId 的值改成刚才复制的 _id
  • 修改 cloundfunctionsanswer 的 openid 为自己的openid
  • 修改 cloundfunctionscontrol 的 openid 为自己的openid

7.权限管理

  • 每个集合的权限一定要设置成 所有用户可读,仅创建者可读写

完成

  • 编译小程序,即可新建日记

扫码体验

小柴日记簿

License

MIT

更新日志

  • 2020.03.03

    • 添加日历组件
  • 2020.03.06

    • 修复我的信息右下方文字显示不全
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].