代码拉取完成,页面将自动刷新
compatibility-info.json
This file is used to declare the compatibility of template files with previous versions.
Example:
{
// include all supported native platforms, such as windows, ios, android, mac etc.
"native": // required
{
"default": ">=3.6.0", // required, applied if any specific platform value is not provided
"windows": VERSION_RANGE // optional, supported version for Windows
"mac": VERSION_RANGE // optional, supported version for Mac
"ios": VERSION_RANGE // optional, supported version for iOS
"android": VERSION_RANGE // optional, supported version for Android
}
}
VERSION_RANGE
syntax examples>=3.6.0
>3.5.1
<3.5.1
<=3.5.1
3.3.2
, specify version!3.5.0
, excluded versionThe space is the 'AND' operation, and the '||' is the 'OR' operation
>=3.6.0 <3.7.0
3.4.2 || >= 3.6.0
>=3.4.0 !3.4.2 <3.5.0 || 3.6.0
3.x
is equivalent to >=3.0.0 <4.0.0
3.4.x
is equivalent to `>= 3.4.0 此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。