抖音文庫(kù)類知識(shí)付費(fèi)小程序搭建教程,教你上線自己的文庫(kù)知識(shí)付費(fèi)系統(tǒng),開通流量主+支
核心功能簡(jiǎn)介:兼容抖音快手微信qq四端小程序。文檔信息上傳審核、達(dá)人入駐、流量主廣告、會(huì)員支付、流量主分銷、cps分銷等。?
文庫(kù)這個(gè)詞相信大家都不陌生,就是集合了許多文檔,比如簡(jiǎn)歷、工作會(huì)議模板、營(yíng)銷模板、知識(shí)教程,比如視頻剪輯教學(xué)等等。文檔格式的聚合系統(tǒng)叫文庫(kù)。

前端源碼展示:
{ "pages": [ //pages數(shù)組中第一項(xiàng)表示應(yīng)用啟動(dòng)頁(yè),參考: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": "成為會(huì)員"
}
},
{ "path": "pages/user/order-list", "style": { "navigationBarTitleText": "我的訂單"
}
},
{ "path": "pages/synthesis/detail"
},
{ "path": "pages/synthesis/list"
},
{ "path": "pages/detail/download-success"
}
? ?], "globalStyle": { "navigationBarTextStyle": "white", "navigationBarTitleText": "云云文庫(kù)", "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": "首頁(yè)"
? ?}
, { ? ? ?"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": "我的"
? ?}
?]
}
}
后端用寶塔設(shè)置thinkphp偽靜態(tài)
location ~* (runtime|application)/{ return 403;
}
location / { if (!-e $request_filename){
rewrite ?^(.*)$ ?/index.php?s=$1 ?last; ? break;
}
}
大概瀏覽下界面。后臺(tái)上傳的文檔就可以展示在前端了。

編輯切換為居中
添加圖片注釋,不超過(guò) 140 字(可選)

編輯切換為居中
添加圖片注釋,不超過(guò) 140 字(可選)
可以開通流量主,或者支付功能。 方法:進(jìn)入抖音開放平臺(tái)

編輯切換為居中
添加圖片注釋,不超過(guò) 140 字(可選)
注冊(cè)及認(rèn)證好賬號(hào)。然后創(chuàng)建小程序名稱-簡(jiǎn)介-logo-類目。 發(fā)布小程序前端代碼,自己搭建或者找云云文庫(kù)客服搭建即可。

在后臺(tái)開通支付和流量主功能。就可以實(shí)現(xiàn)廣告或付費(fèi)下載文庫(kù)資料了。 此時(shí)完整的系統(tǒng)就做出來(lái)了。就可以拿去運(yùn)營(yíng)了。
如果你對(duì)文庫(kù)系統(tǒng)有想法有興趣,直接云云文庫(kù)小程序里的客服聯(lián)系搭建就行。希望此篇文章對(duì)你有幫助