文章预览
本文作者 作者: 桃花镇童长老ᥫ᭡ 链接: https://blog.csdn.net/qq_32922545/article/details/139104721 本文由作者授权发布。 1 简介 harmony-utils 是一款高效的OpenHarmony/HarmonyOS工具包,封装了常用工具类,提供一系列简单易用的方法。帮助开发者快速构建鸿蒙应用。 https://ohpm.openharmony.cn/#/cn/detail/@pura%2Fharmony-utils 源码地址: https://gitee.com/tongyuyan/harmony-utils 2 下载安装 ohpm i @pura/harmony-utils OpenHarmony ohpm 环境配置等更多内容,请参考 如何安装 OpenHarmony ohpm 包 。 https://ohpm.openharmony.cn/#/cn/help/downloadandinstall 3 模块介绍 4 API详解 全局初始化方法,在UIAbility的 onWindowStageCreate 方法中初始化 AppUtil.init() onWindowStageCreate(windowStage: window .WindowStage): void { AppUtil.init( this .context, windowStage); } AppUtil(APP相关工具类)点我见使用详细 https://gitee.com/tongyuyan/harmony-utils/blob/master/
………………………………