getSiteCache($this->site_id); if (count($site_addon[ 'apps' ]) == 1) { $key = $site_addon[ 'apps' ][ 0 ][ 'key' ]; } } return (new CoreDiyConfigService())->getBottomConfig($this->site_id, $key); } /** * 获取启动页配置 * @return array */ public function getStartUpPageConfig($type) { return (new CoreDiyConfigService())->getStartUpPageConfig($this->site_id, $type); } }