@jx3box/jx3box-vue3-ui 0.0.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.
Files changed (284) hide show
  1. package/.editorconfig +13 -0
  2. package/.env +1 -0
  3. package/.eslintrc +9 -0
  4. package/.prettierrc +21 -0
  5. package/README.md +1 -0
  6. package/assets/css/admin.less +83 -0
  7. package/assets/css/author.less +86 -0
  8. package/assets/css/bottom.less +21 -0
  9. package/assets/css/box.less +180 -0
  10. package/assets/css/box2.less +150 -0
  11. package/assets/css/breadcrumb.less +155 -0
  12. package/assets/css/client-by.less +33 -0
  13. package/assets/css/cms-single.less +55 -0
  14. package/assets/css/crumb.less +17 -0
  15. package/assets/css/down.less +16 -0
  16. package/assets/css/footer.less +72 -0
  17. package/assets/css/github-repo.less +87 -0
  18. package/assets/css/header.less +532 -0
  19. package/assets/css/icon.less +10 -0
  20. package/assets/css/left-sidebar.less +137 -0
  21. package/assets/css/like.less +80 -0
  22. package/assets/css/like2.less +19 -0
  23. package/assets/css/main.less +67 -0
  24. package/assets/css/mark-by.less +97 -0
  25. package/assets/css/mark.less +34 -0
  26. package/assets/css/menu-by.less +9 -0
  27. package/assets/css/mixin.less +62 -0
  28. package/assets/css/order-by.less +86 -0
  29. package/assets/css/print.less +26 -0
  30. package/assets/css/qrcode.less +70 -0
  31. package/assets/css/right-msg.less +26 -0
  32. package/assets/css/right-sidebar.less +106 -0
  33. package/assets/css/share2.less +99 -0
  34. package/assets/css/sharing.less +26 -0
  35. package/assets/css/tag-by.less +86 -0
  36. package/assets/css/thx.less +213 -0
  37. package/assets/css/var.less +4 -0
  38. package/assets/css/wiki-comments.less +150 -0
  39. package/assets/css/wiki-panel.less +175 -0
  40. package/assets/css/wiki-revisions.less +62 -0
  41. package/assets/data/box.json +184 -0
  42. package/assets/data/box2.json +606 -0
  43. package/assets/data/game_font.json +242 -0
  44. package/assets/data/nav.json +12 -0
  45. package/assets/data/panel.json +27 -0
  46. package/assets/data/zlp.json +5 -0
  47. package/assets/img/author/bilibili.png +0 -0
  48. package/assets/img/author/bilibili.svg +1 -0
  49. package/assets/img/author/chat.png +0 -0
  50. package/assets/img/author/douyu.png +0 -0
  51. package/assets/img/author/douyu.svg +1 -0
  52. package/assets/img/author/github.svg +1 -0
  53. package/assets/img/author/huya.png +0 -0
  54. package/assets/img/author/huya.svg +1 -0
  55. package/assets/img/author/msg.svg +55 -0
  56. package/assets/img/author/tuilan.png +0 -0
  57. package/assets/img/author/weibo.svg +70 -0
  58. package/assets/img/bread/menu.svg +1 -0
  59. package/assets/img/footer/china.svg +1 -0
  60. package/assets/img/header/add.svg +1 -0
  61. package/assets/img/header/bell.svg +1 -0
  62. package/assets/img/header/coin.svg +15 -0
  63. package/assets/img/header/edit.svg +1 -0
  64. package/assets/img/header/logo.svg +5 -0
  65. package/assets/img/header/manage.svg +1 -0
  66. package/assets/img/header/msg.svg +1 -0
  67. package/assets/img/header/search-key-slash.svg +5 -0
  68. package/assets/img/header/send.svg +56 -0
  69. package/assets/img/header/vip.svg +1 -0
  70. package/assets/img/jx3.svg +11 -0
  71. package/assets/img/leftsidebar/arrow.svg +64 -0
  72. package/assets/img/leftsidebar/close.svg +49 -0
  73. package/assets/img/leftsidebar/fans.svg +1 -0
  74. package/assets/img/leftsidebar/medal.svg +1 -0
  75. package/assets/img/leftsidebar/more.svg +50 -0
  76. package/assets/img/leftsidebar/open.svg +51 -0
  77. package/assets/img/leftsidebar/post.svg +46 -0
  78. package/assets/img/leftsidebar/team.svg +1 -0
  79. package/assets/img/leftsidebar/united.svg +1 -0
  80. package/assets/img/list/post.svg +1 -0
  81. package/assets/img/price/jin.png +0 -0
  82. package/assets/img/price/tong.png +0 -0
  83. package/assets/img/price/yin.png +0 -0
  84. package/assets/img/price/zhuan.png +0 -0
  85. package/assets/img/rightsidebar/ac.svg +1 -0
  86. package/assets/img/rightsidebar/github.svg +1 -0
  87. package/assets/img/rightsidebar/repo.svg +1 -0
  88. package/assets/img/single/author.svg +1 -0
  89. package/assets/img/single/lock.svg +1 -0
  90. package/assets/img/single/modate.svg +24 -0
  91. package/assets/img/single/podate.svg +23 -0
  92. package/assets/img/widget/admin_gift.svg +10 -0
  93. package/assets/img/widget/gift.svg +1 -0
  94. package/assets/img/widget/heart.svg +17 -0
  95. package/assets/img/widget/heart1.svg +1 -0
  96. package/assets/img/widget/heart2.svg +11 -0
  97. package/assets/img/widget/heart3.svg +37 -0
  98. package/assets/img/widget/like.svg +1 -0
  99. package/assets/img/widget/like2.svg +1 -0
  100. package/assets/img/widget/like3.svg +14 -0
  101. package/assets/img/widget/qq.svg +1 -0
  102. package/assets/img/widget/qr-code.svg +1 -0
  103. package/assets/img/widget/qzone.svg +1 -0
  104. package/assets/img/widget/share-link.png +0 -0
  105. package/assets/img/widget/share.svg +13 -0
  106. package/assets/img/widget/share2.svg +19 -0
  107. package/assets/img/widget/star.svg +9 -0
  108. package/assets/img/widget/tieba.svg +1 -0
  109. package/assets/img/widget/unstar.svg +21 -0
  110. package/assets/img/widget/web_heart_animation.png +0 -0
  111. package/assets/img/widget/weibo.svg +1 -0
  112. package/assets/img/widget/weixin.svg +1 -0
  113. package/assets/js/app.js +7 -0
  114. package/babel.config.js +3 -0
  115. package/jsconfig.json +17 -0
  116. package/package.json +71 -0
  117. package/public/favicon.ico +0 -0
  118. package/public/image/box/bbs.svg +87 -0
  119. package/public/image/box/bbs__.svg +101 -0
  120. package/public/image/box/bbs_on.svg +88 -0
  121. package/public/image/box/bps.svg +10 -0
  122. package/public/image/box/bps_on.svg +10 -0
  123. package/public/image/box/cj.svg +1 -0
  124. package/public/image/box/cj_on.svg +1 -0
  125. package/public/image/box/collection.svg +1 -0
  126. package/public/image/box/collection_on.svg +1 -0
  127. package/public/image/box/database.svg +22 -0
  128. package/public/image/box/database_on.svg +22 -0
  129. package/public/image/box/dbm.svg +21 -0
  130. package/public/image/box/dbm_on.svg +21 -0
  131. package/public/image/box/exam.svg +35 -0
  132. package/public/image/box/exam_on.svg +35 -0
  133. package/public/image/box/facedata.svg +21 -0
  134. package/public/image/box/facedata_on.svg +21 -0
  135. package/public/image/box/fb.svg +18 -0
  136. package/public/image/box/fb_on.svg +18 -0
  137. package/public/image/box/fbdata.svg +15 -0
  138. package/public/image/box/fbdata_on.svg +15 -0
  139. package/public/image/box/fbdrop.svg +26 -0
  140. package/public/image/box/fbdrop_on.svg +26 -0
  141. package/public/image/box/fbgem.svg +39 -0
  142. package/public/image/box/fbgem_on.svg +39 -0
  143. package/public/image/box/flower.svg +28 -0
  144. package/public/image/box/flower_on.svg +28 -0
  145. package/public/image/box/furniture.svg +32 -0
  146. package/public/image/box/furniture_on.svg +32 -0
  147. package/public/image/box/haste.svg +8 -0
  148. package/public/image/box/haste_on.svg +8 -0
  149. package/public/image/box/home.svg +47 -0
  150. package/public/image/box/home_on.svg +47 -0
  151. package/public/image/box/house.svg +1 -0
  152. package/public/image/box/house_on.svg +1 -0
  153. package/public/image/box/icons.svg +15 -0
  154. package/public/image/box/icons_on.svg +15 -0
  155. package/public/image/box/item.svg +1 -0
  156. package/public/image/box/item_on.svg +1 -0
  157. package/public/image/box/j3dps.svg +28 -0
  158. package/public/image/box/j3dps_on.svg +28 -0
  159. package/public/image/box/j3pz.svg +36 -0
  160. package/public/image/box/j3pz_on.svg +36 -0
  161. package/public/image/box/jx3dat.svg +27 -0
  162. package/public/image/box/jx3dat_on.svg +27 -0
  163. package/public/image/box/keju.svg +30 -0
  164. package/public/image/box/keju_on.svg +30 -0
  165. package/public/image/box/knowledge.svg +52 -0
  166. package/public/image/box/knowledge_on.svg +52 -0
  167. package/public/image/box/macro.svg +15 -0
  168. package/public/image/box/macro_on.svg +18 -0
  169. package/public/image/box/macroeditor.svg +38 -0
  170. package/public/image/box/macroeditor_on.svg +38 -0
  171. package/public/image/box/png/100.png +0 -0
  172. package/public/image/box/png/bbs.png +0 -0
  173. package/public/image/box/png/bbs1.png +0 -0
  174. package/public/image/box/png/bbs2.png +0 -0
  175. package/public/image/box/png/bps.png +0 -0
  176. package/public/image/box/png/cj.png +0 -0
  177. package/public/image/box/png/database.png +0 -0
  178. package/public/image/box/png/drop.png +0 -0
  179. package/public/image/box/png/emotion.png +0 -0
  180. package/public/image/box/png/face.png +0 -0
  181. package/public/image/box/png/fb.png +0 -0
  182. package/public/image/box/png/flog.png +0 -0
  183. package/public/image/box/png/flower.png +0 -0
  184. package/public/image/box/png/furniture.png +0 -0
  185. package/public/image/box/png/gem.png +0 -0
  186. package/public/image/box/png/guishi.png +0 -0
  187. package/public/image/box/png/home.png +0 -0
  188. package/public/image/box/png/house.png +0 -0
  189. package/public/image/box/png/icons.png +0 -0
  190. package/public/image/box/png/item.png +0 -0
  191. package/public/image/box/png/j3pz.png +0 -0
  192. package/public/image/box/png/joker.png +0 -0
  193. package/public/image/box/png/jx3dat.png +0 -0
  194. package/public/image/box/png/jx3datbuilder.png +0 -0
  195. package/public/image/box/png/keju.png +0 -0
  196. package/public/image/box/png/macro.png +0 -0
  197. package/public/image/box/png/macroeditor.png +0 -0
  198. package/public/image/box/png/macroeditor2.png +0 -0
  199. package/public/image/box/png/minami.png +0 -0
  200. package/public/image/box/png/mirror.png +0 -0
  201. package/public/image/box/png/oa.png +0 -0
  202. package/public/image/box/png/pig.png +0 -0
  203. package/public/image/box/png/price.png +0 -0
  204. package/public/image/box/png/qiyu.png +0 -0
  205. package/public/image/box/png/rank2_on.png +0 -0
  206. package/public/image/box/png/role.png +0 -0
  207. package/public/image/box/png/servers.png +0 -0
  208. package/public/image/box/png/share.png +0 -0
  209. package/public/image/box/png/shop.png +0 -0
  210. package/public/image/box/png/skull.png +0 -0
  211. package/public/image/box/png/speed.png +0 -0
  212. package/public/image/box/png/talent.png +0 -0
  213. package/public/image/box/png/team.png +0 -0
  214. package/public/image/box/png/team_on.png +0 -0
  215. package/public/image/box/png/tool.png +0 -0
  216. package/public/image/box/png/translator.png +0 -0
  217. package/public/image/box/png/trophy.png +0 -0
  218. package/public/image/box/png/trophy2.png +0 -0
  219. package/public/image/box/png/wiki.png +0 -0
  220. package/public/image/box/price.svg +19 -0
  221. package/public/image/box/price_on.svg +19 -0
  222. package/public/image/box/qiyu.svg +1 -0
  223. package/public/image/box/qiyu_on.svg +1 -0
  224. package/public/image/box/quest.svg +52 -0
  225. package/public/image/box/quest_on.svg +57 -0
  226. package/public/image/box/rank.svg +36 -0
  227. package/public/image/box/rank_on.svg +36 -0
  228. package/public/image/box/servers.svg +31 -0
  229. package/public/image/box/servers_on.svg +31 -0
  230. package/public/image/box/share.svg +24 -0
  231. package/public/image/box/share_on.svg +24 -0
  232. package/public/image/box/shop.svg +52 -0
  233. package/public/image/box/talent.svg +19 -0
  234. package/public/image/box/talent_on.svg +19 -0
  235. package/public/image/box/team.svg +15 -0
  236. package/public/image/box/team_on.svg +18 -0
  237. package/public/image/box/tool.svg +23 -0
  238. package/public/image/box/tool_on.svg +31 -0
  239. package/public/image/box/translator.svg +55 -0
  240. package/public/image/box/translator_on.svg +55 -0
  241. package/public/image/box/wbl.png +0 -0
  242. package/public/image/box/wbl_on.png +0 -0
  243. package/public/image/box/xls.svg +74 -0
  244. package/public/image/box/xls_on.svg +74 -0
  245. package/public/index.html +24 -0
  246. package/service/admin.js +15 -0
  247. package/service/author.js +79 -0
  248. package/service/breadcrumb.js +13 -0
  249. package/service/cms.js +35 -0
  250. package/service/fav.js +17 -0
  251. package/service/follow.js +55 -0
  252. package/service/github.js +15 -0
  253. package/service/header.js +31 -0
  254. package/service/helper.js +7 -0
  255. package/service/thx.js +60 -0
  256. package/src/App.vue +52 -0
  257. package/src/Bottom.vue +23 -0
  258. package/src/Box.vue +149 -0
  259. package/src/Breadcrumb.vue +118 -0
  260. package/src/Footer.vue +45 -0
  261. package/src/Header.vue +95 -0
  262. package/src/LeftSideToggle.vue +64 -0
  263. package/src/LeftSidebar.vue +123 -0
  264. package/src/Main.vue +48 -0
  265. package/src/RightSidebar.vue +25 -0
  266. package/src/bread/Admin.vue +308 -0
  267. package/src/bread/AdminButton.vue +31 -0
  268. package/src/bread/Crumb.vue +27 -0
  269. package/src/header/Asset.vue +180 -0
  270. package/src/header/ClientSwitch.vue +115 -0
  271. package/src/header/GameSwitch.vue +210 -0
  272. package/src/header/Logo.vue +82 -0
  273. package/src/header/Manage.vue +125 -0
  274. package/src/header/Message.vue +89 -0
  275. package/src/header/Nav.vue +287 -0
  276. package/src/header/Publish.vue +21 -0
  277. package/src/header/Search.vue +81 -0
  278. package/src/header/User.vue +141 -0
  279. package/src/header/UserInfo.vue +175 -0
  280. package/src/header/Vip.vue +27 -0
  281. package/src/main.js +30 -0
  282. package/utils/bus.js +5 -0
  283. package/utils/index.js +31 -0
  284. package/vue.config.js +103 -0
