Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
basic-uniapp-v3
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-uniapp-v3
Commits
b0ebcfef
提交
b0ebcfef
authored
10月 29, 2024
作者:
方治民
浏览文件
操作
浏览文件
下载
差异文件
Merge branch '3.x' of
https://gitlab.yiring.com/basic/basic-uniapp-v3
into examples
上级
ba93d1f6
dd285206
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
12 行增加
和
14 行删除
+12
-14
fui-footer.vue
src/components/FirstUI/fui-footer/fui-footer.vue
+4
-3
pages.json
src/pages.json
+6
-10
index.vue
src/pages/common/notice/index.vue
+1
-0
index.vue
src/pages/common/webview/index.vue
+1
-1
没有找到文件。
src/components/FirstUI/fui-footer/fui-footer.vue
浏览文件 @
b0ebcfef
...
@@ -130,14 +130,15 @@
...
@@ -130,14 +130,15 @@
.fui-footer__fixed-bottom
{
.fui-footer__fixed-bottom
{
position
:
fixed
;
position
:
fixed
;
z-index
:
99
;
z-index
:
99
;
bottom
:
0
;
left
:
0
;
left
:
0
;
right
:
0
;
right
:
0
;
/* #ifndef APP-NVUE */
/* #ifndef APP-NVUE */
left
:
constant
(
safe-area-inset-left
);
/*
left: constant(safe-area-inset-left);
left: env(safe-area-inset-left);
left: env(safe-area-inset-left);
right: constant(safe-area-inset-right);
right: constant(safe-area-inset-right);
right
:
env
(
safe-area-inset-right
)
right: env(safe-area-inset-right)
*/
/* #endif */
/* #endif */
}
}
.fui-footer__link
{
.fui-footer__link
{
...
...
src/pages.json
浏览文件 @
b0ebcfef
...
@@ -54,18 +54,14 @@
...
@@ -54,18 +54,14 @@
{
{
"path"
:
"pages/common/about/index"
,
"path"
:
"pages/common/about/index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"关于我们"
,
"navigationBarTitleText"
:
"关于我们"
"backgroundColorTop"
:
"#FFFFFF"
,
"backgroundColorBottom"
:
"#FFFFFF"
}
}
},
},
//
===
问题反馈
===
//
===
问题反馈
===
{
{
"path"
:
"pages/common/feedback/index"
,
"path"
:
"pages/common/feedback/index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"问题反馈"
,
"navigationBarTitleText"
:
"问题反馈"
"backgroundColorTop"
:
"#FFFFFF"
,
"backgroundColorBottom"
:
"#FFFFFF"
}
}
},
},
//
===
Webview
===
//
===
Webview
===
...
@@ -89,9 +85,7 @@
...
@@ -89,9 +85,7 @@
//
#ifdef
H
5
//
#ifdef
H
5
"titleNView"
:
false
,
"titleNView"
:
false
,
//
#endif
//
#endif
"navigationBarTitleText"
:
"开发中"
,
"navigationBarTitleText"
:
"开发中"
"backgroundColorTop"
:
"#FFFFFF"
,
"backgroundColorBottom"
:
"#FFFFFF"
}
}
},
},
//
===
版本更新
===
//
===
版本更新
===
...
@@ -116,7 +110,7 @@
...
@@ -116,7 +110,7 @@
"path"
:
"pages/common/notice/index"
,
"path"
:
"pages/common/notice/index"
,
"style"
:
{
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationStyle"
:
"custom"
,
"background"
:
"transparent"
,
"background
Color
"
:
"transparent"
,
"app-plus"
:
{
"app-plus"
:
{
"animationDuration"
:
200
,
"animationDuration"
:
200
,
"animationType"
:
"fade-in"
,
"animationType"
:
"fade-in"
,
...
@@ -146,6 +140,8 @@
...
@@ -146,6 +140,8 @@
"navigationBarTitleText"
:
"uni-app"
,
"navigationBarTitleText"
:
"uni-app"
,
"navigationBarBackgroundColor"
:
"#F8F8F8"
,
"navigationBarBackgroundColor"
:
"#F8F8F8"
,
"backgroundColor"
:
"#F8F8F8"
,
"backgroundColor"
:
"#F8F8F8"
,
"backgroundColorTop"
:
"#F8F8F8"
,
"backgroundColorBottom"
:
"#F8F8F8"
,
"pageOrientation"
:
"portrait"
,
"pageOrientation"
:
"portrait"
,
"app-plus"
:
{
"app-plus"
:
{
"scrollIndicator"
:
"none"
,
"scrollIndicator"
:
"none"
,
...
...
src/pages/common/notice/index.vue
浏览文件 @
b0ebcfef
...
@@ -125,6 +125,7 @@
...
@@ -125,6 +125,7 @@
}
}
.notice-mask
{
.notice-mask
{
height
:
100%
;
position
:
fixed
;
position
:
fixed
;
inset
:
0
;
inset
:
0
;
/* #ifndef APP-NVUE */
/* #ifndef APP-NVUE */
...
...
src/pages/common/webview/index.vue
浏览文件 @
b0ebcfef
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
// #ifdef APP-PLUS
// #ifdef APP-PLUS
// 本地网页或白名单同源检测
// 本地网页或白名单同源检测
if
(
page
.
link
.
startsWith
(
'/hybrid/'
)
||
isSameOrigin
(
new
URI
(
page
.
link
)))
{
if
(
page
.
link
.
startsWith
(
'/hybrid/'
)
||
page
.
link
.
startsWith
(
'/static/'
)
||
isSameOrigin
(
new
URI
(
page
.
link
)))
{
page
.
security
=
true
page
.
security
=
true
// 延迟获取 webview 对象,插入 js 文件
// 延迟获取 webview 对象,插入 js 文件
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论