Skip to content

Commit

Permalink
Update Plugin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wf-nb committed Oct 1, 2021
1 parent 21ca528 commit 959b3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/ServerStatus/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public static function footer(){
}
if(!empty($options->plugin('ServerStatus')->UptimeKey)){
echo "<script src=\"https://cdn.jsdelivr.net/npm/[email protected]/mustache.min.js\"></script>\n";
echo "<script src=\"https://cdn.jsdelivr.net/gh/wf-nb/static@latest/System/typecho/plugin/ServerStatus/js/cup.js\"></script>\n";
echo "<script src=\"https://cdn.jsdelivr.net/gh/wf-nb/static@latest/Application/typecho/plugin/ServerStatus/js/cup.js\"></script>\n";
}
// 插入控制台标识
echo '<script>console.log("\n %c ServerStatus Plugin Of Typecho By Weifeng ","color:#fff; background: linear-gradient(to right , #7A88FF, #d27aff); padding:5px; border-radius: 10px;");console.log("\n %c 插件:https://wfblog.net/archives/serverstatus_plugin.html","color:#fff; background: linear-gradient(to right , #7A88FF, #d27aff); padding:5px; border-radius: 10px;"); </script>';
Expand Down

0 comments on commit 959b3b2

Please sign in to comment.