Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
_milo
Great Teamwork
提交
cbbf6d77
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看板
提交
cbbf6d77
编写于
5月 03, 2023
作者:
R
Renic1
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改部分内容
上级
98d39201
变更
6
展开全部
隐藏空白更改
内联
并排
Showing
6 changed file
with
16282 addition
and
16320 deletion
+16282
-16320
teamwork/pages.json
teamwork/pages.json
+10
-16
teamwork/pages/discover/detail.vue
teamwork/pages/discover/detail.vue
+1
-1
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
+12152
-12171
teamwork/unpackage/dist/dev/app-plus/app-view.js
teamwork/unpackage/dist/dev/app-plus/app-view.js
+4116
-4129
teamwork/unpackage/dist/dev/app-plus/manifest.json
teamwork/unpackage/dist/dev/app-plus/manifest.json
+1
-1
未找到文件。
teamwork/pages.json
浏览文件 @
cbbf6d77
...
...
@@ -4,12 +4,20 @@
"^u-(.*)"
:
"@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
"pages"
:
[
{
"path"
:
"pages/discover/main"
,
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/sport/ready"
,
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
},
{
"path"
:
"pages/login/login"
,
"style"
:
{
"navigationStyle"
:
"custom"
...
...
@@ -39,12 +47,7 @@
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
"path"
:
"pages/discover/main"
,
"style"
:
{
"navigationStyle"
:
"custom"
}
},
{
},
{
"path"
:
"pages/discover/detail"
,
"style"
:
{
"navigationStyle"
:
"custom"
...
...
@@ -65,15 +68,6 @@
"navigationStyle"
:
"custom"
}
}
,{
"path"
:
"pages/discover/detail/detail"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
],
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
...
...
teamwork/pages/discover/detail.vue
浏览文件 @
cbbf6d77
...
...
@@ -42,6 +42,6 @@
text-align
:
center
;
font-size
:
24px
;
font-weight
:
bold
;
color
:
#
ffac1c
;
color
:
#
F1992D
;
}
</
style
>
teamwork/unpackage/dist/dev/app-plus/app-config-service.js
浏览文件 @
cbbf6d77
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/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
}}];
var
__uniConfig
=
{
"
pages
"
:[
"
pages/
discover/main
"
,
"
pages/sport/ready
"
,
"
pages/login/login
"
,
"
pages/login/register
"
,
"
pages/login/find
"
,
"
pages/sport/main
"
,
"
pages/sport/test
"
,
"
pages/sport/ranking
"
,
"
pages/discover/detail
"
,
"
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/discover/main
"
,
"
networkTimeout
"
:{
"
request
"
:
60000
,
"
connectSocket
"
:
60000
,
"
uploadFile
"
:
60000
,
"
downloadFile
"
:
60000
}};
var
__uniRoutes
=
[{
"
path
"
:
"
/pages/
discover/main
"
,
"
meta
"
:{
"
isQuit
"
:
true
,
"
isTabBar
"
:
true
},
"
window
"
:{
"
navigationStyle
"
:
"
custom
"
}},{
"
path
"
:
"
/pages/sport/ready
"
,
"
meta
"
:{},
"
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/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
"
}}];
__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
浏览文件 @
cbbf6d77
此差异已折叠。
点击以展开。
teamwork/unpackage/dist/dev/app-plus/app-view.js
浏览文件 @
cbbf6d77
此差异已折叠。
点击以展开。
teamwork/unpackage/dist/dev/app-plus/manifest.json
浏览文件 @
cbbf6d77
{
"@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
{
"@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)"
,
"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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录