/** * 平台首页资料读取入口。 * 直连 RPG profile client,避免默认首页首访经过服务桶入口触发额外模块转译。 */ export { getRpgProfileDashboard as getPlatformProfileDashboard } from '../rpg-entry/rpgProfileClient';