ts-glitter 13.3.4 → 13.3.5
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
|
@@ -56,7 +56,7 @@ export class Entry {
|
|
|
56
56
|
}
|
|
57
57
|
window.renderClock = (_a = window.renderClock) !== null && _a !== void 0 ? _a : clockF();
|
|
58
58
|
console.log(`Entry-time:`, window.renderClock.stop());
|
|
59
|
-
glitter.share.editerVersion = "V_13.3.
|
|
59
|
+
glitter.share.editerVersion = "V_13.3.5";
|
|
60
60
|
glitter.share.start = (new Date());
|
|
61
61
|
const vm = {
|
|
62
62
|
appConfig: [],
|
package/lowcode/Entry.ts
CHANGED
|
@@ -56,7 +56,7 @@ export class Entry {
|
|
|
56
56
|
}
|
|
57
57
|
(window as any).renderClock = (window as any).renderClock ?? clockF();
|
|
58
58
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
59
|
-
glitter.share.editerVersion = "V_13.3.
|
|
59
|
+
glitter.share.editerVersion = "V_13.3.5";
|
|
60
60
|
glitter.share.start = (new Date());
|
|
61
61
|
const vm: {
|
|
62
62
|
appConfig: any;
|
|
@@ -120,9 +120,11 @@ export class BgCustomerMessage {
|
|
|
120
120
|
gvc,
|
|
121
121
|
title: '提示',
|
|
122
122
|
innerHTML: () => {
|
|
123
|
-
return
|
|
123
|
+
return `<div class="w-100" style="white-space:normal;word-break: break-all;">${BgWidget.grayNote([`*單一後台即可管理各渠道訊息`, `*前往第三方整合設定,設定Line與Facebook官方訊息串接`, `*為確保訊息同步,請統一透過SHOPNEX後台發送訊息`].map((dd) => {
|
|
124
|
+
return `<div style="letter-spacing: 1.2px;white-space:normal;word-break: break-all;">${dd}</div>`;
|
|
125
|
+
}).join('<div class="my-1"></div>'))}</div>`;
|
|
124
126
|
},
|
|
125
|
-
width:
|
|
127
|
+
width: 250
|
|
126
128
|
});
|
|
127
129
|
}))}
|
|
128
130
|
</div>
|
|
@@ -137,9 +137,11 @@ export class BgCustomerMessage {
|
|
|
137
137
|
gvc,
|
|
138
138
|
title: '提示',
|
|
139
139
|
innerHTML: () => {
|
|
140
|
-
return
|
|
140
|
+
return `<div class="w-100" style="white-space:normal;word-break: break-all;">${BgWidget.grayNote([`*單一後台即可管理各渠道訊息`, `*前往第三方整合設定,設定Line與Facebook官方訊息串接`, `*為確保訊息同步,請統一透過SHOPNEX後台發送訊息`].map((dd) => {
|
|
141
|
+
return `<div style="letter-spacing: 1.2px;white-space:normal;word-break: break-all;">${dd}</div>`
|
|
142
|
+
}).join('<div class="my-1"></div>'))}</div>`
|
|
141
143
|
},
|
|
142
|
-
width:
|
|
144
|
+
width: 250
|
|
143
145
|
});
|
|
144
146
|
})
|
|
145
147
|
)}
|
package/package.json
CHANGED
|
@@ -523,7 +523,7 @@ export class Chat {
|
|
|
523
523
|
userID: managerUser.user_id,
|
|
524
524
|
tag: 'message',
|
|
525
525
|
link: `./?toggle-message=true`,
|
|
526
|
-
body: `${user.userData.name}傳送一則訊息給你:「${(() => {
|
|
526
|
+
body: room.message.image ? `${user.userData.name}傳送一張圖片給你`:`${user.userData.name}傳送一則訊息給你:「${(() => {
|
|
527
527
|
let text = room.message.text ?? ""
|
|
528
528
|
if (text.length > 25) {
|
|
529
529
|
text = text?.substring(0, 25) + '...'
|