Leon Wang

Results 2 issues of Leon Wang

I'm tring to move all the emoji pngs from **drawable-nodpi** into **internal storage**, but when showing all of the emojis in a TextView, load emoji from the drawable-nodpi dir is...

使用该插件后,需要在base中配置要部署的服务器地址,但是这样不方便多环境部署。 能否在插件代码中,实现动态替换html的所有资源,在乾坤环境下,资源地址都追加window.__INJECTED_PUBLIC_PATH_BY_QIANKUN__ 我看了您的源码,现在插件的实现,是仅在测试环境下追加__INJECTED_PUBLIC_PATH_BY_QIANKUN__ ``` if (microOption.useDevMode && !isProduction) { appendBase = '(window.proxy ? (window.proxy.__INJECTED_PUBLIC_PATH_BY_QIANKUN__ + \'..\') : \'\') + '; } ```