From 9a179e61663862f8782f5da9bb5cfe473888f1ce Mon Sep 17 00:00:00 2001 From: Che Kun Date: Sun, 5 Jun 2016 10:27:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E6=9B=B4=E6=96=B0=E5=88=B0https?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }