Compare commits
2 Commits
02d8a90e8e
...
857eb126dc
Author | SHA1 | Date | |
---|---|---|---|
857eb126dc | |||
4e2f5770b3
|
@ -26,7 +26,7 @@
|
||||
"#5:0": {
|
||||
"name": "Shimakaze 岛风",
|
||||
"icon": "https://blog.shimakaze.dev/avatar.webp",
|
||||
"desc": "愿世界没有加班",
|
||||
"desc": "愿世界没有加班。",
|
||||
"link": "https://blog.shimakaze.dev"
|
||||
}
|
||||
}
|
@ -1,6 +0,0 @@
|
||||
import { ThemeBlogHomeProjectOptions } from 'vuepress-theme-hope'
|
||||
import friendsJson from './friends.json' with { type: 'json' }
|
||||
|
||||
const friends: ThemeBlogHomeProjectOptions[] = Object.values(friendsJson)
|
||||
|
||||
export default friends
|
@ -30,13 +30,16 @@
|
||||
<script lang="ts" setup>
|
||||
import InfoPanel from 'vuepress-theme-hope/components/blog/InfoPanel'
|
||||
import ProjectPanel from 'vuepress-theme-hope/components/blog/ProjectPanel'
|
||||
import { ThemeBlogHomeProjectOptions } from 'vuepress-theme-hope'
|
||||
import DropTransition from 'vuepress-theme-hope/components/transitions/DropTransition'
|
||||
import Layout from 'vuepress-theme-hope/layouts/base/Layout.js'
|
||||
import BingHeroBackground from 'vuepress-theme-hope/presets/BingHeroBackground.js'
|
||||
import HitokotoBlogHero from 'vuepress-theme-hope/presets/HitokotoBlogHero.js'
|
||||
|
||||
import friends from "../friends"
|
||||
import MarkdownContent from '../components/MarkdownContent.vue'
|
||||
import FriendsInfo from '../friends.json' with { type: 'json' }
|
||||
|
||||
const friends: ThemeBlogHomeProjectOptions[] = Object.values(FriendsInfo)
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
|
Reference in New Issue
Block a user