* @package block * @link https://www.zentao.net */ namespace zin; panel ( set('headingClass', 'border-b'), set::title($block->title), div ( '正在开发中...' ) ); render();