一、详细介绍
教程非常详细,不懂代码也能直接使用,按教程修改即可上线运营,源码已添加完整流量主广告,原生、插屏、激励广告均已添加完整,观看广告后才能解析视频,直接上线赚取收益
*小白按照教程无代码经验也可上线,有技术的可以自己修改源码
二、效果展示
1.部分代码
代码如下(示例):
{
"pages": [
"pages/index/index",
"pages/history/history",
"pages/question/question",
"pages/analysis/analysis",
"pages/my/my"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#07c160",
"navigationBarTitleText": "去水印",
"navigationBarTextStyle": "white"
},
"tabBar": {
"custom": false,
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "img/home_normal.png",
"selectedIconPath": "img/home_selected.png"
},
{
"pagePath": "pages/history/history",
"text": "历史记录",
"iconPath": "img/history.png",
"selectedIconPath": "img/history_selected.png"
}
]
}
}