ts-glitter 21.2.0 → 21.2.2

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/lowcode/Entry.js CHANGED
@@ -146,7 +146,7 @@ export class Entry {
146
146
  }
147
147
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
148
148
  console.log(`Entry-time:`, window.renderClock.stop());
149
- glitter.share.editerVersion = 'V_21.2.0';
149
+ glitter.share.editerVersion = 'V_21.2.2';
150
150
  glitter.share.start = new Date();
151
151
  const vm = { appConfig: [] };
152
152
  window.saasConfig = {
package/lowcode/Entry.ts CHANGED
@@ -150,7 +150,7 @@ export class Entry {
150
150
  }
151
151
  (window as any).renderClock = (window as any).renderClock ?? createClock();
152
152
  console.log(`Entry-time:`, (window as any).renderClock.stop());
153
- glitter.share.editerVersion = 'V_21.2.0';
153
+ glitter.share.editerVersion = 'V_21.2.2';
154
154
  glitter.share.start = new Date();
155
155
  const vm = { appConfig: [] };
156
156
  (window as any).saasConfig = {
@@ -29,7 +29,7 @@ export class CmsRouter {
29
29
  case 'ig_live':
30
30
  case 'line_plus':
31
31
  resolve(`<div class="d-flex w-100 align-items-center justify-content-center">
32
- <div class="insignia insignia-warning">功能優化中,預計於430號重新開放!</div>
32
+ <div class="insignia insignia-warning">功能優化中,預計於61號重新開放!</div>
33
33
  </div>`);
34
34
  break;
35
35
  case 'shipment_list':
@@ -34,7 +34,7 @@ export class CmsRouter{
34
34
  case 'ig_live':
35
35
  case 'line_plus':
36
36
  resolve(`<div class="d-flex w-100 align-items-center justify-content-center">
37
- <div class="insignia insignia-warning">功能優化中,預計於430號重新開放!</div>
37
+ <div class="insignia insignia-warning">功能優化中,預計於61號重新開放!</div>
38
38
  </div>`)
39
39
  break
40
40
  // case 'fb_live':