From 5a0b53d18085e8c51476ae08316743a56200fa04 Mon Sep 17 00:00:00 2001
From: anne-lxm <1076217653@qq.com>
Date: Thu, 11 Nov 2021 16:38:50 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E6=96=87?=
=?UTF-8?q?=E4=BB=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
uni_modules_tools/copy/manifest.json | 208 ------------------
.../uni-config-center/uni-id/config.json | 52 -----
2 files changed, 260 deletions(-)
delete mode 100644 uni_modules_tools/copy/manifest.json
delete mode 100644 uni_modules_tools/copy/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
diff --git a/uni_modules_tools/copy/manifest.json b/uni_modules_tools/copy/manifest.json
deleted file mode 100644
index 1ee90a3a..00000000
--- a/uni_modules_tools/copy/manifest.json
+++ /dev/null
@@ -1,208 +0,0 @@
-{
- "name" : "统一应用基本项目",
- "appid" : "__UNI__E5373F7",
- "description" : "云端一体应用快速开发模版",
- "versionName" : "1.0.0",
- "versionCode" : "100",
- "transformPx" : false,
- "app-plus" : {
- "locales" : {
- "en" : {
- // 英文
- "name" : "uni-starter", // 应用名称
- "android" : {
- "strings" : {
- //Android平台自定义字符串
- "CustomKey" : "CustomValue"
- }
- },
- "ios" : {
- "privacyDescription" : {
- //iOS平台隐私访问描述信息
- "NSPhotoLibraryUsageDescription" : "access to the user’s photo library(read)"
- },
- "infoPlist" : {
- //iOS平台自定义InfoPlist.strings
- "CustomKey" : "CustomValue"
- }
- }
- },
- "zh" : {
- // 中文(简体)
- "name" : "统一应用基本项目" // 应用名称
- }
- },
- "privacy" : {
- "prompt" : "template",
- "template" : {
- "title" : "服务协议和隐私政策",
- "message" : " 请你务必审慎阅读、充分理解“服务协议”和“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。
你可阅读《服务协议》和《隐私政策》了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
- "buttonAccept" : "同意",
- "buttonRefuse" : "暂不同意"
- }
- },
- "compatible" : {
- "ignoreVersion" : true
- },
- "usingComponents" : true,
- "nvueStyleCompiler" : "uni-app",
- "compilerVersion" : 3,
- "splashscreen" : {
- "alwaysShowBeforeRender" : false,
- "waiting" : true,
- "autoclose" : true,
- "delay" : 0
- },
- "modules" : {
- "Fingerprint" : {},
- "Share" : {},
- "OAuth" : {},
- "FaceID" : {},
- "Geolocation" : {},
- "Push" : {},
- "Bluetooth" : {}
- },
- "distribute" : {
- "android" : {
- "permissions" : [
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- "",
- ""
- ],
- "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
- },
- "ios" : {
- "capabilities" : {
- "entitlements" : {
- "com.apple.developer.associated-domains" : [ "applinks:static-76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e.bspapp.com" ]
- }
- }
- },
- "sdkConfigs" : {
- "oauth" : {
- "apple" : {},
- "weixin" : {
- "appid" : "wxffdd8fa6ec4ef2a0",
- "appsecret" : "",
- "UniversalLinks" : "https://uniapp.dcloud.io/ulink/"
- },
- "univerify" : {}
- },
- "ad" : {},
- "share" : {
- "weixin" : {
- "appid" : "wxffdd8fa6ec4ef2a0",
- "UniversalLinks" : "https://uniapp.dcloud.io/ulink/"
- }
- },
- "geolocation" : {
- "baidu" : {
- "__platform__" : [ "ios", "android" ],
- "appkey_ios" : "请填写地图的key",
- "appkey_android" : "请填写地图的key"
- }
- },
- "push" : {
- "unipush" : {}
- },
- "payment" : {}
- },
- "icons" : {
- "android" : {
- "hdpi" : "",
- "xhdpi" : "",
- "xxhdpi" : "",
- "xxxhdpi" : ""
- },
- "ios" : {
- "appstore" : "",
- "ipad" : {
- "app" : "",
- "app@2x" : "",
- "notification" : "",
- "notification@2x" : "",
- "proapp@2x" : "",
- "settings" : "",
- "settings@2x" : "",
- "spotlight" : "",
- "spotlight@2x" : ""
- },
- "iphone" : {
- "app@2x" : "",
- "app@3x" : "",
- "notification@2x" : "",
- "notification@3x" : "",
- "settings@2x" : "",
- "settings@3x" : "",
- "spotlight@2x" : "",
- "spotlight@3x" : ""
- }
- }
- },
- "splashscreen" : {
- "iosStyle" : "common",
- "androidStyle" : "common"
- }
- },
- "nvueLaunchMode" : ""
- },
- "quickapp" : {},
- "mp-weixin" : {
- "appid" : "wxec5319bef3a0d8fb",
- "setting" : {
- "urlCheck" : false,
- "es6" : false
- },
- "usingComponents" : true,
- "betterScopedSlots" : true,
- "permission" : {
- "scope.userLocation" : {
- "desc" : "演示在onShow生命周期获取地理位置"
- }
- }
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "uniStatistics" : {
- "enable" : false
- },
- "h5" : {
- "template" : "",
- "sdkConfigs" : {
- "maps" : {
- "qqmap" : {
- "key" : ""
- }
- }
- },
- "router" : {
- "base" : ""
- }
- },
- "_spaceID" : "76ce2c5e-31c7-4d81-8fcf-ed1541ecbc6e",
- "vueVersion" : "3"
-}
-//...
-// 中文(简体)
-// 应用名称
-
diff --git a/uni_modules_tools/copy/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json b/uni_modules_tools/copy/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
deleted file mode 100644
index b70bec8d..00000000
--- a/uni_modules_tools/copy/uni_modules/uni-config-center/uniCloud/cloudfunctions/common/uni-config-center/uni-id/config.json
+++ /dev/null
@@ -1,52 +0,0 @@
-{
- "passwordSecret": "passwordSecret-demo",
- "tokenSecret": "tokenSecret-demo",
- "tokenExpiresIn": 7200,
- "tokenExpiresThreshold": 600,
- "passwordErrorLimit": 6,
- "bindTokenToDevice": false,
- "passwordErrorRetryTime": 3600,
- "autoSetInviteCode": false,
- "forceInviteCode": false,
- "app-plus": {
- "tokenExpiresIn": 2592000,
- "oauth": {
- "weixin": {
- "appid": "wxffdd8fa6ec4ef2a0",
- "appsecret": "6c9119430d7be0a147bcbbb73ef33acf"
- },
- "apple": {
- "bundleId": "苹果开发者后台获取的bundleId"
- }
- }
- },
- "mp-weixin": {
- "oauth": {
- "weixin": {
- "appid": "wxec5319bef3a0d8fb",
- "appsecret": "68bf2402a70d50c3b53097be4712c914"
- }
- }
- },
- "mp-alipay": {
- "oauth": {
- "alipay": {
- "appid": "支付宝小程序登录用到的appid、privateKey请参考支付宝小程序的文档进行设置或者获取,https://opendocs.alipay.com/open/291/105971#LDsXr",
- "privateKey": "支付宝小程序登录用到的appid、privateKey请参考支付宝小程序的文档进行设置或者获取,https://opendocs.alipay.com/open/291/105971#LDsXr"
- }
- }
- },
- "service": {
- "sms": {
- "name": "应用名称,对应短信模版的name",
- "codeExpiresIn": 300,
- "smsKey": "短信密钥key,开通短信服务处可以看到",
- "smsSecret": "短信密钥secret,开通短信服务处可以看到"
- },
- "univerify": {
- "appid": "当前应用的appid,使用云函数URL化,此项必须配置",
- "apiKey": "apiKey 和 apiSecret 在开发者中心获取,开发者中心:https://dev.dcloud.net.cn/uniLogin/index?type=0,文档:https://ask.dcloud.net.cn/article/37965",
- "apiSecret": ""
- }
- }
-}
--
GitLab