diff --git a/Plugin.php b/Plugin.php index 3057e44..c110ecd 100755 --- a/Plugin.php +++ b/Plugin.php @@ -76,7 +76,7 @@ public static function deactivate() public static function config(Typecho_Widget_Helper_Form $form) { /** 应用服务器地址 */ - $name = new Typecho_Widget_Helper_Form_Element_Text('server', NULL, 'http://typecho.chekun.me/', _t('应用服务器地址')); + $name = new Typecho_Widget_Helper_Form_Element_Text('server', NULL, 'https://typecho.chekun.me/', _t('应用服务器地址')); $form->addInput($name); }