superabbite1

Results 17 comments of superabbite1

我用v2.1-beta.5也是这个问题

作者大大能解答下吗

![image](https://user-images.githubusercontent.com/79433125/146473250-2a488508-e79d-4620-aa7f-e45c2b3c7299.png) ![image](https://user-images.githubusercontent.com/79433125/146473289-63ab97d8-b147-4d20-a52a-650ea8d8e8da.png) 自己改了下app.conf里的chrome的配置信息,现在chrome可以显示已安装了。 但是puppeteer还是不行,我自己在服务器中手动建一个index.js。内容如下。测试了下puppeteer功能是可以的 `const puppeteer = require('puppeteer'); puppeteer.launch({ headless: false, // executablePath: 'C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe', executablePath: 'C:\\Users\\Administrator.LCHDC01.000\\node_modules\\[email protected]@puppeteer\\.local-chromium\\win64-938248\\chrome-win\\chrome.exe' }).then(async browser => { const page = await browser.newPage(); await page.goto('https://www.baidu.com'); await...

我双击运行的Bookstack.exe,也一样报错,显示未安装

自己看了下 EPUB中的图片是成功上传到了服务器中,路径如下 ![Snipaste_2021-12-30_11-47-04](https://user-images.githubusercontent.com/79433125/147720131-ea093674-6c95-4481-9edf-15008764898b.jpg) 但是到了编辑界面中的代码路径就不对了,需要修改路径才能正常显示。这个是Bug吗?还是说我操作有问题?理论上这个路径地址应该同正常编辑插入的一样的呀,我部署原版Mindoc测试他的导入图片是正常的。 ![Snipaste_2021-12-30_11-45-19](https://user-images.githubusercontent.com/79433125/147720073-aa3ea6d2-04d2-4ddc-a51b-8fd7c01f342f.jpg) 正常编辑插入的图片路径如下 ![Snipaste_2021-12-30_11-50-09](https://user-images.githubusercontent.com/79433125/147720276-61932e1d-1413-40ad-9341-68c2ec93f1a3.jpg)

我也是这个报错,不知道更新了什么 缺少东西

同样的问题,1.6.15也这样,更新到1.6.23已一样,电脑可以,安卓不行