feat: 修改学术传承分类

修改manifest.json版本号至1.0.59
在VIP购买提示中增加论坛不包含说明
调整开发环境API配置
优化mine页面flex布局和vip类型显示
重构medicaldes页面网格布局,支持3列/4列切换
This commit is contained in:
2026-03-24 18:46:37 +08:00
parent 02436fe222
commit 1f01ceb3ee
5 changed files with 53 additions and 14 deletions

View File

@@ -835,6 +835,10 @@ export default {
margin-right: 10rpx;
}
}
.userInfoBox {
flex: 1;
}
}
.now_vip {
@@ -1466,6 +1470,7 @@ export default {
.vip_type {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.vip_type_item {
display: flex;
@@ -1480,6 +1485,7 @@ export default {
font-weight: bold;
color: #fff;
margin-right: 8rpx;
margin-bottom: 4rpx;
}
.vip_type_item_len {
padding: 0 7rpx;