💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
开发环境配置 1.安装vscode 安装插件 ~~~ Auto Close Tag Live Server css peek open in browser view in browser Path Autocomplete HTML CSS Support Auto Rename Tag Color Highlight Bootstrap 3 Snippets chinese Vetur Vsc View In Browser ~~~ 在设置中添加 "editor.parameterHints": true, "editor.quickSuggestions": { "other": true, "comments": true, "strings": true } 2.快捷键配置 [ { "key": "ctrl+d", "command": "editor.action.deleteLines", "when": "editorTextFocus" }, { "key": "ctrl+shift+/", "command": "editor.action.blockComment", "when": "editorTextFocus" }, { "key": "ctrl+w", "command": "extension.openInDefaultBrowser" }, { "key": "alt+b", "command": "-extension.openInDefaultBrowser" } ] 3.npm的配置 npm config set registry https://registry.npm.taobao.org