From 8ea70f6112fb83d151cf692fcdc986639e59bdd4 Mon Sep 17 00:00:00 2001 From: Jevan Tang <22316055+jevantang@users.noreply.github.com> Date: Sat, 14 Oct 2023 16:20:36 +0800 Subject: [PATCH] docs: comment --- fresns.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fresns.example.js b/fresns.example.js index 69ddc569..f66ef930 100644 --- a/fresns.example.js +++ b/fresns.example.js @@ -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,编译为「多端应用」时使用,仅小程序无需配置 };