ts-glitter 20.6.8 → 20.6.9

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.
Files changed (160) hide show
  1. package/lowcode/Entry.js +2 -2
  2. package/lowcode/Entry.ts +2 -2
  3. package/lowcode/backend-manager/bg-blog.js +617 -621
  4. package/lowcode/backend-manager/bg-blog.ts +2323 -2325
  5. package/lowcode/backend-manager/bg-line.js +5 -4
  6. package/lowcode/backend-manager/bg-line.ts +5 -4
  7. package/lowcode/backend-manager/bg-list-component.js +9 -0
  8. package/lowcode/backend-manager/bg-list-component.ts +15 -1
  9. package/lowcode/backend-manager/bg-notify.js +6 -4
  10. package/lowcode/backend-manager/bg-notify.ts +6 -4
  11. package/lowcode/backend-manager/bg-product.js +145 -0
  12. package/lowcode/backend-manager/bg-product.ts +153 -0
  13. package/lowcode/backend-manager/bg-sns.js +5 -3
  14. package/lowcode/backend-manager/bg-sns.ts +5 -3
  15. package/lowcode/backend-manager/bg-widget.js +92 -4
  16. package/lowcode/backend-manager/bg-widget.ts +122 -6
  17. package/lowcode/backend-manager/splitPage.js +0 -39
  18. package/lowcode/backend-manager/splitPage.ts +0 -40
  19. package/lowcode/cms-plugin/auto-fcm-advertise.js +17 -5
  20. package/lowcode/cms-plugin/auto-fcm-advertise.ts +19 -6
  21. package/lowcode/cms-plugin/auto-fcm-history.js +2732 -0
  22. package/lowcode/cms-plugin/auto-fcm-history.ts +2995 -0
  23. package/lowcode/cms-plugin/cms-router.js +5 -0
  24. package/lowcode/cms-plugin/cms-router.ts +6 -0
  25. package/lowcode/cms-plugin/filter-options.js +80 -27
  26. package/lowcode/cms-plugin/filter-options.ts +83 -27
  27. package/lowcode/cms-plugin/language-backend.js +50 -39
  28. package/lowcode/cms-plugin/language-backend.ts +109 -95
  29. package/lowcode/cms-plugin/menus-setting.js +175 -151
  30. package/lowcode/cms-plugin/menus-setting.ts +620 -591
  31. package/lowcode/cms-plugin/model/order.d.ts +1 -0
  32. package/lowcode/cms-plugin/module/data.js +7 -7
  33. package/lowcode/cms-plugin/module/data.ts +262 -233
  34. package/lowcode/cms-plugin/module/delivery-html.js +18 -10
  35. package/lowcode/cms-plugin/module/delivery-html.ts +26 -10
  36. package/lowcode/cms-plugin/module/order-setting.js +458 -328
  37. package/lowcode/cms-plugin/module/order-setting.ts +622 -351
  38. package/lowcode/cms-plugin/module/product-excel.js +1 -1
  39. package/lowcode/cms-plugin/module/product-excel.ts +2 -1
  40. package/lowcode/cms-plugin/order/order-module.js +90 -1
  41. package/lowcode/cms-plugin/order/order-module.ts +106 -1
  42. package/lowcode/cms-plugin/pos-pages/payment-page.js +11 -8
  43. package/lowcode/cms-plugin/pos-pages/payment-page.ts +28 -15
  44. package/lowcode/cms-plugin/pos-pages/products-page.js +0 -39
  45. package/lowcode/cms-plugin/pos-pages/products-page.ts +0 -40
  46. package/lowcode/cms-plugin/shopping-collections.ts +1 -3
  47. package/lowcode/cms-plugin/shopping-finance-setting.js +19 -80
  48. package/lowcode/cms-plugin/shopping-finance-setting.ts +19 -87
  49. package/lowcode/cms-plugin/shopping-order-manager.js +122 -38
  50. package/lowcode/cms-plugin/shopping-order-manager.ts +160 -58
  51. package/lowcode/cms-plugin/shopping-product-setting.js +364 -376
  52. package/lowcode/cms-plugin/shopping-product-setting.ts +406 -415
  53. package/lowcode/cms-plugin/shopping-setting-advance.js +57 -16
  54. package/lowcode/cms-plugin/shopping-setting-advance.ts +69 -18
  55. package/lowcode/cms-plugin/user/user-module.js +2 -43
  56. package/lowcode/cms-plugin/user/user-module.ts +2 -46
  57. package/lowcode/cms-plugin/user-list.js +4 -6
  58. package/lowcode/cms-plugin/user-list.ts +35 -38
  59. package/lowcode/css/editor.css +42 -3
  60. package/lowcode/glitter-base/global/language.js +6 -1
  61. package/lowcode/glitter-base/global/language.ts +10 -4
  62. package/lowcode/glitter-base/global/payment-config.js +19 -16
  63. package/lowcode/glitter-base/global/payment-config.ts +22 -16
  64. package/lowcode/glitter-base/global/shipment-config.js +6 -5
  65. package/lowcode/glitter-base/global/shipment-config.ts +12 -10
  66. package/lowcode/glitter-base/route/fcm.js +21 -1
  67. package/lowcode/glitter-base/route/fcm.ts +22 -2
  68. package/lowcode/glitter-base/route/shopping.js +8 -32
  69. package/lowcode/glitter-base/route/shopping.ts +10 -33
  70. package/lowcode/glitter-base/route/user.js +11 -2
  71. package/lowcode/glitter-base/route/user.ts +23 -12
  72. package/lowcode/jspage/function-page/setting_editor.js +9 -0
  73. package/lowcode/jspage/function-page/setting_editor.ts +9 -0
  74. package/lowcode/public-components/blogs/list.js +223 -195
  75. package/lowcode/public-components/blogs/list.ts +383 -352
  76. package/lowcode/public-components/product/product-list.js +8 -4
  77. package/lowcode/public-components/product/product-list.ts +9 -4
  78. package/lowcode/public-components/terms-related/index.js +1 -1
  79. package/lowcode/public-components/terms-related/index.ts +1 -1
  80. package/lowcode/public-components/user-manager/um-login.js +1 -1
  81. package/lowcode/public-components/user-manager/um-login.ts +2 -2
  82. package/lowcode/public-components/user-manager/um-order.js +41 -5
  83. package/lowcode/public-components/user-manager/um-order.ts +58 -20
  84. package/lowcode/public-components/user-manager/um-voucher.ts +2 -2
  85. package/nhi4veq3gk.json +1 -0
  86. package/package.json +1 -1
  87. package/src/Language.d.ts +2 -0
  88. package/src/Language.js +66 -65
  89. package/src/Language.js.map +1 -1
  90. package/src/Language.ts +719 -715
  91. package/src/api-public/config/shipment-config.js +3 -2
  92. package/src/api-public/config/shipment-config.js.map +1 -1
  93. package/src/api-public/config/shipment-config.ts +3 -2
  94. package/src/api-public/controllers/ai-chat.js.map +1 -1
  95. package/src/api-public/controllers/ai-chat.ts +1 -2
  96. package/src/api-public/controllers/fcm.js +23 -58
  97. package/src/api-public/controllers/fcm.js.map +1 -1
  98. package/src/api-public/controllers/fcm.ts +28 -56
  99. package/src/api-public/controllers/shop.js +7 -1
  100. package/src/api-public/controllers/shop.js.map +1 -1
  101. package/src/api-public/controllers/shop.ts +17 -10
  102. package/src/api-public/controllers/user.js +1 -0
  103. package/src/api-public/controllers/user.js.map +1 -1
  104. package/src/api-public/controllers/user.ts +2 -0
  105. package/src/api-public/services/auto-send-email.js +247 -187
  106. package/src/api-public/services/auto-send-email.js.map +1 -1
  107. package/src/api-public/services/auto-send-email.ts +568 -505
  108. package/src/api-public/services/delivery.js +1 -1
  109. package/src/api-public/services/delivery.js.map +1 -1
  110. package/src/api-public/services/delivery.ts +6 -5
  111. package/src/api-public/services/financial-service.js +1 -2
  112. package/src/api-public/services/financial-service.js.map +1 -1
  113. package/src/api-public/services/financial-service.ts +4 -6
  114. package/src/api-public/services/manager.d.ts +4 -3
  115. package/src/api-public/services/manager.js +8 -12
  116. package/src/api-public/services/manager.js.map +1 -1
  117. package/src/api-public/services/manager.ts +57 -59
  118. package/src/api-public/services/model/handlePaymentTransaction.d.ts +1 -1
  119. package/src/api-public/services/model/handlePaymentTransaction.js +23 -3
  120. package/src/api-public/services/model/handlePaymentTransaction.js.map +1 -1
  121. package/src/api-public/services/model/handlePaymentTransaction.ts +25 -36
  122. package/src/api-public/services/schedule.d.ts +1 -0
  123. package/src/api-public/services/schedule.js +27 -0
  124. package/src/api-public/services/schedule.js.map +1 -1
  125. package/src/api-public/services/schedule.ts +30 -0
  126. package/src/api-public/services/shopping.d.ts +22 -2
  127. package/src/api-public/services/shopping.js +362 -90
  128. package/src/api-public/services/shopping.js.map +1 -1
  129. package/src/api-public/services/shopping.ts +481 -134
  130. package/src/api-public/services/user.d.ts +1 -0
  131. package/src/api-public/services/user.js +32 -12
  132. package/src/api-public/services/user.js.map +1 -1
  133. package/src/api-public/services/user.ts +38 -19
  134. package/src/api-public/services/workers.js +3 -3
  135. package/src/api-public/services/workers.js.map +1 -1
  136. package/src/api-public/services/workers.ts +103 -103
  137. package/src/app-project/serverless/src/modules/database.js +1 -1
  138. package/src/app-project/serverless/src/modules/database.js.map +1 -1
  139. package/src/app-project/serverless/src/modules/database.ts +171 -171
  140. package/src/controllers/template.d.ts +1 -1
  141. package/src/controllers/template.js +16 -16
  142. package/src/controllers/template.js.map +1 -1
  143. package/src/controllers/template.ts +98 -84
  144. package/src/modules/database.js +3 -1
  145. package/src/modules/database.js.map +1 -1
  146. package/src/modules/database.ts +185 -181
  147. package/src/modules/firebase.d.ts +17 -0
  148. package/src/modules/firebase.js +126 -0
  149. package/src/modules/firebase.js.map +1 -1
  150. package/src/modules/firebase.ts +169 -0
  151. package/src/public-config-initial/auto-fcm.js +8 -2
  152. package/src/public-config-initial/auto-fcm.js.map +1 -1
  153. package/src/public-config-initial/auto-fcm.ts +15 -6
  154. package/src/services/app.d.ts +2 -1
  155. package/src/services/app.js.map +1 -1
  156. package/src/services/app.ts +2 -1
  157. package/src/services/template.d.ts +3 -2
  158. package/src/services/template.js +2 -1
  159. package/src/services/template.js.map +1 -1
  160. package/src/services/template.ts +13 -20
