@jx3box/jx3box-common-ui 5.5.5 → 5.5.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.
- package/assets/css/thx.less +5 -5
- package/assets/data/box.json +41 -265
- package/assets/data/nav.json +11 -289
- package/assets/data/panel.json +0 -5
- package/package.json +2 -2
- package/service/breadcrumb.js +3 -4
- package/service/header.js +8 -9
- package/service/helper.js +4 -4
- package/service/thx.js +8 -8
- package/src/Author.vue +27 -27
- package/src/Box.vue +13 -15
- package/src/Breadcrumb.vue +2 -4
- package/src/Github_REPO.vue +2 -4
- package/src/author/Avatar.vue +1 -3
- package/src/author/UserPop.vue +4 -6
- package/src/header/user.vue +7 -8
- package/src/interact/Feed.vue +0 -1
- package/src/interact/boxcoin_admin.vue +0 -1
- package/src/interact/boxcoin_records.vue +14 -6
- package/src/interact/boxcoin_user.vue +0 -1
- package/src/single/Collection.vue +2 -4
- package/src/single/Creators.vue +5 -7
- package/src/single/PostCollection.vue +1 -3
- package/src/single/PostContents.vue +0 -1
- package/src/single/PostDirectory.vue +0 -1
- package/src/single/PostHeader.vue +3 -4
- package/src/single/Thx.vue +2 -3
- package/src/wiki/WikiPanel.vue +1 -3
package/assets/css/thx.less
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
.w-like2,.w-fav2,.w-boxcoin-user,.w-boxcoin-admin{
|
|
3
3
|
.mr(20px);
|
|
4
4
|
}
|
|
5
|
-
.w-share2,.w-like2,.w-fav2,.w-boxcoin-user,.w-boxcoin-admin{
|
|
6
|
-
}
|
|
7
5
|
.x;
|
|
8
6
|
}
|
|
9
7
|
.w-thx-panel{
|
|
@@ -105,6 +103,7 @@
|
|
|
105
103
|
.clearfix;
|
|
106
104
|
padding:4px 10px;
|
|
107
105
|
&:last-child{border:none;}
|
|
106
|
+
display:flex;
|
|
108
107
|
}
|
|
109
108
|
.u-meta{
|
|
110
109
|
.db;
|
|
@@ -123,11 +122,12 @@
|
|
|
123
122
|
.x;
|
|
124
123
|
}
|
|
125
124
|
.u-user{
|
|
126
|
-
.w(
|
|
125
|
+
.w(120px);
|
|
127
126
|
.nobreak;
|
|
128
127
|
&:hover{
|
|
129
128
|
text-decoration: underline;
|
|
130
129
|
}
|
|
130
|
+
.mr(20px);
|
|
131
131
|
}
|
|
132
132
|
.u-user-avatar{
|
|
133
133
|
.y;
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
.r(2px);
|
|
137
137
|
}
|
|
138
138
|
.u-count {
|
|
139
|
-
.w(
|
|
139
|
+
.w(120px);
|
|
140
140
|
}
|
|
141
141
|
.u-head{
|
|
142
142
|
background-color:@bg-light;
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
}
|
|
150
150
|
.u-remark{
|
|
151
151
|
.nobreak;
|
|
152
|
-
.w(
|
|
152
|
+
.w(280px);
|
|
153
153
|
}
|
|
154
154
|
.u-time{
|
|
155
155
|
color:#999;
|
package/assets/data/box.json
CHANGED
|
@@ -2,189 +2,91 @@
|
|
|
2
2
|
{
|
|
3
3
|
"lf": false,
|
|
4
4
|
"img": "macro.svg",
|
|
5
|
-
"abbr": "
|
|
6
|
-
"href": "/macro",
|
|
5
|
+
"abbr": "宏 库",
|
|
6
|
+
"href": "/macro/",
|
|
7
7
|
"mark": "HOT",
|
|
8
8
|
"name": "云端宏",
|
|
9
9
|
"uuid": "macro",
|
|
10
10
|
"hover": "macro.svg",
|
|
11
11
|
"client": "all",
|
|
12
12
|
"status": true,
|
|
13
|
-
"hasMark":
|
|
13
|
+
"hasMark": false,
|
|
14
14
|
"markcls": "ishot"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
17
|
"lf": false,
|
|
18
18
|
"img": "jx3dat.svg",
|
|
19
|
-
"abbr": "
|
|
20
|
-
"href": "/jx3dat",
|
|
19
|
+
"abbr": "插 件",
|
|
20
|
+
"href": "/jx3dat/",
|
|
21
21
|
"mark": "HOT",
|
|
22
22
|
"name": "插件数据",
|
|
23
23
|
"uuid": "jx3dat",
|
|
24
24
|
"hover": "jx3dat.svg",
|
|
25
25
|
"client": "all",
|
|
26
26
|
"status": true,
|
|
27
|
-
"hasMark":
|
|
27
|
+
"hasMark": false,
|
|
28
28
|
"markcls": "ishot"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"lf": false,
|
|
32
32
|
"img": "fb.svg",
|
|
33
|
-
"abbr": "
|
|
34
|
-
"href": "/fb",
|
|
33
|
+
"abbr": "副 本",
|
|
34
|
+
"href": "/fb/",
|
|
35
35
|
"mark": "HOT",
|
|
36
36
|
"name": "副本专栏",
|
|
37
37
|
"uuid": "fb",
|
|
38
38
|
"hover": "fb.svg",
|
|
39
39
|
"client": "all",
|
|
40
40
|
"status": true,
|
|
41
|
-
"hasMark":
|
|
41
|
+
"hasMark": false,
|
|
42
42
|
"markcls": "ishot"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"lf": false,
|
|
46
46
|
"img": "bps.svg",
|
|
47
|
-
"abbr": "
|
|
48
|
-
"href": "/bps",
|
|
47
|
+
"abbr": "职 业",
|
|
48
|
+
"href": "/bps/",
|
|
49
49
|
"mark": "HOT",
|
|
50
50
|
"name": "职业专栏",
|
|
51
51
|
"uuid": "bps",
|
|
52
52
|
"hover": "bps.svg",
|
|
53
53
|
"client": "all",
|
|
54
54
|
"status": true,
|
|
55
|
-
"hasMark":
|
|
55
|
+
"hasMark": false,
|
|
56
56
|
"markcls": "ishot"
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"lf": false,
|
|
60
60
|
"img": "cj.svg",
|
|
61
|
-
"abbr": "
|
|
62
|
-
"href": "/cj",
|
|
61
|
+
"abbr": "成 就",
|
|
62
|
+
"href": "/cj/",
|
|
63
63
|
"mark": "HOT",
|
|
64
64
|
"name": "成就百科",
|
|
65
65
|
"uuid": "cj",
|
|
66
66
|
"hover": "cj.svg",
|
|
67
67
|
"client": "all",
|
|
68
68
|
"status": true,
|
|
69
|
-
"hasMark":
|
|
69
|
+
"hasMark": false,
|
|
70
70
|
"markcls": "ishot"
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"lf": false,
|
|
74
74
|
"img": "item.svg",
|
|
75
|
-
"abbr": "
|
|
76
|
-
"href": "/item",
|
|
75
|
+
"abbr": "物 品",
|
|
76
|
+
"href": "/item/",
|
|
77
77
|
"mark": "HOT",
|
|
78
78
|
"name": "物品百科",
|
|
79
79
|
"uuid": "item",
|
|
80
80
|
"hover": "item.svg",
|
|
81
81
|
"client": "all",
|
|
82
82
|
"status": true,
|
|
83
|
-
"hasMark": true,
|
|
84
|
-
"markcls": "ishot"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"lf": false,
|
|
88
|
-
"img": "quest.svg",
|
|
89
|
-
"abbr": "任务",
|
|
90
|
-
"href": "/quest",
|
|
91
|
-
"mark": "HOT",
|
|
92
|
-
"name": "任务百科",
|
|
93
|
-
"uuid": "quest",
|
|
94
|
-
"hover": "quest.svg",
|
|
95
|
-
"client": "all",
|
|
96
|
-
"status": true,
|
|
97
|
-
"hasMark": false,
|
|
98
|
-
"markcls": "ishot"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"lf": false,
|
|
102
|
-
"img": "knowledge.svg",
|
|
103
|
-
"abbr": "通识",
|
|
104
|
-
"href": "/knowledge",
|
|
105
|
-
"mark": "HOT",
|
|
106
|
-
"name": "通识百科",
|
|
107
|
-
"uuid": "knowledge",
|
|
108
|
-
"hover": "knowledge.svg",
|
|
109
|
-
"client": "all",
|
|
110
|
-
"status": true,
|
|
111
83
|
"hasMark": false,
|
|
112
84
|
"markcls": "ishot"
|
|
113
85
|
},
|
|
114
86
|
{
|
|
115
87
|
"lf": false,
|
|
116
|
-
"img": "pet.svg",
|
|
117
|
-
"abbr": "宠物",
|
|
118
|
-
"href": "/pet",
|
|
119
|
-
"mark": "HOT",
|
|
120
|
-
"name": "宠物百科",
|
|
121
|
-
"uuid": "pet",
|
|
122
|
-
"hover": "pet.svg",
|
|
123
|
-
"client": "all",
|
|
124
|
-
"status": true,
|
|
125
|
-
"hasMark": false,
|
|
126
|
-
"markcls": "ishot"
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
"lf": false,
|
|
130
|
-
"img": "tool.svg",
|
|
131
|
-
"abbr": "工具",
|
|
132
|
-
"href": "/tool",
|
|
133
|
-
"mark": "HOT",
|
|
134
|
-
"name": "教程工具",
|
|
135
|
-
"uuid": "tool",
|
|
136
|
-
"hover": "tool.svg",
|
|
137
|
-
"client": "all",
|
|
138
|
-
"status": true,
|
|
139
|
-
"hasMark": false,
|
|
140
|
-
"markcls": "ishot"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"lf": false,
|
|
144
|
-
"img": "share.svg",
|
|
145
|
-
"abbr": "捏脸",
|
|
146
|
-
"href": "/share",
|
|
147
|
-
"mark": "HOT",
|
|
148
|
-
"name": "捏脸分享",
|
|
149
|
-
"uuid": "share",
|
|
150
|
-
"hover": "share.svg",
|
|
151
|
-
"client": "all",
|
|
152
|
-
"status": true,
|
|
153
|
-
"hasMark": false,
|
|
154
|
-
"markcls": "ishot"
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
"lf": false,
|
|
158
|
-
"img": "house.svg",
|
|
159
|
-
"abbr": "蓝图",
|
|
160
|
-
"href": "https://jx3.xoyo.com/zt/2020/09/24/blueprint/#/",
|
|
161
|
-
"mark": "HOT",
|
|
162
|
-
"name": "家园蓝图",
|
|
163
|
-
"uuid": "house",
|
|
164
|
-
"hover": "house.svg",
|
|
165
|
-
"client": "std",
|
|
166
|
-
"status": true,
|
|
167
|
-
"hasMark": false,
|
|
168
|
-
"markcls": "ishot"
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
"lf": false,
|
|
172
|
-
"img": "bbs.svg",
|
|
173
|
-
"abbr": "茶馆",
|
|
174
|
-
"href": "/bbs",
|
|
175
|
-
"mark": "HOT",
|
|
176
|
-
"name": "茶馆交流",
|
|
177
|
-
"uuid": "bbs",
|
|
178
|
-
"hover": "bbs.svg",
|
|
179
|
-
"client": "all",
|
|
180
|
-
"status": true,
|
|
181
|
-
"hasMark": false,
|
|
182
|
-
"markcls": "ishot"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"lf": true,
|
|
186
88
|
"img": "database.svg",
|
|
187
|
-
"abbr": "
|
|
89
|
+
"abbr": "数 据",
|
|
188
90
|
"href": "/app/database",
|
|
189
91
|
"mark": "HOT",
|
|
190
92
|
"name": "数据库",
|
|
@@ -192,200 +94,74 @@
|
|
|
192
94
|
"hover": "database.svg",
|
|
193
95
|
"client": "all",
|
|
194
96
|
"status": true,
|
|
195
|
-
"hasMark":
|
|
97
|
+
"hasMark": false,
|
|
196
98
|
"markcls": "ishot"
|
|
197
99
|
},
|
|
198
100
|
{
|
|
199
101
|
"lf": false,
|
|
200
102
|
"img": "team.svg",
|
|
201
|
-
"abbr": "
|
|
202
|
-
"href": "/team",
|
|
103
|
+
"abbr": "团 队",
|
|
104
|
+
"href": "/team/",
|
|
203
105
|
"mark": "HOT",
|
|
204
106
|
"name": "团队管理",
|
|
205
107
|
"uuid": "team",
|
|
206
108
|
"hover": "team.svg",
|
|
207
109
|
"client": "all",
|
|
208
110
|
"status": true,
|
|
209
|
-
"hasMark":
|
|
111
|
+
"hasMark": false,
|
|
210
112
|
"markcls": "ishot"
|
|
211
113
|
},
|
|
212
114
|
{
|
|
213
115
|
"lf": false,
|
|
214
116
|
"img": "pz.svg",
|
|
215
|
-
"abbr": "
|
|
216
|
-
"href": "/pz",
|
|
217
|
-
"mark": "
|
|
117
|
+
"abbr": "配 装",
|
|
118
|
+
"href": "/pz/",
|
|
119
|
+
"mark": "HOT",
|
|
218
120
|
"name": "在线配装",
|
|
219
121
|
"uuid": "pz",
|
|
220
122
|
"hover": "pz.svg",
|
|
221
123
|
"client": "all",
|
|
222
124
|
"status": true,
|
|
223
|
-
"hasMark":
|
|
224
|
-
"markcls": "
|
|
125
|
+
"hasMark": false,
|
|
126
|
+
"markcls": "ishot"
|
|
225
127
|
},
|
|
226
128
|
{
|
|
227
129
|
"lf": false,
|
|
228
130
|
"img": "battle.svg",
|
|
229
|
-
"abbr": "
|
|
230
|
-
"href": "/battle",
|
|
131
|
+
"abbr": "战 斗",
|
|
132
|
+
"href": "/battle/",
|
|
231
133
|
"mark": "ING",
|
|
232
134
|
"name": "战斗分析",
|
|
233
135
|
"uuid": "battle",
|
|
234
136
|
"hover": "battle.svg",
|
|
235
137
|
"client": "all",
|
|
236
138
|
"status": true,
|
|
237
|
-
"hasMark":
|
|
238
|
-
"markcls": "
|
|
139
|
+
"hasMark": false,
|
|
140
|
+
"markcls": "ishot"
|
|
239
141
|
},
|
|
240
142
|
{
|
|
241
143
|
"lf": false,
|
|
242
144
|
"img": "dbm.svg",
|
|
243
|
-
"abbr": "
|
|
244
|
-
"href": "/dbm",
|
|
145
|
+
"abbr": "构 建",
|
|
146
|
+
"href": "/dbm/",
|
|
245
147
|
"mark": "ING",
|
|
246
148
|
"name": "数据构建",
|
|
247
149
|
"uuid": "dbm",
|
|
248
150
|
"hover": "dbm.svg",
|
|
249
151
|
"client": "all",
|
|
250
|
-
"status": false,
|
|
251
|
-
"hasMark": true,
|
|
252
|
-
"markcls": "isdoing"
|
|
253
|
-
},
|
|
254
|
-
{
|
|
255
|
-
"lf": false,
|
|
256
|
-
"img": "haste.svg",
|
|
257
|
-
"abbr": "急速",
|
|
258
|
-
"href": "/app/haste",
|
|
259
|
-
"mark": "HOT",
|
|
260
|
-
"name": "急速阈值",
|
|
261
|
-
"uuid": "haste",
|
|
262
|
-
"hover": "haste.svg",
|
|
263
|
-
"client": "std",
|
|
264
|
-
"status": true,
|
|
265
|
-
"hasMark": false,
|
|
266
|
-
"markcls": "ishot"
|
|
267
|
-
},
|
|
268
|
-
{
|
|
269
|
-
"lf": false,
|
|
270
|
-
"img": "talent.svg",
|
|
271
|
-
"abbr": "奇穴",
|
|
272
|
-
"href": "/app/talent",
|
|
273
|
-
"mark": "HOT",
|
|
274
|
-
"name": "奇穴模拟",
|
|
275
|
-
"uuid": "talent",
|
|
276
|
-
"hover": "talent.svg",
|
|
277
|
-
"client": "std",
|
|
278
|
-
"status": true,
|
|
279
|
-
"hasMark": false,
|
|
280
|
-
"markcls": "ishot"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"lf": false,
|
|
284
|
-
"img": "talent2.svg",
|
|
285
|
-
"abbr": "镇派",
|
|
286
|
-
"href": "/app/talent2",
|
|
287
|
-
"mark": "HOT",
|
|
288
|
-
"name": "镇派模拟",
|
|
289
|
-
"uuid": "talent2",
|
|
290
|
-
"hover": "talent2.svg",
|
|
291
|
-
"client": "origin",
|
|
292
|
-
"status": true,
|
|
293
|
-
"hasMark": false,
|
|
294
|
-
"markcls": "ishot"
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
"lf": false,
|
|
298
|
-
"img": "icons.svg",
|
|
299
|
-
"abbr": "图标",
|
|
300
|
-
"href": "/app/icons",
|
|
301
|
-
"mark": "HOT",
|
|
302
|
-
"name": "图标大全",
|
|
303
|
-
"uuid": "icons",
|
|
304
|
-
"hover": "icons.svg",
|
|
305
|
-
"client": "all",
|
|
306
|
-
"status": true,
|
|
307
|
-
"hasMark": false,
|
|
308
|
-
"markcls": "ishot"
|
|
309
|
-
},
|
|
310
|
-
{
|
|
311
|
-
"lf": false,
|
|
312
|
-
"img": "qiyu.svg",
|
|
313
|
-
"abbr": "奇遇",
|
|
314
|
-
"href": "https://j3cx.com/serendipity",
|
|
315
|
-
"mark": "HOT",
|
|
316
|
-
"name": "奇遇查询",
|
|
317
|
-
"uuid": "qiyu",
|
|
318
|
-
"hover": "qiyu.svg",
|
|
319
|
-
"client": "std",
|
|
320
|
-
"status": true,
|
|
321
|
-
"hasMark": false,
|
|
322
|
-
"markcls": "ishot"
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
"lf": false,
|
|
326
|
-
"img": "keju.svg",
|
|
327
|
-
"abbr": "科举",
|
|
328
|
-
"href": "https://j3cx.com/exam/",
|
|
329
|
-
"mark": "HOT",
|
|
330
|
-
"name": "科举题库",
|
|
331
|
-
"uuid": "keju",
|
|
332
|
-
"hover": "keju.svg",
|
|
333
|
-
"client": "all",
|
|
334
|
-
"status": true,
|
|
335
|
-
"hasMark": false,
|
|
336
|
-
"markcls": "ishot"
|
|
337
|
-
},
|
|
338
|
-
{
|
|
339
|
-
"lf": false,
|
|
340
|
-
"img": "facedata.svg",
|
|
341
|
-
"abbr": "妆容",
|
|
342
|
-
"href": "/app/facedata",
|
|
343
|
-
"mark": "HOT",
|
|
344
|
-
"name": "妆容解析",
|
|
345
|
-
"uuid": "facedata",
|
|
346
|
-
"hover": "facedata.svg",
|
|
347
|
-
"client": "all",
|
|
348
|
-
"status": true,
|
|
349
|
-
"hasMark": false,
|
|
350
|
-
"markcls": "ishot"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"lf": false,
|
|
354
|
-
"img": "servers.svg",
|
|
355
|
-
"abbr": "开服",
|
|
356
|
-
"href": "/app/servers",
|
|
357
|
-
"mark": "HOT",
|
|
358
|
-
"name": "开服监控",
|
|
359
|
-
"uuid": "servers",
|
|
360
|
-
"hover": "servers.svg",
|
|
361
|
-
"client": "all",
|
|
362
|
-
"status": true,
|
|
363
|
-
"hasMark": false,
|
|
364
|
-
"markcls": "ishot"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"lf": false,
|
|
368
|
-
"img": "price.svg",
|
|
369
|
-
"abbr": "金价",
|
|
370
|
-
"href": "/app/price",
|
|
371
|
-
"mark": "HOT",
|
|
372
|
-
"name": "金价走势",
|
|
373
|
-
"uuid": "price",
|
|
374
|
-
"hover": "price.svg",
|
|
375
|
-
"client": "std",
|
|
376
152
|
"status": true,
|
|
377
153
|
"hasMark": false,
|
|
378
154
|
"markcls": "ishot"
|
|
379
155
|
},
|
|
380
156
|
{
|
|
381
157
|
"lf": false,
|
|
382
|
-
"img": "
|
|
383
|
-
"abbr": "
|
|
384
|
-
"href": "/
|
|
158
|
+
"img": "rank.svg",
|
|
159
|
+
"abbr": "百 强",
|
|
160
|
+
"href": "/rank/",
|
|
385
161
|
"mark": "HOT",
|
|
386
|
-
"name": "
|
|
387
|
-
"uuid": "
|
|
388
|
-
"hover": "
|
|
162
|
+
"name": "秘境百强",
|
|
163
|
+
"uuid": "rank",
|
|
164
|
+
"hover": "rank.svg",
|
|
389
165
|
"client": "std",
|
|
390
166
|
"status": true,
|
|
391
167
|
"hasMark": false,
|
|
@@ -394,8 +170,8 @@
|
|
|
394
170
|
{
|
|
395
171
|
"lf": false,
|
|
396
172
|
"img": "more.svg",
|
|
397
|
-
"abbr": "
|
|
398
|
-
"href": "/app",
|
|
173
|
+
"abbr": "全 部",
|
|
174
|
+
"href": "/app/",
|
|
399
175
|
"mark": "HOT",
|
|
400
176
|
"name": "全部应用",
|
|
401
177
|
"uuid": "more",
|