refactor(authorize): 优化授权时长选项并注释错误提示

- 初始化 times 数组,提供 12 小时、24 小时、3 天和 7 天的授权时长选项
- 注释掉错误提示的显示,减少用户困扰
这个提交包含在:
徐勤民 2025-09-01 16:01:23 +08:00
父节点 07d1e906df
当前提交 55e3dc9bc4

查看文件

@ -2,8 +2,8 @@
* Use these variables when you tailor your ArkTS code. They must be of the const type. * Use these variables when you tailor your ArkTS code. They must be of the const type.
*/ */
export const HAR_VERSION = '1.0.10'; export const HAR_VERSION = '1.0.10';
export const BUILD_MODE_NAME = 'debug'; export const BUILD_MODE_NAME = 'release';
export const DEBUG = true; export const DEBUG = false;
export const TARGET_NAME = 'default'; export const TARGET_NAME = 'default';
/** /**