Generated styles only apply to view and text tags
In the WeChat applet, after darkMode is set to class/
This is because the applet does not accept a selector such as *.
By default, weapp-tailwindcss will convert the * selector into the view,text selector
This configuration can be changed via cssOptions.cssSelectorReplacement.universal to adapt to more tags.
See cssOptions for details