Skip to content

Commit

Permalink
Merge pull request #3 from Morizunzhu/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
alomerry authored Jul 6, 2020
2 parents 7991d59 + c549145 commit 4172b3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mail_key
5 changes: 2 additions & 3 deletions Plugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Handsome主题美化插件
* <strong style='color:red'>Handsome主题美化插件</strong>
*
* @package Sky.Mo
* @author Alomerry
Expand All @@ -27,7 +27,6 @@ public static function activate()

Typecho_Plugin::factory('Widget_Archive')->header = array(__CLASS__, 'header');
Typecho_Plugin::factory('Widget_Archive')->footer = array(__CLASS__, 'footer');

return "插件启动成功";
}

Expand Down Expand Up @@ -161,7 +160,7 @@ public static function personalConfig(Typecho_Widget_Helper_Form $form){}
public static function footer()
{
// 你能留下我的信息, 我会很高兴的 ^_^
echo "<script>console.log('%c SkyMo v1.1 %c by Alomerry | alomerry.com ','color:#444;background:#eee;padding:5px 0;','color:#eee;background:#448bff;padding:5px 0;');</script>";
echo "<script>console.log('%c SkyMo v1.1 %c by Alomerry | www.alomerry.com ','color:#444;background:#eee;padding:5px 0;','color:#eee;background:#448bff;padding:5px 0;');</script>";

$SkyMo = Helper::options()->plugin('SkyMo');
$path = self::STATIC_DIR;
Expand Down

0 comments on commit 4172b3b

Please sign in to comment.