Skip to content

Commit

Permalink
2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AShujiao committed Jun 30, 2024
1 parent b74a723 commit 3774b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function activate(context: ExtensionContext) {
let title:string = ex ? ex.packageJSON['one_title'] : '';
if(openVersion != version && title != ""){
context.globalState.update('ext_version',version);
vsHelp.showWebview('🐷已更新到2.5.2:修复图片无法显示的问题 --- 🐷\r🐶🐷🐔🦊立即体验!!🐯🐮🐹🐽❓');
vsHelp.showWebview('🐷已更新到2.5.3:修复mac下本地图片不显示问题--- 🐷\r🐶🐷🐔🦊立即体验!!🐯🐮🐹🐽❓');
}
setContext(context);
}
Expand Down

0 comments on commit 3774b21

Please sign in to comment.