Bergkamp

Results 8 comments of Bergkamp

我遇到了类似问题,mac下打包安装后运行时收到错误提示 > Error: Cannot find module 'font-list' 把asar拆开发现node_modules目录中没有font-list目录,app.asar.unpacked 中也没有 环境如下 ``` "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-service": "^4.5.13", "babel-eslint": "^10.1.0", "electron": "^11.0.0", "electron-builder": "^22.10.5", "electron-devtools-installer": "^3.1.0", "eslint": "^6.7.2", "eslint-plugin-vue":...

@oldj 命令很简单 `vue-cli-service electron:build` 以下是vue.config.js的内容 ``` module.exports = { configureWebpack: { devtool: 'source-map', devServer: { host: 'localhost', }, }, pluginOptions: { electronBuilder: { nodeIntegration: true, builderOptions: { productName: "xxxx", appId:...

> 好像很有意思 请把“好像”去掉 :)

> @bergkamp have you found the solution? I am stuck with this. Nothing works. The close button is not clickable till the ad is completed. Not yet.

感谢建议,具体是用在什么场景下呢

I Do not have any plans to develop a **portable mode**. Thanks

不支持ts,支持的格式参考这里 https://www.chromium.org/audio-video/#codec-and-container-support

播放器是基于Chrome,没有集成其它特殊功能,有可能有些视频是不支持的,可以确认下左边那个视频用chrome能否播放。