@jx3box/jx3box-ui 2.3.21 → 2.3.23

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.
@@ -178,4 +178,243 @@
178
178
  }
179
179
  }
180
180
  }
181
+
182
+ &.is-surface {
183
+ --el-color-primary: var(--jx3box-ui-wiki-panel-primary);
184
+
185
+ .u-empty {
186
+ margin: 4px 0;
187
+ padding: 28px 16px;
188
+ border: 1px dashed var(--jx3box-ui-wiki-panel-border);
189
+ border-radius: var(--jx3box-ui-wiki-panel-small-radius);
190
+ background: var(--jx3box-ui-wiki-panel-surface-muted);
191
+ color: var(--jx3box-ui-wiki-panel-muted);
192
+ }
193
+
194
+ .m-comments-panel {
195
+ min-width: 0;
196
+
197
+ .u-comment {
198
+ padding: 16px 0;
199
+ border-bottom-color: var(--jx3box-ui-wiki-panel-border-light);
200
+ }
201
+
202
+ .u-nickname-panel {
203
+ display: flex;
204
+ flex-wrap: wrap;
205
+ align-items: center;
206
+ gap: 4px;
207
+ min-width: 0;
208
+
209
+ .u-nickname {
210
+ min-width: 0;
211
+ color: var(--jx3box-ui-wiki-panel-regular);
212
+ overflow-wrap: anywhere;
213
+ }
214
+
215
+ .u-nickname[href] {
216
+ color: var(--jx3box-ui-wiki-panel-primary);
217
+ }
218
+ }
219
+
220
+ .u-content {
221
+ margin: 8px 0 10px;
222
+ color: var(--jx3box-ui-wiki-panel-muted);
223
+ opacity: 1;
224
+ line-height: 1.7;
225
+ white-space: pre-wrap;
226
+ overflow-wrap: anywhere;
227
+
228
+ img,
229
+ video,
230
+ iframe {
231
+ max-width: 100%;
232
+ height: auto;
233
+ }
234
+
235
+ pre,
236
+ table {
237
+ display: block;
238
+ max-width: 100%;
239
+ overflow-x: auto;
240
+ overscroll-behavior-x: contain;
241
+ }
242
+ }
243
+
244
+ .m-reply {
245
+ display: flex;
246
+ flex-wrap: wrap;
247
+ align-items: center;
248
+ padding-bottom: 0;
249
+ gap: 0;
250
+
251
+ .el-button + .el-button {
252
+ margin-left: 20px;
253
+ }
254
+
255
+ .el-button {
256
+ min-height: auto;
257
+ padding: 0;
258
+ border: 0;
259
+ border-radius: 0;
260
+ background: transparent;
261
+ color: @v4tip;
262
+ font-size: 12px;
263
+ font-weight: normal;
264
+
265
+ &:focus-visible {
266
+ outline: 2px solid var(--jx3box-ui-wiki-panel-border-focus);
267
+ outline-offset: 2px;
268
+ }
269
+
270
+ &:hover,
271
+ &:focus {
272
+ border: 0;
273
+ color: @pink;
274
+ background: transparent;
275
+ }
276
+ }
277
+
278
+ .u-time {
279
+ display: inline-flex;
280
+ align-items: center;
281
+ float: none;
282
+ margin: 0 0 0 20px;
283
+ color: #c0c4cc;
284
+ line-height: 1;
285
+ opacity: 1;
286
+ white-space: nowrap;
287
+ }
288
+ }
289
+
290
+ & > .u-comments > .u-comment-panel > .u-comments {
291
+ margin-top: 0;
292
+ padding: 10px 0 0 30px;
293
+ }
294
+ }
295
+
296
+ .u-pagination-box {
297
+ padding-bottom: 4px;
298
+ overflow-x: auto;
299
+ overscroll-behavior-x: contain;
300
+ }
301
+
302
+ .m-reply-form {
303
+ margin-top: 20px;
304
+ padding: 0;
305
+ border: 0;
306
+ border-radius: 0;
307
+ background: transparent;
308
+
309
+ .u-title {
310
+ margin-top: 15px;
311
+ margin-bottom: 10px;
312
+ padding-bottom: 10px;
313
+ color: var(--jx3box-ui-wiki-panel-text);
314
+ border-bottom-color: var(--jx3box-ui-wiki-panel-border-light);
315
+ font-weight: 600;
316
+ }
317
+
318
+ .u-reply-content,
319
+ .u-author input {
320
+ border-color: #cbd5e1;
321
+ background: var(--jx3box-ui-wiki-panel-surface);
322
+ color: var(--jx3box-ui-wiki-panel-text);
323
+
324
+ &:focus {
325
+ border-color: var(--jx3box-ui-wiki-panel-primary);
326
+ outline: 2px solid rgba(91, 92, 245, 0.16);
327
+ outline-offset: 1px;
328
+ }
329
+ }
330
+
331
+ .u-reply-content {
332
+ min-height: 96px;
333
+ padding: 10px 12px;
334
+ border-radius: var(--jx3box-ui-wiki-panel-small-radius);
335
+ }
336
+
337
+ .u-author {
338
+ display: flex;
339
+ align-items: center;
340
+ gap: 8px;
341
+ max-width: calc(100% - 100px);
342
+ margin-top: 10px;
343
+
344
+ input {
345
+ min-width: 0;
346
+ max-width: 220px;
347
+ height: 34px;
348
+ border-radius: var(--jx3box-ui-wiki-panel-small-radius);
349
+ }
350
+ }
351
+
352
+ .u-submit {
353
+ min-height: 36px;
354
+ margin-top: 10px;
355
+ border-color: var(--jx3box-ui-wiki-panel-primary);
356
+ border-radius: var(--jx3box-ui-wiki-panel-small-radius);
357
+ background: var(--jx3box-ui-wiki-panel-primary);
358
+
359
+ &:hover,
360
+ &:focus {
361
+ border-color: var(--jx3box-ui-wiki-panel-primary-hover);
362
+ background: var(--jx3box-ui-wiki-panel-primary-hover);
363
+ }
364
+
365
+ &:focus-visible {
366
+ outline: 2px solid var(--jx3box-ui-wiki-panel-border-focus);
367
+ outline-offset: 2px;
368
+ }
369
+ }
370
+ }
371
+ }
372
+ }
373
+
374
+ @media screen and (max-width: 720px) {
375
+ .c-wiki-comments.is-surface {
376
+ .m-comments-panel {
377
+ & > .u-comments > .u-comment-panel > .u-comments {
378
+ padding-left: 12px;
379
+ }
380
+
381
+ .m-reply {
382
+ .u-time {
383
+ flex-basis: 100%;
384
+ margin-left: 0;
385
+ }
386
+ }
387
+ }
388
+
389
+ .m-reply-form {
390
+ .u-author {
391
+ float: none;
392
+ width: 100%;
393
+ max-width: none;
394
+
395
+ input {
396
+ flex: 1 1 auto;
397
+ width: 0;
398
+ max-width: none;
399
+ }
400
+ }
401
+
402
+ .u-submit {
403
+ float: none;
404
+ width: 100%;
405
+ min-height: 44px;
406
+ }
407
+ }
408
+ }
409
+ }
410
+
411
+ @media screen and (max-width: 390px) {
412
+ .c-wiki-comments.is-surface {
413
+ .m-comments-panel {
414
+ .u-mark {
415
+ height: auto;
416
+ white-space: normal;
417
+ }
418
+ }
419
+ }
181
420
  }
