From dc574022c80689f0dd2649aaac9723e7119525fc Mon Sep 17 00:00:00 2001 From: eatradish Date: Mon, 13 Jan 2025 11:25:41 +0800 Subject: [PATCH] feat(RightBar): add packages.aosc.io --- src/pages/index/components/RightBar.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/pages/index/components/RightBar.vue b/src/pages/index/components/RightBar.vue index 64ad159a..a7cbe507 100644 --- a/src/pages/index/components/RightBar.vue +++ b/src/pages/index/components/RightBar.vue @@ -33,6 +33,10 @@ const commonLinkList = reactive([ url: '/paste', title: '使用公共剪贴板' }, + { + url: 'https://packages.aosc.io/', + title: '查询软件包信息' + }, { url: '/events', title: '查阅近期活动信息'