From b568700d26ae4538f22ed44a48795deb0a6eae1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=8F?= <1978476055@qq.com> Date: Tue, 23 Jul 2024 15:14:51 +0800 Subject: [PATCH] 1 --- androidPrivacy.json | 2 +- config/app.js | 8 ++++---- manifest.json | 17 ++++++++++++----- 3 files changed, 17 insertions(+), 10 deletions(-) diff --git a/androidPrivacy.json b/androidPrivacy.json index 4075d05..1194162 100644 --- a/androidPrivacy.json +++ b/androidPrivacy.json @@ -2,7 +2,7 @@ "version" : "1", "prompt" : "template", "title" : "服务协议与隐私政策", - "message" : "\t请务必审慎阅读、充分理解“服务协议与 隐私政策”各条款,包括但不限于:为了 向你提供即时通讯、内容分享等服务,我 们需要收集你的设备信息、操作日志等个 人信息。你可以在“设置”中查看、变更、删除个人信息并管理你的授权。
\r\r\r + "message" : "\t请务必审慎阅读、充分理解“服务协议与 隐私政策”各条款,包括但不限于:为了 向你提供即时通讯、内容分享等服务,我 们需要收集你的设备信息、操作日志等个 人信息。你可以在“设置”中查看、变更、删除个人信息并管理你的授权。
\r\r\r\r \t你可以阅读 《用户协议》《隐私政策》了解详细信息。如你同意,请点击“我同意”开始接受我们的服务。", "buttonAccept" : "同意并接受", "buttonRefuse" : "暂不同意", diff --git a/config/app.js b/config/app.js index 4584542..8000f6b 100644 --- a/config/app.js +++ b/config/app.js @@ -6,12 +6,12 @@ let VUE_APP_WS_URL = `ws://${location.hostname}?type=user` let openPlantGrass = '-openPlantGrass-' // 网络接口修改此字符 小程序域名要求https -let httpApi = 'http://192.168.1.24:8080' //测试 -// let httpApi = 'https://api.tropjoin.com' //生产 +// let httpApi = 'http://192.168.1.24:8080' //测试 +let httpApi = 'https://api.tropjoin.com' //生产 // 聊天接口修改此字符 小程序聊天要求wss 例如:wss://mer. .net -let wsApi = 'ws://192.168.1.24:8080' -// let wsApi = 'wss://ws.tropjoin.com' +// let wsApi = 'ws://192.168.1.24:8080' +let wsApi = 'wss://ws.tropjoin.com' module.exports = { // 请求域名 格式: https://您的域名 diff --git a/manifest.json b/manifest.json index c35772d..ca80a98 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "铸源优品", "appid" : "__UNI__496DF55", "description" : "", - "versionName" : "1.1.2", - "versionCode" : 139, + "versionName" : "1.1.3", + "versionCode" : 140, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -13,8 +13,8 @@ "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, "splashscreen" : { - "alwaysShowBeforeRender" : true, - "waiting" : true, + "alwaysShowBeforeRender" : false, + "waiting" : false, "autoclose" : true, "delay" : 0 }, @@ -143,7 +143,14 @@ } }, "splashscreen" : { - "useOriginalMsgbox" : true + "useOriginalMsgbox" : true, + "androidStyle" : "default", + "iosStyle" : "common", + "android" : { + "hdpi" : "C:/Users/user/Pictures/铸源启动页/480762.9/res/drawable-hdpi/480762.9.png", + "xhdpi" : "C:/Users/user/Pictures/铸源启动页/7201242.9/res/drawable-hdpi/7201242.9.png", + "xxhdpi" : "C:/Users/user/Pictures/铸源启动页/10801882__1.9/res/drawable-hdpi/10801882__1.9.png" + } } } },