@jx3box/jx3box-ui 0.0.1

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 (408) hide show
  1. package/.env +6 -0
  2. package/README.md +4 -0
  3. package/assets/css/bread/admin.less +131 -0
  4. package/assets/css/bread/breadcrumb.less +163 -0
  5. package/assets/css/bread/crumb.less +17 -0
  6. package/assets/css/comment/quick-reply.less +56 -0
  7. package/assets/css/common/bottom.less +21 -0
  8. package/assets/css/common/footer.less +78 -0
  9. package/assets/css/common/left-sidebar.less +137 -0
  10. package/assets/css/common/main.less +75 -0
  11. package/assets/css/common/right-sidebar.less +193 -0
  12. package/assets/css/common/suspend-common.less +343 -0
  13. package/assets/css/editor/article.less +36 -0
  14. package/assets/css/editor/combo.less +311 -0
  15. package/assets/css/editor/resource.less +335 -0
  16. package/assets/css/editor/tinymce.less +80 -0
  17. package/assets/css/editor/upload.less +111 -0
  18. package/assets/css/filters/client-by.less +33 -0
  19. package/assets/css/header/box.less +181 -0
  20. package/assets/css/interact/like2.less +20 -0
  21. package/assets/css/interact/share2.less +101 -0
  22. package/assets/css/mixin.less +64 -0
  23. package/assets/css/module/author.less +190 -0
  24. package/assets/css/module/buff.less +78 -0
  25. package/assets/css/module/directory.less +143 -0
  26. package/assets/css/module/icon.less +21 -0
  27. package/assets/css/module/item.less +229 -0
  28. package/assets/css/module/item_simple.less +51 -0
  29. package/assets/css/module/jx3_element.less +4 -0
  30. package/assets/css/module/macro.less +72 -0
  31. package/assets/css/module/npc.less +220 -0
  32. package/assets/css/module/resource.less +80 -0
  33. package/assets/css/module/skill.less +65 -0
  34. package/assets/css/module/talent.less +424 -0
  35. package/assets/css/single/author.less +101 -0
  36. package/assets/css/single/cms-single.less +55 -0
  37. package/assets/css/single/thx.less +230 -0
  38. package/assets/css/tinymce/_.less +28 -0
  39. package/assets/css/tinymce/a.less +29 -0
  40. package/assets/css/tinymce/code.less +159 -0
  41. package/assets/css/tinymce/combo.less +86 -0
  42. package/assets/css/tinymce/fold.less +70 -0
  43. package/assets/css/tinymce/h.less +58 -0
  44. package/assets/css/tinymce/hr.less +9 -0
  45. package/assets/css/tinymce/img.less +16 -0
  46. package/assets/css/tinymce/imgpreview.less +14 -0
  47. package/assets/css/tinymce/latex.less +43 -0
  48. package/assets/css/tinymce/list.less +65 -0
  49. package/assets/css/tinymce/macro.less +40 -0
  50. package/assets/css/tinymce/nextpage.less +65 -0
  51. package/assets/css/tinymce/p.less +8 -0
  52. package/assets/css/tinymce/plugin.less +3 -0
  53. package/assets/css/tinymce/pz.less +39 -0
  54. package/assets/css/tinymce/qixue.less +39 -0
  55. package/assets/css/tinymce/quote.less +12 -0
  56. package/assets/css/tinymce/table.less +59 -0
  57. package/assets/css/tinymce/video.less +61 -0
  58. package/assets/css/var.less +1 -0
  59. package/assets/data/box.json +184 -0
  60. package/assets/data/box2.json +606 -0
  61. package/assets/data/detach_type.json +29 -0
  62. package/assets/data/game_font.json +242 -0
  63. package/assets/data/nav.json +12 -0
  64. package/assets/data/panel.json +27 -0
  65. package/assets/data/reply_template.json +6 -0
  66. package/assets/data/weapon_type.json +20 -0
  67. package/assets/data/zlp.json +5 -0
  68. package/assets/img/author/bilibili.png +0 -0
  69. package/assets/img/author/bilibili.svg +1 -0
  70. package/assets/img/author/chat.png +0 -0
  71. package/assets/img/author/douyu.png +0 -0
  72. package/assets/img/author/douyu.svg +1 -0
  73. package/assets/img/author/github.svg +1 -0
  74. package/assets/img/author/huya.png +0 -0
  75. package/assets/img/author/huya.svg +1 -0
  76. package/assets/img/author/msg.svg +55 -0
  77. package/assets/img/author/tuilan.png +0 -0
  78. package/assets/img/author/weibo.svg +70 -0
  79. package/assets/img/bread/menu.svg +1 -0
  80. package/assets/img/comment/comment.svg +1 -0
  81. package/assets/img/comment/heart_1.svg +1 -0
  82. package/assets/img/comment/heart_2.svg +1 -0
  83. package/assets/img/comment/hide.svg +1 -0
  84. package/assets/img/common/add.svg +1 -0
  85. package/assets/img/common/android.svg +1 -0
  86. package/assets/img/common/bell.svg +1 -0
  87. package/assets/img/common/bilibili-black.svg +1 -0
  88. package/assets/img/common/bilibili.svg +1 -0
  89. package/assets/img/common/check.svg +1 -0
  90. package/assets/img/common/coin.svg +1 -0
  91. package/assets/img/common/coupon.svg +56 -0
  92. package/assets/img/common/douyin.svg +1 -0
  93. package/assets/img/common/edit.svg +1 -0
  94. package/assets/img/common/followus.svg +18 -0
  95. package/assets/img/common/gift.svg +1 -0
  96. package/assets/img/common/harmony.svg +1 -0
  97. package/assets/img/common/ios.svg +1 -0
  98. package/assets/img/common/jx3-origin.svg +15 -0
  99. package/assets/img/common/jx3-www.svg +9 -0
  100. package/assets/img/common/lang.svg +6 -0
  101. package/assets/img/common/logo.svg +5 -0
  102. package/assets/img/common/manage.svg +1 -0
  103. package/assets/img/common/miniprogram.jpg +0 -0
  104. package/assets/img/common/miniprogram.svg +1 -0
  105. package/assets/img/common/mp.jpg +0 -0
  106. package/assets/img/common/msg.svg +1 -0
  107. package/assets/img/common/news.svg +20 -0
  108. package/assets/img/common/qqbot.svg +7 -0
  109. package/assets/img/common/qrcode.svg +1 -0
  110. package/assets/img/common/search-key-slash.svg +5 -0
  111. package/assets/img/common/send.svg +56 -0
  112. package/assets/img/common/setting.svg +1 -0
  113. package/assets/img/common/vip.svg +1 -0
  114. package/assets/img/common/wechat.svg +48 -0
  115. package/assets/img/common/weibo.svg +70 -0
  116. package/assets/img/editor/buff.svg +1 -0
  117. package/assets/img/editor/file.svg +51 -0
  118. package/assets/img/editor/icons.svg +15 -0
  119. package/assets/img/editor/item.svg +46 -0
  120. package/assets/img/editor/jx3.svg +11 -0
  121. package/assets/img/editor/jx3box.svg +5 -0
  122. package/assets/img/editor/skill.svg +53 -0
  123. package/assets/img/editor/view.svg +1 -0
  124. package/assets/img/footer/android.svg +1 -0
  125. package/assets/img/footer/china.svg +1 -0
  126. package/assets/img/footer/harmony.svg +1 -0
  127. package/assets/img/footer/ios.svg +1 -0
  128. package/assets/img/footer/logo.svg +5 -0
  129. package/assets/img/footer/miniprogram.svg +1 -0
  130. package/assets/img/footer/qqbot.svg +7 -0
  131. package/assets/img/header/add.svg +1 -0
  132. package/assets/img/header/bell.svg +1 -0
  133. package/assets/img/header/check.svg +1 -0
  134. package/assets/img/header/coin.svg +1 -0
  135. package/assets/img/header/edit.svg +1 -0
  136. package/assets/img/header/gift.svg +1 -0
  137. package/assets/img/header/logo.svg +5 -0
  138. package/assets/img/header/manage.svg +1 -0
  139. package/assets/img/header/msg.svg +1 -0
  140. package/assets/img/header/search-key-slash.svg +5 -0
  141. package/assets/img/header/send.svg +56 -0
  142. package/assets/img/header/setting.svg +1 -0
  143. package/assets/img/header/translator.svg +1 -0
  144. package/assets/img/header/vip.svg +1 -0
  145. package/assets/img/leftsidebar/arrow.svg +64 -0
  146. package/assets/img/leftsidebar/close.svg +49 -0
  147. package/assets/img/leftsidebar/fans.svg +1 -0
  148. package/assets/img/leftsidebar/medal.svg +1 -0
  149. package/assets/img/leftsidebar/more.svg +50 -0
  150. package/assets/img/leftsidebar/open.svg +51 -0
  151. package/assets/img/leftsidebar/post.svg +46 -0
  152. package/assets/img/leftsidebar/team.svg +1 -0
  153. package/assets/img/leftsidebar/united.svg +1 -0
  154. package/assets/img/list/post.svg +1 -0
  155. package/assets/img/mobile/miniprogram.jpg +0 -0
  156. package/assets/img/mobile/mp.jpg +0 -0
  157. package/assets/img/npc/attack.svg +69 -0
  158. package/assets/img/npc/buff.svg +20 -0
  159. package/assets/img/npc/energy.svg +1 -0
  160. package/assets/img/npc/miss.svg +1 -0
  161. package/assets/img/npc/npc.svg +1 -0
  162. package/assets/img/npc/radar.svg +45 -0
  163. package/assets/img/npc/shield.svg +1 -0
  164. package/assets/img/npc/sight.svg +1 -0
  165. package/assets/img/npc/skull.svg +15 -0
  166. package/assets/img/npc/target.svg +55 -0
  167. package/assets/img/price/jin.png +0 -0
  168. package/assets/img/price/tong.png +0 -0
  169. package/assets/img/price/yin.png +0 -0
  170. package/assets/img/price/zhuan.png +0 -0
  171. package/assets/img/rightsidebar/ac.svg +1 -0
  172. package/assets/img/rightsidebar/github.svg +1 -0
  173. package/assets/img/rightsidebar/repo.svg +1 -0
  174. package/assets/img/rightsidebar/topic_bg.svg +1 -0
  175. package/assets/img/rightsidebar/topic_bg_bps.svg +113 -0
  176. package/assets/img/single/author.svg +1 -0
  177. package/assets/img/single/directory-header.svg +1 -0
  178. package/assets/img/single/lock.svg +1 -0
  179. package/assets/img/single/modate.svg +24 -0
  180. package/assets/img/single/podate.svg +23 -0
  181. package/assets/img/single/ticket.svg +1 -0
  182. package/assets/img/suspend/ArrowsLeftRight.svg +1 -0
  183. package/assets/img/suspend/circle.svg +7 -0
  184. package/assets/img/suspend/collect.svg +1 -0
  185. package/assets/img/suspend/collect_slash.svg +1 -0
  186. package/assets/img/suspend/collect_slash_touchbar.svg +1 -0
  187. package/assets/img/suspend/collect_slash_touchbar_100.svg +1 -0
  188. package/assets/img/suspend/collect_touchbar.svg +1 -0
  189. package/assets/img/suspend/collect_touchbar_100.svg +1 -0
  190. package/assets/img/suspend/lafter_touchbar.svg +1 -0
  191. package/assets/img/suspend/later-on.svg +1 -0
  192. package/assets/img/suspend/line.svg +3 -0
  193. package/assets/img/suspend/more.svg +1 -0
  194. package/assets/img/suspend/pin_slash_24.svg +1 -0
  195. package/assets/img/suspend/pin_slash_touchbar.svg +1 -0
  196. package/assets/img/suspend/pin_slash_touchbar_24.svg +1 -0
  197. package/assets/img/suspend/pin_slash_touchbar_40.svg +1 -0
  198. package/assets/img/suspend/pin_touchbar.svg +1 -0
  199. package/assets/img/suspend/pin_touchbar_100.svg +1 -0
  200. package/assets/img/suspend/pin_touchbar_24.svg +1 -0
  201. package/assets/img/suspend/report_100.svg +1 -0
  202. package/assets/img/suspend/rss_touchbar.svg +1 -0
  203. package/assets/img/suspend/rss_touchbar_100.svg +1 -0
  204. package/assets/img/suspend/search.svg +3 -0
  205. package/assets/img/suspend/search_touchbar.svg +1 -0
  206. package/assets/img/widget/admin_gift.svg +10 -0
  207. package/assets/img/widget/gift.svg +1 -0
  208. package/assets/img/widget/heart.svg +17 -0
  209. package/assets/img/widget/heart1.svg +1 -0
  210. package/assets/img/widget/heart2.svg +11 -0
  211. package/assets/img/widget/heart3.svg +37 -0
  212. package/assets/img/widget/like.svg +1 -0
  213. package/assets/img/widget/like2.svg +1 -0
  214. package/assets/img/widget/like3.svg +14 -0
  215. package/assets/img/widget/like4.png +0 -0
  216. package/assets/img/widget/like4ing.gif +0 -0
  217. package/assets/img/widget/qq.svg +1 -0
  218. package/assets/img/widget/qr-code.svg +1 -0
  219. package/assets/img/widget/qzone.svg +1 -0
  220. package/assets/img/widget/records.svg +1 -0
  221. package/assets/img/widget/share-link.png +0 -0
  222. package/assets/img/widget/share.svg +13 -0
  223. package/assets/img/widget/share2.svg +19 -0
  224. package/assets/img/widget/star.svg +9 -0
  225. package/assets/img/widget/tieba.svg +1 -0
  226. package/assets/img/widget/unstar.svg +21 -0
  227. package/assets/img/widget/web_heart_animation.png +0 -0
  228. package/assets/img/widget/weibo.svg +1 -0
  229. package/assets/img/widget/weixin.svg +1 -0
  230. package/assets/js/a.js +46 -0
  231. package/assets/js/app.js +7 -0
  232. package/assets/js/code.js +13 -0
  233. package/assets/js/combo.js +40 -0
  234. package/assets/js/directory.js +114 -0
  235. package/assets/js/filter2.js +186 -0
  236. package/assets/js/fold.js +11 -0
  237. package/assets/js/gallery.js +14 -0
  238. package/assets/js/hljs_languages.js +177 -0
  239. package/assets/js/iframe.js +38 -0
  240. package/assets/js/img.js +23 -0
  241. package/assets/js/item/attribute_percent.js +88 -0
  242. package/assets/js/item/bind.js +18 -0
  243. package/assets/js/item/border.js +19 -0
  244. package/assets/js/item/border_quest.js +12 -0
  245. package/assets/js/item/color.js +25 -0
  246. package/assets/js/item/hljs_languages.js +177 -0
  247. package/assets/js/item/icon_url.js +15 -0
  248. package/assets/js/item/second_format.js +19 -0
  249. package/assets/js/jx3_element.js +73 -0
  250. package/assets/js/katex.js +181 -0
  251. package/assets/js/macro.js +16 -0
  252. package/assets/js/nextpage.js +4 -0
  253. package/assets/js/pswp.js +67 -0
  254. package/assets/js/pswp_template.js +66 -0
  255. package/assets/js/pz_iframe.js +30 -0
  256. package/assets/js/qixue.js +28 -0
  257. package/assets/js/renderImgPreview.js +18 -0
  258. package/assets/js/script.js +6 -0
  259. package/assets/js/stat.js +107 -0
  260. package/assets/js/talent2.js +21 -0
  261. package/assets/js/tex-mml-chtml.js +36310 -0
  262. package/assets/js/voice.js +238 -0
  263. package/assets/js/xss.js +130 -0
  264. package/babel.config.js +3 -0
  265. package/docs/README.md +78 -0
  266. package/i18n/index.js +134 -0
  267. package/i18n/messages/en-US.js +124 -0
  268. package/i18n/messages/vi.js +124 -0
  269. package/i18n/messages/zh-CN.js +124 -0
  270. package/i18n/messages/zh-TW.js +124 -0
  271. package/i18n/mixin.js +23 -0
  272. package/index.js +73 -0
  273. package/package.json +97 -0
  274. package/postcss.config.js +3 -0
  275. package/service/admin.js +20 -0
  276. package/service/author.js +94 -0
  277. package/service/breadcrumb.js +13 -0
  278. package/service/cms.js +137 -0
  279. package/service/comment.js +187 -0
  280. package/service/database.js +115 -0
  281. package/service/design.js +13 -0
  282. package/service/enum/CollectionPublic.js +13 -0
  283. package/service/enum/EquipPosition.js +48 -0
  284. package/service/enum/EquipType.js +33 -0
  285. package/service/fav.js +27 -0
  286. package/service/follow.js +55 -0
  287. package/service/github.js +15 -0
  288. package/service/header.js +42 -0
  289. package/service/item.js +22 -0
  290. package/service/resource.js +31 -0
  291. package/service/suspend.js +81 -0
  292. package/service/thx.js +60 -0
  293. package/src/App.vue +212 -0
  294. package/src/Bottom.vue +23 -0
  295. package/src/Box.vue +149 -0
  296. package/src/Breadcrumb.vue +141 -0
  297. package/src/CommonFooter.vue +69 -0
  298. package/src/CommonHeader.vue +270 -0
  299. package/src/Footer.vue +45 -0
  300. package/src/LeftSideToggle.vue +64 -0
  301. package/src/LeftSidebar.vue +123 -0
  302. package/src/Main.vue +48 -0
  303. package/src/RightSidebar.vue +61 -0
  304. package/src/SuspendCommon.vue +705 -0
  305. package/src/author/AuthorFans.vue +170 -0
  306. package/src/author/AuthorFollow.vue +205 -0
  307. package/src/author/AuthorGift.vue +286 -0
  308. package/src/author/AuthorHonor.vue +128 -0
  309. package/src/author/AuthorInfo.vue +245 -0
  310. package/src/author/AuthorLink.vue +113 -0
  311. package/src/author/AuthorMedals.vue +87 -0
  312. package/src/author/AuthorMsg.vue +25 -0
  313. package/src/author/AuthorPosts.vue +114 -0
  314. package/src/author/AuthorRss.vue +160 -0
  315. package/src/author/AuthorTeams.vue +106 -0
  316. package/src/author/Avatar.vue +168 -0
  317. package/src/author/UserPop.vue +198 -0
  318. package/src/bread/Admin.vue +400 -0
  319. package/src/bread/AdminButton.vue +31 -0
  320. package/src/bread/AdminDirectMessage.vue +73 -0
  321. package/src/bread/AdminDrop.vue +155 -0
  322. package/src/bread/Crumb.vue +27 -0
  323. package/src/bread/DesignTask.vue +194 -0
  324. package/src/comment/Avatar.vue +124 -0
  325. package/src/comment/CommentContent.vue +486 -0
  326. package/src/comment/CommentContentSimple.vue +240 -0
  327. package/src/comment/CommentInputForm.vue +182 -0
  328. package/src/comment/CommentWithReply.vue +261 -0
  329. package/src/comment/QuickReply.vue +64 -0
  330. package/src/comment/ReplyForReply.vue +127 -0
  331. package/src/comment/ReplyItem.vue +92 -0
  332. package/src/comment/ReplyList.vue +126 -0
  333. package/src/comment/Upload.vue +108 -0
  334. package/src/editor/Article.vue +230 -0
  335. package/src/editor/BoxResource.vue +441 -0
  336. package/src/editor/Resource.vue +623 -0
  337. package/src/editor/Tinymce.vue +204 -0
  338. package/src/editor/Upload.vue +277 -0
  339. package/src/editor/UploadAlum.vue +176 -0
  340. package/src/editor/UploadBanner.vue +156 -0
  341. package/src/editor/components/Author.vue +322 -0
  342. package/src/editor/components/Avatar.vue +95 -0
  343. package/src/editor/components/Buff.vue +80 -0
  344. package/src/editor/components/Combo.vue +259 -0
  345. package/src/editor/components/Equip.vue +299 -0
  346. package/src/editor/components/GameText.vue +242 -0
  347. package/src/editor/components/Item.vue +325 -0
  348. package/src/editor/components/ItemSimple.vue +134 -0
  349. package/src/editor/components/Medal.vue +43 -0
  350. package/src/editor/components/Npc.vue +215 -0
  351. package/src/editor/components/PostAuthor.vue +102 -0
  352. package/src/editor/components/Skill.vue +71 -0
  353. package/src/filters/clientBy.vue +96 -0
  354. package/src/filters/markBy.vue +177 -0
  355. package/src/filters/menuBy.vue +63 -0
  356. package/src/filters/orderBy.vue +170 -0
  357. package/src/filters/tagBy.vue +171 -0
  358. package/src/filters/topicBy.vue +151 -0
  359. package/src/filters/versionBy.vue +49 -0
  360. package/src/filters/zlpBy.vue +70 -0
  361. package/src/footer/copyright.vue +59 -0
  362. package/src/footer/links.vue +79 -0
  363. package/src/footer/official.vue +142 -0
  364. package/src/footer/resource.vue +146 -0
  365. package/src/header/alternate.vue +299 -0
  366. package/src/header/asset.vue +180 -0
  367. package/src/header/box.vue +161 -0
  368. package/src/header/box2.vue +479 -0
  369. package/src/header/bus.js +9 -0
  370. package/src/header/client.vue +183 -0
  371. package/src/header/lang.vue +136 -0
  372. package/src/header/logo.vue +95 -0
  373. package/src/header/manage.vue +200 -0
  374. package/src/header/message.vue +93 -0
  375. package/src/header/nav.vue +356 -0
  376. package/src/header/publish.vue +38 -0
  377. package/src/header/search.vue +120 -0
  378. package/src/header/search_map.json +3 -0
  379. package/src/header/shop.vue +121 -0
  380. package/src/header/user.vue +250 -0
  381. package/src/header/userInfo.vue +621 -0
  382. package/src/header/utils.js +126 -0
  383. package/src/header/vip.vue +120 -0
  384. package/src/interact/BoxcoinAdmin.vue +185 -0
  385. package/src/interact/BoxcoinRecords.vue +153 -0
  386. package/src/interact/BoxcoinUser.vue +194 -0
  387. package/src/interact/Contributors.vue +111 -0
  388. package/src/interact/Fav.vue +95 -0
  389. package/src/interact/Like.vue +61 -0
  390. package/src/interact/Rss.vue +163 -0
  391. package/src/interact/Share.vue +166 -0
  392. package/src/interact/WatchLater.vue +108 -0
  393. package/src/main.js +72 -0
  394. package/src/single/Author.vue +72 -0
  395. package/src/single/Collection.vue +176 -0
  396. package/src/single/Comment.vue +454 -0
  397. package/src/single/Creators.vue +214 -0
  398. package/src/single/PostDirectory.vue +147 -0
  399. package/src/single/PostHeader.vue +397 -0
  400. package/src/single/PostTopic.vue +127 -0
  401. package/src/single/SimpleThx.vue +217 -0
  402. package/src/single/Thx.vue +260 -0
  403. package/src/single/cms-single.vue +235 -0
  404. package/tailwind.config.js +13 -0
  405. package/utils/bus.js +5 -0
  406. package/utils/emotion.js +21 -0
  407. package/utils/index.js +36 -0
  408. package/vue.config.js +158 -0
