w3c / miniapp-manifest

MiniApp Manifest
https://w3c.github.io/miniapp-manifest/
Other
7 stars 8 forks source link

Modified the version_code, version_name, and min_platform_version member #21

Closed MichaelWangzitao closed 3 years ago

MichaelWangzitao commented 3 years ago

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