这个东西。。只是我闲的无聊。。随便写写的(并没有什么多大的用处。。╮(╯_╰)╭
Clone 到 Server 上之后。。
把 MYSQL.sql 导入到数据库。。然后修改一下 config.php 中的数据库信息
- 添加弹幕
- 获取 BiliBili 视频链接
- 获取 BiliBili 弹幕。。
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php/$1 last;
}
}
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]