From 2ea23fe6628b3b5d1a9bf9bd47910d3712468d97 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 27 Oct 2025 21:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 28 +++++++------ pages.json | 18 ++++++++- pages/index/index.vue | 8 ++++ pages/plugins/live/pull/pull.vue | 52 +++++++++++++----------- pages/plugins/live/push/push.vue | 68 ++++++++++++++++++-------------- 5 files changed, 109 insertions(+), 65 deletions(-) diff --git a/manifest.json b/manifest.json index df33d364..391ca94b 100644 --- a/manifest.json +++ b/manifest.json @@ -9,6 +9,11 @@ "usingComponents" : true, "nvueCompiler" : "uni-app", "compilerVersion" : 3, + "safearea": { + "bottom": { + "offset": "none" + } + }, "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, @@ -187,18 +192,19 @@ } }, "__usePrivacyCheck__" : true, - "plugins" : {} + "plugins" : { + // 腾讯地图路线规划插件(需要到小程序后台设置->第三方设置->插件管理里面添加【腾讯位置服务路线规划】插件,教程 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx50b5593e81dd937a) + // "routePlan" : { + // "version" : "1.0.19", + // "provider" : "wx50b5593e81dd937a" + // }, + // 直播(需要到小程序后台设置->第三方设置->插件管理里面添加【小程序直播组件】插件,教程 https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx2b03c6e691cd7370) + // "live-player-plugin" : { + // "version" : "1.3.5", + // "provider" : "wx2b03c6e691cd7370" + // } + } }, - // 腾讯地图路线规划插件(需要到小程序后台设置->第三方设置->插件管理里面添加【腾讯位置服务路线规划】插件,教程 https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx50b5593e81dd937a) - // "routePlan" : { - // "version" : "1.0.19", - // "provider" : "wx50b5593e81dd937a" - // }, - // 直播(需要到小程序后台设置->第三方设置->插件管理里面添加【小程序直播组件】插件,教程 https://mp.weixin.qq.com/wxopen/pluginbasicprofile?action=intro&appid=wx2b03c6e691cd7370) - // "live-player-plugin" : { - // "version" : "1.3.5", - // "provider" : "wx2b03c6e691cd7370" - // } "mp-alipay" : { "usingComponents" : true, "appid" : "2021001173639600" diff --git a/pages.json b/pages.json index c41dc2db..eaf24137 100644 --- a/pages.json +++ b/pages.json @@ -2121,8 +2121,15 @@ "transparentTitle": "auto", "titlePenetrate": "YES", // #endif + "disableScroll": true, "enablePullDownRefresh": false, - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "app-plus": { + "bounce": { + "top": "none", + "bottom": "none" + } + } } }, { @@ -2135,8 +2142,15 @@ "transparentTitle": "auto", "titlePenetrate": "YES", // #endif + "disableScroll": true, "enablePullDownRefresh": false, - "navigationBarTitleText": "" + "navigationBarTitleText": "", + "app-plus": { + "bounce": { + "top": "none", + "bottom": "none" + } + } } } ] diff --git a/pages/index/index.vue b/pages/index/index.vue index 1c79f280..6727d1a7 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -289,6 +289,14 @@ + + + - \ No newline at end of file diff --git a/pages/plugins/live/push/push.vue b/pages/plugins/live/push/push.vue index b3541f6a..61551748 100644 --- a/pages/plugins/live/push/push.vue +++ b/pages/plugins/live/push/push.vue @@ -1,37 +1,51 @@ + - - \ No newline at end of file