一、什么是文库小程序?
文库小程序连接流量主,具体流程是粉丝进入小程序下载文档模板,下载前需要看广告,阅读后可以免费下载文档模板。具体的小程序演示请参见抖音云云文库
二、文库小程序的应用范围
小程序主要实现文档共享功能,可上传office文档和pdf文档,office文档支持每个版本的word,excel,ppt。
当用户需要下载时,他们需要观看广告,以免费获得所需的文档模板。当用户观看广告时,我们会产生收入。如果你有资源,你可以知道
三、文库小程序功能介绍
图书馆小程序侧重于文档模板和各种文档模板:如学生课堂知识共享、教师教学模板、工作行政模板、会计模板等文档模板。小程序支持上传文档模板,人才进入,并使用流量主广告对接支付对接接口获利。支持独立部署服务器,并自行保存数据。支持抖音、微信、快手、QQ四端平台兼容性。
演示程序抖音搜索云文库小程序,这是文库小程序演示
四、文库小程序的实战方法
1:自推、剪辑、推广现有产品
2:达人推:达人入驻推广,只需要维护平台
五:总结在对图书馆小程序有了一定的了解后,你可以定位和思考这个项目。如果您对图书馆感兴趣或在这方面做过,您可以联系抖音搜索:云云图书馆 客服建设进入小程序。评论区留言也可以搭建同款。
//微信搜:云云文库查看演示
//微信搜:云云圈子 查看演示
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText":"",
//"navigationStyle": "custom"
"transparentTitle":"always"
}
},
{
"path": "pages/index/recommend",
"style": {
"navigationBarTitleText": "专题详情",
"transparentTitle":"always"
}
},
{
"path": "pages/special/list",
"style": {
"navigationBarTitleText": "专题",
"transparentTitle":"always"
}
},
{
"path": "pages/special/detail",
"style": {
"navigationBarTitleText": "专题详情",
"transparentTitle":"always"
}
},//完整代码搭建联系V: nn7334n
{
"path": "pages/talent/index",
"style": {
"navigationBarTitleText": "达人",
"transparentTitle":"always"
}
},
{
"path": "pages/talent/detail",
"style": {
"transparentTitle":"always"
// "navigationBarTitleText":""
// "navigationStyle": "custom"
// "transparentTitle":"always"
}
},
{
"path": "pages/cate/index"
},
{
"path": "pages/search/index"
},
{
"path": "pages/search/result"
},
{
"path": "pages/list/index"
},
{
"path": "pages/detail/index",
"style": {
"navigationBarTitleText":"",
//"navigationStyle": "custom"
"transparentTitle":"always"
}
},
{
"path": "pages/user/index",
"style": {
"navigationBarTitleText":"",
// "navigationStyle": "custom"
"transparentTitle":"always"
}
},
{
"path": "pages/user/collect",
"style": {
"navigationBarTitleText": "我的收藏",
"navigationBarTextStyle": "black"
}
}
,{
"path" : "pages/index/webview"
},
{
"path":"pages/index/richtext"
},
{
"path": "pages/detail/layout2"
},
{
"path":"pages/user/richtext"
},
{
"path":"pages/user/setting"
}
,{
"path" : "pages/user/expert",
"style": {
"navigationBarTextStyle": "black"
}
}
,{
"path" : "pages/pay/index",
"style": {
"navigationBarTitleText": "成为会员",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/order-list",
"style": {
"navigationBarTitleText": "我的订单",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/synthesis/detail"
},
{
"path": "pages/synthesis/list"
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "取图",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": ""
},
"tabBar": {
"color": "#9D9DA3",
"selectedColor": "#4739F4",
"borderStyle": "black",
"backgroundColor": "#242424",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/images/icon-home.png",
"selectedIconPath": "static/images/icon-home-selected.png",
"text": "首页"
}
,
{
"pagePath": "pages/talent/index",
"iconPath": "static/images/expert.png",
"selectedIconPath": "static/images/expert-active.png",
"text": "达人"
}
, {
"pagePath": "pages/index/recommend",
"iconPath": "static/images/expert.png",
"selectedIconPath": "static/images/expert-active.png",
"text": "推荐"
}
, {
"pagePath": "pages/user/index",
"iconPath": "static/images/user.png",
"selectedIconPath": "static/images/user-active.png",
"text": "我的"
}
]///抖音搜:云云文库 查看演示
}
}
v