@@ -0,0 +1,88 @@
1
+ /**
2
+ * attribute_percent
3
+ * @param {*} type 物品属性类型
4
+ * @param {*} value 物品属性值
5
+ */
6
+
7
+ export default (type, value) => {
8
+ let label = '';
9
+ value = value ? parseInt(value) : 0;
10
+ switch (type) {
11
+ case 'atAllTypeCriticalStrike':
12
+ case 'atLunarCriticalStrike':
13
+ case 'atMagicCriticalStrike':
14
+ case 'atNeutralCriticalStrike':
15
+ case 'atPhysicsCriticalStrike':
16
+ case 'atPoisonCriticalStrike':
17
+ case 'atSolarAndLunarCriticalStrike':
18
+ case 'atSolarCriticalStrike':
19
+ label = `+${(value / 35737.5 * 100).toFixed(2)}%`;
20
+ break;
21
+ case 'atAllTypeCriticalDamagePowerBase':
22
+ case 'atLunarCriticalDamagePowerBase':
23
+ case 'atMagicCriticalDamagePowerBase':
24
+ case 'atNeutralCriticalDamagePowerBase':
25
+ case 'atPhysicsCriticalDamagePowerBase':
26
+ case 'atPoisonCriticalDamagePowerBase':
27
+ case 'atSolarAndLunarCriticalDamagePowerBase':
28
+ case 'atSolarCriticalDamagePowerBase':
29
+ label = `+${(value / 12506.25 * 100).toFixed(2)}%`;
30
+ break;
31
+ case 'atToughnessBase':
32
+ label = `+${(value / 35737.5 * 100).toFixed(2)}% +${(value / 9588.75 * 100).toFixed(2)}%会心减害`;
33
+ break;
34
+ // 化劲
35
+ case 'atDecriticalDamagePowerBase':
36
+ label = '';// `+${(value / (5175 + value) * 100).toFixed(2)}%`;
37
+ break;
38
+ case 'atAllTypeHitValue':
39
+ case 'atLunarHitValue':
40
+ case 'atMagicHitValue':
41
+ case 'atNeutralHitValue':
42
+ case 'atPhysicsHitValue':
43
+ case 'atPoisonHitValue':
44
+ case 'atSolarAndLunarHitValue':
45
+ case 'atSolarHitValue':
46
+ label = `+${(value / 25991.25 * 100).toFixed(2)}%`;
47
+ break;
48
+ // 闪避
49
+ case 'atDodge':
50
+ label = '';// `+${(value / (17355 + value) * 100).toFixed(2)}%`;
51
+ break;
52
+ // 招架
53
+ case 'atParryBase':
54
+ label = '';// `+${(value / (16293.75 + value) * 100).toFixed(2)}%`;
55
+ break;
56
+ case 'atStrainBase':
57
+ label = `+${(value / 34458.75 * 100).toFixed(2)}%`;
58
+ break;
59
+ case 'atPhysicsDefenceAdd':
60
+ case 'atPhysicsShieldAdditional':
61
+ case 'atPhysicsShieldBase':
62
+ label = '';// `+${(value / (19091.25 + value) * 100).toFixed(2)}%`;
63
+ break;
64
+ case 'atLunarMagicShieldBase':
65
+ case 'atMagicShield':
66
+ case 'atNeutralMagicShieldBase':
67
+ case 'atPoisonMagicShieldBase':
68
+ case 'atSolarMagicShieldBase':
69
+ label = '';// `+${(value / (19091.25 + value) * 100).toFixed(2)}%`;
70
+ break;
71
+ case 'atLunarOvercomeBase':
72
+ case 'atMagicOvercome':
73
+ case 'atNeutralOvercomeBase':
74
+ case 'atPhysicsOvercomeBase':
75
+ case 'atPoisonOvercomeBase':
76
+ case 'atSolarAndLunarOvercomeBase':
77
+ case 'atSolarOvercomeBase':
78
+ label = `+${(value / 35737.5 * 100).toFixed(2)}%`;
79
+ break;
80
+ case 'atHasteBase':
81
+ label = `+${(value / 43856.25 * 100).toFixed(2)}%`;
82
+ break;
83
+ default:
84
+ break;
85
+ }
86
+ return label ? ` (${label})` : '';
87
+ }
88
+
@@ -0,0 +1,18 @@
1
+ /**
2
+ * bind
3
+ * @param {*} BindType 绑定类型
4
+ */
5
+
6
+ export default (BindType) => {
7
+ switch (BindType) {
8
+ case 1:
9
+ return '不绑定';
10
+ case 2:
11
+ return '装备后绑定';
12
+ case 3 :
13
+ return '拾取后绑定';
14
+ default:
15
+ return '未知'
16
+ }
17
+ }
18
+
@@ -0,0 +1,19 @@
1
+ /**
2
+ * border
3
+ * @param {*} item 物品对象
4
+ */
5
+ import JX3BOX from "@jx3box/jx3box-common/data/jx3box.json";
6
+ const { __imgPath } = JX3BOX;
7
+
8
+ export default (item) => {
9
+ switch (item.Quality) {
10
+ case 3:
11
+ return `url(${__imgPath}image/item/blue.png)`;
12
+ case 4:
13
+ return `url(${__imgPath}image/item/purple.png)`;
14
+ case 5:
15
+ return `url(${__imgPath}image/item/orange.gif)`;
16
+ default:
17
+ return "";
18
+ }
19
+ };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * border_quest
3
+ * @param {*} item 物品对象
4
+ */
5
+ import JX3BOX from "@jx3box/jx3box-common/data/jx3box.json";
6
+ const { __imgPath } = JX3BOX;
7
+
8
+ export default (item) => {
9
+ if (item.IsQuest > 0) return `url(${__imgPath}image/item/renwu.png)`;
10
+ return '';
11
+ }
12
+
@@ -0,0 +1,25 @@
1
+ /**
2
+ * 品质 转 颜色
3
+ *
4
+ * @param {*} quality
5
+ */
6
+ export default (quality) => {
7
+ quality = parseInt(quality);
8
+ switch (quality) {
9
+ case 0:
10
+ return 'rgb(167,167,167)';
11
+ case 1:
12
+ return 'rgb(255,255,255)';
13
+ case 2:
14
+ return 'rgb(0,210,75)';
15
+ case 3 :
16
+ return 'rgb(0,126,255)';
17
+ case 4:
18
+ return 'rgb(254,45,254)';
19
+ case 5:
20
+ return 'rgb(255,165,0)';
21
+ default:
22
+ return 'rgb(167,167,167)'
23
+ }
24
+ }
25
+
@@ -0,0 +1,177 @@
1
+ /**
2
+ * highlight.js 默认支持(不需要额外装库)的语法
3
+ * https://github.com/highlightjs/highlight.js/blob/main/SUPPORTED_LANGUAGES.md
4
+ */
5
+
6
+ export default [
7
+ // 不加参数时默认的
8
+ { text: "JSON", value: "json" },
9
+ { text: "Lua", value: "lua" },
10
+ { text: "HTML, XML", value: "xml" },
11
+ { text: "Bash", value: "bash" },
12
+ { text: "JavaScript", value: "javascript" },
13
+ { text: "Python", value: "python" },
14
+ { text: "Java", value: "java" },
15
+ { text: "C", value: "c" },
16
+ { text: "C#", value: "csharp" },
17
+ { text: "C++", value: "cpp" },
18
+
19
+ // 其他支持的
20
+ { text: "1C", value: "1c" },
21
+ { text: "ABNF", value: "abnf" },
22
+ { text: "Access logs", value: "accesslog" },
23
+ { text: "Ada", value: "ada" },
24
+ { text: "Arduino (C++ w/Arduino libs)", value: "arduino" },
25
+ { text: "ARM assembler", value: "armasm" },
26
+ { text: "AVR assembler", value: "avrasm" },
27
+ { text: "ActionScript", value: "actionscript" },
28
+ { text: "AngelScript", value: "angelscript" },
29
+ { text: "Apache", value: "apache" },
30
+ { text: "AppleScript", value: "applescript" },
31
+ { text: "Arcade", value: "arcade" },
32
+ { text: "AsciiDoc", value: "asciidoc" },
33
+ { text: "AspectJ", value: "aspectj" },
34
+ { text: "AutoHotkey", value: "autohotkey" },
35
+ { text: "AutoIt", value: "autoit" },
36
+ { text: "Awk", value: "awk" },
37
+ { text: "Basic", value: "basic" },
38
+ { text: "BNF", value: "bnf" },
39
+ { text: "Brainfuck", value: "brainfuck" },
40
+ { text: "C/AL", value: "cal" },
41
+ { text: "Cache Object Script", value: "cos" },
42
+ { text: "CMake", value: "cmake" },
43
+ { text: "Coq", value: "coq" },
44
+ { text: "CSP", value: "csp" },
45
+ { text: "CSS", value: "css" },
46
+ { text: "Cap’n Proto", value: "capnproto" },
47
+ { text: "Clojure", value: "clojure" },
48
+ { text: "CoffeeScript", value: "coffeescript" },
49
+ { text: "Crmsh", value: "crmsh" },
50
+ { text: "Crystal", value: "crystal" },
51
+ { text: "D", value: "d" },
52
+ { text: "Dart", value: "dart" },
53
+ { text: "Delphi", value: "dpr" },
54
+ { text: "Diff", value: "diff" },
55
+ { text: "Django", value: "django" },
56
+ { text: "DNS Zone file", value: "dns" },
57
+ { text: "Dockerfile", value: "dockerfile" },
58
+ { text: "DOS", value: "dos" },
59
+ { text: "dsconfig", value: "dsconfig" },
60
+ { text: "DTS (Device Tree)", value: "dts" },
61
+ { text: "Dust", value: "dust" },
62
+ { text: "EBNF", value: "ebnf" },
63
+ { text: "Elixir", value: "elixir" },
64
+ { text: "Elm", value: "elm" },
65
+ { text: "Erlang", value: "erlang" },
66
+ { text: "Excel", value: "excel" },
67
+ { text: "F#", value: "fsharp" },
68
+ { text: "FIX", value: "fix" },
69
+ { text: "Fortran", value: "fortran" },
70
+ { text: "G-Code", value: "gcode" },
71
+ { text: "Gams", value: "gams" },
72
+ { text: "GAUSS", value: "gauss" },
73
+ { text: "Gherkin", value: "gherkin" },
74
+ { text: "Go", value: "go" },
75
+ { text: "Golo", value: "golo" },
76
+ { text: "Gradle", value: "gradle" },
77
+ { text: "Groovy", value: "groovy" },
78
+ { text: "HTTP", value: "http" },
79
+ { text: "Haml", value: "haml" },
80
+ { text: "Handlebars", value: "handlebars" },
81
+ { text: "Haskell", value: "haskell" },
82
+ { text: "Haxe", value: "haxe" },
83
+ { text: "Hy", value: "hy" },
84
+ { text: "Ini, TOML", value: "ini" },
85
+ { text: "Inform7", value: "inform7" },
86
+ { text: "IRPF90", value: "irpf90" },
87
+ { text: "Julia", value: "julia" },
88
+ { text: "Kotlin", value: "kotlin" },
89
+ { text: "LaTeX", value: "tex" },
90
+ { text: "Leaf", value: "leaf" },
91
+ { text: "Lasso", value: "lasso" },
92
+ { text: "Less", value: "less" },
93
+ { text: "LDIF", value: "ldif" },
94
+ { text: "Lisp", value: "lisp" },
95
+ { text: "LiveCode Server", value: "livecodeserver" },
96
+ { text: "LiveScript", value: "livescript" },
97
+ { text: "Makefile", value: "makefile" },
98
+ { text: "Markdown", value: "markdown" },
99
+ { text: "Mathematica", value: "mathematica" },
100
+ { text: "Matlab", value: "matlab" },
101
+ { text: "Maxima", value: "maxima" },
102
+ { text: "Maya Embedded Language", value: "mel" },
103
+ { text: "Mercury", value: "mercury" },
104
+ { text: "Mizar", value: "mizar" },
105
+ { text: "Mojolicious", value: "mojolicious" },
106
+ { text: "Monkey", value: "monkey" },
107
+ { text: "Moonscript", value: "moonscript" },
108
+ { text: "N1QL", value: "n1ql" },
109
+ { text: "NSIS", value: "nsis" },
110
+ { text: "Nginx", value: "nginx" },
111
+ { text: "Nim", value: "nim" },
112
+ { text: "Nix", value: "nix" },
113
+ { text: "OCaml", value: "ocaml" },
114
+ { text: "Objective C", value: "objectivec" },
115
+ { text: "OpenGL Shading Language", value: "glsl" },
116
+ { text: "OpenSCAD", value: "openscad" },
117
+ { text: "Oracle Rules Language", value: "ruleslanguage" },
118
+ { text: "Oxygene", value: "oxygene" },
119
+ { text: "PF", value: "pf" },
120
+ { text: "PHP", value: "php" },
121
+ { text: "Parser3", value: "parser3" },
122
+ { text: "Perl", value: "perl" },
123
+ { text: "Plaintext", value: "plaintext" },
124
+ { text: "Pony", value: "pony" },
125
+ { text: "PostgreSQL & PL/pgSQL", value: "pgsql" },
126
+ { text: "PowerShell", value: "powershell" },
127
+ { text: "Processing", value: "processing" },
128
+ { text: "Prolog", value: "prolog" },
129
+ { text: "Properties", value: "properties" },
130
+ { text: "Protocol Buffers", value: "protobuf" },
131
+ { text: "Puppet", value: "puppet" },
132
+ { text: "Python profiler results", value: "profile" },
133
+ { text: "Python REPL", value: "python-repl" },
134
+ { text: "Q", value: "k" },
135
+ { text: "QML", value: "qml" },
136
+ { text: "R", value: "r" },
137
+ { text: "ReasonML", value: "reasonml" },
138
+ { text: "RenderMan RIB", value: "rib" },
139
+ { text: "RenderMan RSL", value: "rsl" },
140
+ { text: "Roboconf", value: "graph" },
141
+ { text: "Ruby", value: "ruby" },
142
+ { text: "Rust", value: "rust" },
143
+ { text: "SAS", value: "SAS" },
144
+ { text: "SCSS", value: "scss" },
145
+ { text: "SQL", value: "sql" },
146
+ { text: "STEP Part 21", value: "p21" },
147
+ { text: "Scala", value: "scala" },
148
+ { text: "Scheme", value: "scheme" },
149
+ { text: "Scilab", value: "scilab" },
150
+ { text: "Shell", value: "shell" },
151
+ { text: "Smali", value: "smali" },
152
+ { text: "Smalltalk", value: "smalltalk" },
153
+ { text: "SML", value: "sml" },
154
+ { text: "Stan", value: "stan" },
155
+ { text: "Stata", value: "stata" },
156
+ { text: "Stylus", value: "stylus" },
157
+ { text: "SubUnit", value: "subunit" },
158
+ { text: "Swift", value: "swift" },
159
+ { text: "Tcl", value: "tcl" },
160
+ { text: "Test Anything Protocol", value: "tap" },
161
+ { text: "Thrift", value: "thrift" },
162
+ { text: "TP", value: "tp" },
163
+ { text: "Twig", value: "twig" },
164
+ { text: "TypeScript", value: "typescript" },
165
+ { text: "VB.Net", value: "vbnet" },
166
+ { text: "VBScript", value: "vbscript" },
167
+ { text: "VHDL", value: "vhdl" },
168
+ { text: "Vala", value: "vala" },
169
+ { text: "Verilog", value: "verilog" },
170
+ { text: "Vim Script", value: "vim" },
171
+ { text: "X++", value: "axapta" },
172
+ { text: "x86 Assembly", value: "x86asm" },
173
+ { text: "XL", value: "xl" },
174
+ { text: "XQuery", value: "xquery" },
175
+ { text: "YAML", value: "yml" },
176
+ { text: "Zephir", value: "zephir" },
177
+ ];
@@ -0,0 +1,15 @@
1
+ /**
2
+ * IconID 转 URL
3
+ *
4
+ * @param {*} icon_id IconID
5
+ */
6
+ import JX3BOX from "@jx3box/jx3box-common/data/jx3box.json";
7
+ const { __imgPath, __iconPath } = JX3BOX;
8
+
9
+ export default (icon_id) => {
10
+ if (isNaN(parseInt(icon_id))) {
11
+ return `${__imgPath}image/common/nullicon.png`;
12
+ } else {
13
+ return `${__iconPath}icon/${icon_id}.png`;
14
+ }
15
+ };
@@ -0,0 +1,19 @@
1
+ /**
2
+ * second_format
3
+ * @param {*} second 秒
4
+ */
5
+
6
+ export default (second) => {
7
+ let day = Math.floor(second / (24 * 3600)); // Math.floor()向下取整
8
+ let hour = Math.floor((second - day * 24 * 3600) / 3600);
9
+ let minute = Math.floor((second - day * 24 * 3600 - hour * 3600) / 60);
10
+ second = second - day * 24 * 3600 - hour * 3600 - minute * 60;
11
+
12
+ let output = '';
13
+ if (day) output += day + "天";
14
+ if (hour) output += hour + "小时";
15
+ if (minute) output += minute + "分钟";
16
+ if (second) output += second + "秒";
17
+ return output;
18
+ }
19
+
@@ -0,0 +1,73 @@
1
+ import $ from "jquery";
2
+
3
+ function renderItem(vm, selector = ".w-jx3-element") {
4
+
5
+ let outer, inner;
6
+ const pop_class = '.w-jx3-element-pop'
7
+
8
+ // 触发时
9
+ $(selector).on("mouseenter", function (e) {
10
+ clearTimeout(outer);
11
+
12
+ // 获取元素数据
13
+ let type = $(e.target).attr("data-type");
14
+ if (type == 'item') {
15
+ vm.item = {}
16
+ vm.item.id = $(e.target).attr("data-id");
17
+ vm.item.client = $(e.target).attr("data-client") == 'origin' ? 2 : 1;
18
+ } else if (type === 'author') {
19
+ vm.author = {}
20
+ vm.author.id = $(e.target).attr("data-id");
21
+ } else if (type === 'emotion') {
22
+ vm.emotion = {}
23
+ vm.emotion.id = $(e.target).attr("data-id");
24
+ } else {
25
+ vm[type] = {}
26
+ vm[type].client = $(e.target).attr("data-client");
27
+ vm[type].id = $(e.target).attr("data-id");
28
+ vm[type].level = $(e.target).attr("data-level");
29
+ }
30
+
31
+ // 显示浮层
32
+ $(pop_class).fadeIn();
33
+ vm.jx3_element ? '' : vm.jx3_element = {
34
+ style: {},
35
+ type: ''
36
+ }
37
+ vm.jx3_element.type = type
38
+
39
+ // 计算浮层位置
40
+ let self_height = $(pop_class).height();
41
+ let win_height = window.innerHeight;
42
+ let current_y = e.clientY;
43
+ let will_stay_y = e.clientY + 10;
44
+
45
+ if (self_height && win_height - current_y < self_height) {
46
+ will_stay_y =
47
+ current_y - (self_height - (win_height - current_y)) - 100;
48
+ }
49
+ vm.jx3_element.style.left = e.clientX + 10 + "px";
50
+ vm.jx3_element.style.top = will_stay_y + "px";
51
+ });
52
+
53
+ // 移除时
54
+ $(selector).on("mouseleave", function () {
55
+ outer = setTimeout(() => {
56
+ $(pop_class).fadeOut();
57
+ }, 380);
58
+ });
59
+
60
+ // POP内停留
61
+ $(pop_class).on("mouseenter", function () {
62
+ clearTimeout(outer);
63
+ $(pop_class).fadeIn();
64
+ });
65
+ $(pop_class).on("mouseleave", function () {
66
+ clearTimeout(inner);
67
+ inner = setTimeout(() => {
68
+ $(pop_class).fadeOut();
69
+ }, 280);
70
+ });
71
+ }
72
+
73
+ export default renderItem;
@@ -0,0 +1,181 @@
1
+ import $ from 'jquery';
2
+ import katex from 'katex';
3
+ import 'katex/dist/katex.min.css';
4
+
5
+ function renderKatexBlock(selector = ".w-latex") {
6
+ try {
7
+ $(selector).each(function() {
8
+ let $katex = $(this);
9
+
10
+ // 获取原始HTML内容
11
+ let raw = $katex.html();
12
+
13
+ // 处理各种换行组合:
14
+ // 1. \\<br /> 或 \\<br> -> \\
15
+ raw = raw.replace(/\\\\\s*<br\s*\/?>/gi, '\\\\');
16
+ // 2. \<br /> 或 \<br> -> \\
17
+ raw = raw.replace(/\\\s*<br\s*\/?>/gi, '\\\\');
18
+ // 3. 单独的 <br /> -> \\
19
+ raw = raw.replace(/<br\s*\/?>/gi, '\\\\');
20
+
21
+ // 移除其他HTML标签但保留内容
22
+ raw = raw.replace(/<[^>]+>/g, '');
23
+
24
+ // 解码HTML实体(如 &nbsp; -> 空格)
25
+ raw = $('<div>').html(raw).text();
26
+
27
+ // 清理多余的空白字符
28
+ raw = raw.trim();
29
+
30
+ katex.render(raw, $katex.get(0), { displayMode: true });
31
+ });
32
+ } catch (e) {
33
+ console.error('KaTeX render error:', e);
34
+ console.error('Failed content:', $(this).html());
35
+ }
36
+ }
37
+
38
+ function renderKatexInline(container = document.body) {
39
+ // 支持 \(...\) 和 $...$ 两种行内语法
40
+ // 改进正则表达式,更好地匹配单美元符号
41
+ const inlineRegex = /(\\\((.+?)\\\)|\$([^$]+?)\$)/g;
42
+
43
+ const walker = document.createTreeWalker(
44
+ container,
45
+ NodeFilter.SHOW_TEXT,
46
+ {
47
+ acceptNode: function (node) {
48
+ if (
49
+ node.parentNode &&
50
+ !node.parentNode.closest("pre") &&
51
+ (node.nodeValue.includes("\\(") || node.nodeValue.includes("$"))
52
+ ) {
53
+ return NodeFilter.FILTER_ACCEPT;
54
+ }
55
+ return NodeFilter.FILTER_REJECT;
56
+ },
57
+ }
58
+ );
59
+
60
+ const nodesToReplace = [];
61
+ while (walker.nextNode()) {
62
+ nodesToReplace.push(walker.currentNode);
63
+ }
64
+
65
+ nodesToReplace.forEach((node) => {
66
+ const text = node.nodeValue;
67
+ const frag = document.createDocumentFragment();
68
+ let lastIndex = 0;
69
+ let match;
70
+
71
+ while ((match = inlineRegex.exec(text))) {
72
+ const fullMatch = match[0];
73
+ const parenContent = match[2]; // \(...\)的内容
74
+ const dollarContent = match[3]; // $...$的内容
75
+ const raw = parenContent || dollarContent;
76
+ const matchStart = match.index;
77
+
78
+ // 添加匹配前文本
79
+ frag.appendChild(document.createTextNode(text.slice(lastIndex, matchStart)));
80
+
81
+ try {
82
+ const span = document.createElement("span");
83
+ // 处理JavaScript字符串中的双反斜杠转义
84
+ const processedRaw = raw.replace(/\\\\/g, '\\');
85
+ // 添加更多选项确保正确渲染
86
+ span.innerHTML = katex.renderToString(processedRaw, {
87
+ displayMode: false,
88
+ throwOnError: false,
89
+ strict: false,
90
+ trust: true
91
+ });
92
+ frag.appendChild(span);
93
+ } catch (e) {
94
+ frag.appendChild(document.createTextNode(fullMatch));
95
+ console.error("Inline render error:", raw, e);
96
+ }
97
+
98
+ lastIndex = inlineRegex.lastIndex;
99
+ }
100
+
101
+ // 剩余文本
102
+ if (lastIndex < text.length) {
103
+ frag.appendChild(document.createTextNode(text.slice(lastIndex)));
104
+ }
105
+
106
+ if (frag.hasChildNodes()) {
107
+ node.parentNode.replaceChild(frag, node);
108
+ }
109
+ });
110
+ }
111
+
112
+ function renderKatexDisplayBlock(container = document.body) {
113
+ // 支持 $$...$$ 和 \[...\] 两种块语法
114
+ const blockRegex = /(\$\$\s*([\s\S]+?)\s*\$\$|\\\[\s*([\s\S]+?)\s*\\\])/g;
115
+
116
+ const walker = document.createTreeWalker(
117
+ container,
118
+ NodeFilter.SHOW_TEXT,
119
+ {
120
+ acceptNode: function (node) {
121
+ if (
122
+ node.parentNode &&
123
+ !node.parentNode.closest("pre") &&
124
+ (node.nodeValue.includes("$$") || node.nodeValue.includes("\\["))
125
+ ) {
126
+ return NodeFilter.FILTER_ACCEPT;
127
+ }
128
+ return NodeFilter.FILTER_REJECT;
129
+ },
130
+ }
131
+ );
132
+
133
+ const nodesToReplace = [];
134
+ while (walker.nextNode()) {
135
+ nodesToReplace.push(walker.currentNode);
136
+ }
137
+
138
+ nodesToReplace.forEach((node) => {
139
+ const text = node.nodeValue;
140
+ const frag = document.createDocumentFragment();
141
+ let lastIndex = 0;
142
+ let match;
143
+
144
+ while ((match = blockRegex.exec(text))) {
145
+ const fullMatch = match[0];
146
+ const dollarContent = match[2]; // $$...$$的内容
147
+ const bracketContent = match[3]; // \[...\]的内容
148
+ const raw = dollarContent || bracketContent;
149
+ const matchStart = match.index;
150
+
151
+ // 添加匹配前文本
152
+ frag.appendChild(document.createTextNode(text.slice(lastIndex, matchStart)));
153
+
154
+ try {
155
+ const div = document.createElement("div");
156
+ // 处理JavaScript字符串中的双反斜杠转义
157
+ const processedRaw = raw.replace(/\\\\/g, '\\');
158
+ div.innerHTML = katex.renderToString(processedRaw, { displayMode: true });
159
+ frag.appendChild(div);
160
+ } catch (e) {
161
+ frag.appendChild(document.createTextNode(fullMatch));
162
+ console.error("Block render error:", raw, e);
163
+ }
164
+
165
+ lastIndex = blockRegex.lastIndex;
166
+ }
167
+
168
+ // 添加剩余文本
169
+ if (lastIndex < text.length) {
170
+ frag.appendChild(document.createTextNode(text.slice(lastIndex)));
171
+ }
172
+
173
+ node.parentNode.replaceChild(frag, node);
174
+ });
175
+ }
176
+
177
+ export function renderKatexAll(container = document.body) {
178
+ renderKatexBlock(".w-latex");
179
+ renderKatexDisplayBlock(container);
180
+ renderKatexInline(container);
181
+ }
@@ -0,0 +1,16 @@
1
+ import JX3_MACRO from '@jx3box/jx3box-macro'
2
+ import $ from 'jquery'
3
+
4
+ function macro(selector=".e-jx3macro-area"){
5
+ try {
6
+ $(selector).each(function() {
7
+ let $macro = $(this);
8
+ let macro = new JX3_MACRO($macro.text());
9
+ $macro.html(macro.code);
10
+ });
11
+ } catch (e) {
12
+ console.error(e);
13
+ }
14
+ }
15
+ export default macro
16
+
@@ -0,0 +1,4 @@
1
+ function splitPages(str) {
2
+ return (str && str.split("<!--nextpage-->")) || "";
3
+ }
4
+ export default splitPages;