ts-glitter 21.1.2 → 21.1.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 +1 -1
- package/lowcode/Entry.ts +1 -1
- package/lowcode/assets/css/theme.css +1 -1
- package/lowcode/backend-manager/bg-customer-message.js +1 -1
- package/lowcode/backend-manager/bg-customer-message.ts +1 -1
- package/lowcode/cms-plugin/ai-message.js +1 -1
- package/lowcode/cms-plugin/ai-message.ts +1 -1
- package/package.json +1 -1
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.1.
|
|
149
|
+
glitter.share.editerVersion = 'V_21.1.3';
|
|
150
150
|
glitter.share.start = new Date();
|
|
151
151
|
const vm = { appConfig: [] };
|
|
152
152
|
window.saasConfig = {
|
package/lowcode/Entry.ts
CHANGED
|
@@ -149,7 +149,7 @@ export class Entry {
|
|
|
149
149
|
}
|
|
150
150
|
(window as any).renderClock = (window as any).renderClock ?? createClock();
|
|
151
151
|
console.log(`Entry-time:`, (window as any).renderClock.stop());
|
|
152
|
-
glitter.share.editerVersion = 'V_21.1.
|
|
152
|
+
glitter.share.editerVersion = 'V_21.1.3';
|
|
153
153
|
glitter.share.start = new Date();
|
|
154
154
|
const vm = { appConfig: [] };
|
|
155
155
|
(window as any).saasConfig = {
|
|
@@ -13533,7 +13533,7 @@ html:not([dir=rtl]) .range-slider-ui.noUi-horizontal .noUi-handle {
|
|
|
13533
13533
|
}
|
|
13534
13534
|
|
|
13535
13535
|
.dropdown-menu li:hover > .dropdown-item {
|
|
13536
|
-
color:
|
|
13536
|
+
color: #ffb400;
|
|
13537
13537
|
}
|
|
13538
13538
|
.dropdown-menu .active > .dropdown-item {
|
|
13539
13539
|
color: #ff6c02;
|
|
@@ -107,7 +107,7 @@ export class BgCustomerMessage {
|
|
|
107
107
|
else {
|
|
108
108
|
let view = [
|
|
109
109
|
` <div class="navbar d-flex align-items-center justify-content-between w-100 p-3 "
|
|
110
|
-
style="background: linear-gradient(135deg,
|
|
110
|
+
style="background: linear-gradient(135deg, #ffb400 0%, #ff6c02 100%);">
|
|
111
111
|
<div class="d-flex align-items-center pe-3 w-100"
|
|
112
112
|
style="gap:10px;display: flex;align-items: center;">
|
|
113
113
|
<img src="https://d3jnmi1tfjgtti.cloudfront.net/file/234285319/size1440_s*px$_sas0s9s0s1sesas0_1697354801736-Glitterlogo.png"
|
|
@@ -123,7 +123,7 @@ export class BgCustomerMessage {
|
|
|
123
123
|
} else {
|
|
124
124
|
let view = [
|
|
125
125
|
` <div class="navbar d-flex align-items-center justify-content-between w-100 p-3 "
|
|
126
|
-
style="background: linear-gradient(135deg,
|
|
126
|
+
style="background: linear-gradient(135deg, #ffb400 0%, #ff6c02 100%);">
|
|
127
127
|
<div class="d-flex align-items-center pe-3 w-100"
|
|
128
128
|
style="gap:10px;display: flex;align-items: center;">
|
|
129
129
|
<img src="https://d3jnmi1tfjgtti.cloudfront.net/file/234285319/size1440_s*px$_sas0s9s0s1sesas0_1697354801736-Glitterlogo.png"
|
|
@@ -873,7 +873,7 @@ export class AiMessage {
|
|
|
873
873
|
}
|
|
874
874
|
}
|
|
875
875
|
AiMessage.config = {
|
|
876
|
-
color: 'linear-gradient(135deg,
|
|
876
|
+
color: 'linear-gradient(135deg, #ffb400 0%, #ff6c02 100%)',
|
|
877
877
|
head: 'https://liondesign-prd.s3.amazonaws.com/file/252530754/1695093945424-Frame 62 (1).png',
|
|
878
878
|
name: '萊恩設計',
|
|
879
879
|
user_data: {
|
|
@@ -13,7 +13,7 @@ import {MemberAi} from "./ai-generator/member-ai.js";
|
|
|
13
13
|
|
|
14
14
|
export class AiMessage {
|
|
15
15
|
public static config: any = {
|
|
16
|
-
color: 'linear-gradient(135deg,
|
|
16
|
+
color: 'linear-gradient(135deg, #ffb400 0%, #ff6c02 100%)',
|
|
17
17
|
head: 'https://liondesign-prd.s3.amazonaws.com/file/252530754/1695093945424-Frame 62 (1).png',
|
|
18
18
|
name: '萊恩設計',
|
|
19
19
|
user_data: {
|