1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

插件代码上传

This commit is contained in:
2022-01-26 02:20:35 +08:00
commit 86848dbde0
58 changed files with 2231 additions and 0 deletions

6
plugin/grey/include.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
function zxd_ctrlcenter_grey(){
global $zbp;
$zbp->header .= '<link href="'.$zbp->host.'zb_users/plugin/zxd_ctrlcenter/plugin/grey/grey.css" rel="stylesheet" type="text/css" />
' . "\r\n";
}