首先用电脑打开要分享的B战视频,复制它的BV号 在主题中修改主题文件functions.php 添加以下代码 /* * 添加B站视频自适应 * */ add_shortcode("bvideo","shortcode_bvideo"); function shortcode_bvideo($attr){ if(!key_exists('bv',$a…
Git项目:https://github.com/fatedier/frp 服务端配置文件:frps.ini [common] bind_port = 7000 #服务端 端口 authentication_method = token #使用token验证,开启此配置需要在客户端配置文件添加你设置的token token = ur tok…