Appearance
Mini Program Dark Mode Style Config
1. Effect show
2. Coverage
This setting is implemented by the App, once set, all the mini programs in the App will be implemented according to this effect
3. iOS setup method
When initializing the SDK, the configuration is done through the UI configuration items as follows:
objective-c
//Set the dark mode of the mini program
[FATClient sharedClient].uiConfig.autoAdaptDarkMode = YES;