播放器源码
.
├── __MACOSX
│ └── 弹窗播放器
├── 找例子网_弹窗播放器.zip
└── 弹窗播放器
├── AesController.php
├── admin
│ ├── author.php
│ ├── css
│ │ ├── bootstrap.min.css
│ │ └── layui.css
│ ├── daohang.php
│ ├── dm.php
│ ├── exit.php
│ ├── head.php
│ ├── img
│ │ ├── bg.gif
│ │ └── logo.png
│ ├── index.php
│ ├── js
│ │ ├── bootstrap.min.css
│ │ ├── colorpicker.js
│ │ ├── config.js
│ │ ├── jquery-1.9.1.min.js
│ │ ├── jquery.min.js
│ │ └── upload.js
│ ├── lele.config.php
│ ├── login.php
│ └── post.php
├── api.php
├── config.php
├── count.dat
├── css
│ ├── Mao.ttf
│ ├── Maoplayer.css
│ ├── bootstrap.min.css
│ └── style.css
├── data.php
├── dmku
│ ├── bilibili
│ │ ├── index.php
│ │ └── jljt.json
│ ├── class
│ │ ├── danmu.class.php
│ │ ├── db.class.php
│ │ └── pdo.class.php
│ ├── config.inc.php
│ ├── config.php
│ ├── index.php
│ ├── init.php
│ ├── install
│ │ ├── index.php
│ │ └── install.sql
│ └── readme.txt
├── favicon.ico
├── img
│ ├── favicon.ico
│ ├── full.png
│ ├── fulloff.webp
│ ├── loading.gif
│ ├── loading.png
│ ├── loading1.gif
│ ├── logo.png
│ ├── pagefull.png
│ ├── sign.png
│ └── signs.png
├── index.php
├── js
│ ├── Mao.js
│ ├── Maoplay.js
│ ├── aes.js
│ ├── bootstrap.min.js
│ ├── flv.min.js
│ ├── hls.min.js
│ ├── hls.p2p.js
│ ├── jquery.min.js
│ ├── layer.js
│ ├── play.js
│ └── theme
│ └── default
│ ├── icon.png
│ ├── layer.css
│ └── layer.css白
├── tj.php
└── 使用说明.txt
16 directories, 68 files
评论