@@ -1,5 +1,26 @@
1
1
  /* assets/css/wiki/wiki-panel.less */
2
2
  .c-wiki-panel {
3
+ --jx3box-ui-wiki-panel-text: #0f172a;
4
+ --jx3box-ui-wiki-panel-regular: #334155;
5
+ --jx3box-ui-wiki-panel-muted: #64748b;
6
+ --jx3box-ui-wiki-panel-subtle: #94a3b8;
7
+ --jx3box-ui-wiki-panel-primary: #5b5cf5;
8
+ --jx3box-ui-wiki-panel-primary-hover: #4f46e5;
9
+ --jx3box-ui-wiki-panel-primary-soft: #eef2ff;
10
+ --jx3box-ui-wiki-panel-border: #e2e8f0;
11
+ --jx3box-ui-wiki-panel-outline: rgba(226, 232, 240, 0.8);
12
+ --jx3box-ui-wiki-panel-border-light: #f1f5f9;
13
+ --jx3box-ui-wiki-panel-border-focus: #a5b4fc;
14
+ --jx3box-ui-wiki-panel-surface: #fff;
15
+ --jx3box-ui-wiki-panel-surface-muted: #f8fafc;
16
+ --jx3box-ui-wiki-panel-radius: 24px;
17
+ --jx3box-ui-wiki-panel-control-radius: 16px;
18
+ --jx3box-ui-wiki-panel-small-radius: 10px;
19
+ --jx3box-ui-wiki-panel-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
20
+ --jx3box-ui-wiki-panel-padding: 24px;
21
+ --jx3box-ui-wiki-panel-head-height: 64px;
22
+ --jx3box-ui-wiki-panel-title-size: 16px;
23
+
3
24
  .db;
4
25
  .mb(15px);
5
26
  font-size: 14px;
@@ -115,4 +136,274 @@
115
136
  text-overflow: ellipsis;
116
137
  }
117
138
  }
