@titaui/pc 1.16.39 → 1.16.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -32,7 +32,7 @@ exports.popupAlignPhoto = popupAlignPhoto;
|
|
|
32
32
|
var getVersionTextMap = function getVersionTextMap() {
|
|
33
33
|
var _ref;
|
|
34
34
|
|
|
35
|
-
return _ref = {}, _defineProperty(_ref, _constant.Versions.Standard, (0, _getLocale.getLocale)("Sw_ProEdit")), _defineProperty(_ref, _constant.Versions.WeixinAssess, (0, _getLocale.getLocale)("Sw_PerEdit")), _defineProperty(_ref, _constant.Versions.Professional, (0, _getLocale.getLocale)("Sw_OKREdit")), _defineProperty(_ref, _constant.Versions.Flagship, (0, _getLocale.getLocale)("Sw_Flagship")), _ref;
|
|
35
|
+
return _ref = {}, _defineProperty(_ref, _constant.Versions.Standard, (0, _getLocale.getLocale)("Sw_ProEdit")), _defineProperty(_ref, _constant.Versions.WeixinAssess, (0, _getLocale.getLocale)("Sw_PerEdit")), _defineProperty(_ref, _constant.Versions.Professional, (0, _getLocale.getLocale)("Sw_OKREdit")), _defineProperty(_ref, _constant.Versions.Flagship, (0, _getLocale.getLocale)("Sw_Flagship")), _defineProperty(_ref, _constant.Versions.Reviews360, (0, _getLocale.getLocale)("360Version")), _ref;
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
exports.getVersionTextMap = getVersionTextMap;
|
|
@@ -16,6 +16,7 @@ exports.Versions = Versions;
|
|
|
16
16
|
Versions[Versions["WeixinAssess"] = 8] = "WeixinAssess";
|
|
17
17
|
Versions[Versions["Professional"] = 9] = "Professional";
|
|
18
18
|
Versions[Versions["Flagship"] = 6] = "Flagship";
|
|
19
|
+
Versions[Versions["Reviews360"] = 11] = "Reviews360";
|
|
19
20
|
})(Versions || (exports.Versions = Versions = {}));
|
|
20
21
|
|
|
21
22
|
var getVersionList = function getVersionList() {
|