初期化構成
初期化のタイミング:フレームがロードされる前に呼び出す必要があり、
DTFrameworkInterfaceの- (void)application:(UIApplication *)application beforeDidFinishLaunchingWithOptions:(NSDictionary *)launchOptionsで呼び出す必要があります。
既存のプロジェクト ベースラインが 10.1.32 の場合、カスタム JSAPI パス、プリセット ミニプログラム パッケージ、およびパッケージ情報パスを変更する必要があります。
initNebulaWithCustomPresetApplistPathは、DTFrameworkInterfaceの- (void)application:(UIApplication *)application afterDidFinishLaunchingWithOptions:(NSDictionary *)launchOptionsで呼び出す必要があります。