_t('SSL'), 'tls' => _t('TLS'), 'none' => _t('无') ), 'ssl', _t('安全类型')); $form->addInput($host); $form->addInput($port); $form->addInput($username); $form->addInput($password); $form->addInput($secure); } /** * 个人用户的配置面板 * * @access public * @param Typecho_Widget_Helper_Form $form * @return void */ public static function personalConfig(Typecho_Widget_Helper_Form $form){} }