module.json5 732 Bytes
{
  "module": {
    "name": "wdPlayer",
    "type": "shared",
    "description": "$string:shared_desc",
    "deviceTypes": [
      "phone",
      "tablet",
      "2in1"
    ],
    "deliveryWithInstall": true,
    "pages": "$profile:main_pages",

    "metadata": [
      {
        "name": "com.aliyun.alivc_license.licensekey",
        // "value": "MoCTfuQ391Z01mNqG8f8786e23c8a457a8ff8d5faedc1040c"
        "value": "KoETnmCmxJ1e1ZXDj0eb2ddb6c81c4cb7b9912df65e6d8eb2"
      },
      {
        "name": "com.aliyun.alivc_license.licensefile",
        // "value": "license.crt"
        "value": "pre-license.crt"
      },
      {
        "name": "com.aliyun.alivc_license.service_env",
        "value": "PreRelease"
      }
    ]
  }
}