From 49e087cab53686bbb611abafd14c3846431b3a44 Mon Sep 17 00:00:00 2001 From: linju-json Date: Wed, 19 May 2021 17:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=96=B9=E4=BE=BF=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0=E7=A9=BA=E7=9A=84manifest.json=20un?= =?UTF-8?q?i-config-center=E4=B8=8B=E7=9A=84uni-id=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +- App.vue | 2 - changelog.md | 5 + manifest.json | 118 +----------------- package.json | 2 +- pages.json | 2 +- .../common/uni-config-center/package.json | 17 +-- .../uni-config-center/uni-id/config.json | 4 +- 8 files changed, 20 insertions(+), 134 deletions(-) diff --git a/.gitignore b/.gitignore index 0661490..269295a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ unpackage/ .hbuilderx node_modules -.DS_Store -uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json -manifest.json \ No newline at end of file +.DS_Store \ No newline at end of file diff --git a/App.vue b/App.vue index e831ddb..313eae1 100644 --- a/App.vue +++ b/App.vue @@ -9,9 +9,7 @@ }, onLaunch: function() { console.log('App Launch') - initApp(); - // #ifdef APP-PLUS //checkIsAgree(); 暂时先用默认生成的,自定义的等待原生支持后实现。因为启动vue界面时已经,请求了部分权限这并不符合国家的法规 // #endif diff --git a/changelog.md b/changelog.md index 6d6ac85..d49fd6e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## 1.0.4(2021-05-19) +12 +## 1.0.3(2021-05-18) +重大调整,原云函数名称:user-center改名叫uni-id-cf +修复,绑定手机号码场景。因手机未插SIM导致的一键登录失败后未直接跳到获取短信验证码方式绑定 ## 1.0.2(2021-05-17) 添加 uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json 文件 ## 1.0.1(2021-05-17) diff --git a/manifest.json b/manifest.json index 417239f..277967f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,117 +1 @@ -{ - "name" : "uni-starter", - "appid" : "", - "description" : "集成了商用项目开发常见功能的项目模板", - "versionName" : "1.0.0", - "versionCode" : "100", - "transformPx" : false, - /* 5+App特有相关 */ - "app-plus" : { - "privacy" : { - "prompt" : "template", - "template" : { - "title" : "服务协议和隐私政策", - "message" : "  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《服务协议》《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。", - "buttonAccept" : "同意", - "buttonRefuse" : "暂不同意" - } - }, - "compatible" : { - "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 - }, - "usingComponents" : true, - "nvueStyleCompiler" : "uni-app", - "compilerVersion" : 3, - "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, - "autoclose" : true, - "delay" : 0 - }, - /* 模块配置 */ - "modules" : { - "Fingerprint" : {}, - "Share" : {}, - "Push" : {}, - "OAuth" : {} - }, - /* 应用发布信息 */ - "distribute" : { - /* android打包配置 */ - "android" : { - // "permissionExternalStorage" : { - // "request" : "none", - // "prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。" - // }, - // "permissionPhoneState" : { - // "request" : "none", - // "prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。" - // }, - "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ], - "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] - }, - /* ios打包配置 */ - "ios" : {}, - /* SDK配置 */ - "sdkConfigs" : { - "oauth" : { - "univerify" : {}, - "apple" : {} - }, - "ad" : {}, - "share" : {}, - "geolocation" : {}, - "push" : { - "unipush" : {} - }, - "payment" : {} - } - }, - "nvueLaunchMode" : "" - }, - /* 快应用特有相关 */ - "quickapp" : {}, - /* 小程序特有相关 */ - "mp-weixin" : { - "appid" : "", - "setting" : { - "urlCheck" : false, - "es6" : false - }, - "usingComponents" : true, - "betterScopedSlots" : true - }, - "mp-alipay" : { - "usingComponents" : true - }, - "mp-baidu" : { - "usingComponents" : true - }, - "mp-toutiao" : { - "usingComponents" : true - }, - "uniStatistics" : { - "enable" : false - }, - "h5" : { - "template" : "" - } -} +{"name":"uni-starter","appid":"","description":"集成了商用项目开发常见功能的项目模板","versionName":"1.0.0","versionCode":"100","transformPx":false,"app-plus":{"privacy":{"prompt":"template","template":{"title":"服务协议和隐私政策","message":"  请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
  你可阅读《服务协议》《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。","buttonAccept":"同意","buttonRefuse":"暂不同意"}},"compatible":{"ignoreVersion":true},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"splashscreen":{"alwaysShowBeforeRender":true,"waiting":true,"autoclose":true,"delay":0},"modules":{"Fingerprint":{},"Share":{},"Push":{},"OAuth":{}},"distribute":{"android":{"permissions":["","","","","","","","","","","","","","","","",""],"abiFilters":["armeabi-v7a","arm64-v8a","x86"]},"ios":{},"sdkConfigs":{"oauth":{"univerify":{},"apple":{}},"ad":{},"share":{},"geolocation":{},"push":{"unipush":{}},"payment":{}}},"nvueLaunchMode":""},"quickapp":{},"mp-weixin":{"appid":"","setting":{"urlCheck":false,"es6":false},"usingComponents":true,"betterScopedSlots":true},"mp-alipay":{"usingComponents":true},"mp-baidu":{"usingComponents":true},"mp-toutiao":{"usingComponents":true},"uniStatistics":{"enable":false},"h5":{"template":""}} \ No newline at end of file diff --git a/package.json b/package.json index f696263..2f20cae 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "id": "uni-starter", "displayName": "uni-starter", - "version": "1.0.2", + "version": "1.0.4", "description": "一个集成了商用项目开发常见功能的项目模板", "keywords": [ "uni-starter", diff --git a/pages.json b/pages.json index 919c9ec..1090040 100644 --- a/pages.json +++ b/pages.json @@ -178,7 +178,7 @@ "path": "pages/ucenter/settings/settings" } ], - "current": 1 + "current": 0 }, "tabBar": { "color": "#7A7E83", diff --git a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/package.json b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/package.json index 300e837..a05fe90 100644 --- a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/package.json +++ b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/package.json @@ -1,9 +1,10 @@ { - "name": "uni-config-center", - "version": "0.0.2", - "description": "配置中心", - "main": "index.js", - "keywords": [], - "author": "DCloud", - "license": "Apache-2.0" -} \ No newline at end of file + "name" : "uni-config-center", + "version" : "0.0.2", + "description" : "配置中心", + "main" : "index.js", + "keywords" : [], + "author" : "DCloud", + "license" : "Apache-2.0", + "dependencies" : null +} diff --git a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json index 5a1f9f1..fce981e 100644 --- a/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json +++ b/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json @@ -31,8 +31,8 @@ "mp-alipay": { "oauth": { "alipay": { - "appid": "alipay appid", - "privateKey": "alipay privateKey" + "appid": "", + "privateKey": "" } } }, -- GitLab