Skip to content

Commit

Permalink
fix(AboutPage): 详情卡片图标无法显示
Browse files Browse the repository at this point in the history
Signed-off-by: crrashh1542 <[email protected]>
  • Loading branch information
crrashh1542 committed Apr 7, 2024
1 parent 0f12534 commit db84c5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/scripts/parseRepoInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ const pUI = 'v' + packageDeps['@fluentui/web-components'].split('^')[1] // 组

// 导出数据
export default [
['项目版本', 'icon-version' , pVersion],
['项目地址', 'icon-github', packageRepo, pRepoName],
['Vue 框架版本', 'icon-vuejs', pVue],
['Fluent UI 组件库版本', 'icon-fluent', pUI],
['交流群组', 'icon-qq', 'http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=i3uo_SoY8qYCP-DwlWN0MvBFzU7dIl-V&authKey=aAv%2FFuOJzObVvjbo5vV6%2FRDsT103410PnidS493vqwnLMe4xPwsI1g9UwRvlMANS&noverify=0&group_code=442133970', '442133970']
['项目版本', 'w-icon-version' , pVersion],
['项目地址', 'w-icon-github', packageRepo, pRepoName],
['Vue 框架版本', 'w-icon-vuejs', pVue],
['Fluent UI 组件库版本', 'w-icon-fluent', pUI],
['交流群组', 'w-icon-qq', 'https://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=i3uo_SoY8qYCP-DwlWN0MvBFzU7dIl-V&authKey=aAv%2FFuOJzObVvjbo5vV6%2FRDsT103410PnidS493vqwnLMe4xPwsI1g9UwRvlMANS&noverify=0&group_code=442133970', '442133970']
]

0 comments on commit db84c5f

Please sign in to comment.