- 在 DeviceInfo 类中添加 productModel 属性- 在 ToolsHelper 中获取并记录设备的产品型号信息 - 更新 BuildProfile 中的版本号至 1.0.8 - 在 CHANGELOG.md 中添加新版本的更新日志 - 更新 oh-package.json5 中的版本号
11 行
245 B
Plaintext
11 行
245 B
Plaintext
{
|
|
"name": "@szyx/sdk_base",
|
|
"version": "1.0.8",
|
|
"description": "数字医信公司,鸿蒙app开发基础工具。",
|
|
"main": "Index.ets",
|
|
"author": "数字医信",
|
|
"license": "Apache-2.0",
|
|
"repository": "",
|
|
"dependencies": {}
|
|
}
|