Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
_milo
Great Teamwork
提交
ceafbced
Great Teamwork
项目概览
_milo
/
Great Teamwork
通知
13
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
Great Teamwork
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
ceafbced
编写于
5月 03, 2023
作者:
R
Renic1
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
发现主页编写
上级
80366185
变更
9
展开全部
隐藏空白更改
内联
并排
Showing
9 changed file
with
4126 addition
and
1961 deletion
+4126
-1961
teamwork/.hbuilderx/launch.json
teamwork/.hbuilderx/launch.json
+18
-14
teamwork/pages.json
teamwork/pages.json
+15
-1
teamwork/pages/discover/detail.vue
teamwork/pages/discover/detail.vue
+47
-0
teamwork/pages/discover/main.vue
teamwork/pages/discover/main.vue
+55
-6
teamwork/static/discover/back.png
teamwork/static/discover/back.png
+0
-0
teamwork/unpackage/dist/dev/app-plus/app-config-service.js
teamwork/unpackage/dist/dev/app-plus/app-config-service.js
+2
-2
teamwork/unpackage/dist/dev/app-plus/app-service.js
teamwork/unpackage/dist/dev/app-plus/app-service.js
+1931
-1135
teamwork/unpackage/dist/dev/app-plus/app-view.js
teamwork/unpackage/dist/dev/app-plus/app-view.js
+2057
-802
teamwork/unpackage/dist/dev/app-plus/manifest.json
teamwork/unpackage/dist/dev/app-plus/manifest.json
+1
-1
未找到文件。
teamwork/.hbuilderx/launch.json
浏览文件 @
ceafbced
{
//
launch.json
配置了启动调试时相关设置,configurations下节点名称可为
app-plus/h
5
/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp
-360
/
//
launchtype项可配置值为local或remote
,
local代表前端连本地云函数,remote代表前端连云端云函数
"version"
:
"0.0"
,
"configurations"
:
[{
"app-plus"
:
{
"launchtype"
:
"local"
},
"default"
:
{
"launchtype"
:
"local"
},
"type"
:
"uniCloud"
}
{
//
launch.json
配置了启动调试时相关设置,configurations下节点名称可为
app-plus/h
5
/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp
-360
/
//
launchtype项可配置值为local或remote
,
local代表前端连本地云函数,remote代表前端连云端云函数
"version"
:
"0.0"
,
"configurations"
:
[
{
"app-plus"
:
{
"launchtype"
:
"local"
},
"default"
:
{
"launchtype"
:
"local"
},
"type"
:
"uniCloud"
},
{
"playground"
:
"standard"
,
"type"
:
"uni-app:app-android"
}
]
}
teamwork/pages.json
浏览文件 @
ceafbced
...
...
@@ -44,6 +44,11 @@
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/discover/detail"
,
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/post/post"
,
"style"
:
{
...
...
@@ -60,7 +65,16 @@
"navigationStyle"
:
"custom"
}
}
],
,{
"path"
:
"pages/discover/detail/detail"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"uni-app"
,
...
...
teamwork/pages/discover/detail.vue
0 → 100644
浏览文件 @
ceafbced
<
template
>
<view
class=
"detail"
>
<view
class=
"nav-bar-back"
>
<image
class=
"nav-bar-back-icon"
src=
"/static/discover/back.png"
@
click=
"goBack"
></image>
<view
class=
"nav-bar-title"
>
{{
title
}}
</view>
</view>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
title
:
'
趣味篮球赛
'
,
}
},
methods
:
{
goBack
()
{
uni
.
navigateBack
({
delta
:
1
})
}
}
}
</
script
>
<
style
>
.nav-bar-back
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
width
:
100%
;
height
:
60px
;
background-color
:
#EDEEF0
;
}
.nav-bar-back-icon
{
width
:
40px
;
height
:
30px
;
}
.nav-bar-title
{
flex
:
1
;
text-align
:
center
;
font-size
:
24px
;
font-weight
:
bold
;
color
:
#ffac1c
;
}
</
style
>
teamwork/pages/discover/main.vue
浏览文件 @
ceafbced
<
template
>
<view>
<text>
发现
</text>
<!--
<tabbar
:current=
"1"
/>
-->
<!-- 标签栏 -->
<u-tabs
:list=
"list"
lineWidth=
"30"
lineColor=
"#F1992D"
:activeStyle=
"
{
color: '#F1992D',
fontWeight: 'bold',
transform: 'scale(1.05)'
}" :inactiveStyle="{
color: '#606266',
transform: 'scale(1)'
}" itemStyle="padding-left: 15px; padding-right: 15px; height: 34px;">
</u-tabs>
<!-- 校内活动 -->
<view
class=
"one-school-activity"
@
click=
"goToDetail"
>
<text
class=
"school-activity-title"
>
{{
title
}}
</text>
<image
class=
"school-activity-icon"
src=
"/static/my/main/modify-icon.png"
></image>
</view>
</view>
</
template
>
<
script
>
export
default
{
// onLoad() {
// uni.hideTabBar();
// },
data
()
{
return
{
list
:
[{
name
:
'
发现
'
}],
title
:
'
趣味篮球赛
'
}
},
methods
:
{
goToDetail
()
{
uni
.
navigateTo
({
url
:
'
/pages/discover/detail
'
})
}
}
}
</
script
>
<
style
>
</
style
>
\ No newline at end of file
.one-school-activity
{
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
width
:
90%
;
background-color
:
rgb
(
245
154
35
/
30%
);
margin
:
20px
auto
;
border-radius
:
15px
;
overflow
:
auto
;
}
.school-activity-icon
{
width
:
90%
;
height
:
200px
;
margin-top
:
2px
;
margin-bottom
:
4px
;
}
.school-activity-name
{
display
:
block
;
text-align
:
center
;
font-size
:
24px
;
font-weight
:
bold
;
}
</
style
>
teamwork/static/discover/back.png
0 → 100644
浏览文件 @
ceafbced
2.2 KB
teamwork/unpackage/dist/dev/app-plus/app-config-service.js
浏览文件 @
ceafbced
var
isReady
=
false
;
var
onReadyCallbacks
=
[];
var
isServiceReady
=
false
;
var
onServiceReadyCallbacks
=
[];
var
__uniConfig
=
{
"
pages
"
:[
"
pages/sport/ready
"
,
"
pages/login/login
"
,
"
pages/login/register
"
,
"
pages/login/find
"
,
"
pages/sport/main
"
,
"
pages/sport/test
"
,
"
pages/sport/ranking
"
,
"
pages/discover/main
"
,
"
pages/
post/post
"
,
"
pages/team/main
"
,
"
pages/my/main
"
],
"
window
"
:{
"
navigationBarTextStyle
"
:
"
black
"
,
"
navigationBarTitleText
"
:
"
uni-app
"
,
"
navigationBarBackgroundColor
"
:
"
#F8F8F8
"
,
"
backgroundColor
"
:
"
#F8F8F8
"
},
"
tabBar
"
:{
"
selectedColor
"
:
"
#F1992D
"
,
"
height
"
:
"
60px
"
,
"
iconWidth
"
:
"
30px
"
,
"
list
"
:[{
"
pagePath
"
:
"
pages/sport/main
"
,
"
text
"
:
"
运动
"
,
"
iconPath
"
:
"
static/tabbar/运动.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/运动2.png
"
},{
"
pagePath
"
:
"
pages/discover/main
"
,
"
text
"
:
"
发现
"
,
"
iconPath
"
:
"
static/tabbar/发现.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/发现2.png
"
},{
"
pagePath
"
:
"
pages/post/post
"
,
"
text
"
:
"
高校圈
"
,
"
iconPath
"
:
"
static/tabbar/圈子.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/圈子2.png
"
},{
"
pagePath
"
:
"
pages/team/main
"
,
"
text
"
:
"
小队
"
,
"
iconPath
"
:
"
static/tabbar/队伍.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/队伍2.png
"
},{
"
pagePath
"
:
"
pages/my/main
"
,
"
text
"
:
"
我的
"
,
"
iconPath
"
:
"
static/tabbar/我的.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/我的2.png
"
}]},
"
darkmode
"
:
false
,
"
nvueCompiler
"
:
"
uni-app
"
,
"
nvueStyleCompiler
"
:
"
uni-app
"
,
"
renderer
"
:
"
auto
"
,
"
splashscreen
"
:{
"
alwaysShowBeforeRender
"
:
true
,
"
autoclose
"
:
false
},
"
appname
"
:
"
teamwork
"
,
"
compilerVersion
"
:
"
3.7.10
"
,
"
entryPagePath
"
:
"
pages/sport/ready
"
,
"
networkTimeout
"
:{
"
request
"
:
60000
,
"
connectSocket
"
:
60000
,
"
uploadFile
"
:
60000
,
"
downloadFile
"
:
60000
}};
var
__uniRoutes
=
[{
"
path
"
:
"
/pages/sport/ready
"
,
"
meta
"
:{
"
isQuit
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/login/login
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/login/register
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/login/find
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/sport/main
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/sport/test
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/sport/ranking
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/discover/main
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/
post/post
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/team/main
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/my/main
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}}];
var
__uniConfig
=
{
"
pages
"
:[
"
pages/sport/ready
"
,
"
pages/login/login
"
,
"
pages/login/register
"
,
"
pages/login/find
"
,
"
pages/sport/main
"
,
"
pages/sport/test
"
,
"
pages/sport/ranking
"
,
"
pages/discover/main
"
,
"
pages/
discover/detail
"
,
"
pages/post/post
"
,
"
pages/team/main
"
,
"
pages/my/main
"
,
"
pages/discover/detail/detail
"
],
"
window
"
:{
"
navigationBarTextStyle
"
:
"
black
"
,
"
navigationBarTitleText
"
:
"
uni-app
"
,
"
navigationBarBackgroundColor
"
:
"
#F8F8F8
"
,
"
backgroundColor
"
:
"
#F8F8F8
"
},
"
tabBar
"
:{
"
selectedColor
"
:
"
#F1992D
"
,
"
height
"
:
"
60px
"
,
"
iconWidth
"
:
"
30px
"
,
"
list
"
:[{
"
pagePath
"
:
"
pages/sport/main
"
,
"
text
"
:
"
运动
"
,
"
iconPath
"
:
"
static/tabbar/运动.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/运动2.png
"
},{
"
pagePath
"
:
"
pages/discover/main
"
,
"
text
"
:
"
发现
"
,
"
iconPath
"
:
"
static/tabbar/发现.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/发现2.png
"
},{
"
pagePath
"
:
"
pages/post/post
"
,
"
text
"
:
"
高校圈
"
,
"
iconPath
"
:
"
static/tabbar/圈子.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/圈子2.png
"
},{
"
pagePath
"
:
"
pages/team/main
"
,
"
text
"
:
"
小队
"
,
"
iconPath
"
:
"
static/tabbar/队伍.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/队伍2.png
"
},{
"
pagePath
"
:
"
pages/my/main
"
,
"
text
"
:
"
我的
"
,
"
iconPath
"
:
"
static/tabbar/我的.png
"
,
"
selectedIconPath
"
:
"
static/tabbar/我的2.png
"
}]},
"
darkmode
"
:
false
,
"
nvueCompiler
"
:
"
uni-app
"
,
"
nvueStyleCompiler
"
:
"
uni-app
"
,
"
renderer
"
:
"
auto
"
,
"
splashscreen
"
:{
"
alwaysShowBeforeRender
"
:
true
,
"
autoclose
"
:
false
},
"
appname
"
:
"
teamwork
"
,
"
compilerVersion
"
:
"
3.7.10
"
,
"
entryPagePath
"
:
"
pages/discover/main
"
,
"
entryPageQuery
"
:
"
"
,
"
networkTimeout
"
:{
"
request
"
:
60000
,
"
connectSocket
"
:
60000
,
"
uploadFile
"
:
60000
,
"
downloadFile
"
:
60000
}};
var
__uniRoutes
=
[{
"
path
"
:
"
/pages/sport/ready
"
,
"
meta
"
:{
"
isQuit
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/login/login
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/login/register
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/login/find
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/sport/main
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/sport/test
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/sport/ranking
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/discover/main
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/
discover/detail
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/post/post
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/team/main
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/my/main
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/discover/detail/detail
"
,
"
meta
"
:{},
"
window
"
:{
"
navigationBarTitleText
"
:
""
,
"
enablePullDownRefresh
"
:
false
}}];
__uniConfig
.
onReady
=
function
(
callback
){
if
(
__uniConfig
.
ready
){
callback
()}
else
{
onReadyCallbacks
.
push
(
callback
)}};
Object
.
defineProperty
(
__uniConfig
,
"
ready
"
,{
get
:
function
(){
return
isReady
},
set
:
function
(
val
){
isReady
=
val
;
if
(
!
isReady
){
return
}
const
callbacks
=
onReadyCallbacks
.
slice
(
0
);
onReadyCallbacks
.
length
=
0
;
callbacks
.
forEach
(
function
(
callback
){
callback
()})}});
__uniConfig
.
onServiceReady
=
function
(
callback
){
if
(
__uniConfig
.
serviceReady
){
callback
()}
else
{
onServiceReadyCallbacks
.
push
(
callback
)}};
Object
.
defineProperty
(
__uniConfig
,
"
serviceReady
"
,{
get
:
function
(){
return
isServiceReady
},
set
:
function
(
val
){
isServiceReady
=
val
;
if
(
!
isServiceReady
){
return
}
const
callbacks
=
onServiceReadyCallbacks
.
slice
(
0
);
onServiceReadyCallbacks
.
length
=
0
;
callbacks
.
forEach
(
function
(
callback
){
callback
()})}});
service
.
register
(
"
uni-app-config
"
,{
create
(
a
,
b
,
c
){
if
(
!
__uniConfig
.
viewport
){
var
d
=
b
.
weex
.
config
.
env
.
scale
,
e
=
b
.
weex
.
config
.
env
.
deviceWidth
,
f
=
Math
.
ceil
(
e
/
d
);
Object
.
assign
(
__uniConfig
,{
viewport
:
f
,
defaultFontSize
:
Math
.
round
(
f
/
20
)})}
return
{
instance
:{
__uniConfig
:
__uniConfig
,
__uniRoutes
:
__uniRoutes
,
global
:
void
0
,
window
:
void
0
,
document
:
void
0
,
frames
:
void
0
,
self
:
void
0
,
location
:
void
0
,
navigator
:
void
0
,
localStorage
:
void
0
,
history
:
void
0
,
Caches
:
void
0
,
screen
:
void
0
,
alert
:
void
0
,
confirm
:
void
0
,
prompt
:
void
0
,
fetch
:
void
0
,
XMLHttpRequest
:
void
0
,
WebSocket
:
void
0
,
webkit
:
void
0
,
print
:
void
0
}}}});
teamwork/unpackage/dist/dev/app-plus/app-service.js
浏览文件 @
ceafbced
此差异已折叠。
点击以展开。
teamwork/unpackage/dist/dev/app-plus/app-view.js
浏览文件 @
ceafbced
此差异已折叠。
点击以展开。
teamwork/unpackage/dist/dev/app-plus/manifest.json
浏览文件 @
ceafbced
{
"@platforms"
:[
"android"
,
"iPhone"
,
"iPad"
],
"id"
:
"__UNI__AAFC50C"
,
"name"
:
"teamwork"
,
"version"
:{
"name"
:
"1.0.0"
,
"code"
:
"100"
},
"description"
:
""
,
"launch_path"
:
"__uniappview.html"
,
"developer"
:{
"name"
:
""
,
"email"
:
""
,
"url"
:
""
},
"permissions"
:{
"Geolocation"
:{},
"UniNView"
:{
"description"
:
"UniNView原生渲染"
}},
"plus"
:{
"useragent"
:{
"value"
:
"uni-app"
,
"concatenate"
:
true
},
"splashscreen"
:{
"target"
:
"id:1"
,
"autoclose"
:
true
,
"waiting"
:
true
,
"delay"
:
0
},
"popGesture"
:
"close"
,
"launchwebview"
:{
"id"
:
"1"
,
"kernel"
:
"WKWebview"
},
"statusbar"
:{
"immersed"
:
"supportedDevice"
,
"style"
:
"dark"
,
"background"
:
"#F8F8F8"
},
"usingComponents"
:
true
,
"nvueStyleCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"distribute"
:{
"google"
:{
"permissions"
:[
"<uses-permission android:name=
\"
android.permission.CHANGE_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.VIBRATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_LOGS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_WIFI_STATE
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera.autofocus
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CAMERA
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.GET_ACCOUNTS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_PHONE_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CHANGE_WIFI_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WAKE_LOCK
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.FLASHLIGHT
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WRITE_SETTINGS
\"
/>"
]},
"apple"
:{},
"plugins"
:{
"geolocation"
:{
"amap"
:{
"__platform__"
:[
"ios"
,
"android"
],
"appkey_ios"
:
""
,
"appkey_android"
:
"d8ed7a0b95d0c729908f38b495767549"
}},
"audio"
:{
"mp3"
:{
"description"
:
"Android平台录音支持MP3格式文件"
}}}},
"uniStatistics"
:{
"enable"
:
false
},
"allowsInlineMediaPlayback"
:
true
,
"safearea"
:{
"background"
:
"#FFFFFF"
,
"bottom"
:{
"offset"
:
"auto"
}},
"uni-app"
:{
"compilerVersion"
:
"3.7.10"
,
"control"
:
"uni-v3"
,
"nvueCompiler"
:
"uni-app"
,
"renderer"
:
"auto"
,
"nvue"
:{
"flex-direction"
:
"column"
},
"nvueLaunchMode"
:
"normal"
},
"tabBar"
:{
"selectedColor"
:
"#F1992D"
,
"height"
:
"60px"
,
"iconWidth"
:
"30px"
,
"list"
:[{
"pagePath"
:
"pages/sport/main"
,
"text"
:
"运动"
,
"iconPath"
:
"static/tabbar/运动.png"
,
"selectedIconPath"
:
"static/tabbar/运动2.png"
},{
"pagePath"
:
"pages/discover/main"
,
"text"
:
"发现"
,
"iconPath"
:
"static/tabbar/发现.png"
,
"selectedIconPath"
:
"static/tabbar/发现2.png"
},{
"pagePath"
:
"pages/post/post"
,
"text"
:
"高校圈"
,
"iconPath"
:
"static/tabbar/圈子.png"
,
"selectedIconPath"
:
"static/tabbar/圈子2.png"
},{
"pagePath"
:
"pages/team/main"
,
"text"
:
"小队"
,
"iconPath"
:
"static/tabbar/队伍.png"
,
"selectedIconPath"
:
"static/tabbar/队伍2.png"
},{
"pagePath"
:
"pages/my/main"
,
"text"
:
"我的"
,
"iconPath"
:
"static/tabbar/我的.png"
,
"selectedIconPath"
:
"static/tabbar/我的2.png"
}],
"borderStyle"
:
"rgba(0,0,0,0.4)"
},
"launch_path"
:
"__uniappview.html"
}}
\ No newline at end of file
{
"@platforms"
:[
"android"
,
"iPhone"
,
"iPad"
],
"id"
:
"__UNI__AAFC50C"
,
"name"
:
"teamwork"
,
"version"
:{
"name"
:
"1.0.0"
,
"code"
:
"100"
},
"description"
:
""
,
"launch_path"
:
"__uniappview.html"
,
"developer"
:{
"name"
:
""
,
"email"
:
""
,
"url"
:
""
},
"permissions"
:{
"Geolocation"
:{},
"UniNView"
:{
"description"
:
"UniNView原生渲染"
}},
"plus"
:{
"useragent"
:{
"value"
:
"uni-app"
,
"concatenate"
:
true
},
"splashscreen"
:{
"target"
:
"id:1"
,
"autoclose"
:
true
,
"waiting"
:
true
,
"delay"
:
0
},
"popGesture"
:
"close"
,
"launchwebview"
:{
"id"
:
"1"
,
"kernel"
:
"WKWebview"
},
"statusbar"
:{
"immersed"
:
"supportedDevice"
,
"style"
:
"dark"
,
"background"
:
"#F8F8F8"
},
"usingComponents"
:
true
,
"nvueStyleCompiler"
:
"uni-app"
,
"compilerVersion"
:
3
,
"distribute"
:{
"google"
:{
"permissions"
:[
"<uses-permission android:name=
\"
android.permission.CHANGE_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.MOUNT_UNMOUNT_FILESYSTEMS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.VIBRATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_LOGS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_WIFI_STATE
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera.autofocus
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.ACCESS_NETWORK_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CAMERA
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.GET_ACCOUNTS
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.READ_PHONE_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.CHANGE_WIFI_STATE
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WAKE_LOCK
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.FLASHLIGHT
\"
/>"
,
"<uses-feature android:name=
\"
android.hardware.camera
\"
/>"
,
"<uses-permission android:name=
\"
android.permission.WRITE_SETTINGS
\"
/>"
]},
"apple"
:{},
"plugins"
:{
"geolocation"
:{
"amap"
:{
"__platform__"
:[
"ios"
,
"android"
],
"appkey_ios"
:
""
,
"appkey_android"
:
"d8ed7a0b95d0c729908f38b495767549"
}},
"audio"
:{
"mp3"
:{
"description"
:
"Android平台录音支持MP3格式文件"
}}}},
"uniStatistics"
:{
"enable"
:
false
},
"arguments"
:
"{
\"
id
\"
:0,
\"
name
\"
:
\"
pages/discover/main
\"
,
\"
pathName
\"
:
\"
pages/discover/main
\"
,
\"
query
\"
:
\"\"
}"
,
"allowsInlineMediaPlayback"
:
true
,
"safearea"
:{
"background"
:
"#FFFFFF"
,
"bottom"
:{
"offset"
:
"auto"
}},
"uni-app"
:{
"compilerVersion"
:
"3.7.10"
,
"control"
:
"uni-v3"
,
"nvueCompiler"
:
"uni-app"
,
"renderer"
:
"auto"
,
"nvue"
:{
"flex-direction"
:
"column"
},
"nvueLaunchMode"
:
"normal"
},
"tabBar"
:{
"selectedColor"
:
"#F1992D"
,
"height"
:
"60px"
,
"iconWidth"
:
"30px"
,
"list"
:[{
"pagePath"
:
"pages/sport/main"
,
"text"
:
"运动"
,
"iconPath"
:
"static/tabbar/运动.png"
,
"selectedIconPath"
:
"static/tabbar/运动2.png"
},{
"pagePath"
:
"pages/discover/main"
,
"text"
:
"发现"
,
"iconPath"
:
"static/tabbar/发现.png"
,
"selectedIconPath"
:
"static/tabbar/发现2.png"
},{
"pagePath"
:
"pages/post/post"
,
"text"
:
"高校圈"
,
"iconPath"
:
"static/tabbar/圈子.png"
,
"selectedIconPath"
:
"static/tabbar/圈子2.png"
},{
"pagePath"
:
"pages/team/main"
,
"text"
:
"小队"
,
"iconPath"
:
"static/tabbar/队伍.png"
,
"selectedIconPath"
:
"static/tabbar/队伍2.png"
},{
"pagePath"
:
"pages/my/main"
,
"text"
:
"我的"
,
"iconPath"
:
"static/tabbar/我的.png"
,
"selectedIconPath"
:
"static/tabbar/我的2.png"
}],
"borderStyle"
:
"rgba(0,0,0,0.4)"
,
"child"
:[
"lauchwebview"
],
"selected"
:
1
},
"launch_path"
:
"__uniappview.html"
}}
\ No newline at end of file
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录