Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yansongda committed Dec 5, 2023
1 parent aefea5f commit 1eca062
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
8 changes: 7 additions & 1 deletion web/.vitepress/theme/components/Docs/AsideOutlineAfter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@
link: string
}
const companies: Company[] = []
const companies: Company[] = [
{
name: 'df81.com',
link: 'https://df81.com/',
image: '/images/companies/df81.png'
},
]
</script>

<template>
Expand Down
5 changes: 5 additions & 0 deletions web/.vitepress/theme/components/Docs/Donate/Companies.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
link: 'https://www.jetbrains.com/',
image: '/images/companies/jetbrains.png'
},
{
name: 'df81.com',
link: 'https://df81.com/',
image: '/images/companies/df81.png'
},
]
</script>

Expand Down
4 changes: 2 additions & 2 deletions web/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import { h } from 'vue'
import DefaultTheme from 'vitepress/theme'
import HomePrimary from '@components/Home/Primary.vue'
import HomeAuthorize from '@components/Home/Authorize.vue'
// import AsideOutlineAfter from '@components/Docs/AsideOutlineAfter.vue'
import AsideOutlineAfter from '@components/Docs/AsideOutlineAfter.vue'

export default {
...DefaultTheme,
Layout() {
return h(DefaultTheme.Layout, null, {
'home-hero-before': () => h(HomePrimary),
'home-features-after': () => h(HomeAuthorize),
// 'aside-outline-after': () => h(AsideOutlineAfter)
'aside-outline-after': () => h(AsideOutlineAfter)
})
}
}
Binary file added web/public/images/companies/df81.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1eca062

Please sign in to comment.