🚀调整项目结构
This commit is contained in:
BIN
.vuepress/public/logo2.jpg
Normal file
BIN
.vuepress/public/logo2.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
3
.vuepress/theme/index.js
Normal file
3
.vuepress/theme/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = {
|
||||
extend: '@vuepress/theme-default'
|
||||
}
|
||||
21
.vuepress/theme/layouts/Layout.vue
Normal file
21
.vuepress/theme/layouts/Layout.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<ParentLayout>
|
||||
<template #page-bottom>
|
||||
<footer style="text-align: center;">
|
||||
Copyright © 2020-2023 <a href="https://github.com/SocialSisterYi/">SocialSisterYi</a> |
|
||||
<a href="https://github.com/SocialSisterYi/bilibili-API-collect/blob/master/LICENSE">CC-BY-NC-4.0 Licensed</a>
|
||||
</footer>
|
||||
</template>
|
||||
</ParentLayout>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ParentLayout from '@parent-theme/layouts/Layout.vue'
|
||||
|
||||
export default {
|
||||
name: 'Layout',
|
||||
components: {
|
||||
ParentLayout
|
||||
}
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user