Results 13 issues of CV大师

The format required by the block `save` method: ```javascript static get sanitize(){ return { url: false, caption: { a: true } } } ``` The outermost object returned is a...

bug

Can I do the Move Up, Move down, delete configuration shortcut, I can't find it

现在有测试环境和生产环境,在config.default.js 中配置 自动更新url,现在通过 cros-env 设置NODE_ENV=test/prod,判断环境变量来设置更新url,但是打包后打印日志发现项目启动时 main.js中获取该变量为undefined,程序启动后可以获取到变量但是全部都是prod。我看项目中有config.local.js和config.prod.js ,我应该怎么增加一个config.test.js,然后项目打包时使用config.test.js配置?