Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jevantang committed Oct 14, 2023
1 parent a2130fa commit 8ea70f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fresns.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
apiHost: '',
appId: 'App ID',
appSecret: 'App Secret',
clientVersion: '1.0.0', // App 专用,你自己构建的版本号,用于比对是否有新版,后台位置: Fresns 后台 -> 客户端 -> 客户端状态
clientVersion: '1.0.0', // App 专用,小程序可以删除。你自己构建的版本号,对比后台的版本号,判断是否有新版,后台位置: Fresns 后台 -> 客户端 -> 客户端状态
deactivateWeChatLogin: 0, // 是否停用微信登录功能,停用后只支持账号密码或验证码登录
mpId: '', // 小程序原始 ID,编译为「多端应用」时使用,仅小程序无需配置
};

0 comments on commit 8ea70f6

Please sign in to comment.