Skip to content

Commit

Permalink
chang font
Browse files Browse the repository at this point in the history
  • Loading branch information
morizunzhu committed Feb 15, 2020
1 parent 8259b82 commit 6d9ce1d
Show file tree
Hide file tree
Showing 3 changed files with 823 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,9 @@ public static function header()
// 获取用户配置
$options = Helper::options();
$path = $options->pluginUrl . '/SkyMo/';
echo '<link rel="stylesheet" type="text/css" href="' . $path . 'css/font.css" />';
echo '<link rel="stylesheet" type="text/css" href="' . $path . 'css/style.css" />';

$card = $options->pluginUrl . '/SkyMo/';
echo '<link rel="stylesheet" type="text/css" href="' . $card . 'css/card.css" />';
echo '<link rel="stylesheet" type="text/css" href="' . $path . 'css/card.css" />';

$src = $options->pluginUrl . '/SkyMo/js/header.js';
echo "<script src='$src'></script>";
Expand Down
Loading

0 comments on commit 6d9ce1d

Please sign in to comment.