feat: 添加页脚组件并更新多个功能

- 新增Footer组件显示版权信息和备案号
- 替换favicon为blogicon.jpg
- 更新API基础URL为生产环境
- 重命名nonsenseService方法为createNonsense
- 在文章编辑页添加返回列表按钮
- 优化分类和标签创建后的页面跳转逻辑
- 移除home.vue中不必要的height样式
This commit is contained in:
qingfeng1121
2025-12-11 12:42:54 +08:00
parent fc581b0476
commit 0cbb91077d
10 changed files with 66 additions and 15 deletions

View File

@@ -360,7 +360,6 @@ watch(
.article-list-content {
position: relative;
padding: 0 0 30px 0;
height: 100%;
}
.pagination-container {
position: absolute;