浏览代码
fix: [PluginContract] fix a spelling mistake: 'plguin' -> 'plugin'.
I'm honestly not so sure if this is a typo. I checked PluginManager.kt and the initNativeFaster() function always seems to fail. The code uses "plguin", but the plugin uses "plugin". This appears to be the case for all plugins at the moment.
On my device, after changing "plguin" to "plugin", the initNative() function always returns quickly.