Skip to content

Commit

Permalink
Update headers.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
everything411 authored Oct 26, 2024
1 parent 4cf1e48 commit ae06a15
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions src/components/headers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,11 @@ export default defineComponent({
],
options2:[
// {
// label: '网协GitHub',
// key:'github',
// icon:renderIcon(BrandGithub)
// },
{
label: '网协GitHub',
key:'github',
icon:renderIcon(BrandGithub)
},
{
label: '学校常用网址',
key: 'address',
Expand Down Expand Up @@ -242,11 +242,11 @@ export default defineComponent({
key: 'meta',
icon:renderIcon(Atom),
children: [
// {
// label: '网协GitHub',
// key:'github',
// icon:renderIcon(BrandGithub)
// },
{
label: '网协GitHub',
key:'github',
icon:renderIcon(BrandGithub)
},
{
label: '学校常用网址',
key: 'address',
Expand Down Expand Up @@ -276,6 +276,10 @@ export default defineComponent({
// },
handleSelect(key){
const map ={
news:'https://status.bitnp.net',
github:'https://github.com/BITNP',
blogs:'https://cheesy-shrimp.bitnp.net',
activities:'https://www.bitnp.net',
address:'common-links',
PCcommands:'https://docs.qq.com/aio/p/scmzu718dzus0zl',
about:'about-us'
Expand Down

0 comments on commit ae06a15

Please sign in to comment.