Browse Source

[vscode] 更新版本号至0.0.33,并修正更新日志链接至正确地址

dufu1991 1 năm trước cách đây
mục cha
commit
685f1e07b9

+ 1 - 1
packages/vscode-extension/package.json

@@ -2,7 +2,7 @@
 	"name": "stdf-vscode-extension",
 	"displayName": "STDF for VS Code",
 	"description": "A VS Code extension to facilitate STDF development",
-	"version": "0.0.32",
+	"version": "0.0.33",
 	"publisher": "STDF",
 	"icon": "./src/assets/stdf-vscode-extension.png",
 	"main": "./src/extension.js",

+ 1 - 1
packages/vscode-extension/src/extension.js

@@ -57,7 +57,7 @@ async function activate() {
 					// Combine the current STDF version and the latest version
 					const versionContent = `STDF ${isZh ? '当前' : 'Current'}:${currentVersion}   ${
 						isZh ? '最新' : 'Latest'
-					}:${latestVersion}   [${isZh ? '查看更新日志' : 'See changelog'}](https://next.stdf.design/guide/changelog)`;
+					}:${latestVersion}   [${isZh ? '查看更新日志' : 'See changelog'}](https://stdf.design/guide/changelog)`;
 
 					// 获取对应组件的 api.md 文件的路径
 					// Get the path of the api.md file of the corresponding component