@zeppos/zeus-cli 1.5.22 → 1.5.23
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.
package/modules/build.js
CHANGED
|
@@ -350,7 +350,7 @@ var buildPreview = function (args, callback) { return __awaiter(void 0, void 0,
|
|
|
350
350
|
zeppos_app_utils_1.logger.info('Generating preview QR code...');
|
|
351
351
|
zeppos_app_utils_1.logger.success("Please use Zepp APP to scan the following QR code to preview your ".concat(appType === AppType.WATCHFACE ? 'WatchFace' : 'application', "."));
|
|
352
352
|
zeppos_app_utils_1.logger.success("The QR code will expire on ".concat((0, dayjs_1["default"])()
|
|
353
|
-
.add(
|
|
353
|
+
.add(7, 'days')
|
|
354
354
|
.format('YYYY-MM-DD HH:mm:ss'), "."));
|
|
355
355
|
qrcode_terminal_1["default"].generate(res.url, { small: true });
|
|
356
356
|
callback && callback(res);
|
package/package.json
CHANGED