Skip to content

Commit

Permalink
fix: 修复“关于页面无法打开”
Browse files Browse the repository at this point in the history
Signed-off-by: crrashh1542 <[email protected]>
  • Loading branch information
crrashh1542 committed Feb 19, 2024
1 parent 674778a commit 7fe6e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/parseRepoInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const buildNum = buildInfo.build // 构建次数

// 数据合并
const pVersion = 'v' + packageVerNum + ' (build ' + buildNum + ')' // 完整版本
const pRepoName = packageRepo.split('https://github.com/')[1] // 项目名
const pRepoName = packageRepo.url.split('https://github.com/')[1] // 项目名
const pVue = 'v' + packageDeps['vue'].split('^')[1] // Vue 框架版本
const pUI = 'v' + packageDeps['@fluentui/web-components'].split('^')[1] // 组件库版本

Expand Down

0 comments on commit 7fe6e31

Please sign in to comment.