@@ -0,0 +1,606 @@
1
+ [
2
+ {
3
+ "name": "门派(职业)",
4
+ "icon": "",
5
+ "children": [
6
+ {
7
+ "name": "创作",
8
+ "icon": "",
9
+ "children": [
10
+ {
11
+ "name": "全门派宏",
12
+ "href": "/macro/",
13
+ "client": "all",
14
+ "status": true,
15
+ "hasMark": false,
16
+ "markcls": "ishot"
17
+ },
18
+ {
19
+ "name": "门派攻略",
20
+ "href": "/bps/",
21
+ "client": "all",
22
+ "status": true,
23
+ "hasMark": false,
24
+ "markcls": "ishot"
25
+ }
26
+ ]
27
+ },
28
+ {
29
+ "name": "数据",
30
+ "children": [
31
+ {
32
+ "name": "技能系数",
33
+ "href": "/bps/#/skill",
34
+ "client": "all",
35
+ "status": true,
36
+ "hasMark": false,
37
+ "markcls": "ishot"
38
+ },
39
+ {
40
+ "name": "技能数据",
41
+ "href": "/bps/#/raw",
42
+ "client": "all",
43
+ "status": true,
44
+ "hasMark": false,
45
+ "markcls": "ishot"
46
+ },
47
+ {
48
+ "name": "源码分析",
49
+ "href": "/fb/#/lua",
50
+ "client": "all",
51
+ "status": true,
52
+ "hasMark": false,
53
+ "markcls": "ishot"
54
+ },
55
+ {
56
+ "name": "秘籍大全",
57
+ "href": "/bps/#/recipe",
58
+ "client": "all",
59
+ "status": true,
60
+ "hasMark": false,
61
+ "markcls": "ishot"
62
+ },
63
+ {
64
+ "name": "技能合集",
65
+ "href": "/bps/#/collection",
66
+ "client": "all",
67
+ "status": true,
68
+ "hasMark": false,
69
+ "markcls": "ishot"
70
+ }
71
+ ]
72
+ },
73
+ {
74
+ "name": "工具",
75
+ "children": [
76
+ {
77
+ "name": "配装器",
78
+ "href": "/pz/",
79
+ "client": "all",
80
+ "status": true,
81
+ "hasMark": false,
82
+ "markcls": "ishot"
83
+ },
84
+ {
85
+ "name": "急速阈值",
86
+ "href": "/bps/#/haste",
87
+ "client": "std",
88
+ "status": true,
89
+ "hasMark": false,
90
+ "markcls": "ishot"
91
+ },
92
+ {
93
+ "name": "奇穴模拟器",
94
+ "href": "/app/talent/",
95
+ "client": "std",
96
+ "status": true,
97
+ "hasMark": false,
98
+ "markcls": "ishot"
99
+ },
100
+ {
101
+ "name": "镇派模拟器",
102
+ "href": "/app/talent2/",
103
+ "client": "origin",
104
+ "status": true,
105
+ "hasMark": false,
106
+ "markcls": "ishot"
107
+ },
108
+ {
109
+ "name": "DPS计算器",
110
+ "href": "/bps/#/dps",
111
+ "client": "all",
112
+ "status": true,
113
+ "hasMark": false,
114
+ "markcls": "ishot"
115
+ },
116
+ {
117
+ "name": "宏编辑器",
118
+ "href": "/app/macroeditor/",
119
+ "client": "all",
120
+ "status": true,
121
+ "hasMark": false,
122
+ "markcls": "ishot"
123
+ }
124
+ ]
125
+ }
126
+ ]
127
+ },
128
+ {
129
+ "name": "秘境(副本)",
130
+ "icon": "",
131
+ "children": [
132
+ {
133
+ "name": "创作",
134
+ "icon": "",
135
+ "children": [
136
+ {
137
+ "name": "副本攻略",
138
+ "href": "/fb/",
139
+ "client": "all",
140
+ "status": true,
141
+ "hasMark": false,
142
+ "markcls": "ishot"
143
+ },
144
+ {
145
+ "name": "副本成就",
146
+ "href": "/fb/#/cj",
147
+ "client": "all",
148
+ "status": true,
149
+ "hasMark": false,
150
+ "markcls": "ishot"
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "name": "数据",
156
+ "children": [
157
+ {
158
+ "name": "首领数据",
159
+ "href": "/fb/#/npc",
160
+ "client": "all",
161
+ "status": true,
162
+ "hasMark": false,
163
+ "markcls": "ishot"
164
+ },
165
+ {
166
+ "name": "特殊机制",
167
+ "href": "/fb/#/attr",
168
+ "client": "all",
169
+ "status": true,
170
+ "hasMark": false,
171
+ "markcls": "ishot"
172
+ },
173
+ {
174
+ "name": "秘境掉落",
175
+ "href": "/fb/#/drop",
176
+ "client": "all",
177
+ "status": true,
178
+ "hasMark": false,
179
+ "markcls": "ishot"
180
+ },
181
+ {
182
+ "name": "瑰石查询",
183
+ "href": "/fb/#/gem",
184
+ "client": "all",
185
+ "status": true,
186
+ "hasMark": false,
187
+ "markcls": "ishot"
188
+ },
189
+ {
190
+ "name": "八荒模拟",
191
+ "href": "/app/bhhj",
192
+ "client": "origin",
193
+ "status": true,
194
+ "hasMark": false,
195
+ "markcls": "ishot"
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "name": "工具",
201
+ "children": [
202
+ {
203
+ "name": "团队平台",
204
+ "href": "/team/",
205
+ "client": "all",
206
+ "status": true,
207
+ "hasMark": false,
208
+ "markcls": "ishot"
209
+ },
210
+ {
211
+ "name": "战斗分析",
212
+ "href": "/battle/#/public",
213
+ "client": "all",
214
+ "status": true,
215
+ "hasMark": false,
216
+ "markcls": "ishot"
217
+ }
218
+ ]
219
+ }
220
+ ]
221
+ },
222
+ {
223
+ "name": "插件与工具",
224
+ "icon": "",
225
+ "children": [
226
+ {
227
+ "name": "数据",
228
+ "icon": "",
229
+ "children": [
230
+ {
231
+ "name": "插件数据下载",
232
+ "href": "/jx3dat/#/plugins",
233
+ "client": "all",
234
+ "status": true,
235
+ "hasMark": false,
236
+ "markcls": "ishot"
237
+ },
238
+ {
239
+ "name": "剑三数据库",
240
+ "href": "/app/database/",
241
+ "client": "all",
242
+ "status": true,
243
+ "hasMark": false,
244
+ "markcls": "ishot"
245
+ },
246
+ {
247
+ "name": "图标大全",
248
+ "href": "/app/icons/",
249
+ "client": "all",
250
+ "status": true,
251
+ "hasMark": false,
252
+ "markcls": "ishot"
253
+ }
254
+ ]
255
+ },
256
+ {
257
+ "name": "工具",
258
+ "children": [
259
+ {
260
+ "name": "开服监控",
261
+ "href": "/app/servers2/",
262
+ "client": "all",
263
+ "status": true,
264
+ "hasMark": false,
265
+ "markcls": "ishot"
266
+ },
267
+ {
268
+ "name": "金价走势",
269
+ "href": "/app/price/",
270
+ "client": "all",
271
+ "status": true,
272
+ "hasMark": false,
273
+ "markcls": "ishot"
274
+ },
275
+ {
276
+ "name": "物价大全",
277
+ "href": "/pvg/item_price",
278
+ "client": "all",
279
+ "status": true,
280
+ "hasMark": false,
281
+ "markcls": "ishot"
282
+ },
283
+ {
284
+ "name": "技艺助手",
285
+ "href": "/pvg/manufacture",
286
+ "client": "all",
287
+ "status": true,
288
+ "hasMark": false,
289
+ "markcls": "ishot"
290
+ },
291
+ {
292
+ "name": "科举题库",
293
+ "href": "https://j3cx.com/exam/",
294
+ "client": "all",
295
+ "status": true,
296
+ "hasMark": false,
297
+ "markcls": "ishot"
298
+ },
299
+ {
300
+ "name": "工具社区",
301
+ "href": "/tool/",
302
+ "client": "all",
303
+ "status": true,
304
+ "hasMark": false,
305
+ "markcls": "ishot"
306
+ }
307
+ ]
308
+ }
309
+ ]
310
+ },
311
+ {
312
+ "name": "竞技(PvP)",
313
+ "icon": "",
314
+ "children": [
315
+ {
316
+ "name": "工具",
317
+ "children": [
318
+ {
319
+ "name": "沙盘查询",
320
+ "href": "/pvp/sandbox",
321
+ "client": "all",
322
+ "status": true,
323
+ "hasMark": false,
324
+ "markcls": "ishot"
325
+ }
326
+ ]
327
+ }
328
+ ]
329
+ },
330
+ {
331
+ "name": "资历与百科",
332
+ "icon": "",
333
+ "children": [
334
+ {
335
+ "name": "创作",
336
+ "icon": "",
337
+ "children": [
338
+ {
339
+ "name": "成就百科",
340
+ "href": "/cj/",
341
+ "client": "all",
342
+ "status": true,
343
+ "hasMark": false,
344
+ "markcls": "ishot"
345
+ },
346
+ {
347
+ "name": "物品百科",
348
+ "href": "/item/",
349
+ "client": "all",
350
+ "status": true,
351
+ "hasMark": false,
352
+ "markcls": "ishot"
353
+ },
354
+ {
355
+ "name": "任务百科",
356
+ "href": "/quest/",
357
+ "client": "all",
358
+ "status": true,
359
+ "hasMark": false,
360
+ "markcls": "ishot"
361
+ }
362
+ ]
363
+ },
364
+ {
365
+ "name": "数据",
366
+ "children": [
367
+ {
368
+ "name": "奇遇大全",
369
+ "href": "/adventure/",
370
+ "client": "all",
371
+ "status": true,
372
+ "hasMark": false,
373
+ "markcls": "ishot"
374
+ },
375
+ {
376
+ "name": "宠物大全",
377
+ "href": "/pet/",
378
+ "client": "all",
379
+ "status": true,
380
+ "hasMark": false,
381
+ "markcls": "ishot"
382
+ },
383
+ {
384
+ "name": "坐骑大全",
385
+ "href": "/horse/",
386
+ "client": "all",
387
+ "status": false,
388
+ "hasMark": false,
389
+ "markcls": "ishot"
390
+ },
391
+ {
392
+ "name": "声望大全",
393
+ "href": "/reputation/",
394
+ "client": "all",
395
+ "status": true,
396
+ "hasMark": false,
397
+ "markcls": "ishot"
398
+ },
399
+ {
400
+ "name": "书籍大全",
401
+ "href": "/book/",
402
+ "client": "all",
403
+ "status": false,
404
+ "hasMark": false,
405
+ "markcls": "ishot"
406
+ }
407
+ ]
408
+ }
409
+ ]
410
+ },
411
+ {
412
+ "name": "外观",
413
+ "icon": "",
414
+ "children": [
415
+ {
416
+ "name": "创作",
417
+ "children": [
418
+ {
419
+ "name": "捏脸数据",
420
+ "href": "/face/",
421
+ "client": "all",
422
+ "status": true,
423
+ "hasMark": false,
424
+ "markcls": "ishot"
425
+ },
426
+ {
427
+ "name": "家园蓝图",
428
+ "href": "https://jx3.xoyo.com/zt/2020/09/24/blueprint/#/",
429
+ "client": "all",
430
+ "status": true,
431
+ "hasMark": false,
432
+ "markcls": "ishot"
433
+ }
434
+ ]
435
+ },
436
+ {
437
+ "name": "数据",
438
+ "children": [
439
+ {
440
+ "name": "外观大全",
441
+ "href": "/exterior",
442
+ "client": "all",
443
+ "status": false,
444
+ "hasMark": false,
445
+ "markcls": "ishot"
446
+ },
447
+ {
448
+ "name": "家具大全",
449
+ "href": "/furniture/",
450
+ "client": "all",
451
+ "status": true,
452
+ "hasMark": false,
453
+ "markcls": "ishot"
454
+ }
455
+ ]
456
+ },
457
+ {
458
+ "name": "工具",
459
+ "children": [
460
+ {
461
+ "name": "妆容解析",
462
+ "href": "/share/facedata",
463
+ "client": "all",
464
+ "status": true,
465
+ "hasMark": false,
466
+ "markcls": "ishot"
467
+ },
468
+ {
469
+ "name": "剑三编辑器",
470
+ "href": "https://movieeditor.jx3.xoyo.com/index.html",
471
+ "client": "all",
472
+ "status": true,
473
+ "hasMark": false,
474
+ "markcls": "ishot"
475
+ }
476
+ ]
477
+ }
478
+ ]
479
+ },
480
+ {
481
+ "name": "茶馆",
482
+ "icon": "",
483
+ "children": [
484
+ {
485
+ "name": "创作",
486
+ "children": [
487
+ {
488
+ "name": "交流分享",
489
+ "href": "/bbs/",
490
+ "client": "all",
491
+ "status": true,
492
+ "hasMark": false,
493
+ "markcls": "ishot"
494
+ },
495
+ {
496
+ "name": "骚话创作",
497
+ "href": "/joke",
498
+ "client": "all",
499
+ "status": true,
500
+ "hasMark": false,
501
+ "markcls": "ishot"
502
+ },
503
+ {
504
+ "name": "趣图创作",
505
+ "href": "/emotion",
506
+ "client": "all",
507
+ "status": true,
508
+ "hasMark": false,
509
+ "markcls": "ishot"
510
+ }
511
+ ]
512
+ }
513
+ ]
514
+ },
515
+ {
516
+ "name": "剑三大世界",
517
+ "icon": "",
518
+ "children": [
519
+ {
520
+ "name": "创作",
521
+ "children": [
522
+ {
523
+ "name": "通识百科",
524
+ "href": "/knowledge/",
525
+ "client": "all",
526
+ "status": true,
527
+ "hasMark": false,
528
+ "markcls": "ishot"
529
+ },
530
+ {
531
+ "name": "剑三日历",
532
+ "href": "/calendar/",
533
+ "client": "all",
534
+ "status": true,
535
+ "hasMark": false,
536
+ "markcls": "ishot"
537
+ },
538
+ {
539
+ "name": "剑三考试",
540
+ "href": "/exam",
541
+ "client": "all",
542
+ "status": true,
543
+ "hasMark": false,
544
+ "markcls": "ishot"
545
+ },
546
+ {
547
+ "name": "剑三铭牌",
548
+ "href": "/namespace",
549
+ "client": "all",
550
+ "status": true,
551
+ "hasMark": false,
552
+ "markcls": "ishot"
553
+ }
554
+ ]
555
+ }
556
+ ]
557
+ },
558
+ {
559
+ "name": "专题与活动",
560
+ "icon": "",
561
+ "children": [
562
+ {
563
+ "name": "活动",
564
+ "children": [
565
+ {
566
+ "name": "秘境百强榜",
567
+ "href": "/rank/",
568
+ "client": "all",
569
+ "status": true,
570
+ "hasMark": false,
571
+ "markcls": "ishot"
572
+ }
573
+ ]
574
+ },
575
+ {
576
+ "name": "专题",
577
+ "children": [
578
+ {
579
+ "name": "剑三资料片",
580
+ "href": "/topic/",
581
+ "client": "all",
582
+ "status": true,
583
+ "hasMark": false,
584
+ "markcls": "ishot"
585
+ },
586
+ {
587
+ "name": "剑三欢迎你",
588
+ "href": "/topic/welcome",
589
+ "client": "all",
590
+ "status": false,
591
+ "hasMark": false,
592
+ "markcls": "ishot"
593
+ },
594
+ {
595
+ "name": "剑与侠道",
596
+ "href": "/topic/jianyuxiadao",
597
+ "client": "all",
598
+ "status": true,
599
+ "hasMark": false,
600
+ "markcls": "ishot"
601
+ }
602
+ ]
603
+ }
604
+ ]
605
+ }
606
+ ]