Skip to content

Commit 93a0b50

Browse files
committed
chore: remove minutes in leftbar
1 parent 1e5df65 commit 93a0b50

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/pages/home/components/LeftBar.vue

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ const linkArr = reactive([
1616
{ title: "星霞 OS", link: "/afterglow" },
1717
{ title: "libLoL 兼容层", link: "/liblol" },
1818
{ title: "小熊猫包管理 (oma)", link: "/oma" },
19-
{ title: "软件本地化", link: "/l10n" },
19+
{ title: "软件本地化", link: "/l10n" },
2020
],
2121
show: true,
2222
},
2323
{
2424
title: "资讯与支持",
2525
children: [
2626
{ title: "新闻资讯", link: "/news" },
27-
{ title: "支持中心", link: "#" },
27+
{ title: "支持中心", link: "#" },
2828
{ title: "活动相册", link: "/gallery" },
2929
{ title: "安装指南", link: "#" },
3030
{ title: "系统需求", link: "#" },
@@ -35,9 +35,8 @@ const linkArr = reactive([
3535
{
3636
title: "事务与文化",
3737
children: [
38-
{ title: "社区简介", link: "/about" },
38+
{ title: "社区简介", link: "/about" },
3939
{ title: "线下活动", link: "#" },
40-
{ title: "例会与投票", link: "#" },
4140
{ title: "赞助与众筹", link: "/sponsoring" },
4241
{ title: "实习资源", link: "#" },
4342
{ title: "人际关系准则", link: "/guidelines" },

0 commit comments

Comments
 (0)