我将Cordova 9.0.0与Cordova-plugin-crypto-file插件版本1.4.0一起使用。我想通过编辑plugin.xml来指定加密主题。但是我的应用程序崩溃了
我尝试过:
<cryptfiles>
<include>
<file regex="\.(htm|html|js|css)$" />
</include>
<exclude>
<file regex="framework7\.bundle\.min\.js$" />
</exclude>
</cryptfiles>
该应用程序的构建没有错误,但是当我在设备或仿真器上运行它时,它崩溃了