feat: 添加登录功能与文章编辑功能

refactor: 重构API服务与全局状态管理

style: 优化UI样式与布局

fix: 修复文章列表与详情页的显示问题

docs: 更新类型定义与注释

chore: 更新依赖包与配置文件
This commit is contained in:
qingfeng1121
2025-10-30 19:00:59 +08:00
parent 85bf3214cc
commit 6d90b5842f
27 changed files with 2400 additions and 304 deletions

View File

@@ -103,14 +103,14 @@ onUnmounted(() => {
background-color: rgba(102, 161, 216, 0.9); /* 蓝色半透明背景 */
}
.top1 {
padding-top: 10px;
#alld #top .top1 {
padding-top: 20px;
margin-bottom: 0;
text-align: center;
color: white;
}
.top2 {
padding-top: 10px;
#alld #top .top2 {
text-align: center;
color: white;
}
@@ -123,7 +123,7 @@ onUnmounted(() => {
.cont1 {
text-align: center;
padding: 25px;
padding: 25px 10px 25px 10px ;
background-color: rgba(102, 161, 216, 0.9); /* 蓝色半透明背景 */
border-radius: 10px 10px 0 0;
}