139
+
140
+ &.is-surface {
141
+ box-sizing: border-box;
142
+ margin-bottom: 0;
143
+ color: var(--jx3box-ui-wiki-panel-text);
144
+ background: var(--jx3box-ui-wiki-panel-surface);
145
+ border: 1px solid var(--jx3box-ui-wiki-panel-outline);
146
+ border-radius: var(--jx3box-ui-wiki-panel-radius);
147
+ box-shadow: var(--jx3box-ui-wiki-panel-shadow);
148
+ overflow: hidden;
149
+
150
+ .m-panel-head {
151
+ position: relative;
152
+ box-sizing: border-box;
153
+ min-height: var(--jx3box-ui-wiki-panel-head-height);
154
+ height: auto;
155
+ min-width: 0;
156
+ padding: 11px var(--jx3box-ui-wiki-panel-padding);
157
+ border-bottom-color: var(--jx3box-ui-wiki-panel-border-light);
158
+ background: var(--jx3box-ui-wiki-panel-surface);
159
+ gap: 16px;
160
+
161
+ .m-panel-title {
162
+ display: flex;
163
+ min-width: 0;
164
+ align-items: center;
165
+ flex: 1 1 auto;
166
+ flex-wrap: wrap;
167
+ padding: 0;
168
+ gap: 8px;
169
+ color: var(--jx3box-ui-wiki-panel-text);
170
+ font-size: var(--jx3box-ui-wiki-panel-title-size);
171
+ font-weight: 700;
172
+ line-height: 24px;
173
+ overflow-wrap: anywhere;
174
+
175
+ .u-icon {
176
+ display: inline-flex;
177
+ box-sizing: border-box;
178
+ width: 32px;
179
+ height: 32px;
180
+ align-items: center;
181
+ justify-content: center;
182
+ flex: 0 0 32px;
183
+ margin: 0;
184
+ padding: 7px;
185
+ border-radius: var(--jx3box-ui-wiki-panel-small-radius);
186
+ color: var(--jx3box-ui-wiki-panel-primary);
187
+ fill: var(--jx3box-ui-wiki-panel-primary);
188
+ background: var(--jx3box-ui-wiki-panel-primary-soft);
189
+ object-fit: contain;
190
+ font-size: 16px;
191
+ line-height: 18px;
192
+ }
193
+
194
+ .u-txt {
195
+ min-width: 0;
196
+ color: var(--jx3box-ui-wiki-panel-text);
197
+ font-size: var(--jx3box-ui-wiki-panel-title-size);
198
+ font-weight: 700;
199
+ line-height: 24px;
200
+ overflow-wrap: anywhere;
201
+ }
202
+ }
203
+
204
+ .m-panel-actions {
205
+ position: static;
206
+ top: auto;
207
+ right: auto;
208
+ flex: 0 1 auto;
209
+ min-width: 0;
210
+ margin-left: auto;
211
+ gap: 12px;
212
+ transform: none;
213
+ z-index: 1;
214
+
215
+ > * {
216
+ max-width: 100%;
217
+ white-space: normal;
218
+ }
219
+
220
+ .u-qr {
221
+ box-sizing: border-box;
222
+ min-height: 32px;
223
+ padding: 6px 8px;
224
+ border-radius: var(--jx3box-ui-wiki-panel-small-radius);
225
+ color: var(--jx3box-ui-wiki-panel-muted);
226
+ line-height: 20px;
227
+ transition:
228
+ color 0.16s ease,
229
+ background-color 0.16s ease;
230
+
231
+ .u-icon {
232
+ top: 0;
233
+ margin-right: 6px;
234
+ fill: currentColor;
235
+ }
236
+
237
+ .u-text {
238
+ color: inherit;
239
+ font-size: 13px;
240
+ font-weight: 500;
241
+ line-height: 20px;
242
+ }
243
+
244
+ &:hover {
245
+ color: var(--jx3box-ui-wiki-panel-primary);
246
+ background: var(--jx3box-ui-wiki-panel-primary-soft);
247
+
248
+ .u-icon {
249
+ fill: currentColor;
250
+ }
251
+ }
252
+ }
253
+ }
254
+ }
255
+
256
+ .m-panel-body {
257
+ min-width: 0;
258
+ padding: var(--jx3box-ui-wiki-panel-padding);
259
+ color: var(--jx3box-ui-wiki-panel-regular);
260
+ background: var(--jx3box-ui-wiki-panel-surface);
261
+ line-height: 1.7;
262
+ word-break: normal;
263
+ overflow-wrap: anywhere;
264
+ }
265
+
266
+ .m-wiki-metas {
267
+ display: flex;
268
+ flex-wrap: wrap;
269
+ align-items: center;
270
+ gap: 10px 16px;
271
+ margin-bottom: 4px;
272
+ color: var(--jx3box-ui-wiki-panel-muted);
273
+ white-space: normal;
274
+ overflow: visible;
275
+
276
+ .u-meta {
277
+ display: inline-flex;
278
+ align-items: center;
279
+ min-width: 0;
280
+ margin: 0;
281
+ }
282
+
283
+ .u-label {
284
+ margin-right: 8px;
285
+ padding: 3px 8px;
286
+ border-radius: var(--jx3box-ui-wiki-panel-small-radius);
287
+ background: var(--jx3box-ui-wiki-panel-surface-muted);
288
+ color: var(--jx3box-ui-wiki-panel-muted);
289
+ }
290
+
291
+ .u-creator {
292
+ flex: 0 0 28px;
293
+ width: 28px;
294
+ height: 28px;
295
+ border: 2px solid #fff;
296
+ box-shadow: 0 0 0 1px var(--jx3box-ui-wiki-panel-border);
297
+
298
+ img {
299
+ width: 100%;
300
+ height: 100%;
301
+ object-fit: cover;
302
+ }
303
+ }
304
+ }
305
+ }
306
+
307
+ &.is-plain {
308
+ border-color: transparent;
309
+ border-radius: 0;
310
+ background: transparent;
311
+ box-shadow: none;
312
+
313
+ .m-panel-head {
314
+ padding-right: 0;
315
+ padding-left: 0;
316
+ background: transparent;
317
+ }
318
+
319
+ .m-panel-body {
320
+ padding-right: 0;
321
+ padding-left: 0;
322
+ }
323
+ }
324
+ }
325
+
326
+ .u-wiki-panel-qrcode-popup {
327
+ box-sizing: border-box;
328
+ min-width: 148px;
329
+ max-width: calc(100vw - 32px);
330
+ padding: 12px;
331
+ border-color: var(--jx3box-ui-wiki-panel-border, #e2e8f0);
332
+ border-radius: var(--jx3box-ui-wiki-panel-small-radius, 10px);
333
+ background: var(--jx3box-ui-wiki-panel-surface, #fff);
334
+ color: var(--jx3box-ui-wiki-panel-muted, #64748b);
335
+ box-shadow:
336
+ 0 12px 30px rgba(15, 23, 42, 0.12),
337
+ 0 2px 8px rgba(15, 23, 42, 0.06);
338
+
339
+ .u-pic {
340
+ box-sizing: content-box;
341
+ margin: 0 auto;
342
+ padding: 4px;
343
+ border-radius: 4px;
344
+ background: #fff;
345
+ }
346
+
347
+ .u-txt {
348
+ padding: 8px 0 0;
349
+ color: inherit;
350
+ font-size: 12px;
351
+ line-height: 18px;
352
+ white-space: nowrap;
353
+ }
354
+ }
355
+
356
+ @media screen and (max-width: 720px) {
357
+ .u-wiki-panel-qrcode-popup {
358
+ transform: translateX(calc(-100% + 32px));
359
+ }
360
+
361
+ .c-wiki-panel.is-surface {
362
+ --jx3box-ui-wiki-panel-radius: 20px;
363
+ --jx3box-ui-wiki-panel-padding: 16px;
364
+ --jx3box-ui-wiki-panel-title-size: 15px;
365
+
366
+ .m-panel-head {
367
+ height: auto;
368
+ min-height: var(--jx3box-ui-wiki-panel-head-height);
369
+ align-items: center;
370
+ flex-wrap: wrap;
371
+ padding-top: 8px;
372
+ padding-bottom: 8px;
373
+ gap: 8px;
374
+
375
+ .m-panel-title {
376
+ flex: 1 1 auto;
377
+
378
+ .u-icon {
379
+ width: 30px;
380
+ height: 30px;
381
+ flex-basis: 30px;
382
+ }
383
+ }
384
+
385
+ .m-panel-actions {
386
+ margin-left: auto;
387
+ flex-wrap: wrap;
388
+ justify-content: flex-end;
389
+ gap: 8px;
390
+ }
391
+ }
392
+
393
+ .m-wiki-metas {
394
+ gap: 10px;
395
+
396
+ .u-meta {
397
+ display: flex;
398
+ width: 100%;
399
+ margin: 0;
400
+ }
401
+ }
402
+ }
403
+ }
404
+
405
+ @media screen and (max-width: @phone) {
406
+ .u-wiki-panel-qrcode-popup {
407
+ display: none;
408
+ }
118
409
  }
@@ -60,4 +60,82 @@
60
60
  border-bottom: none;
61
61
  }
62
62
  }
63
+
64
+ &.is-surface {
65
+ .m-revisions-panel {
66
+ max-width: 100%;
67
+ overflow-x: auto;
68
+ overscroll-behavior-x: contain;
69
+ -webkit-overflow-scrolling: touch;
70
+ border: 0;
71
+ border-radius: 0;
72
+ }
73
+
74
+ .u-empty {
75
+ padding: 28px 16px;
76
+ color: var(--jx3box-ui-wiki-panel-muted);
77
+ background: var(--jx3box-ui-wiki-panel-surface-muted);
78
+ }
79
+
80
+ .m-histories {
81
+ min-width: 640px;
82
+ margin: 0;
83
+ color: var(--jx3box-ui-wiki-panel-regular);
84
+ opacity: 1;
85
+
86
+ th,
87
+ td {
88
+ padding: 8px 10px;
89
+ border-color: var(--jx3box-ui-wiki-panel-border);
90
+ vertical-align: middle;
91
+ overflow-wrap: anywhere;
92
+ }
93
+
94
+ th {
95
+ color: var(--jx3box-ui-wiki-panel-muted);
96
+ background: var(--jx3box-ui-wiki-panel-surface);
97
+ border-bottom-width: 2px;
98
+ font-weight: 400;
99
+ white-space: nowrap;
100
+ }
101
+
102
+ td {
103
+ border-bottom-color: var(--jx3box-ui-wiki-panel-border);
104
+ }
105
+
106
+ a[href] {
107
+ color: var(--jx3box-ui-wiki-panel-primary);
108
+
109
+ &:hover {
110
+ color: var(--jx3box-ui-wiki-panel-primary-hover);
111
+ box-shadow: 0 1px 0 var(--jx3box-ui-wiki-panel-primary-hover);
112
+ }
113
+ }
114
+ }
115
+ }
116
+ }
117
+
118
+ @media screen and (max-width: 720px) {
119
+ .c-wiki-revisions.is-surface {
120
+ .m-revisions-panel {
121
+ scrollbar-width: thin;
122
+ box-shadow: inset -12px 0 12px -12px rgba(15, 23, 42, 0.2);
123
+ }
124
+
125
+ .m-histories {
126
+ min-width: 560px;
127
+
128
+ th,
129
+ td {
130
+ min-width: 100px;
131
+ padding: 8px;
132
+ font-size: 12px;
133
+ }
134
+
135
+ th:first-child,
136
+ td:first-child {
137
+ min-width: 44px;
138
+ }
139
+ }
140
+ }
63
141
  }
