Zongmin Zhang

Results 5 comments of Zongmin Zhang

Hi, I also encountered the same problem. However, after I typed and ran the command on my terminal, and opened the app again, it crashed unexpectedly. Below is the screenshot...

对@baizi826 的操作进行了完全相同的复现,客户端仍不可用,已尝试上面提到的将编译出的.app文件移到项目根目录,用config/deploy.template.yaml覆盖config/deploy.yaml等解决方案,均未能解决问题

此外,在运行命令yarn之前,似乎需要先运行命令yarn config set "strict-ssl" false,否则似乎会报证书错误 若node版本过高,运行命令yarn run compile似乎会出现json导入的问题,需要: 将文件~/AzurLaneAutoScript/webapp/packages/main/vite.config.js的import {node} from '../../electron-vendors.config.json';这一行改为import {node} from '../../electron-vendors.config.json' assert {type: 'json'}; 将文件(file)~/AzurLaneAutoScript/webapp/packages/preload/vite.config.js的import { chrome } from '../../electron-vendors.config.json';这一行改为import { chrome } from '../../electron-vendors.config.json' assert...

> > 此外,在运行命令yarn之前,似乎需要先运行命令yarn config set "strict-ssl" false,否则似乎会报证书错误 > > 若node版本过高,运行命令yarn run compile似乎会出现json导入的问题,需要: > > 将文件~/AzurLaneAutoScript/webapp/packages/main/vite.config.js的import {node} from '../../electron-vendors.config.json';这一行改为import {node} from '../../electron-vendors.config.json' assert {type: 'json'}; > > 将文件(file)~/AzurLaneAutoScript/webapp/packages/preload/vite.config.js的import { chrome }...

@LmeSzinc 请求修复此问题