Modified the version_code, version_name, and min_platform_version member.
For version_code and version_name member, proposed to add a version object, version, that contains these two members. It can help to group the members of similar functionality, makes the manifest more clear.
For min_platform_version, proposed to add a platform_version object, that contains min_platform_version, target_platform_version, and release_type.
-The min_platform_version indicates the minimum platform version required for running the MiniApp.
-The target_platform_version indicates the target platform version required for running the MiniApp.
-The release_type indicates the release type of the target platform version required for running the application. The value can be CanaryN, BetaN, or Release. N represents a positive integer. 1) Canary: indicates a restrictedly released version. 2) Beta: indicates a publicly released beta version. 3)Release: indicates a publicly released official version.
Modified the version_code, version_name, and min_platform_version member. For version_code and version_name member, proposed to add a version object, version, that contains these two members. It can help to group the members of similar functionality, makes the manifest more clear. For min_platform_version, proposed to add a platform_version object, that contains min_platform_version, target_platform_version, and release_type. -The min_platform_version indicates the minimum platform version required for running the MiniApp. -The target_platform_version indicates the target platform version required for running the MiniApp. -The release_type indicates the release type of the target platform version required for running the application. The value can be CanaryN, BetaN, or Release. N represents a positive integer. 1) Canary: indicates a restrictedly released version. 2) Beta: indicates a publicly released beta version. 3)Release: indicates a publicly released official version.
Preview | Diff