鸿蒙系统,新建空白项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 line
365B

  1. {
  2. "app": {
  3. "bundleName": "com.xuqinmin.hw.demo",
  4. // 开发商信息
  5. "vendor": "徐勤民",
  6. "versionCode": 1,
  7. "versionName": "1.0.0",
  8. // 应用能够兼容的最低历史版本号
  9. "minCompatibleVersionCode": 1,
  10. "icon": "$media:app_icon",
  11. "label": "$string:app_name",
  12. "description": "鸿蒙示例,各组件积累。"
  13. }
  14. }