unika-components 1.0.238 → 1.0.240

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.
@@ -14,18 +14,6 @@ button.uni-text-component {
14
14
  box-sizing: border-box;
15
15
  white-space: pre-wrap;
16
16
  }
17
-
18
-
19
- .uni-calendar-component {
20
-
21
- }
22
- .slot-number {
23
- position: absolute;
24
- bottom: 2px;
25
- left: 7px;
26
- font-size: 12px;
27
- color: #666
28
- }
29
17
 
30
18
  .slide-guide {
31
19
  position: absolute;
@@ -100,6 +88,66 @@ body, html {
100
88
  }
101
89
  }
102
90
 
91
+ .uni-video-component {
92
+ position: relative;
93
+ text-align: center;
94
+ }
95
+ .play-pause-button {
96
+ position: absolute;
97
+ top: 50%;
98
+ left: 50%;
99
+ transform: translate(-50%, -50%);
100
+ cursor: pointer;
101
+ font-size: 2rem;
102
+ color: #fff;
103
+ background: rgba(0, 0, 0, 0.6);
104
+ border-radius: 50%;
105
+ padding: 10px;
106
+ transition: background 0.3s;
107
+ }
108
+ .play-pause-button:hover {
109
+ background: rgba(0, 0, 0, 0.8);
110
+ }
111
+
112
+ .like-button {
113
+ display: flex;
114
+ flex-direction: column;
115
+ align-items: center;
116
+ cursor: pointer;
117
+ }
118
+
119
+ .icon-heart {
120
+ font-size: 24px;
121
+ color: #e74c3c;
122
+ }
123
+
124
+ .liked {
125
+ color: #f00; /* 更改颜色以示已赞 */
126
+ }
127
+
128
+ .like-count {
129
+ margin-top: 4px;
130
+ font-size: 16px;
131
+ color: #333;
132
+ }
133
+
134
+
135
+ .uni-calendar-component {
136
+
137
+ }
138
+ .slot-number {
139
+ position: absolute;
140
+ bottom: 2px;
141
+ left: 7px;
142
+ font-size: 12px;
143
+ color: #666
144
+ }
145
+
146
+ .effect {
147
+ width: 100%;
148
+ height: 100%;
149
+ }
150
+
103
151
  .ant-input-number {
104
152
  box-sizing: border-box;
105
153
  margin: 0;
@@ -134,10 +182,6 @@ body, html {
134
182
  margin-bottom: 0px;
135
183
  vertical-align: top;
136
184
  }
137
-
138
- .uni-svg-component {
139
- display: inline-block;
140
- }
141
185
 
142
186
  .swiper-warp {
143
187
  width: 100%;
@@ -153,56 +197,12 @@ body, html {
153
197
  max-height: 100%;
154
198
  }
155
199
 
156
- .uni-video-component {
157
- position: relative;
158
- text-align: center;
159
- }
160
- .play-pause-button {
161
- position: absolute;
162
- top: 50%;
163
- left: 50%;
164
- transform: translate(-50%, -50%);
165
- cursor: pointer;
166
- font-size: 2rem;
167
- color: #fff;
168
- background: rgba(0, 0, 0, 0.6);
169
- border-radius: 50%;
170
- padding: 10px;
171
- transition: background 0.3s;
172
- }
173
- .play-pause-button:hover {
174
- background: rgba(0, 0, 0, 0.8);
175
- }
176
-
177
- .like-button {
178
- display: flex;
179
- flex-direction: column;
180
- align-items: center;
181
- cursor: pointer;
182
- }
183
-
184
- .icon-heart {
185
- font-size: 24px;
186
- color: #e74c3c;
187
- }
188
-
189
- .liked {
190
- color: #f00; /* 更改颜色以示已赞 */
191
- }
192
-
193
- .like-count {
194
- margin-top: 4px;
195
- font-size: 16px;
196
- color: #333;
197
- }
198
-
199
200
  .uni-build-up-component {
200
201
  }
201
-
202
- .effect {
203
- width: 100%;
204
- height: 100%;
205
- }
202
+
203
+ .uni-svg-component {
204
+ display: inline-block;
205
+ }
206
206
  /**
207
207
  * Swiper 6.8.4
208
208
  * Most modern mobile touch slider and framework with hardware accelerated transitions
@@ -54019,6 +54019,8 @@ var script$6 = defineComponent({
54019
54019
  throw new Error('Network response was not ok');
54020
54020
  }
54021
54021
  else {
54022
+ console.log(props.publishContentId);
54023
+ console.log(response);
54022
54024
  alert('提交成功');
54023
54025
  }
54024
54026
  // console.log(response.text())
@@ -54026,6 +54026,8 @@ summary tabindex target title type usemap value width wmode wrap`;
54026
54026
  throw new Error('Network response was not ok');
54027
54027
  }
54028
54028
  else {
54029
+ console.log(props.publishContentId);
54030
+ console.log(response);
54029
54031
  alert('提交成功');
54030
54032
  }
54031
54033
  // console.log(response.text())
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.0.238",
3
+ "version": "1.0.240",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",