Skip to content

Commit e54c15f

Browse files
authoredApr 15, 2020
Update Plugin.php
1 parent 476f6ea commit e54c15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Plugin.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ function process_update($name, $version){
8787
$ProcessColor = new Typecho_Widget_Helper_Form_Element_Select('ProcessColor', $colors, 'blue', _t('进度条颜色'));
8888
$ProcessTheme = new Typecho_Widget_Helper_Form_Element_Select('ProcessTheme', $types, 'flash', _t('进度条主题'));
8989
$githubusernameDescription = _t("注意:请在Github中Folk<a href='https://github.com/closty/Process'>本项目</a>后,在此处填写您的Github用户名;以使用您的github仓库进行CDN加速;例如填写closted");
90-
$githubusername = new Typecho_Widget_Helper_Form_Element_Text('githubusername', NULL, '', _t('您的Github用户名:'), $githubusernameDescription);
90+
$githubusername = new Typecho_Widget_Helper_Form_Element_Text('githubusername', NULL, '', _t('您的Github用户名:'), $githubusernameDescription);
9191
$form->addInput($ProcessColor);
9292
$form->addInput($ProcessTheme);
93-
$form->addInput($githubusername->addRule('required', _t('Github用户名不能为空!不会请填写closted即可')));
93+
$form->addInput($githubusername->addRule('required', _t('Github用户名不能为空!不会请填写closted即可')));
9494
}
9595

9696
/**

0 commit comments

Comments
 (0)
Please sign in to comment.