mirror of
https://github.com/geeeeeeeek/python_mini_video.git
synced 2024-11-25 16:35:27 +08:00
fix
This commit is contained in:
parent
a00d32437d
commit
d2e404e69e
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
miniweb/.vscode
|
||||
miniweb/.node_modules
|
||||
miniweb/miniprogram_npm
|
||||
miniweb/miniprogram_npm
|
||||
.idea
|
||||
|
BIN
images/aaa.jpg
Normal file
BIN
images/aaa.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 86 KiB |
BIN
images/bbb.jpg
Normal file
BIN
images/bbb.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
BIN
images/ccc.jpg
Normal file
BIN
images/ccc.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
34
readme.md
Normal file
34
readme.md
Normal file
@ -0,0 +1,34 @@
|
||||
|
||||
# 基于微信小程序的视频点播平台
|
||||
|
||||
> 学习过程中,遇到问题可以咨询作者。
|
||||
|
||||
|
||||
## 功能介绍
|
||||
|
||||
平台采用B/S结构,后端采用主流的python框架进行开发,前端采用主流的微信小程序进行开发。
|
||||
|
||||
整个平台包括前台和后台两个部分。
|
||||
|
||||
前台功能包括:首页、视频列表、视频详情页、个人中心模块。
|
||||
后台功能包括:总览、视频管理、分类管理、标签管理、评论管理、用户管理、运营管理、日志管理、系统信息模块。
|
||||
|
||||
|
||||
## 适合人群
|
||||
|
||||
大学生、系统设计人员、课程作业
|
||||
|
||||
## 后台预览
|
||||
|
||||
后台地址: http://video.gitapp.cn/admin
|
||||
|
||||
用户名:admin123 密码:admin123
|
||||
|
||||
|
||||
## 运行步骤
|
||||
|
||||
下载代码后,用微信开发者工具打开miniweb文件夹,即可预览
|
||||
|
||||
## 截图预览
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user