审核修改更新

This commit is contained in:
XiuYun CHEN 2025-07-01 15:02:23 +08:00
parent cbc0fa3112
commit 5a976a6e32
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 116 KiB

View File

@ -2,7 +2,7 @@ export class BasicConstant {
static readonly SPACE_SM = 4 static readonly SPACE_SM = 4
static readonly SPACE_MD = 10 static readonly SPACE_MD = 10
static readonly SPACE_LG = 0 static readonly SPACE_LG = 0
static readonly getyyzc="https://doc.igandan.com/app/integral/permission_expert.html";//隐私政策 static readonly getyyzc="https://doc.igandan.com/app/integral/permission_hmos_expert.html";//隐私政策
static readonly getzcxy = "http://app.igandan.com/expert_zcxy.jsp";// 注册协议正式地址 static readonly getzcxy = "http://app.igandan.com/expert_zcxy.jsp";// 注册协议正式地址
//测试环境 //测试环境

View File

@ -75,7 +75,7 @@ export struct FourSection {
abilityName: 'com.huawei.hmos.settings.MainAbility', abilityName: 'com.huawei.hmos.settings.MainAbility',
uri: 'application_info_entry', uri: 'application_info_entry',
parameters: { parameters: {
pushParams: 'cn.shangyu.gdxzExprts' pushParams: 'cn.shangyu.gdxzExports'
} }
}; };
const context = getContext(this) as common.UIAbilityContext; const context = getContext(this) as common.UIAbilityContext;

View File

@ -17,7 +17,7 @@
"name": "EntryAbility", "name": "EntryAbility",
"srcEntry": "./ets/entryability/EntryAbility.ets", "srcEntry": "./ets/entryability/EntryAbility.ets",
"description": "$string:EntryAbility_desc", "description": "$string:EntryAbility_desc",
"icon": "$media:app_icon", "icon": "$media:layered_image",
"label": "$string:EntryAbility_label", "label": "$string:EntryAbility_label",
"startWindowIcon": "$media:startIcon", "startWindowIcon": "$media:startIcon",
"startWindowBackground": "$color:start_window_background", "startWindowBackground": "$color:start_window_background",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB