Skip to content

Commit

Permalink
feat(LeftBar): add packages.aosc.io
Browse files Browse the repository at this point in the history
  • Loading branch information
eatradish authored and MingcongBai committed Jan 13, 2025
1 parent 1f2f736 commit 0267534
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/home/components/LeftBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ const linkArr = reactive([
{
title: '自动化设施',
link: 'https://buildit.aosc.io/'
},
{
title: '软件包查询站',
link: 'https://packages.aosc.io/'
}
],
show: true
Expand Down

0 comments on commit 0267534

Please sign in to comment.