feat(home): 健康资讯模块增加登录校验及未登录态UI处理

所有健康资讯H5跳转入口(文章详情、健康知识、健康咨询、搜索)增加
登录状态校验,未登录时提示"请先登录"并引导至登录页;健康知识模块
未登录时隐藏Tab栏显示"暂未登录"空态。版本号升至 1.0.14。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
zhanglei
2026-06-30 18:22:04 +08:00
co-authored by Claude Opus 4.7
parent 7a830c3272
commit 4b5da9269d
2 changed files with 89 additions and 33 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ ext {
minSdkVersion = 26
targetSdkVersion = 32
compileSdkVersion = 33
versionCode = 1013
versionName = "1.0.13"
versionCode = 1014
versionName = "1.0.14"
//Dependencies
junitVersion = "4.12"
lifecycleVersion = "2.6.0-alpha01"