change icon for Xmas

This commit is contained in:
2024-12-24 11:07:07 +08:00
parent 06f9ca7194
commit 9be8827b6c

View File

@@ -45,29 +45,29 @@ const menus = computed<MenuOption[]>(() => [
{ {
label: () => h(RouterLink, { to: "/" }, { default: () => "题库" }), label: () => h(RouterLink, { to: "/" }, { default: () => "题库" }),
key: "problem", key: "problem",
icon: renderIcon("streamline-emojis:jack-o-lantern"), icon: renderIcon("streamline-emojis:santa-claus-2"),
}, },
{ {
label: () => label: () =>
h(RouterLink, { to: "/submission" }, { default: () => "提交" }), h(RouterLink, { to: "/submission" }, { default: () => "提交" }),
key: "submission", key: "submission",
icon: renderIcon("streamline-emojis:lemon"), icon: renderIcon("streamline-emojis:christmas-tree"),
}, },
{ {
label: () => h(RouterLink, { to: "/contest" }, { default: () => "比赛" }), label: () => h(RouterLink, { to: "/contest" }, { default: () => "比赛" }),
key: "contest", key: "contest",
icon: renderIcon("streamline-emojis:direct-hit"), icon: renderIcon("streamline-emojis:wrapped-gift-1"),
}, },
{ {
label: () => h(RouterLink, { to: "/rank" }, { default: () => "排名" }), label: () => h(RouterLink, { to: "/rank" }, { default: () => "排名" }),
key: "rank", key: "rank",
icon: renderIcon("streamline-emojis:crown"), icon: renderIcon("streamline-emojis:snowman"),
}, },
{ {
label: () => label: () =>
h(RouterLink, { to: "/announcement" }, { default: () => "公告" }), h(RouterLink, { to: "/announcement" }, { default: () => "公告" }),
key: "announcement", key: "announcement",
icon: renderIcon("streamline-emojis:police-car-light"), icon: renderIcon("streamline-emojis:snowflake"),
}, },
{ {
label: () => h(RouterLink, { to: "/admin" }, { default: () => "后台" }), label: () => h(RouterLink, { to: "/admin" }, { default: () => "后台" }),