-
|
我在寻找一个可以配套使用的小程序解决方案,想请问一下,使用Dimina做移动端的小程序容器,从云端下载使用mpx框架开发的小程序,并在移动端运行。这个解决方案时可行吗?如果可行,动态下载的小程序可以在Dimina中动态加载运行吗? |
Beta Was this translation helpful? Give feedback.
Answered by
dos1in
Jan 22, 2026
Replies: 1 comment 1 reply
-
|
1.mpx 编译出的 wx 产物使用 dimina 编译器再编译后就可以运行在 dimina 容器中。 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dos1in
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.mpx 编译出的 wx 产物使用 dimina 编译器再编译后就可以运行在 dimina 容器中。
2.动态加载理论上是可以的,具体逻辑要自己实现,框架不会提供相关能力。