dufu1991 2 роки тому
батько
коміт
c6f1133edf

+ 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.21",
+	"version": "0.0.22",
 	"publisher": "STDF",
 	"icon": "./src/assets/stdf-vscode-extension.png",
 	"main": "./src/extension.js",

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

@@ -54,7 +54,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://stdf.design/#/guide?nav=changelog)`;
+					}:${latestVersion}   [${isZh ? '查看更新日志' : 'See changelog'}](https://stdf.design/#/guide/changelog)`;
 
 					// 获取对应组件的 api.md 文件的路径
 					// Get the path of the api.md file of the corresponding component