ice66001

Results 21 comments of ice66001

云闪付 也不行了,闪退 工行的新版本随e行,按上面的操作后,虽然可以启动,但是一直卡广告界面,像是进入蜜罐似得。

Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 387, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383,...

4.22.1 版本,好像自动编译失败了

> > 4.22.1 版本,好像自动编译失败了 > > 想做成自动编译发布到release,还没弄好 fork你的,用Actions试了下,结果编译出错了。

> vite.config.ts 增加字段 > > export default defineConfig({ // ... server: { host: '0.0.0.0' } // ... }); 怎么用服务来启动呢

> @lp123sun 这不是基本的嘛,实在不会可以问 ChatGPT 😂 我是对npm没一点概念的新手

> > 这么用nginx来反代呢? > > @lp123sun 那就不是这种方法了。 用,npm build 编译出来静态文件(dist目录),再用nginx反向代理。 谢谢提示,报错怎么处理呢: # npm build Unknown command: "build" Did you mean this? npm run build # run the "build" package script...

> 1. `npm install` > 2. `npm run build` # npm install npm WARN deprecated [email protected]: Please use @electron/asar moving forward. There is no API change, just a package name...

> 按这个方法设置后,可以了,非常感谢