feat(account): 冠新用户类型逻辑重构

- 修改 AccountData 类,增加 GXTokenData 和 GXTokeModel 接口
- 更新 AccountManager 类,添加冠新用户信息获取方法
- 调整 GlobalValue 中的 appType 和 gxToken 字段
- 更新相关 API 配置
- 修改页面组件,支持冠新用户类型和厂商选择
这个提交包含在:
徐勤民 2024-11-11 17:52:57 +08:00
父节点 3ad2b23292
当前提交 3706c66fbf

查看文件

@ -57,7 +57,7 @@ export struct SafeView {
this.customBuilderParam() this.customBuilderParam()
} }
.padding({ .padding({
top: this.isImmersive ? 0 : WindowHelper.topRectHeight + 44, top: this.isImmersive ? 0 : this.hideNavBar ? 44 : WindowHelper.topRectHeight + 44,
bottom: this.isImmersive ? 0 : WindowHelper.bottomRectHeight bottom: this.isImmersive ? 0 : WindowHelper.bottomRectHeight
}) })
.align(Alignment.Top) .align(Alignment.Top)