refactor(app): 重构应用并更新 SDK
- 更新 BJCASDK 版本至 1.0.2 - 移除 PinDialog 组件的直接引用- 优化证书管理和签名相关 API 的调用方式 -调整构建配置,设置为 release 模式 - 更新版本记录和相关文档
这个提交包含在:
父节点
1e25ca295d
当前提交
8060517761
@ -2,8 +2,8 @@
|
||||
* Use these variables when you tailor your ArkTS code. They must be of the const type.
|
||||
*/
|
||||
export const HAR_VERSION = '1.0.5';
|
||||
export const BUILD_MODE_NAME = 'debug';
|
||||
export const DEBUG = true;
|
||||
export const BUILD_MODE_NAME = 'release';
|
||||
export const DEBUG = false;
|
||||
export const TARGET_NAME = 'default';
|
||||
|
||||
/**
|
||||
|
||||
@ -39,7 +39,7 @@ export struct SafeView {
|
||||
*/
|
||||
@Prop showBadgeRight: boolean;
|
||||
// 设置返回按钮事件,如果hideBack为true,该事件无效
|
||||
@Prop onBackEvent?: () => void = undefined
|
||||
onBackEvent?: () => void = undefined
|
||||
// 设置返回按钮事件
|
||||
@Prop onClickLeft?: TitleBarBtn
|
||||
@Prop onClickRight?: TitleBarBtn
|
||||
|
||||
正在加载...
在新工单中引用
屏蔽一个用户