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

@@ -750,7 +750,7 @@ export default {
});
const joinedText = this.textList.join("/");
this.goBuyTitle = "购买" + joinedText + "VIP即可畅享更多专属权益";
this.goBuyTitle = "购买" + joinedText + "VIP即可畅享更多专属权益(不包含论坛)";
}
});
},