Skip to content

Commit

Permalink
feat ✨: 起始页增加每日一言功能
Browse files Browse the repository at this point in the history
起始页增加每日一言功能,更新代码格式化配置文件
  • Loading branch information
Tricker39 committed Apr 16, 2024
1 parent 3593d44 commit b6769b8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
}
#hitokoto {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
padding: 10px;
Expand Down
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,8 @@ hero:
text: github 在线文档
link: https://tricker39.github.io/programming-knowledge/
---
<script setup>
import PageFooter from '../components/PageFooter.vue';
</script>

<page-footer />
File renamed without changes.

0 comments on commit b6769b8

Please sign in to comment.