HarmonyOSBaseLibs/oh-package.json5
徐勤民 28a3df495c feat(basic): 添加设备信息中的产品型号字段
- 在 DeviceInfo 类中添加 productModel 属性- 在 ToolsHelper 中获取并记录设备的产品型号信息
- 更新 BuildProfile 中的版本号至 1.0.8
- 在 CHANGELOG.md 中添加新版本的更新日志
- 更新 oh-package.json5 中的版本号
2025-03-11 18:52:22 +08:00

11 行
245 B
Plaintext

{
"name": "@szyx/sdk_base",
"version": "1.0.8",
"description": "数字医信公司,鸿蒙app开发基础工具。",
"main": "Index.ets",
"author": "数字医信",
"license": "Apache-2.0",
"repository": "",
"dependencies": {}
}