diff --git a/README.md b/README.md index 23dcf31..442297a 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ > 文档不经常更新,新功能使用方法可查看 [releases](https://github.com/lowcoding/lowcode-vscode/releases) +[物料仓库](https://github.com/lowcode-scaffold/lowcode-materials) + ## 支持 ChatGPT ![](https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/c30eede4784e4f81a61102c3e85ed06c~tplv-k3u1fbpfcp-zoom-1.image?) diff --git a/package.json b/package.json index ab5e79b..811820c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "lowcode", "description": "lowcode tool, support ChatGPT", "author": "wjkang ", - "version": "1.7.0", + "version": "1.7.1", "icon": "asset/icon.png", "publisher": "wjkang", "repository": "https://github.com/lowcoding/lowcode-vscode", diff --git a/src/webview/controllers/script.ts b/src/webview/controllers/script.ts index 98ced4c..b50d7ab 100644 --- a/src/webview/controllers/script.ts +++ b/src/webview/controllers/script.ts @@ -33,6 +33,7 @@ export const runScript = async ( log: getOutputChannel(), createBlockPath: message.data.createBlockPath, createChatCompletion: createChatCompletionForScript, + materialPath: message.data.materialPath, }; const extendModel = await script[message.data.script](context); return extendModel;