Closed jgh004 closed 2 months ago
我也是重新设置了一下股票分组
我也是,回退版本也不行,会报code.startsWith is not a function
更新完原有分组不见了,只剩一个分组了。并且删除股票有问题
上移,下移,置顶操作异常。显示 接口不支持该股票 。
"leek-fund.stocks": [
null,
"usr_ixic",
"usr_dji",
"usr_inx",
],
编辑settings.json 把这个null去掉
我也是,回退版本也不行,会报code.startsWith is not a function
删除settings.json 里 leek-fund.stocks配置里的所有数组和null。 现在不要去操作删除和移动,一旦移动就会出这个错,并且会丢失移动的那个股
"leek-fund.stocks": [
[
// null, <---
"nf_IF0",
"nf_IH0",
"nf_IC0",
"nf_IM0",
// [], <---
// [] <---
]
]
@gittig11 出来改bug了
基金显示正常,股票数据都没了,包括分组也没有了。然后一直提示 Cannot read properties of null (reading 'length')。 vsc版本 版本: 1.92.2 (user setup) 提交: fee1edb8d6d72a0ddff41e5f71a671c23ed924b9 日期: 2024-08-14T17:29:30.058Z Electron: 30.1.2 ElectronBuildId: 9870757 Chromium: 124.0.6367.243 Node.js: 20.14.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22631
上移,下移,置顶操作异常。显示 接口不支持该股票 。