yuanhongyu123

Results 14 comments of yuanhongyu123

我参考了你的方案可以调试了。感谢 index.ts加上nodejs的source-map应该就可以了 import sourceMapSupport from "source-map-support"; sourceMapSupport.install(); 下面是我的launch.js { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit:...

> 不要这种 > > 再次点击为什么要收起来? > > 为什么我再次点击不是中间插入继续输入呢? > > 想收起来你回车或者失去焦点就好了 再次点击,你可以中间插入继续输入啊, 只不过同时将下拉框收起来而已,并且当你继续输入的时候,由于数据改变下拉框还是会自动展开, 因为很多用户看到下拉框上有个箭头,下意识的就是点一下就想收起下拉框,这是个习惯操作的问题, 因为不可过滤的时候,这样是可以收起来的,这就导致同样的下拉框,收起逻辑不一样, 特别是在这种下拉框遮挡住下面的输入框的时候,用户使用起来就很疑惑

我和你一样的错误,32位和64位的node,错误信息一样,我的node是18.19.0

> > 我和你一样的错误,32位和64位的node,错误信息一样,我的node是18.19.0 > > 你换个14版本 应该是node版本太高了 不行啊,我的构建框架electron-vite刚需node18,你后来怎么解决的啊,是node14+64位就可以了?

> > 我和你一样的错误,32位和64位的node,错误信息一样,我的node是18.19.0 > > 你换个14版本 应该是node版本太高了 我看你最先的报错版本就是node14啊,跟我node18报一样的错,应该不是node版本的问题啊

> > > > 我和你一样的错误,32位和64位的node,错误信息一样,我的node是18.19.0 > > > > > > > > > 你换个14版本 应该是node版本太高了 > > > > > > 我看你最先的报错版本就是node14啊,跟我node18报一样的错,应该不是node版本的问题啊 > > 我记得我用node 16的好像成功了 但是因为还有ocr 最多支持到14 所以我只能用14...

App threw an error during load Error: Could not dynamically require "D:\OpulenDev\windows\flashtest-client\apps\ft-system\build\twain.node". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work. at commonjsRequire...