wxmini

微信小游戏架构概览

https://www.jianshu.com/p/02199c35d749

微信小程序:工具配置 project.config.json

https://www.cnblogs.com/lizm166/p/9547816.html

 

WeChat Mini-program plugin for TensorFlow.js https://tensorflow.org/js

https://github.com/tensorflow/tfjs-wechat

订阅

微信小程序订阅消息踩坑初体验

https://www.jianshu.com/p/0853e36925e3

重磅 | 小程序模板消息能力调整,长期性订阅消息终于来了

https://blog.csdn.net/cloud_minapp/article/details/102542250

微信获取用户信息的两个接口和两个ACCESS_TOKEN

https://www.cnblogs.com/sxmny/articles/4969119.html

微信网页授权access_token和普通access_token区别

https://blog.csdn.net/benben_2015/article/details/79703508

subscribeMessage.send

https://developers.weixin.qq.com/minigame/dev/api-backend/open-api/subscribe-message/subscribeMessage.send.html

微信小游戏开发技术与应用

https://cloud.tencent.com/developer/article/1065070

 

【小程序】解决微信小程序wx.getMenuButtonBoundingClientRect()获取胶囊信息返回值错误问题

https://blog.csdn.net/qq_37451395/article/details/99670537

还有一种解决办法是获取状态栏的高度, 然后自已算. 

getSystemInfo
statusBarHeight
 
this._menuRect = {
       80,
      height: 30,
      left: this.windowWidth - 12 - 80,
      right: this.windowWidth - 12,
      top: this.statusBarHeight + 10,
      bottom: this.statusBarHeight + 10 + 30
    };

小程序 wx.getSystemInfoSync 获取 windowHeight 问题

https://segmentfault.com/a/1190000014287918?utm_source=tag-newest

原文地址:https://www.cnblogs.com/javalzy/p/11693383.html