ts-glitter 20.3.2 → 20.3.3

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
@@ -143,7 +143,7 @@ export class Entry {
143
143
  }
144
144
  window.renderClock = (_b = window.renderClock) !== null && _b !== void 0 ? _b : createClock();
145
145
  console.log(`Entry-time:`, window.renderClock.stop());
146
- glitter.share.editerVersion = 'V_20.3.2';
146
+ glitter.share.editerVersion = 'V_20.3.3';
147
147
  glitter.share.start = new Date();
148
148
  const vm = { appConfig: [] };
149
149
  window.saasConfig = {
package/lowcode/Entry.ts CHANGED
@@ -144,7 +144,7 @@ export class Entry {
144
144
  }
145
145
  (window as any).renderClock = (window as any).renderClock ?? createClock();
146
146
  console.log(`Entry-time:`, (window as any).renderClock.stop());
147
- glitter.share.editerVersion = 'V_20.3.2';
147
+ glitter.share.editerVersion = 'V_20.3.3';
148
148
  glitter.share.start = new Date();
149
149
  const vm = { appConfig: [] };
150
150
  (window as any).saasConfig = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ts-glitter",
3
- "version": "20.3.2",
3
+ "version": "20.3.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -739,7 +739,7 @@ class App {
739
739
  listen 80;
740
740
  server_name ${config.domain.replace('www.', '')};
741
741
  # 自動重定向 HTTP 到 HTTPS
742
- return 301 https://$host$request_uri;
742
+ return 301 https://www.$host$request_uri;
743
743
  }`;
744
744
  }
745
745
  fs_1.default.writeFileSync('/nginx.config', result);
@@ -987,7 +987,7 @@ export class App {
987
987
  listen 80;
988
988
  server_name ${config.domain.replace('www.','')};
989
989
  # 自動重定向 HTTP 到 HTTPS
990
- return 301 https://$host$request_uri;
990
+ return 301 https://www.$host$request_uri;
991
991
  }`
992
992
  }
993
993
  fs.writeFileSync('/nginx.config', result);
@@ -274,7 +274,7 @@ class BackendService {
274
274
  listen 80;
275
275
  server_name ${config.domain.replace('www.', '')};
276
276
  # 自動重定向 HTTP 到 HTTPS
277
- return 301 https://$host$request_uri;
277
+ return 301 https://www.$host$request_uri;
278
278
  }`;
279
279
  }
280
280
  const url = await ssh_js_1.Ssh.uploadFile(result, new Date().getTime().toString(), 'data');
@@ -270,7 +270,7 @@ export class BackendService {
270
270
  listen 80;
271
271
  server_name ${config.domain.replace('www.','')};
272
272
  # 自動重定向 HTTP 到 HTTPS
273
- return 301 https://$host$request_uri;
273
+ return 301 https://www.$host$request_uri;
274
274
  }`
275
275
  }
276
276
  const url = await Ssh.uploadFile(result, new Date().getTime().toString(), 'data')