aliyun / darabonba-openapi

15 stars 8 forks source link

缺少 ts 智能提示 #159

Open xuxucode opened 2 months ago

xuxucode commented 2 months ago

比如在 vscode 里编辑代码:

  let config = new $OpenApi.Config({
      // 输入 accessKey 时并不会智能提示 “accessKeyId” 和 “accessKeySecret” 这些属性
      accessKeyId: 'xxx',
      accessKeySecret: 'xxx',
  });
JacksonTian commented 2 weeks ago

这种传法确实没有提示。介意的话,可以用 config.XXX = 的方式来提示。