@@ -21,6 +21,14 @@ class AutoSendEmail {
21
21
  content: '[@{{app_name}}] #@{{訂單號碼}} 送貨狀態 更新為: 出貨中',
22
22
  toggle: true,
23
23
  },
24
+ {
25
+ tag: 'auto-email-in-stock',
26
+ tag_name: '商品備貨',
27
+ name: '@{{app_name}}',
28
+ title: '[@{{app_name}}] #@{{訂單號碼}} 送貨狀態 更新為: 備貨中',
29
+ content: '[@{{app_name}}] #@{{訂單號碼}} 送貨狀態 更新為: 備貨中',
30
+ toggle: true,
31
+ },
24
32
  {
25
33
  tag: 'auto-sns-shipment',
26
34
  tag_name: '簡訊通知商品出貨',
@@ -37,6 +45,14 @@ class AutoSendEmail {
37
45
  content: '[@{{app_name}}] #@{{訂單號碼}} 送貨狀態 更新為: 出貨中',
38
46
  toggle: true,
39
47
  },
48
+ {
49
+ tag: 'auto-line-in-stock',
50
+ tag_name: 'line訊息通知商品備貨',
51
+ name: '@{{app_name}}',
52
+ title: '[@{{app_name}}] #@{{訂單號碼}} 送貨狀態 更新為: 備貨中',
53
+ content: '[@{{app_name}}] #@{{訂單號碼}} 送貨狀態 更新為: 備貨中',
54
+ toggle: true,
55
+ },
40
56
  {
41
57
  tag: 'auto-fb-shipment',
42
58
  tag_name: 'fb訊息通知商品出貨',
@@ -290,7 +306,7 @@ class AutoSendEmail {
290
306
  b.name = c.name || b.name;
291
307
  b.updated_time = new Date(keyData.updated_time);
292
308
  }
293
- Object.keys(b).map((dd) => {
309
+ Object.keys(b).map(dd => {
294
310
  if (typeof b[dd] === 'string') {
295
311
  b[dd] = b[dd].replace(/@\{\{app_name\}\}/g, (appData && appData.shop_name) || '商店名稱');
296
312
  }
@@ -302,202 +318,246 @@ class AutoSendEmail {
302
318
  static getCustomerMessageHTML() {
303
319
  const html = String.raw;
304
320
  return html ` <table
305
- width="100%"
306
- border="0"
307
- cellpadding="0"
308
- cellspacing="0"
309
- style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%; color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);"
310
- id="isPasted"
321
+ width="100%"
322
+ border="0"
323
+ cellpadding="0"
324
+ cellspacing="0"
325
+ style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%; color: rgb(65, 65, 65); font-family: sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255);"
326
+ id="isPasted"
327
+ >
328
+ <tbody
329
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
330
+ >
331
+ <tr
332
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
311
333
  >
312
- <tbody style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
313
- <tr style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
314
- <td style="box-sizing: border-box; border: 0px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px;">
315
- <table
316
- align="center"
317
- width="100%"
318
- border="0"
319
- cellpadding="0"
320
- cellspacing="0"
321
- style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-0.5 * var(--bs-gutter-x)); margin-left: calc(-0.5 * var(--bs-gutter-x)); border: none; empty-cells: show; max-width: 100%;"
334
+ <td
335
+ style="box-sizing: border-box; border: 0px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px;"
336
+ >
337
+ <table
338
+ align="center"
339
+ width="100%"
340
+ border="0"
341
+ cellpadding="0"
342
+ cellspacing="0"
343
+ style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-0.5 * var(--bs-gutter-x)); margin-left: calc(-0.5 * var(--bs-gutter-x)); border: none; empty-cells: show; max-width: 100%;"
344
+ >
345
+ <tbody
346
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased; flex-shrink: 0; width: 1055.59px; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * 0.5); padding-left: calc(var(--bs-gutter-x) * 0.5); margin-top: var(--bs-gutter-y);"
347
+ >
348
+ <tr
349
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
350
+ >
351
+ <td
352
+ style="box-sizing: border-box; border: 0px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px;"
353
+ >
354
+ <table
355
+ align="center"
356
+ border="0"
357
+ cellpadding="0"
358
+ cellspacing="0"
359
+ width="600"
360
+ style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%; color: rgb(0, 0, 0); width: 600px; margin: 0px auto;"
361
+ >
362
+ <tbody
363
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
364
+ >
365
+ <tr
366
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
322
367
  >
323
- <tbody
324
- style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased; flex-shrink: 0; width: 1055.59px; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * 0.5); padding-left: calc(var(--bs-gutter-x) * 0.5); margin-top: var(--bs-gutter-y);"
368
+ <td
369
+ width="100%"
370
+ style="box-sizing: border-box; border: 0px; -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; font-weight: 400; text-align: left; padding-bottom: 5px; padding-top: 5px; vertical-align: top;"
371
+ >
372
+ <table
373
+ width="100%"
374
+ border="0"
375
+ cellpadding="0"
376
+ cellspacing="0"
377
+ style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%;"
325
378
  >
326
- <tr style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
327
- <td style="box-sizing: border-box; border: 0px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px;">
328
- <table
329
- align="center"
330
- border="0"
331
- cellpadding="0"
332
- cellspacing="0"
333
- width="600"
334
- style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%; color: rgb(0, 0, 0); width: 600px; margin: 0px auto;"
335
- >
336
- <tbody style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
337
- <tr style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
338
- <td
339
- width="100%"
340
- style="box-sizing: border-box; border: 0px; -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; font-weight: 400; text-align: left; padding-bottom: 5px; padding-top: 5px; vertical-align: top;"
341
- >
342
- <table
343
- width="100%"
344
- border="0"
345
- cellpadding="0"
346
- cellspacing="0"
347
- style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%;"
348
- >
349
- <tbody style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
350
- <tr style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
351
- <td
352
- style="box-sizing: border-box; border: 1px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; width: 599px;"
353
- >
354
- <div align="center" style="box-sizing: border-box; -webkit-font-smoothing: antialiased; line-height: 10px;">
355
- <div style="box-sizing: border-box; -webkit-font-smoothing: antialiased; max-width: 600px;">
356
- <img
357
- src="https://d3jnmi1tfjgtti.cloudfront.net/file/234285319/1719903595261-s3s4scs3s7sfsfs7.png"
358
- class="fr-fic fr-dii"
359
- style="width: 100%;"
360
- />
361
- <br />
362
- </div>
363
- </div>
364
- </td>
365
- </tr>
366
- </tbody>
367
- </table>
379
+ <tbody
380
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
381
+ >
382
+ <tr
383
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
384
+ >
385
+ <td
386
+ style="box-sizing: border-box; border: 1px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; width: 599px;"
387
+ >
388
+ <div
389
+ align="center"
390
+ style="box-sizing: border-box; -webkit-font-smoothing: antialiased; line-height: 10px;"
391
+ >
392
+ <div
393
+ style="box-sizing: border-box; -webkit-font-smoothing: antialiased; max-width: 600px;"
394
+ >
395
+ <img
396
+ src="https://d3jnmi1tfjgtti.cloudfront.net/file/234285319/1719903595261-s3s4scs3s7sfsfs7.png"
397
+ class="fr-fic fr-dii"
398
+ style="width: 100%;"
399
+ />
400
+ <br />
401
+ </div>
402
+ </div>
403
+ </td>
404
+ </tr>
405
+ </tbody>
406
+ </table>
368
407
 
369
- <table
370
- width="100%"
371
- border="0"
372
- cellpadding="0"
373
- cellspacing="0"
374
- style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%;"
375
- >
376
- <tbody style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
377
- <tr style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
378
- <td
379
- style="box-sizing: border-box; border: 1px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; padding: 60px 45px 30px; text-align: left; width: 599px;"
380
- >
381
- <h1
382
- style="box-sizing: border-box; margin: 0px; font-weight: 700; line-height: 33.6px; color: rgb(54, 54, 54); font-size: 28px; -webkit-font-smoothing: antialiased; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; direction: ltr; font-family: Arial, Helvetica, sans-serif; text-align: left;"
383
- id="isPasted"
384
- >
385
- 客服訊息
386
- </h1>
387
- <br />
388
- <div style="width: 100%;text-align: start;">@{{text}}</div>
389
- <br />
390
- <br /><span
391
- style="color: rgb(16, 17, 18); font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"
392
- ><a
393
- href="@{{link}}"
394
- target="_blank"
395
- style="box-sizing: border-box; color: rgb(255, 255, 255); text-decoration: none; -webkit-font-smoothing: antialiased; transition: color 0.2s ease-in-out 0s; user-select: auto; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 148, 2); border-width: 0px; border-style: solid; border-color: transparent; border-radius: 5px; display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 24px; padding-bottom: 15px; padding-top: 15px; text-align: center; width: auto; word-break: keep-all;"
396
- id="isPasted"
397
- ><span
398
- style="box-sizing: border-box; -webkit-font-smoothing: antialiased; padding-left: 30px; padding-right: 30px; font-size: 24px; display: inline-block; letter-spacing: normal;"
399
- ><span
400
- style="box-sizing: border-box; -webkit-font-smoothing: antialiased; word-break: break-word; line-height: 48px;"
401
- ><strong style="box-sizing: border-box; font-weight: 700; -webkit-font-smoothing: antialiased;"
402
- >前往商店</strong
403
- ></span
404
- ></span
405
- ></a
406
- ></span
407
- >
408
- <br />
409
- </td>
410
- </tr>
411
- </tbody>
412
- </table>
408
+ <table
409
+ width="100%"
410
+ border="0"
411
+ cellpadding="0"
412
+ cellspacing="0"
413
+ style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%;"
414
+ >
415
+ <tbody
416
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
417
+ >
418
+ <tr
419
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
420
+ >
421
+ <td
422
+ style="box-sizing: border-box; border: 1px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; padding: 60px 45px 30px; text-align: left; width: 599px;"
423
+ >
424
+ <h1
425
+ style="box-sizing: border-box; margin: 0px; font-weight: 700; line-height: 33.6px; color: rgb(54, 54, 54); font-size: 28px; -webkit-font-smoothing: antialiased; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; direction: ltr; font-family: Arial, Helvetica, sans-serif; text-align: left;"
426
+ id="isPasted"
427
+ >
428
+ 客服訊息
429
+ </h1>
430
+ <br />
431
+ <div style="width: 100%;text-align: start;">@{{text}}</div>
432
+ <br />
433
+ <br /><span
434
+ style="color: rgb(16, 17, 18); font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"
435
+ ><a
436
+ href="@{{link}}"
437
+ target="_blank"
438
+ style="box-sizing: border-box; color: rgb(255, 255, 255); text-decoration: none; -webkit-font-smoothing: antialiased; transition: color 0.2s ease-in-out 0s; user-select: auto; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgb(255, 148, 2); border-width: 0px; border-style: solid; border-color: transparent; border-radius: 5px; display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: 24px; padding-bottom: 15px; padding-top: 15px; text-align: center; width: auto; word-break: keep-all;"
439
+ id="isPasted"
440
+ ><span
441
+ style="box-sizing: border-box; -webkit-font-smoothing: antialiased; padding-left: 30px; padding-right: 30px; font-size: 24px; display: inline-block; letter-spacing: normal;"
442
+ ><span
443
+ style="box-sizing: border-box; -webkit-font-smoothing: antialiased; word-break: break-word; line-height: 48px;"
444
+ ><strong
445
+ style="box-sizing: border-box; font-weight: 700; -webkit-font-smoothing: antialiased;"
446
+ >前往商店</strong
447
+ ></span
448
+ ></span
449
+ ></a
450
+ ></span
451
+ >
452
+ <br />
453
+ </td>
454
+ </tr>
455
+ </tbody>
456
+ </table>
413
457
 
414
- <table
415
- width="100%"
416
- border="0"
417
- cellpadding="0"
418
- cellspacing="0"
419
- style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%; word-break: break-word; background-color: rgb(247, 247, 247);"
420
- >
421
- <tbody style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
422
- <tr style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
423
- <td
424
- style="box-sizing: border-box; border: 1px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; padding: 28px 45px 10px;"
425
- >
426
- <div
427
- style="box-sizing: border-box; -webkit-font-smoothing: antialiased; color: rgb(16, 17, 18); direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; line-height: 19.2px; text-align: left;"
428
- >
429
- <p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; -webkit-font-smoothing: antialiased;">
430
- 如果您有任何疑問或需要幫助,我們的團隊隨時在這裡為您提供支持。
431
- </p>
458
+ <table
459
+ width="100%"
460
+ border="0"
461
+ cellpadding="0"
462
+ cellspacing="0"
463
+ style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%; word-break: break-word; background-color: rgb(247, 247, 247);"
464
+ >
465
+ <tbody
466
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
467
+ >
468
+ <tr
469
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
470
+ >
471
+ <td
472
+ style="box-sizing: border-box; border: 1px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; padding: 28px 45px 10px;"
473
+ >
474
+ <div
475
+ style="box-sizing: border-box; -webkit-font-smoothing: antialiased; color: rgb(16, 17, 18); direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; line-height: 19.2px; text-align: left;"
476
+ >
477
+ <p
478
+ style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; -webkit-font-smoothing: antialiased;"
479
+ >
480
+ 如果您有任何疑問或需要幫助,我們的團隊隨時在這裡為您提供支持。
481
+ </p>
432
482
 
433
- <p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; -webkit-font-smoothing: antialiased;">
434
- 服務電話:+886 978-028-730
435
- </p>
483
+ <p
484
+ style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; -webkit-font-smoothing: antialiased;"
485
+ >
486
+ 服務電話:+886 978-028-730
487
+ </p>
436
488
 
437
- <p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; -webkit-font-smoothing: antialiased;">
438
- 電子郵件:mk@ncdesign.info
439
- </p>
440
- </div>
441
- </td>
442
- </tr>
443
- </tbody>
444
- </table>
489
+ <p
490
+ style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; -webkit-font-smoothing: antialiased;"
491
+ >
492
+ 電子郵件:mk@ncdesign.info
493
+ </p>
494
+ </div>
495
+ </td>
496
+ </tr>
497
+ </tbody>
498
+ </table>
445
499
 
446
- <table
447
- width="100%"
448
- border="0"
449
- cellpadding="0"
450
- cellspacing="0"
451
- style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%; word-break: break-word; background-color: rgb(247, 247, 247);"
452
- >
453
- <tbody style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
454
- <tr style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;">
455
- <td
456
- style="box-sizing: border-box; border: 1px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; padding: 20px 10px 10px;"
457
- >
458
- <div
459
- style="box-sizing: border-box; -webkit-font-smoothing: antialiased; color: rgb(16, 17, 18); direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; line-height: 16.8px; text-align: center;"
460
- >
461
- <p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; -webkit-font-smoothing: antialiased;">
462
- <a
463
- href="https://shopnex.tw/?article=termsofservice&page=blog_detail"
464
- target="_blank"
465
- rel="noopener"
466
- style="box-sizing: border-box; color: rgb(28, 28, 28); text-decoration: underline; -webkit-font-smoothing: antialiased; transition: color 0.2s ease-in-out 0s; user-select: auto;"
467
- >服務條款</a
468
- >&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
469
- <a
470
- href="https://shopnex.tw/?article=privacyterms&page=blog_detail"
471
- target="_blank"
472
- rel="noopener"
473
- style="box-sizing: border-box; color: rgb(28, 28, 28); text-decoration: underline; -webkit-font-smoothing: antialiased; transition: color 0.2s ease-in-out 0s; user-select: auto;"
474
- >隱私條款</a
475
- >&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
476
- <a
477
- href="https://shopnex.tw/?article=privacyterms&page=e-commerce-blog"
478
- target="_blank"
479
- rel="noopener"
480
- style="box-sizing: border-box; color: rgb(28, 28, 28); text-decoration: underline; -webkit-font-smoothing: antialiased; transition: color 0.2s ease-in-out 0s; user-select: auto;"
481
- >開店教學</a
482
- >
483
- </p>
484
- </div>
485
- </td>
486
- </tr>
487
- </tbody>
488
- </table>
489
- </td>
490
- </tr>
491
- </tbody>
492
- </table>
493
- </td>
500
+ <table
501
+ width="100%"
502
+ border="0"
503
+ cellpadding="0"
504
+ cellspacing="0"
505
+ style="box-sizing: border-box; caption-side: bottom; border-collapse: collapse; -webkit-font-smoothing: antialiased; border: none; empty-cells: show; max-width: 100%; word-break: break-word; background-color: rgb(247, 247, 247);"
506
+ >
507
+ <tbody
508
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
509
+ >
510
+ <tr
511
+ style="box-sizing: border-box; border-color: inherit; border-style: solid; border-width: 0px; -webkit-font-smoothing: antialiased;"
512
+ >
513
+ <td
514
+ style="box-sizing: border-box; border: 1px solid rgb(221, 221, 221); -webkit-font-smoothing: antialiased; user-select: text; min-width: 5px; padding: 20px 10px 10px;"
515
+ >
516
+ <div
517
+ style="box-sizing: border-box; -webkit-font-smoothing: antialiased; color: rgb(16, 17, 18); direction: ltr; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 400; letter-spacing: 0px; line-height: 16.8px; text-align: center;"
518
+ >
519
+ <p
520
+ style="box-sizing: border-box; margin-top: 0px; margin-bottom: 1.25rem; -webkit-font-smoothing: antialiased;"
521
+ >
522
+ <a
523
+ href="https://shopnex.tw/?article=termsofservice&page=blog_detail"
524
+ target="_blank"
525
+ rel="noopener"
526
+ style="box-sizing: border-box; color: rgb(28, 28, 28); text-decoration: underline; -webkit-font-smoothing: antialiased; transition: color 0.2s ease-in-out 0s; user-select: auto;"
527
+ >服務條款</a
528
+ >&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
529
+ <a
530
+ href="https://shopnex.tw/?article=privacyterms&page=blog_detail"
531
+ target="_blank"
532
+ rel="noopener"
533
+ style="box-sizing: border-box; color: rgb(28, 28, 28); text-decoration: underline; -webkit-font-smoothing: antialiased; transition: color 0.2s ease-in-out 0s; user-select: auto;"
534
+ >隱私條款</a
535
+ >&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
536
+ <a
537
+ href="https://shopnex.tw/?article=privacyterms&page=e-commerce-blog"
538
+ target="_blank"
539
+ rel="noopener"
540
+ style="box-sizing: border-box; color: rgb(28, 28, 28); text-decoration: underline; -webkit-font-smoothing: antialiased; transition: color 0.2s ease-in-out 0s; user-select: auto;"
541
+ >開店教學</a
542
+ >
543
+ </p>
544
+ </div>
545
+ </td>
494
546
  </tr>
495
- </tbody>
496
- </table>
497
- </td>
547
+ </tbody>
548
+ </table>
549
+ </td>
550
+ </tr>
551
+ </tbody>
552
+ </table>
553
+ </td>
498
554
  </tr>
499
- </tbody>
500
- </table>`;
555
+ </tbody>
556
+ </table>
557
+ </td>
558
+ </tr>
559
+ </tbody>
560
+ </table>`;
501
561
  }
502
562
  static async customerOrder(app, tag, order_id, email, language) {
503
563
  var _a, _b, _c, _d;
@@ -1 +1 @@
1
- {"version":3,"file":"auto-send-email.js","sourceRoot":"","sources":["auto-send-email.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"auto-send-email.js","sourceRoot":"","sources":["auto-send-email.ts"],"names":[],"mappings":"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"}