A new Harmony NEXT project - 实现一些常用效果、封装通用组件和工具类
pwd:123456
代码不定期更新
- HarmonyOS NEXT Developer Beta3 SDK, based on OpenHarmony SDK Ohos_sdk_public 5.0.0.36 (API Version 12 Beta3)
- 通用框架搭建、通用基类实现
- 工具类module实现
- 字体、颜色、字符串等宏定义
- axios网络请求封装
- API接口管理和数据管理
- 组件
- BaseNavigation、BaseTabBar
- 弹框(中间、底部、toast)
- JhForm 表单录入(单行输入样式、选择样式、登录样式、设置样式)
- 工具类
- AES加解密、MD5加密、Base64编码解码
- 本地数据AES加密存储
注:
- 封装的组件和工具类都在
JhCommon
module中 - 更多请下载工程查看
库 | 功能 |
---|---|
@ohos/axios | 网络库 |
@ohos/crypto-js | 加密算法 |
@pura/harmony-utils | 常用工具类 |
@jxt/xt_hud | Toast和Loading弹框 |
- 如果您觉得还不错,或者我的开源项目对您有所帮助,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢🙂
- 您也可以扫描下面的二维码,请作者喝杯奶茶 🧋
部分页面效果如下:
Licenses
MIT License
Copyright (c) 2024 iotjin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.