c77fb700创建于 2025年1月16日历史提交
{

  "app": {

    "signingConfigs": [],

    "products": [

      {

        "name": "default",

        "signingConfig": "default",

        "compatibleSdkVersion": "5.0.4(16)",

        "runtimeOS": "HarmonyOS"

      }

    ]

  },

  "modules": [

    {

      "name": "phone",

      "srcPath": "./products/phone",

      "targets": [

        {

          "name": "default",

          "applyToProducts": [

            "default"

          ]

        }

      ]

    },

    {

      "name": "utils",

      "srcPath": "./commons/utils"

    },

    {

      "name": "home",

      "srcPath": "./features/home"

    },

    {

      "name": "newproduct",

      "srcPath": "./features/newproduct"

    },

    {

      "name": "shopcart",

      "srcPath": "./features/shopcart"

    },

    {

      "name": "personal",

      "srcPath": "./features/personal"

    },

    {

      "name": "orderdetail",

      "srcPath": "./features/orderdetail"

    }

  ]

}