注册页面构建器
static void registerPage(String url, Widget Function(dynamic info) page) { if (url.isEmpty) return; instance._pageBuilders[url] = page; }