addInput($name); /** 下载插件方法 */ $http = new Typecho_Widget_Helper_Form_Element_Select( 'http', ['curl' => 'curl', 'file_get_contents' => 'file_get_contents'], 'curl', _t('下载插件方法'), '不能正常显示插件列表/下载插件的小伙伴可以设置为file_get_contents方式' ); $form->addInput($http); } /** * 个人用户的配置面板 * * @access public * @param Typecho_Widget_Helper_Form $form * @return void */ public static function personalConfig(Typecho_Widget_Helper_Form $form){} }