diff --git a/Plugin.php b/Plugin.php index aff444d..7485011 100644 --- a/Plugin.php +++ b/Plugin.php @@ -68,7 +68,7 @@ public static function config(Typecho_Widget_Helper_Form $form) $heatBeat = new Typecho_Widget_Helper_Form_Element_Radio('heatBeat',array( 'open' => _t('开启'), 'close' => _t('关闭'), - ),'open', '',""); + ),'open', '',""); $form->addInput($heatBeat); //星星轨迹特效 @@ -76,7 +76,7 @@ public static function config(Typecho_Widget_Helper_Form $form) $starTrack = new Typecho_Widget_Helper_Form_Element_Radio('starTrack',array( 'open' => _t('开启'), 'close' => _t('关闭'), - ),'open', '',""); + ),'open', '',""); $form->addInput($starTrack); // $form->addInput(new ExTitle_Plugin('btnTitle', NULL, NULL, _t('炫光鼠标特效'), NULL)); @@ -99,7 +99,7 @@ public static function config(Typecho_Widget_Helper_Form $form) $footStyle = new Typecho_Widget_Helper_Form_Element_Radio('footStyle',array( 'open' => _t('开启'), 'close' => _t('关闭'), - ),'open','',""); + ),'open','',""); $form->addInput($footStyle); $footCSS = new Typecho_Widget_Helper_Form_Element_Select("footCSS",array( "github-badge.css" => "github-badge.css", @@ -126,7 +126,7 @@ public static function config(Typecho_Widget_Helper_Form $form) 'open' => _t('开启'), 'close' => _t('关闭'), ), 'open',_t('修改 ribbon.js 可以调整彩带参数、位置和样式。'), - ""); + ""); $form->addInput($backgroundRibbon); //首页头像 hover 旋转 @@ -135,7 +135,7 @@ public static function config(Typecho_Widget_Helper_Form $form) 'open' => _t('开启'), 'close' => _t('关闭'), ), 'open',_t(''), - ""); + ""); $form->addInput($headSpin); //评论打字机特效