@@ -0,0 +1,15 @@
1
+ <svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <g>
3
+ <path d="M100.19,76.21c4.08,23.87,20.66,31.15,23.4,32s14.95-10.75,9.6-29.54-19.51-32.2-22.42-47.84C110.41,31.36,96.16,52.63,100.19,76.21Z" style="fill: #f5bd1e"/>
4
+ <path d="M51.67,184.7c9.39.42,19.9-13.63,19-25.48C69.82,149,61,146.34,55.22,134.33s-4.47-25.52-1.17-37.12h0c-6.23,7.08-27,32.33-20.89,60.47C35,166.37,41.33,184.24,51.67,184.7Z" style="fill: #f5bd1e"/>
5
+ <path d="M89,144.7c5.21-4.3,11.41-11,12.44-19.85,1.25-10.73-5.9-17.32-11.25-30.81-3.26-8.21-6.4-20.35-5.29-37-1.07,1.09-26,27.31-16.68,58.77C72.94,131.75,84.12,141.09,89,144.7Z" style="fill: #f5bd1e"/>
6
+ <path d="M110,30.78v0l0,0Z" style="fill: #f5bd1e"/>
7
+ <path d="M170,57.67q2.89-16.33,4.14-30.28-18.73,9.45-26,23.47t.08,29.1Q167.06,74,170,57.67Z" style="fill: #f5bd1e"/>
8
+ <path d="M96.7,174.63A36.16,36.16,0,0,0,76.56,184a34.66,34.66,0,0,0-7.78,11.29s10.77,10.35,38.75,9.43c28.07-.76,58.34-33.91,58.34-33.91-23.73,11.72-39,10.93-48.72,7.63C112.38,176.87,105.86,173.62,96.7,174.63Z" style="fill: #f5bd1e"/>
9
+ <path d="M119.41,127.23l-.07.11.09-.11Z" style="fill: #f5bd1e"/>
10
+ <path d="M214.57,74.9a47.86,47.86,0,0,1-17.72,12c-11.91,4.49-19.2,1.27-31.62,5.18a53.83,53.83,0,0,0-20.82,12.59h0s-.2.37-7.58,18.68l.25.13c.87.43,4.07,1.79,10.13,1.89a63.11,63.11,0,0,0,27.25-5.69C198.49,108.7,213.24,77.76,214.57,74.9Z" style="fill: #f5bd1e"/>
11
+ <path d="M101.59,159.12s3.35,12.93,30,7.87,50.15-21.23,60.23-39.65c-19.69,13.43-35.2,15.7-46,15.12-11.29-.61-21.52-4.57-31.64,1.16C107.31,147.53,103.62,154.18,101.59,159.12Z" style="fill: #f5bd1e"/>
12
+ <polygon points="68.77 195.35 68.78 195.33 68.78 195.33 68.77 195.35" style="fill: #f5bd1e"/>
13
+ <path d="M136.83,102.78c-1.62,2-23.81,29.57-56.15,63.19C66,181.3,45.78,210.31,46.44,216.67s9.13-5.16,13.19-12.24,26.14-37.19,33.94-45.07C105.79,146.9,123.55,123.21,136.83,102.78Z" style="fill: #f5bd1e"/>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,9 @@
1
+ <svg id="图层_1" data-name="图层 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 240 240">
2
+ <g>
3
+ <path d="M207.54,99.86a19.69,19.69,0,0,1-4.1,5.91l-.22.26c-.4.52-.75.93-1,1.18a15,15,0,0,1-1.36,1.54l-.85.85a17,17,0,0,1-3,2.42l-.46.28a18.12,18.12,0,0,1-1.8,1,25.49,25.49,0,0,1-3.51,1.43,17,17,0,0,1-5.23.82h-2.47v.14a16.49,16.49,0,0,1-.15,2.23v.12A23.51,23.51,0,0,1,183,121c-.08.37-.16.74-.26,1.11a18,18,0,0,1-1.41,3.87,20.75,20.75,0,0,1-6.75,7.84,23.48,23.48,0,0,1-5.84,3,13.87,13.87,0,0,0-1.81.84l-.24.12c-.63.33-1.29.71-2,1.15.37.85.71,1.74,1,2.74l.06.19c.15.42.29.89.41,1.37a36.12,36.12,0,0,1,.77,4.43l0,.22a16.44,16.44,0,0,1,.13,2.1v1.48a23.44,23.44,0,0,1-.21,3.38,21.53,21.53,0,0,1-.52,3.06c-.35,1.66-.79,3.15-1.15,4.35a43.61,43.61,0,0,1-1.74,4.94l-.92,2.14q-.2.45-.42.9c-.71,1.41-1.44,2.74-2.31,4.2l-.28.45c-1,1.6-2.21,3.42-3.63,5.3a75.31,75.31,0,0,1-5.77,6.85l-.38.39-2.53,2.53c-.28.28-.56.54-.85.8a23.8,23.8,0,0,1-2,1.83l-1,.81c-1.36,1.11-2.89,2.35-4.73,3.62l-.21.14c-1.51,1-2.92,1.79-4,2.36a33.74,33.74,0,0,1-4,2,26.91,26.91,0,0,1-2.68,1.05,21.68,21.68,0,0,1-2.72.94c-.87.28-1.73.53-2.55.75C141.21,206,158,201,173.62,188.89l3.95-3.06-2.43,4.36c-.27.48-.54.93-.8,1.39l-.18.3a10.08,10.08,0,0,0,1.22-.84,80.12,80.12,0,0,0,24.1-27,63.17,63.17,0,0,0,7.92-28.21A51.18,51.18,0,0,0,204,115.69c-.53-1.5-1.06-3-1.59-4.34l-.7-1.84,1.91.48a2.64,2.64,0,0,1,1.32.69,35.25,35.25,0,0,1,5,6.41,74,74,0,0,0-2.19-16.44C207.68,100.39,207.61,100.13,207.54,99.86Z" style="fill: #7d86fb"/>
4
+ <path d="M216.39,49.93a.79.79,0,0,1-.12-.23,3,3,0,0,0-.24-.47l-.63-.95c-.44-.52-.9-1.1-1.37-1.67L212.7,45l-.92-1c-.62-.7-1.25-1.43-1.86-2s-1.13-1.13-1.73-1.63c-1.17-1.06-2.43-2.11-3.65-3.13l-2-1.64a1.93,1.93,0,0,0-.24-.17,3.52,3.52,0,0,1-.38-.25l-.13-.08h0l-.19-.11a1.07,1.07,0,0,1-.59-.21h-.34l-.21.11h-.1l-.14.12-.22.19,0,0a1.27,1.27,0,0,1-.21.29l-.15.29a1.18,1.18,0,0,1-.2.41.89.89,0,0,0-.06.3l0,.2a9.2,9.2,0,0,1-.48,1.77,21.6,21.6,0,0,1-6.16,9.56c-3.28,3-6.63,6.2-10.57,10.14-.57.57-1.14,1.14-1.73,1.71-1.14,1.11-2.32,2.27-3.43,3.45l-6,6v.6h-.75a1.18,1.18,0,0,1-.48.1h-.63a1.08,1.08,0,0,1-.62-.18,1.05,1.05,0,0,1-.49-.36,1.57,1.57,0,0,1-.28-.31l-.61-.61c-.4-.45-.78-.83-1.16-1.21s-.82-.83-1.21-1.27c-1-1-2-2-2.93-3a16.25,16.25,0,0,1-1.58,2.86c-.27.41-.55.78-.8,1.11s-.36.5-.57.75a19.22,19.22,0,0,1-4,6,16.41,16.41,0,0,1-1.93,1.67V79a2.28,2.28,0,0,1-1.28,2.43,7.14,7.14,0,0,1-2.17.18h-1.91a17.33,17.33,0,0,1-3.72,5.53,17.64,17.64,0,0,1-8.34,4.66l-.08.07c-.08.06-.34.33-.59.58l-.08.08a31.81,31.81,0,0,1-2.87,2.51,19.2,19.2,0,0,1-1.66,1.18c-.38.25-.89.59-1.53,1-.42.27-.85.53-1.23.74s-.83.52-1.08.71l-2,1.53-1.76,1.51-2,2c-.1.11-.2.21-.29.32-.25.33-.76,1-.91,1.25l-.48.79c-.33.55-.7,1.17-.84,1.47s-.33.68-.51,1l-.21.62c-.08.26-.22.73-.42,1.29a8.94,8.94,0,0,0-.27,3.6l0,.12c0,.26.07.54.09.7s.09.38.13.62a18.57,18.57,0,0,0,4.35,8.54l.07.08c.23.27.51.62.64.76l.24.24a12.82,12.82,0,0,0,5.68,3.55l.8.17.63.12c.4,0,.79,0,1.19.08l1-.07.58-.12.1,0,.89-.26c.5-.23.92-.4,1.24-.54l.16-.06.44-.21.79-.34.19-.08a18,18,0,0,1,1.75-.9,15.94,15.94,0,0,1,3-1.09,16.71,16.71,0,0,1,4.58-.63h.53a17.88,17.88,0,0,1,3.49.35,16.82,16.82,0,0,1,2.66.69,50.17,50.17,0,0,1,6.39-4,31.24,31.24,0,0,1,4.36-2,5.77,5.77,0,0,0,1.43-.7,3,3,0,0,0,1.07-1.23s0-.08,0-.14l.1-.4c.05-.23.06-.5.09-.78s.05-.61.09-.94v-7a2.31,2.31,0,0,1,.17-1,2.49,2.49,0,0,1,1-1.45l.95-.46a1,1,0,0,0,.46-.22l.13-.15a1,1,0,0,0,.19-.3,2.73,2.73,0,0,0,.14-.88v-5a1.16,1.16,0,0,1,.23-.73,1.17,1.17,0,0,1,.51-.5,1.19,1.19,0,0,1,.47-.19l.13-.13H185.5v-.21h.84l.11,0a1,1,0,0,1,.21-.1l.22-.22H187l.07,0,.15-.09.24-.24h.12l.59-.59c.15-.2.31-.39.47-.57l.44-.53.19-.25a14.51,14.51,0,0,1,1.17-1.34l.31-.32a1.77,1.77,0,0,0,.48-.65l-.12-.2-.32-.38a2.37,2.37,0,0,0-.25-.29c-1.36-1.31-2.74-2.67-4.12-4s-2.74-2.69-4.11-4l-.33-.33a1.6,1.6,0,0,1-.47-.7,2.31,2.31,0,0,1-.26-1,2.42,2.42,0,0,1,.31-1.08,3.65,3.65,0,0,1,.72-.9l.22-.23c8-8.1,16.14-16.45,24-24.52l.12-.12a7,7,0,0,1,1.06-.84,3.15,3.15,0,0,1,.27-.19l.32-.23a2.65,2.65,0,0,1,.88-.31,1.77,1.77,0,0,0,.28-.11l.18-.07c.39-.11.78-.19,1.17-.28s.7-.15,1.05-.25A19.57,19.57,0,0,0,214,51.8l.44-.14a1.68,1.68,0,0,1,.28-.13l.05-.05.23-.08a2,2,0,0,0,.6-.31l.26-.16a1.33,1.33,0,0,0,.33-.24,1.9,1.9,0,0,0,.26-.34l0-.07Z" style="fill: #7d86fb"/>
5
+ <polygon points="52.88 184.38 52.88 184.38 52.88 184.38 52.88 184.38" style="fill: #7d86fb"/>
6
+ <path d="M52.08,185l-.27-.25c-.27-.23-.54-.46-.8-.71-1.15-1.09-2.34-2.25-3.67-3.6a45.26,45.26,0,0,0-1.61,4.64l-.25.6c-.07.18-.13.32-.19.49-.27,1-.47,2.07-.7,3.44-.61,4.62-1,8.28-1.15,11.84-.06.7-.08,1.35-.11,2s0,1.35-.11,2v1.19l.1.17.22.08h1.72a17.92,17.92,0,0,0,2.12-.19l1.06-.12,1-.12a19,19,0,0,1,2.37-.21,23.21,23.21,0,0,0,2.52-.09c.45-.06.92-.09,1.39-.12s.86,0,1.26-.1c1.75-.22,3.66-.56,5.12-.83l2.82-.63,1-.3,1-.31c.28-.11.55-.19.83-.27a6.59,6.59,0,0,0,.71-.24c1-.41,2-.83,2.9-1.24a9.58,9.58,0,0,0,1.4-.69c.86-.46,1.74-1,2.7-1.54a81.68,81.68,0,0,1-11.67-6c-1.77-1.08-3.23-2.14-4.51-3.07h0l-.82-.59A51.75,51.75,0,0,1,54.38,187l-.77-.65c-.58-.48-1.06-.92-1.42-1.24Z" style="fill: #7d86fb"/>
7
+ <path d="M120.19,186.15a4.55,4.55,0,0,0,.94-.32l.36-.15a13.42,13.42,0,0,0,1.83-.71l.1,0a16,16,0,0,0,2.28-1.09c1-.54,1.88-1.05,2.8-1.66,1.25-.86,2.37-1.77,3.57-2.74l1.12-.91c.24-.19.44-.4.66-.61s.5-.5.78-.73l2.5-2.5a54,54,0,0,0,4.44-5.27c1-1.36,2-2.84,2.91-4.27.65-1.07,1.16-2,1.66-3l.93-2.16a25.7,25.7,0,0,0,1-3c.32-1.07.63-2.07.83-3.08a5.32,5.32,0,0,0,.19-1.18l0-.24a5.81,5.81,0,0,0,.07-1.13l0-1.59a18,18,0,0,0-.37-2.29l-.08-.24a10.71,10.71,0,0,0-1.06-2.43l-.36-.68a4.45,4.45,0,0,0-.33-.52l-.1-.16a1.53,1.53,0,0,0-.23-.26l-.47-.46-.23-.06-.1,0h-.31a1,1,0,0,1-.31.1l-.16.06h0a16,16,0,0,1-2.16,1.07l-.62.26c-.29.15-.63.3-1,.44s-.54.22-.8.35a2.38,2.38,0,0,1-.36.18l-.06,0-2.28.8-.32.06a6.67,6.67,0,0,0-.8.19c-.31.08-.62.16-1,.22a1.77,1.77,0,0,1-.53.13l-2,.32h-.42a7,7,0,0,0-.81.05c-.32,0-.64.05-1,.05h-.32a13.54,13.54,0,0,1-2-.1h-.45a8.6,8.6,0,0,1-1.71-.22,2.05,2.05,0,0,1-.44-.08l-.11,0h-.13c-.34-.06-.7-.14-1.07-.23s-.64-.15-.94-.2a30.64,30.64,0,0,1-14.54-8.66c-.53-.53-1.08-1.19-1.6-1.82a36.39,36.39,0,0,1-8.29-16.79,22,22,0,0,1-.4-2.45l0-.25a26.75,26.75,0,0,1,1.1-11.45,7.78,7.78,0,0,0,.26-.77,7.54,7.54,0,0,1,.29-.88,14.78,14.78,0,0,1,1.33-3.08,29.56,29.56,0,0,1,1.57-2.89l-.24-.3a9.17,9.17,0,0,1,.92-.84,1.91,1.91,0,0,1,.14-.21c.55-.86,1.19-1.71,1.81-2.54.44-.59.92-1.12,1.38-1.63.23-.25.46-.5.67-.75l2.27-2.28,2.2-1.93.23-.39.26,0,.1,0,2.4-1.8c.87-.66,1.74-1.2,2.59-1.73.15-.1.31-.18.45-.26a1.93,1.93,0,0,0,.24-.14l.26-.19a9.33,9.33,0,0,0,1-.6,6.39,6.39,0,0,1,.58-.38,16.75,16.75,0,0,0,1.34-1.16A25.23,25.23,0,0,1,124,78.14a9,9,0,0,1,1-.78,6.25,6.25,0,0,0,.54-.4l.18-.11a3.35,3.35,0,0,0,.44-.29,7.38,7.38,0,0,1,.72-.46,21.14,21.14,0,0,1,2.8-1.25h-.05a2.56,2.56,0,0,0-.35-.09,2.54,2.54,0,0,1-.72-.22l-.12-.07a8.2,8.2,0,0,0-3.71-.94,10.57,10.57,0,0,1-3.06-.61A2.77,2.77,0,0,1,120,69.42a5.47,5.47,0,0,1,1.37-2.82c.21-.29.43-.59.64-.91l.17-.25.26-.12c.38-.17.8-.32,1.24-.47l.64-.23a6.15,6.15,0,0,0,1.7-.88l.15-.11.17-.05c.76-.22,1.52-.42,2.26-.6l.74-.18,1.08-.27,2.08-1.5c.83-.56,1.6-1.14,2.33-1.74a22,22,0,0,0,1.93-1.93,39.59,39.59,0,0,0,3.52-6.65c.33-.82.63-1.6.88-2.36,1.58-4,1.5-8.13,1.41-12.46,0-1,0-1.9,0-2.87a13.69,13.69,0,0,1-3.87,7.75,15,15,0,0,1-2.6,1.76,43,43,0,0,1-10.41,2.89c-4.35.81-8.46,1.58-12.33,4-.62.39-1.25.75-1.89,1.11l-1.1.62c-5.28,3-10.74,6-14.4,12.25l-.11.15c-.45.52-.88,1.06-1.29,1.61S93.71,66.36,93.3,67h0L91.56,66l1.16-1.82q.56-.85,1.11-1.68C97,54.89,102.76,48.65,107,44.73c.49-.5,1-1,1.53-1.59a18.52,18.52,0,0,0,4.61-7.45c.11-.61.21-1.29.31-1.95s.09-1.56.09-2.53v-.43l-.07.1a35.12,35.12,0,0,1-7.63,7.41,53.67,53.67,0,0,1-5.4,3.34l-.63.35a34.63,34.63,0,0,1-3.16,1.6l-1.81.88c-.6.29-1.2.57-1.83.89-.34.17-.67.31-1,.45s-.59.25-.89.39c-1.25.5-2.35,1-3.52,1.58l-1.16.55c-2.13,1.12-4.37,2.29-6.56,3.65-1.14.72-2.2,1.47-3.23,2.19l-2.82,2.19a46.2,46.2,0,0,0-4.64,4.33c-.38.39-.74.77-1.1,1.16s-.77.82-1.15,1.2-.65.77-1,1.19-.71.86-1.08,1.29l-.07.07v.11l-.81.81h-.15a1.18,1.18,0,0,1-.48.1H63l-.22-.1a2.26,2.26,0,0,1-.91-.75,1.34,1.34,0,0,1-.28-.71,1.54,1.54,0,0,1-.09-.3,5.31,5.31,0,0,1-.12-.6,3.17,3.17,0,0,0-.06-.35l-.05-.16v-.16s0,0,0-.07,0-.24-.07-.39a37.26,37.26,0,0,0-2.62-6.85A6.45,6.45,0,0,1,58,55l-.46-.74c-.19-.3-.38-.6-.54-.87a5.11,5.11,0,0,0-.59-.75l-.13-.16a3.4,3.4,0,0,0-.3-.39c-.12-.14-.24-.28-.34-.42h-.22a1.94,1.94,0,0,1,0,.33v1.08a59.57,59.57,0,0,1-.21,7.6l-.32,3.7c-.09,1.15-.27,2.2-.46,3.31l-.08.47c-.11.55-.18,1.06-.26,1.57s-.16,1.1-.27,1.64a57.5,57.5,0,0,1-1.28,5.74,14.21,14.21,0,0,1-.55,2c-.1.29-.17.59-.25.88s-.17.68-.28,1a60.32,60.32,0,0,1-2.89,7.17c-.41.93-.84,1.88-1.15,2.7l0,.1a7,7,0,0,0-.45,1.16l0,.12a68.07,68.07,0,0,0-2.4,7.61c-.41,1.64-.73,3.44-1,5.17a65.31,65.31,0,0,0-.73,8c-.11,2.48-.21,5-.11,7.43a43.29,43.29,0,0,0,.82,7.29,1.83,1.83,0,0,1-.22,1.76,1.11,1.11,0,0,1-.49.47,1.43,1.43,0,0,1-.81.22,1.18,1.18,0,0,1-.6-.14l-.2-.07h-.75v-.77l-.48-.26L39,128.5l-.49-.25a10.15,10.15,0,0,0-1.18-.54l-1.54-.61-.22-.07h0l-.19-.08a6.56,6.56,0,0,0-1.2-.35l-.36,0-.65-.15-.61-.14a1.42,1.42,0,0,1-.59-.16,6.31,6.31,0,0,0-1.07-.15h-.32a7.55,7.55,0,0,1-.8-.06c-.2,0-.4,0-.58,0H27a4.4,4.4,0,0,0-.51,0l-.65.06,0,0-2.09.4a.38.38,0,0,1-.11,0l.22.08.18.07a25.49,25.49,0,0,1,2.86,1.88c.42.31.81.6,1.29.89l.09.06a8.85,8.85,0,0,1,.69.58l.58.48A35.83,35.83,0,0,1,33.12,134a82,82,0,0,1,6.2,7.48c1,1.39,2,2.77,2.8,4.1,3.08,4.55,5.8,8.32,8.52,11.79h.22l.31.43c.17.26.37.5.56.74a11.81,11.81,0,0,1,.74,1c.65.82,1.41,1.73,2.29,2.74s1.76,2,2.68,2.95c1.9,2,3.88,4,5.89,5.88l.89.79c.28.25.56.51.86.76l.9.76a35.32,35.32,0,0,0,2.83,2.25l1,.73c1.13.82,2.19,1.59,3.38,2.3a64.91,64.91,0,0,0,14.19,6.68c.87.29,1.76.55,2.65.81,1.52.43,2.87.78,4.13,1.07.43.12.83.2,1.25.28l1.09.22a3.4,3.4,0,0,1,.65.09l.5.11,0,.09a4.64,4.64,0,0,1,1.11.14,5.14,5.14,0,0,1,.55.06,5.5,5.5,0,0,1,1.4.15,5.09,5.09,0,0,1,1.13.1h2.42a17.63,17.63,0,0,0,2.31-.1h.65c.4,0,.78,0,1.15-.05s.84-.06,1.29-.06l.17,0c1.09-.1,2.21-.2,3.24-.39,1.37-.21,2.75-.52,4.08-.83.81-.18,1.77-.46,2.87-.82Z" style="fill: #7d86fb"/>
8
+ </g>
9
+ </svg>
@@ -420,6 +420,8 @@ export default {
420
420
  title: "Admin Panel",
421
421
  status: "Status",
422
422
  refreshCache: "Refresh Cache",
423
+ refreshCacheSuccess: "Cache refreshed",
424
+ refreshCacheFailed: "Failed to refresh cache",
423
425
  visible: "Visibility",
424
426
  mark: "Recommended Badges",
425
427
  highlight: "Highlight & Pin",
@@ -493,7 +495,9 @@ export default {
493
495
  migrateCommunity: { title: "Move back to original section", postTitle: "Title", author: "Author", originalSection: "Original section", originalLink: "Original link", notAvailable: "This post cannot be moved because its original post does not exist.", confirm: "Move this post back to its original section?", success: "Moved successfully" },
494
496
  moveCommunity: { title: "Move to community", category: "Category", categoryPlaceholder: "Select a post category", introduction: "Introduction", contentPlaceholder: "Enter content", images: "Images", irreversibleTip: "Please confirm that this action cannot be undone", irreversible: "I confirm that this action cannot be undone", missingPost: "Post ID does not exist!", selectCategory: "Please select a category!" },
495
497
  wiki: { loading: "🎉 Loading...", loadFailed: "⚠️ Failed to load data", empty: "💧 No data", reply: "Reply", nickname: "Nickname: ", mysterious: "Mysterious Hero" },
496
- wikiPanel: { contributors: "Contributors", difficulty: "Difficulty", popularity: "Popularity", updatedAt: "Updated" },
498
+ wikiPanel: { contributors: "Contributors", difficulty: "Difficulty", popularity: "Popularity", updatedAt: "Updated", qrTrigger: "QR code", qrScanToVisit: "Scan to open this page" },
497
499
  wikiComments: { title: "Wiki Comments", empty: "💧 No comments", contentRequired: "Please enter a comment before submitting", submitSuccess: "Submitted successfully. Please wait for review." },
498
500
  wikiRevisions: { title: "Revision History", version: "Version", contributor: "Contributor", remark: "Revision notes" },
501
+ wikiComment: { top: "Pinned", star: "Featured", collapse: "Collapse", setStar: "Feature", cancelStar: "Unfeature", setTop: "Pin", cancelTop: "Unpin", publishUnavailable: "Unable to publish the comment. Please contact an administrator.", actionUnavailable: "Unable to complete this action. Please contact an administrator." },
502
+ gamePrice: { zhuan: "brick", jin: "gold", yin: "silver", tong: "copper" },
499
503
  };