抖音文库类知识付费小程序搭建教程,教你上线自己的文库知识付费系统,开通流量主+支
核心功能简介:兼容抖音快手微信qq四端小程序。文档信息上传审核、达人入驻、流量主广告、会员支付、流量主分销、cps分销等。
文库这个词相信大家都不陌生,就是集合了许多文档,比如简历、工作会议模板、营销模板、知识教程,比如视频剪辑教学等等。文档格式的聚合系统叫文库。

前端源码展示:
{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ "path": "pages/index/index", "style": { "navigationBarTitleText":"", // "navigationStyle": "custom"
"transparentTitle":"always"
}
},
{ "path": "pages/index/recommend", "style": { "navigationBarTitleText": "专题详情"
}
},
{ "path": "pages/special/list", "style": { "navigationBarTitleText": "专题"
}
},
{ "path": "pages/special/detail", "style": { "navigationBarTitleText": "专题详情"
}
},
{ "path": "pages/talent/index"
},
{ "path": "pages/talent/detail"
},
{ "path": "pages/cate/index"
},
{ "path": "pages/search/index"
},
{ "path": "pages/search/result"
},
{ "path": "pages/list/index"
},
{ "path": "pages/detail/index"
},
{ "path": "pages/user/index", "style": { "navigationBarTitleText":"", // "navigationStyle": "custom"
"transparentTitle":"always"
}
},
{ "path": "pages/user/collect", "style": { "navigationBarTitleText": "我的收藏"
}
}
,{ "path": "pages/user/download", "style": { "navigationBarTitleText": "我的下载"
}
}
,{ "path" : "pages/index/webview"
},
{ "path":"pages/index/richtext"
},
{ "path": "pages/detail/layout2"
},
{ "path":"pages/user/richtext"
},
{ "path":"pages/user/setting"
}
,{ "path" : "pages/user/expert"
}
,{ "path" : "pages/pay/index", "style": { "navigationBarTitleText": "成为会员"
}
},
{ "path": "pages/user/order-list", "style": { "navigationBarTitleText": "我的订单"
}
},
{ "path": "pages/synthesis/detail"
},
{ "path": "pages/synthesis/list"
},
{ "path": "pages/detail/download-success"
}
], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "云云文库", "navigationBarBackgroundColor": "#3D88FE", "backgroundColor": "#FFFFFF"
}, "tabBar": { "color": "#666666", "selectedColor": "#3D88FE", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [{ "pagePath": "pages/index/index", "iconPath": "static/images/home.png", "selectedIconPath": "static/images/home-active.png", "text": "首页"
}
, { "pagePath": "pages/talent/index", "iconPath": "static/images/expert.png", "selectedIconPath": "static/images/expert-active.png", "text": "推荐"
}
, { "pagePath": "pages/special/list", "iconPath": "static/images/zhuanti1.png", "selectedIconPath": "static/images/zhuanti.png", "text": "专题"
}
, { "pagePath": "pages/user/index", "iconPath": "static/images/user.png", "selectedIconPath": "static/images/user-active.png", "text": "我的"
}
]
}
}
后端用宝塔设置thinkphp伪静态
location ~* (runtime|application)/{ return 403;
}
location / { if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$1 last; break;
}
}
大概浏览下界面。后台上传的文档就可以展示在前端了。

编辑切换为居中
添加图片注释,不超过 140 字(可选)

编辑切换为居中
添加图片注释,不超过 140 字(可选)
可以开通流量主,或者支付功能。 方法:进入抖音开放平台

编辑切换为居中
添加图片注释,不超过 140 字(可选)
注册及认证好账号。然后创建小程序名称-简介-logo-类目。 发布小程序前端代码,自己搭建或者找云云文库客服搭建即可。

在后台开通支付和流量主功能。就可以实现广告或付费下载文库资料了。 此时完整的系统就做出来了。就可以拿去运营了。
如果你对文库系统有想法有兴趣,直接云云文库小程序里的客服联系搭建就行。希望此篇文章对你有帮助