most-box 0.2.1 → 0.2.2

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 (167) hide show
  1. package/README.md +66 -6
  2. package/electron/deepLink.js +29 -0
  3. package/electron/main.js +87 -20
  4. package/out/admin/index.html +0 -0
  5. package/out/app/index.html +0 -0
  6. package/out/assets/AppShell-BOtfY12t.js +1 -0
  7. package/out/assets/FilePreviewOverlay-C5qK9HAE.js +1 -0
  8. package/out/assets/LanguageToggle-Di5b88mK.js +1 -0
  9. package/out/assets/MarketingHeader-BOytKcCc.js +1 -0
  10. package/out/assets/MarketingLayout-B8m1Q7Pa.js +1 -0
  11. package/out/assets/{MarketingThemeToggle-qlwCZU1o.js → MarketingThemeToggle-C6fggkl7.js} +1 -1
  12. package/out/assets/{MilkdownEditor-_TGlDyA_.js → MilkdownEditor-Cfze75zl.js} +1 -1
  13. package/out/assets/OpenSidebarButton-DDuALgJ2.js +1 -0
  14. package/out/assets/SidebarAccount-bo1ypzrJ.js +1 -0
  15. package/out/assets/arrow-right-RldN7Rwi.js +1 -0
  16. package/out/assets/circle-alert-BQoSDxUe.js +1 -0
  17. package/out/assets/cloud-DHoTMeZY.js +1 -0
  18. package/out/assets/copy-BtJHJnqH.js +1 -0
  19. package/out/assets/download-Bg-OdoxM.js +1 -0
  20. package/out/assets/downloadValidation-CUvbvj9f.js +1 -0
  21. package/out/assets/external-link-m8ZIQe4p.js +1 -0
  22. package/out/assets/file-text-DG1orIkZ.js +1 -0
  23. package/out/assets/game-s6irY8hS.js +1 -0
  24. package/out/assets/hard-drive-BB-sllXA.js +1 -0
  25. package/out/assets/index-3OD3Chi9.css +1 -0
  26. package/out/assets/index-BSOvFG3o.css +1 -0
  27. package/out/assets/index-C0xqKeu-.css +1 -0
  28. package/out/assets/index-CrAXrmfP.js +31 -0
  29. package/out/assets/index.lazy-0Njp0U6I.js +1 -0
  30. package/out/assets/index.lazy-BTndBeBF.js +1 -0
  31. package/out/assets/index.lazy-Bq39jYTl.js +1 -0
  32. package/out/assets/index.lazy-Bu93oGzJ.js +2 -0
  33. package/out/assets/index.lazy-BvdBwgHx.js +1 -0
  34. package/out/assets/index.lazy-CIx8ist6.js +3 -0
  35. package/out/assets/index.lazy-DK7R297q.js +1 -0
  36. package/out/assets/index.lazy-DVOcrcEB.js +2 -0
  37. package/out/assets/index.lazy-DejOniAm.js +1 -0
  38. package/out/assets/index.lazy-DfsgyiMN.js +1 -0
  39. package/out/assets/index.lazy-DpNIiSXF.js +1 -0
  40. package/out/assets/index.lazy-Vnvz-t7T.js +1 -0
  41. package/out/assets/index.lazy-v7nBJ-sF.js +1 -0
  42. package/out/assets/key-round-DIQ3Xt5F.js +1 -0
  43. package/out/assets/lock-tf1t2yuy.js +1 -0
  44. package/out/assets/message-square-DaQH7q-P.js +1 -0
  45. package/out/assets/mp-DvFTsIL9.js +1 -0
  46. package/out/assets/music-DaFvU2DL.js +1 -0
  47. package/out/assets/notebook-pen-CqEFOHKx.js +1 -0
  48. package/out/assets/play-B7q6F75-.js +1 -0
  49. package/out/assets/plus-H2i2mspM.js +1 -0
  50. package/out/assets/refresh-cw-roxAhABl.js +1 -0
  51. package/out/assets/save-DR0O9ReR.js +1 -0
  52. package/out/assets/search-ncblG-zw.js +1 -0
  53. package/out/assets/send-m1XCcuPn.js +1 -0
  54. package/out/assets/shield-check-BwcvTU4U.js +1 -0
  55. package/out/assets/trash-2-CNpsqYc1.js +1 -0
  56. package/out/assets/triangle-alert-DP9EP7IM.js +1 -0
  57. package/out/assets/upload-V--8p13l.js +1 -0
  58. package/out/assets/useChannelMessages-46C52EyL.js +3 -0
  59. package/out/assets/useGameRoom-BtxPpfck.js +1 -0
  60. package/out/assets/useNavigate-DWlBD_-b.js +1 -0
  61. package/out/assets/userStore-C4vdYsQp.js +4 -0
  62. package/out/assets/wallet-CozFU6yK.js +1 -0
  63. package/out/assets/wifi-DIR3g_8A.js +1 -0
  64. package/out/chat/index.html +0 -0
  65. package/out/chat/join/index.html +0 -0
  66. package/out/download/index.html +2 -2
  67. package/out/game/gandengyan/index.html +0 -0
  68. package/out/game/index.html +0 -0
  69. package/out/game/zhajinhua/index.html +0 -0
  70. package/out/index.html +2 -2
  71. package/out/note/index.html +0 -0
  72. package/out/ping/index.html +2 -2
  73. package/out/profile/index.html +0 -0
  74. package/out/web3/index.html +0 -0
  75. package/package.json +9 -1
  76. package/server/index.js +36 -7
  77. package/server/src/core/channelIdentity.js +6 -0
  78. package/server/src/core/gameRoom.js +15 -5
  79. package/server/src/core/mostLink.js +8 -7
  80. package/server/src/core/zhajinhua.js +6 -0
  81. package/server/src/games/gandengyan.js +10 -0
  82. package/server/src/http/access.js +63 -12
  83. package/server/src/http/app.js +34 -838
  84. package/server/src/http/nodeStatus.js +101 -9
  85. package/server/src/http/routePolicy.js +2 -0
  86. package/server/src/http/routes/channelRoutes.js +163 -0
  87. package/server/src/http/routes/fileRoutes.js +345 -0
  88. package/server/src/http/routes/nodeRoutes.js +323 -0
  89. package/server/src/http/routes/seedRoutes.js +58 -0
  90. package/server/src/index.js +197 -16
  91. package/server/src/node/config.js +2 -6
  92. package/server/src/utils/avatar.js +30 -15
  93. package/server/src/utils/downloadMessages.js +0 -2
  94. package/out/assets/AppShell-OiOEqXPr.js +0 -1
  95. package/out/assets/ChatUi-Cif5LRF3.js +0 -1
  96. package/out/assets/CopyButton-Dm7krgbq.js +0 -1
  97. package/out/assets/LanguageToggle-B4ZNuBCV.js +0 -1
  98. package/out/assets/MarketingHeader-yIZuQP7m.js +0 -1
  99. package/out/assets/MarketingLayout-DVH0Nx7S.js +0 -1
  100. package/out/assets/MoveModal-BVr4Q7-b.js +0 -1
  101. package/out/assets/Nav-5xeettNJ.js +0 -1
  102. package/out/assets/NoteSidebar-DpniUKmy.js +0 -1
  103. package/out/assets/OpenSidebarButton-BfgG2HIT.js +0 -1
  104. package/out/assets/PemBlock-CxwIepth.js +0 -1
  105. package/out/assets/SidebarAccount-Zg5DZblE.js +0 -1
  106. package/out/assets/arrow-right-CL9YSDVS.js +0 -1
  107. package/out/assets/channelApi-DNdJfsJ-.js +0 -1
  108. package/out/assets/chevron-down-CnLh_-aO.js +0 -1
  109. package/out/assets/circle-alert-oiiRDvhx.js +0 -1
  110. package/out/assets/cloud-BEe2N89j.js +0 -1
  111. package/out/assets/code-9LB8QqxL.js +0 -1
  112. package/out/assets/copy-giX4rmFJ.js +0 -1
  113. package/out/assets/download-D0oMEYQZ.js +0 -1
  114. package/out/assets/downloadValidation-Bk1VsBBo.js +0 -1
  115. package/out/assets/external-link-Cm2WCUxv.js +0 -1
  116. package/out/assets/filePreview-BZ50vZZf.js +0 -1
  117. package/out/assets/game-Bvz4dspe.js +0 -1
  118. package/out/assets/hard-drive-B3CQbcp2.js +0 -1
  119. package/out/assets/index-8eWJAjpY.css +0 -1
  120. package/out/assets/index-BZc4blbW.css +0 -1
  121. package/out/assets/index-BkZvz4WA.css +0 -1
  122. package/out/assets/index-WCK14Vja.js +0 -34
  123. package/out/assets/index.lazy-5Q6GuMNT.js +0 -1
  124. package/out/assets/index.lazy-5jq6EFXa.js +0 -3
  125. package/out/assets/index.lazy-7n1Q-NrA.js +0 -3
  126. package/out/assets/index.lazy-BFnOyQFj.js +0 -1
  127. package/out/assets/index.lazy-B_oPp6qK.js +0 -1
  128. package/out/assets/index.lazy-BvY50KVz.js +0 -1
  129. package/out/assets/index.lazy-C0Kn_amZ.js +0 -1
  130. package/out/assets/index.lazy-C3cek3Gn.js +0 -1
  131. package/out/assets/index.lazy-CLpPkdy1.js +0 -1
  132. package/out/assets/index.lazy-Cpr1kApf.js +0 -2
  133. package/out/assets/index.lazy-CuwLZiUK.js +0 -1
  134. package/out/assets/index.lazy-DDc3Ylgf.js +0 -2
  135. package/out/assets/index.lazy-Dg3aqOss.js +0 -1
  136. package/out/assets/key-round-CzuljhND.js +0 -1
  137. package/out/assets/lock-D2NhNoJW.js +0 -1
  138. package/out/assets/message-square-DwBq_Go5.js +0 -1
  139. package/out/assets/mp-Bln2MB9G.js +0 -1
  140. package/out/assets/music-CB73K5Gz.js +0 -1
  141. package/out/assets/notebook-pen-Up7r5zoI.js +0 -1
  142. package/out/assets/play-OszVgROb.js +0 -1
  143. package/out/assets/plus-BbxQG_Ai.js +0 -1
  144. package/out/assets/save-CiqyiifY.js +0 -1
  145. package/out/assets/search-gqAPOsgS.js +0 -1
  146. package/out/assets/send-vwCWsZGP.js +0 -1
  147. package/out/assets/shield-check-CxWxsNLc.js +0 -1
  148. package/out/assets/trash-2-DNGr8IgF.js +0 -1
  149. package/out/assets/triangle-alert-B_1BlX1b.js +0 -1
  150. package/out/assets/upload-Dxl7GUzb.js +0 -1
  151. package/out/assets/useChannelMessages-7bYKXU_R.js +0 -3
  152. package/out/assets/useGameRoom-DqA1mkfk.js +0 -1
  153. package/out/assets/wallet-DlkawdPJ.js +0 -1
  154. package/out/assets/wifi-sBOKcPFM.js +0 -1
  155. package/out/demo/index.html +0 -0
  156. /package/out/avatars/default/{ocean.svg → dolphin.svg} +0 -0
  157. /package/out/avatars/default/{violet.svg → owl.svg} +0 -0
  158. /package/out/avatars/default/{mint.svg → panda.svg} +0 -0
  159. /package/out/avatars/default/{dusk.svg → snow-mountain.svg} +0 -0
  160. /package/out/avatars/default/{ember.svg → tiger.svg} +0 -0
  161. /package/out/avatars/default/{sage.svg → turtle.svg} +0 -0
  162. /package/public/avatars/default/{ocean.svg → dolphin.svg} +0 -0
  163. /package/public/avatars/default/{violet.svg → owl.svg} +0 -0
  164. /package/public/avatars/default/{mint.svg → panda.svg} +0 -0
  165. /package/public/avatars/default/{dusk.svg → snow-mountain.svg} +0 -0
  166. /package/public/avatars/default/{ember.svg → tiger.svg} +0 -0
  167. /package/public/avatars/default/{sage.svg → turtle.svg} +0 -0
@@ -0,0 +1 @@
1
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{n as r,t as i,x as a}from"./userStore-C4vdYsQp.js";import{i as o,n as s,r as c}from"./LanguageToggle-Di5b88mK.js";import{t as l}from"./circle-alert-BQoSDxUe.js";import{t as u}from"./key-round-DIQ3Xt5F.js";import{t as d}from"./AppShell-BOtfY12t.js";import{B as f,L as p,M as m,R as h,U as g,_,b as v,n as y,o as b,y as x,z as S}from"./index-CrAXrmfP.js";var C=t(e(),1),w=[{name:`node_url`,required:!1,descriptionKey:`chatJoin.field.nodeUrl`},{name:`node_invite`,required:!1,descriptionKey:`chatJoin.field.nodeInvite`},{name:`uid`,required:!0,descriptionKey:`chatJoin.field.uid`},{name:`identity`,required:!1,descriptionKey:`chatJoin.field.identity`},{name:`logo`,required:!1,descriptionKey:`chatJoin.field.logo`},{name:`avatar`,required:!1,descriptionKey:`chatJoin.field.avatar`},{name:`name`,required:!1,descriptionKey:`chatJoin.field.name`},{name:`locale`,required:!1,descriptionKey:`chatJoin.field.locale`},{name:`channels[].id`,required:!0,descriptionKey:`chatJoin.field.channelId`},{name:`channels[].name`,required:!1,descriptionKey:`chatJoin.field.channelName`}];function T(e){let t=typeof e==`string`?e.trim():e;return h(t)?t:void 0}var E=`data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"%3E%3Crect width="64" height="64" rx="16" fill="%232f7dd1"/%3E%3Ccircle cx="32" cy="25" r="11" fill="%23f8fbff"/%3E%3Cpath d="M14 56c3-12 12-18 18-18s15 6 18 18" fill="%23f8fbff"/%3E%3C/svg%3E`,D=`data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64"%3E%3Crect width="64" height="64" rx="16" fill="%230f9f7a"/%3E%3Cpath d="M18 20h28v22H18z" rx="6" fill="%23f7fff9"/%3E%3Ccircle cx="27" cy="31" r="3" fill="%230f9f7a"/%3E%3Ccircle cx="37" cy="31" r="3" fill="%230f9f7a"/%3E%3Cpath d="M29 39h6" stroke="%230f9f7a" stroke-width="4" stroke-linecap="round"/%3E%3Cpath d="M32 12v8" stroke="%23f7fff9" stroke-width="5" stroke-linecap="round"/%3E%3C/svg%3E`,O=Object.freeze({id:`chatjoin_support`,name:`User / Service 测试频道`}),k=Object.freeze([Object.freeze({uid:`user`,identity:`user`,name:`测试用户`,avatar:E}),Object.freeze({uid:`service`,identity:`service`,name:`测试客服`,avatar:D})]),A=Object.freeze(k.map(e=>Object.freeze({locale:`zh-CN`,uid:e.uid,identity:e.identity,avatar:e.avatar,name:e.name,channels:[O]})));function j(e){let t=String(e||``).trim();return A.find(e=>e.uid===t)||null}function M(e){return JSON.stringify(e,null,2)}var N=n(),P=`0x955fe80bdb8312165471fcacd6a8f83df88a770dda6f38657ca4e62ec28d5b54`,F=50,I=`https://api.most.box`;function L(e){try{return JSON.parse(e)}catch{return null}}function R(e){return typeof e==`string`?L(e):e}function z(e,t){return t===null?e:JSON.stringify(t,null,2)}function B(e,t,n){if(t&&typeof t==`object`&&`error`in t){let e=t.error;if(typeof e==`string`)return e}return e||n}function V(e){return!!e&&typeof e==`object`&&!Array.isArray(e)}function H(e){return typeof e==`string`?e.trim():``}function U(e){let t=H(e);return t===`user`||t===`service`||t===`service_ai`?t:void 0}function W(e){let t=R(e);if(!V(t))return null;let n=H(t.uid),r=(Array.isArray(t.channels)?t.channels:[]).filter(V).map(e=>({id:H(e.id),name:H(e.name)||void 0})).filter(e=>e.id);return!n||r.length===0?null:{node_url:H(t.node_url)||void 0,node_invite:H(t.node_invite)||void 0,locale:T(t.locale),uid:n,identity:U(t.identity),logo:H(t.logo)||void 0,avatar:H(t.avatar)||void 0,name:H(t.name)||void 0,channels:r}}function G(e){return`/chat?channel=${encodeURIComponent(e)}`}function K(e){return String(e||``).trim().slice(0,F)}function q(){let{t:e,setLocale:t}=f(),n=g({select:e=>e.searchStr}),{token:a,pub:h,fixture:T}=(0,C.useMemo)(()=>{let e=new URLSearchParams(n);return{token:e.get(`token`)||``,pub:e.get(`pub`)||``,fixture:e.get(`fixture`)||``}},[n]),E=_(e=>e.isDarkMode),D=_(e=>e.setIsDarkMode),O=_(e=>e.hasBackend),k=i(e=>e.setUserIdentity),A=m(),[F,R]=(0,C.useState)(``),[V,H]=(0,C.useState)(``),[U,q]=(0,C.useState)(!0),[J,Y]=(0,C.useState)(``),X=(0,C.useRef)(``);return(0,C.useEffect)(()=>{let n=j(T);if(T&&!n){H(e(`chatJoin.error.unknownFixture`,{fixture:T})),q(!1);return}if(!n&&!a){H(e(`chatJoin.error.missingToken`)),q(!1);return}if(!n&&!h){H(e(`chatJoin.error.missingPub`)),q(!1);return}if(O===null){Y(e(`chatJoin.status.checkingBackend`));return}let i=n?`fixture:${T}`:`${a}:${h}`;if(X.current===i)return;X.current=i;async function o(n){let i=(t,r)=>n.locale?S(t,n.locale,r):e(t,r);if(n.locale&&t(n.locale),n.node_url){if(Y(i(`chatJoin.status.connectingRemote`)),!(await x({url:n.node_url,invite:n.node_invite||``})).ok)throw Error(i(`chatJoin.error.remoteConnectFailed`));v({url:n.node_url,invite:n.node_invite||``}),_.setState({hasBackend:!0})}else if(!O)throw Error(i(`chatJoin.error.noBackend`));Y(i(`chatJoin.status.signingIn`));let a=r(n.uid,``),o={...a,identity:n.identity,displayName:n.name||a.displayName,logo:n.logo,avatar:n.avatar};k(o),Y(i(`chatJoin.status.joiningChannel`));let s=``;for(let e of n.channels){let t=await b.createChannel(e.id,`public`,y(o)),n=t.channelKey||t.key||e.id;s||=n;let r=K(e.name);r&&await b.setChannelRemark(n,r)}let c=n.channels[0];Y(i(`chatJoin.status.openingChannel`)),window.location.href=G(s||c.id)}async function s(){try{if(n){Y(e(`chatJoin.status.loadingFixture`,{name:n.name||T})),R(M(n)),await o(n);return}Y(e(`chatJoin.status.decryptingInvite`));let t=await fetch(`${I}/api/chat.join.decrypt`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify({token:a,pub:h})}),r=await t.text(),i=L(r);if(!t.ok)H(B(r,i,e(`chatJoin.error.decrypt`)));else{R(z(r,i));let t=W(i);if(!t){H(e(`chatJoin.error.invalidInvite`));return}await o(t)}}catch(t){H(e(`chatJoin.error.request`,{message:t instanceof Error?t.message:String(t)}))}finally{q(!1)}}s()},[T,O,h,t,k,e,a]),(0,N.jsx)(d,{sidebar:()=>(0,N.jsxs)(`button`,{type:`button`,className:`sidebar-header sidebar-header-link`,onClick:A,children:[(0,N.jsx)(p,{size:18}),(0,N.jsx)(`h1`,{children:`MOST PEOPLE`})]}),headerTitle:(0,N.jsx)(`h2`,{className:`header-title`,children:e(`chatJoin.title`)}),headerRight:(0,N.jsx)(`button`,{className:`btn btn-icon`,onClick:()=>D(!E),title:e(`common.theme.toggle`),children:E?(0,N.jsx)(s,{size:16}):(0,N.jsx)(c,{size:16})}),children:(0,N.jsx)(`div`,{className:`chat-join-container`,children:(0,N.jsxs)(`div`,{className:`chat-join-panel`,children:[U?(0,N.jsxs)(`div`,{className:`chat-join-loading`,children:[(0,N.jsx)(u,{size:32}),(0,N.jsx)(`p`,{children:J||e(`chatJoin.status.decrypting`)})]}):V?(0,N.jsxs)(`div`,{className:`chat-join-error`,children:[(0,N.jsx)(l,{size:32}),(0,N.jsx)(`p`,{children:V}),J&&(0,N.jsx)(`p`,{className:`chat-join-status`,children:J}),F&&(0,N.jsx)(`pre`,{className:`chat-join-result`,translate:`no`,children:F})]}):(0,N.jsxs)(`div`,{className:`chat-join-success`,children:[(0,N.jsx)(o,{size:32}),(0,N.jsx)(`p`,{children:J||e(`chatJoin.status.decryptSuccess`)}),(0,N.jsx)(`pre`,{className:`chat-join-result`,translate:`no`,children:F})]}),(0,N.jsxs)(`section`,{className:`chat-join-spec`,"aria-labelledby":`chat-join-spec-title`,children:[(0,N.jsxs)(`div`,{className:`chat-join-helper-title`,children:[(0,N.jsx)(u,{size:18}),(0,N.jsx)(`h3`,{id:`chat-join-spec-title`,children:e(`chatJoin.specTitle`)})]}),(0,N.jsx)(`div`,{className:`chat-join-field-list`,children:w.map(t=>(0,N.jsxs)(`div`,{className:`chat-join-field`,children:[(0,N.jsxs)(`div`,{className:`chat-join-field-meta`,children:[(0,N.jsx)(`code`,{className:`chat-join-field-name`,children:t.name}),(0,N.jsx)(`span`,{children:t.required?e(`chatJoin.field.required`):e(`chatJoin.field.optional`)})]}),(0,N.jsx)(`p`,{children:e(t.descriptionKey)})]},t.name))})]}),(0,N.jsxs)(`section`,{className:`chat-join-helper`,"aria-labelledby":`ea-test-title`,children:[(0,N.jsxs)(`div`,{className:`chat-join-helper-title`,children:[(0,N.jsx)(u,{size:18}),(0,N.jsx)(`h3`,{id:`ea-test-title`,children:e(`chatJoin.testPublicKey`)})]}),(0,N.jsx)(`code`,{className:`ui-code-box chat-join-public-key`,translate:`no`,children:P}),(0,N.jsx)(`a`,{className:`btn`,href:`/web3/#EA`,target:`_blank`,children:e(`chatJoin.openWeb3`)})]})]})})})}function J(){return(0,N.jsx)(C.Suspense,{children:(0,N.jsx)(q,{})})}var Y=a(`/chat/join/`)({component:J});export{Y as Route};
@@ -0,0 +1 @@
1
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{t as r,x as i,y as a}from"./userStore-C4vdYsQp.js";import{n as o,r as s}from"./LanguageToggle-Di5b88mK.js";import{t as c}from"./copy-BtJHJnqH.js";import{t as ee}from"./AppShell-BOtfY12t.js";import{t as l}from"./play-B7q6F75-.js";import{t as te}from"./send-m1XCcuPn.js";import{i as ne,n as re,r as ie,t as ae}from"./useGameRoom-BtxPpfck.js";import{B as oe,_ as u,c as d}from"./index-CrAXrmfP.js";var se=a(`rotate-ccw`,[[`path`,{d:`M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`1357e3`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}]]),f=t(e(),1),p=[`S`,`H`,`C`,`D`],m=[`3`,`4`,`5`,`6`,`7`,`8`,`9`,`10`,`J`,`Q`,`K`,`A`,`2`],h=m.filter(e=>e!==`2`),g=new Map(m.map((e,t)=>[e,t+3])),ce=5,_=20,v=1e3;function le({roomCode:e,ownerAddress:t,ownerName:n,players:r=[],random:i=Math.random}){let a=E(r);return a.some(e=>e.address===q(t))||a.unshift({address:q(t),name:J(n),avatar:``}),y({id:String(e||``).toUpperCase(),ownerAddress:q(t),status:`lobby`,seq:1,players:a.slice(0,6).map((e,t)=>({address:e.address,name:J(e.name),avatar:Y(e.avatar),seat:t,hand:[],handCount:0,score:v,playedCards:0})),deck:[],discard:[],table:null,currentSeat:0,lastWinnerSeat:null,previousWinnerSeat:null,passSeats:[],baseScore:1,bombCount:0,diceRolls:[],roundResult:null,log:[`房间已创建`],winnerSeat:null,random:i})}function ue(e,t=[]){let n=b(e);if(!n||n.status!==`lobby`)return n;let r=new Map(n.players.map(e=>[e.address,e.score]));return n.players=E(t).slice(0,6).map((e,t)=>({address:e.address,name:J(e.name),avatar:Y(e.avatar),seat:t,hand:[],handCount:0,score:r.get(e.address)??v,playedCards:0})),n.seq+=1,y(n)}function de(e,t=Math.random){let n=b(e);if(!n||n.players.length<2)throw Error(`至少需要 2 名玩家`);n.deck=N(M(),t),n.discard=[],n.table=null,n.passSeats=[],n.winnerSeat=null,n.roundResult=null,n.baseScore=1,n.bombCount=0,n.status=`playing`;for(let e of R(n))e.hand=P(n,ce),e.handCount=e.hand.length,e.playedCards=0,F(e.hand);let r=k(n,t);return n.currentSeat=r.seat,n.lastWinnerSeat=null,n.log=[`新一局开始,${r.name} 先出牌`],n.diceRolls.length>0&&n.log.unshift(`骰子结果:${n.diceRolls.map(e=>`${e.name} ${e.value}`).join(`,`)}`),n.seq+=1,y(n)}function fe(e,t,n){let r=b(e),i=I(r),a=q(t);if(!i||i.address!==a)return{ok:!1,error:`还没轮到你`,state:y(r)};let o=n.map(e=>i.hand.find(t=>t.id===e));if(o.length===0||o.some(e=>!e))return{ok:!1,error:`手牌不存在`,state:y(r)};let s=he(o);return s?T(s,r.table?.combo)?(o.sort(H),i.hand=i.hand.filter(e=>!n.includes(e.id)),i.handCount=i.hand.length,i.playedCards+=o.length,r.discard.push(...o),r.table={seat:i.seat,playerName:i.name,cards:o,combo:s},r.passSeats=[],r.lastWinnerSeat=i.seat,s.type===`bomb`&&(r.bombCount+=1,r.baseScore*=2),r.log.unshift(`${i.name} 出 ${s.label} ${o.map(K).join(` `)}${s.type===`bomb`?`,底分 ${r.baseScore}`:``}`),i.hand.length===0?A(r,i):z(r),r.seq+=1,{ok:!0,state:y(r)}):{ok:!1,error:`出的牌压不过上一手`,state:y(r)}:{ok:!1,error:`这个牌型不合法`,state:y(r)}}function pe(e,t){let n=b(e),r=I(n),i=q(t);return!r||r.address!==i?{ok:!1,error:`还没轮到你`,state:y(n)}:n.table?(n.passSeats.includes(r.seat)||n.passSeats.push(r.seat),n.log.unshift(`${r.name} 不要`),L(n).map(e=>e.seat).filter(e=>e!==n.lastWinnerSeat).every(e=>n.passSeats.includes(e))?(j(n),n.currentSeat=n.lastWinnerSeat,n.table=null,n.passSeats=[],n.log.unshift(`本轮结束,所有玩家各补 1 张,重新领出`)):z(n),n.seq+=1,{ok:!0,state:y(n)}):{ok:!1,error:`领出时不能不要`,state:y(n)}}function me(e,t){let n=b(e);if(!n)return null;let r=q(t),i=n.players.findIndex(e=>e.address===r);if(i===-1)return y(n);let a=n.players[i],o=n.currentSeat===a.seat,s=n.lastWinnerSeat===a.seat;n.players.splice(i,1),n.passSeats=n.passSeats.filter(e=>e!==a.seat),n.log.unshift(`${a.name} 已退出房间`);let c=R(n);if(n.status===`playing`)if(c.length<=1)c.length===1?A(n,c[0]):(n.status=`finished`,n.log.unshift(`玩家不足,本局结束`));else{if(o){let e=L(n);if(e.length>0){let t=e.findIndex(e=>e.seat>a.seat);n.currentSeat=e[t>=0?t:0].seat}}s&&n.table&&(n.table=null,n.passSeats=[])}return n.seq+=1,y(n)}function y(e){return e?{id:e.id,ownerAddress:e.ownerAddress,status:e.status,seq:Number(e.seq||1),deck:Array.isArray(e.deck)?e.deck.map(G):[],deckCount:e.deck?.length||Number(e.deckCount||0),discard:Array.isArray(e.discard)?e.discard.map(G):[],discardCount:e.discard?.length||Number(e.discardCount||0),currentSeat:Number(e.currentSeat||0),lastWinnerSeat:e.lastWinnerSeat===null||e.lastWinnerSeat===void 0?null:Number(e.lastWinnerSeat),previousWinnerSeat:e.previousWinnerSeat===null||e.previousWinnerSeat===void 0?null:Number(e.previousWinnerSeat),baseScore:Number(e.baseScore||1),bombCount:Number(e.bombCount||0),diceRolls:Array.isArray(e.diceRolls)?e.diceRolls:[],roundResult:e.roundResult||null,table:e.table?{...e.table,cards:e.table.cards.map(G)}:null,passSeats:Array.isArray(e.passSeats)?e.passSeats:[],winnerSeat:e.winnerSeat===null||e.winnerSeat===void 0?null:Number(e.winnerSeat),log:Array.isArray(e.log)?e.log.slice(0,18):[],players:R(e).map(e=>({address:e.address,name:e.name,avatar:Y(e.avatar),seat:e.seat,handCount:e.hand?.length??e.handCount??0,score:Number(e.score??v),playedCards:Number(e.playedCards||0),hand:Array.isArray(e.hand)?e.hand.map(G):[]}))}:null}function b(e){return!e||typeof e!=`object`?null:{id:String(e.id||``).toUpperCase(),ownerAddress:q(e.ownerAddress),status:e.status===`playing`||e.status===`finished`?e.status:`lobby`,seq:Number(e.seq||1),players:Array.isArray(e.players)?e.players.map(D).filter(Boolean):[],deck:Array.isArray(e.deck)?e.deck.map(_e).filter(Boolean):[],discard:Array.isArray(e.discard)?e.discard.map(O).filter(Boolean):[],table:e.table&&typeof e.table==`object`?{...e.table,cards:Array.isArray(e.table.cards)?e.table.cards.map(O).filter(Boolean):[]}:null,currentSeat:Number(e.currentSeat||0),lastWinnerSeat:e.lastWinnerSeat===null||e.lastWinnerSeat===void 0?null:Number(e.lastWinnerSeat),previousWinnerSeat:e.previousWinnerSeat===null||e.previousWinnerSeat===void 0?null:Number(e.previousWinnerSeat),passSeats:Array.isArray(e.passSeats)?e.passSeats.map(Number):[],baseScore:Number(e.baseScore||1),bombCount:Number(e.bombCount||0),diceRolls:Array.isArray(e.diceRolls)?e.diceRolls:[],roundResult:e.roundResult||null,log:Array.isArray(e.log)?e.log.map(String):[],winnerSeat:e.winnerSeat===null||e.winnerSeat===void 0?null:Number(e.winnerSeat)}}function he(e){if(!e?.length)return null;e=[...e].sort(H);let t=e.filter(W).length,n=e.filter(e=>!W(e));if(n.length===0)return null;let r=x(e,n,t);if(r)return r;if(e.length===1&&t===0)return w(`single`,U(e[0]),1,[U(e[0])]);if(e.length===2&&B(n,t)){let e=V(n);return w(`pair`,e,2,[e,e])}return S(e)||C(e)}function x(e,t,n){if(e.length<3||!B(t,n))return null;let r=V(t);return w(`bomb`,r,e.length,Array(e.length).fill(r),n===0)}function S(e){if(e.length<3)return null;let t=e.filter(W).length,n=e.filter(e=>!W(e));for(let r=0;r<=h.length-e.length;r+=1){let i=h.slice(r,r+e.length).map(e=>g.get(e)),a=[...i],o=0;for(let e of n){let t=a.indexOf(U(e));t!==-1&&(a.splice(t,1),o+=1)}if(o+t===e.length&&a.length===t)return w(`straight`,i.at(-1),e.length,i)}return null}function C(e){if(e.length<4||e.length%2!=0)return null;let t=e.length/2,n=e.filter(W).length,r=e.filter(e=>!W(e));for(let i=0;i<=h.length-t;i+=1){let a=h.slice(i,i+t).map(e=>g.get(e)),o=a.flatMap(e=>[e,e]),s=0;for(let e of r){let t=o.indexOf(U(e));t!==-1&&(o.splice(t,1),s+=1)}if(s+n===e.length&&o.length===n){let t=a.flatMap(e=>[e,e]);return w(`pairStraight`,a.at(-1),e.length,t)}}return null}function w(e,t,n,r,i=!0){return{type:e,value:t,length:n,resolvedValues:r,pure:i,label:be({type:e,value:t,length:n,resolvedValues:r,pure:i})}}function T(e,t){return e?!t||e.type===`bomb`&&t.type!==`bomb`?!0:e.type===t.type?e.type===`bomb`?e.length===t.length?e.value===t.value?e.pure&&!t.pure:e.value>t.value:e.length>t.length:e.length===t.length?e.type===`single`||e.type===`pair`?e.value===Se(t.value)||e.value===g.get(`2`)&&t.value!==g.get(`2`):e.value===Se(t.value):!1:!1:!1}function E(e){let t=new Set;return e.map(e=>({address:q(e.address),name:J(e.name),avatar:Y(e.avatar),publicKey:String(e.publicKey||``)})).filter(e=>!e.address||t.has(e.address)?!1:(t.add(e.address),!0))}function D(e){let t=q(e.address);return t?{address:t,name:J(e.name),avatar:Y(e.avatar),seat:Number(e.seat||0),hand:Array.isArray(e.hand)?e.hand.map(O).filter(Boolean):[],handCount:Number(e.handCount||0),score:Number(e.score??v),playedCards:Number(e.playedCards||0)}:null}function O(e){if(!e||typeof e!=`object`)return null;let t=String(e.rank||``),n=String(e.suit||``);return!g.has(t)&&t!==`SJ`&&t!==`BJ`||!p.includes(n)&&n!==`Joker`?null:{id:String(e.id||`${n}-${t}`),suit:n,rank:t,label:e.label||K({suit:n,rank:t}),color:e.color||ye({suit:n,rank:t})}}function k(e,t){if(e.previousWinnerSeat!==null)return e.diceRolls=[],R(e).find(t=>t.seat===e.previousWinnerSeat)||R(e)[0];let n=R(e),r=[];for(;n.length>1;){r=n.map(e=>({seat:e.seat,name:e.name,value:Ce(t)}));let i=Math.max(...r.map(e=>e.value)),a=r.filter(e=>e.value===i);if(a.length===1)return e.diceRolls=r,n.find(e=>e.seat===a[0].seat);n=n.filter(e=>a.some(t=>t.seat===e.seat))}return e.diceRolls=r,n[0]}function A(e,t){e.status=`finished`,e.winnerSeat=t.seat,e.previousWinnerSeat=t.seat;let n=[],r=0;for(let i of R(e)){if(i.seat===t.seat)continue;let a=i.playedCards===0,o=a?_:i.hand.length*e.baseScore*.5;i.score-=o,r+=o,n.push({seat:i.seat,name:i.name,loss:o,sealed:a,cardsLeft:i.hand.length})}t.score+=r,e.roundResult={winnerSeat:t.seat,winnerName:t.name,winnerGain:r,baseScore:e.baseScore,bombCount:e.bombCount,losers:n},e.log.unshift(`${t.name} 获胜,赢 ${r} 分`)}function j(e){for(let t of L(e)){if(e.deck.length===0)break;t.hand.push(...P(e,1)),t.handCount=t.hand.length,F(t.hand)}}function M(){let e=[];for(let t of p)for(let n of m)e.push({id:`${t}-${n}`,suit:t,rank:n});return e.push({id:`SJ`,suit:`Joker`,rank:`SJ`}),e.push({id:`BJ`,suit:`Joker`,rank:`BJ`}),e.map(G)}function N(e,t){let n=[...e];for(let e=n.length-1;e>0;--e){let r=Math.floor(t()*(e+1));[n[e],n[r]]=[n[r],n[e]]}return n}function P(e,t){return e.deck.splice(0,t)}function F(e){e.sort(H)}function I(e){return e.players.find(t=>t.seat===e.currentSeat)}function L(e){return R(e).filter(e=>e.hand.length>0)}function R(e){return[...e?.players||[]].sort((e,t)=>e.seat-t.seat)}function z(e){let t=L(e).map(e=>e.seat);e.currentSeat=t[(t.indexOf(e.currentSeat)+1)%t.length]}function B(e,t=0){if(e.length===0)return!1;let n=e[0].rank;return e.every(e=>e.rank===n)&&e.length+t>=2}function V(e){return U(e[0])}function H(e,t){return U(e)-U(t)||ge(e.suit)-ge(t.suit)}function U(e){return g.get(e.rank)||99}function W(e){return e.rank===`SJ`||e.rank===`BJ`}function ge(e){return{D:0,C:1,H:2,S:3,Joker:4}[e]||0}function _e(e){if(typeof e==`string`){let[t,n]=e.split(`-`);return O({id:e,suit:t,rank:n})}return O(e)}function G(e){return{id:e.id,suit:e.suit,rank:e.rank,label:K(e),color:ye(e)}}function K(e){return e.rank===`SJ`?`小王`:e.rank===`BJ`?`大王`:`${ve(e.suit)}${e.rank}`}function ve(e){return{S:`♠`,H:`♥`,C:`♣`,D:`♦`}[e]||``}function ye(e){return e.suit===`H`||e.suit===`D`||e.rank===`BJ`?`red`:`black`}function be(e){let t=e.resolvedValues?.length?`(${e.resolvedValues.map(xe).join(` `)})`:``;return`${{single:`单张`,pair:`对子`,straight:`顺子`,pairStraight:`连对`,bomb:e.pure?`纯炸弹`:`带王炸弹`}[e.type]}${t}`}function xe(e){return m.find(t=>g.get(t)===e)||String(e)}function Se(e){let t=m.findIndex(t=>g.get(t)===e);return t===-1||t>=m.length-1?null:g.get(m[t+1])}function Ce(e){return Math.floor(e()*6)+1}function q(e){let t=String(e||``).trim();return/^0x[a-fA-F0-9]{40}$/.test(t)?t.toLowerCase():``}function J(e){return String(e||`玩家`).trim().slice(0,16)||`玩家`}function Y(e){return String(e||``).trim().slice(0,4096)}var X={page:`_page_p7qf6_1`,headerActions:`_headerActions_p7qf6_7`,entry:`_entry_p7qf6_13`,entryBrand:`_entryBrand_p7qf6_23`,cardMark:`_cardMark_p7qf6_29`,entryPanel:`_entryPanel_p7qf6_59`,panel:`_panel_p7qf6_60`,handPanel:`_handPanel_p7qf6_61`,accountLine:`_accountLine_p7qf6_74`,scoreMeta:`_scoreMeta_p7qf6_75`,roomBar:`_roomBar_p7qf6_76`,badges:`_badges_p7qf6_77`,actions:`_actions_p7qf6_78`,joinForm:`_joinForm_p7qf6_98`,status:`_status_p7qf6_119`,gameGrid:`_gameGrid_p7qf6_125`,tablePanel:`_tablePanel_p7qf6_136`,seats:`_seats_p7qf6_170`,player:`_player_p7qf6_176`,active:`_active_p7qf6_193`,winner:`_winner_p7qf6_197`,avatar:`_avatar_p7qf6_201`,centerTable:`_centerTable_p7qf6_235`,deckBox:`_deckBox_p7qf6_242`,playedBox:`_playedBox_p7qf6_243`,playedCards:`_playedCards_p7qf6_271`,notice:`_notice_p7qf6_279`,resultDetail:`_resultDetail_p7qf6_287`,sidePanel:`_sidePanel_p7qf6_298`,scoreRow:`_scoreRow_p7qf6_323`,logPanel:`_logPanel_p7qf6_331`,hand:`_hand_p7qf6_61`,cardButton:`_cardButton_p7qf6_358`,picked:`_picked_p7qf6_368`,card:`_card_p7qf6_29`,red:`_red_p7qf6_399`,black:`_black_p7qf6_403`,small:`_small_p7qf6_407`,preview:`_preview_p7qf6_425`,valid:`_valid_p7qf6_448`},Z=n(),Q=`gandengyan`;function $(...e){return e.filter(Boolean).join(` `)}function we(e,t){return String(e||``).toLowerCase()===String(t||``).toLowerCase()}function Te(e,t){if(typeof window>`u`||!(`speechSynthesis`in window)||!e)return;window.speechSynthesis.cancel();let n=new SpeechSynthesisUtterance(e);n.lang=t,n.rate=1.1,window.speechSynthesis.speak(n)}function Ee(){let{t:e,locale:t}=oe(),n=u(e=>e.isDarkMode),i=u(e=>e.setIsDarkMode),a=u(e=>e.addToast),d=r(e=>e.initializeUser),[p,m]=(0,f.useState)(``),[h,g]=(0,f.useState)([]),[ce,_]=(0,f.useState)(!1),v=(0,f.useRef)(``),y=(0,f.useRef)(!1),b=ae({gameId:Q,onError:e=>a(e,`error`)});(0,f.useEffect)(()=>{d()},[d]),(0,f.useEffect)(()=>{let e=new URLSearchParams(window.location.search).get(`room`)?.toUpperCase();e&&(m(e),v.current=e)},[]),(0,f.useEffect)(()=>{let t=v.current;!t||y.current||!b.isBackendReady||!b.userIdentity||(y.current=!0,v.current=``,b.joinRoom(t).then(t=>{t&&a(e(`game.toast.joinedRoom`),`success`)}))},[b.isBackendReady,b.userIdentity,b.joinRoom,a,e]),(0,f.useEffect)(()=>{if(!b.roomCode)return;let e=`/game/gandengyan?room=${b.roomCode}`;`${window.location.pathname}${window.location.search}`!==e&&window.history.replaceState(null,``,e)},[b.roomCode]);let x=(0,f.useMemo)(()=>re(b.messages,b.roomCode?{gameId:Q,roomCode:b.roomCode}:{gameId:Q}),[b.messages,b.roomCode]),S=(0,f.useMemo)(()=>ie(b.messages,{gameId:Q,roomCode:b.roomCode}),[b.messages,b.roomCode]),C=S?.payload?.state,w=C?.players.find(e=>we(e.address,b.userIdentity?.address)),T=we(C?.ownerAddress||x.hostAddress,b.userIdentity?.address),E=C?.status===`playing`&&C.currentSeat===w?.seat,D=(0,f.useMemo)(()=>h.map(e=>w?.hand.find(t=>t.id===e)).filter(Boolean),[h,w]),O=(0,f.useMemo)(()=>he(D),[D]),k=b.roomCode&&typeof window<`u`?`${window.location.origin}/game/gandengyan?room=${b.roomCode}`:``,A=(0,f.useRef)(-1),j=(0,f.useRef)(!1);(0,f.useEffect)(()=>{g([])},[C?.seq]),(0,f.useEffect)(()=>{if(!C)return;let n=C.seq;if(A.current<0){A.current=n;return}if(n!==A.current&&(A.current=n,C.status!==`finished`&&(j.current=!1),C.status===`finished`&&C.winnerSeat!==null)){j.current||(j.current=!0,Te(e(`game.gandengyan.speech.gameOver`),t));return}},[t,C?.seq,e]),(0,f.useEffect)(()=>{if(!T||!b.roomCode||!b.userIdentity||S||x.players.length===0)return;let e=le({roomCode:b.roomCode,ownerAddress:b.userIdentity.address,ownerName:b.userIdentity.displayName||b.userIdentity.username,players:x.players});b.sendRoomEvent(`room:state`,{state:e,seq:e.seq})},[b,T,S,x.players]),(0,f.useEffect)(()=>{if(!C||!T||C.status!==`lobby`)return;let e=ue(C,x.players);e&&e.players.length!==C.players.length&&b.sendRoomEvent(`room:state`,{state:e,seq:e.seq})},[b,T,x.players,C]);let M=(0,f.useRef)(0),N=(0,f.useMemo)(()=>b.roomEvents.filter(e=>e.event?.event===`player:leave`),[b.roomEvents]);(0,f.useEffect)(()=>{if(N.length<=M.current)return;let t=N.slice(M.current);M.current=N.length;for(let n of t)a(e(`game.toast.playerLeft`,{player:n.event?.payload?.player?.name||e(`game.player`)}),`info`)},[N,a,e]),(0,f.useEffect)(()=>{if(!C||!T||C.status!==`playing`)return;let e=new Set(x.players.map(e=>e.address.toLowerCase())),t=C.players.find(t=>!e.has(t.address.toLowerCase()));if(!t)return;let n=me(C,t.address);n&&L(n)},[b,T,x.players,C]);async function P(){await b.createRoom()&&a(e(`game.toast.roomCreated`),`success`)}async function F(t){t.preventDefault(),await b.joinRoom(p)&&a(e(`game.toast.joinedRoom`),`success`)}async function I(){k&&(await navigator.clipboard.writeText(k),_(!0),setTimeout(()=>_(!1),1400))}async function L(e){await b.sendRoomEvent(`room:state`,{state:e,seq:e.seq})}async function R(){if(!(!C||!T))try{await L(de(C))}catch(t){a(t instanceof Error?t.message:e(`game.zhajinhua.error.startFailed`),`error`)}}async function z(){await R()}async function B(){if(!C||!b.userIdentity)return;let t=fe(C,b.userIdentity.address,h);if(!t.ok){a(t.error||e(`game.gandengyan.error.playFailed`),`error`);return}await L(t.state)}async function V(){if(!C||!b.userIdentity)return;let t=pe(C,b.userIdentity.address);if(!t.ok){a(t.error||e(`game.gandengyan.error.actionFailed`),`error`);return}await L(t.state)}function H(e){g(t=>t.includes(e)?t.filter(t=>t!==e):[...t,e])}return(0,Z.jsx)(ee,{sidebar:({closeSidebar:e})=>(0,Z.jsx)(ne,{activeGame:`gandengyan`,closeSidebar:e}),headerTitle:(0,Z.jsx)(`h2`,{className:`header-title`,children:e(`game.gandengyan.title`)}),headerRight:(0,Z.jsxs)(`div`,{className:X.headerActions,children:[C&&(0,Z.jsxs)(`button`,{className:`btn btn-sm`,onClick:I,children:[(0,Z.jsx)(c,{size:14}),e(ce?`common.copied`:`game.action.shareRoom`)]}),(0,Z.jsx)(`button`,{className:`btn btn-icon`,onClick:()=>i(!n),title:e(`common.theme.toggle`),children:n?(0,Z.jsx)(o,{size:16}):(0,Z.jsx)(s,{size:16})})]}),children:(0,Z.jsx)(`main`,{className:X.page,children:C?(0,Z.jsxs)(`section`,{className:X.gameGrid,children:[(0,Z.jsxs)(`div`,{className:X.tablePanel,children:[(0,Z.jsxs)(`div`,{className:X.roomBar,children:[(0,Z.jsxs)(`div`,{children:[(0,Z.jsx)(`strong`,{translate:`no`,children:e(`game.roomLabel`,{room:C.id})}),(0,Z.jsx)(`span`,{children:C.status===`lobby`?e(`game.status.waitingStart`):C.status===`finished`?e(`game.status.finished`):e(`game.status.playing`)})]}),(0,Z.jsx)(`div`,{className:X.badges,children:(0,Z.jsx)(`span`,{children:b.connected?e(`game.status.online`):e(`game.status.offline`)})})]}),(0,Z.jsx)(`div`,{className:X.seats,children:C.players.map(t=>(0,Z.jsx)(De,{player:t,active:C.currentSeat===t.seat,winner:C.winnerSeat===t.seat,relation:ke(w,t,C.players.length,e)},t.seat))}),(0,Z.jsxs)(`div`,{className:X.centerTable,children:[(0,Z.jsxs)(`div`,{className:X.deckBox,children:[(0,Z.jsx)(`span`,{children:e(`game.gandengyan.deck`)}),(0,Z.jsx)(`strong`,{children:C.deckCount})]}),(0,Z.jsx)(`div`,{className:X.playedBox,children:C.table?(0,Z.jsxs)(Z.Fragment,{children:[(0,Z.jsx)(`strong`,{children:e(`game.gandengyan.tablePlay`,{player:C.table.playerName,combo:C.table.combo?.label||e(`game.card`)})}),(0,Z.jsx)(`div`,{className:X.playedCards,children:C.table.cards.map(e=>(0,Z.jsx)(Oe,{card:e,small:!0},e.id))})]}):(0,Z.jsx)(`span`,{children:e(`game.gandengyan.waitingLead`)})}),(0,Z.jsxs)(`div`,{className:X.deckBox,children:[(0,Z.jsx)(`span`,{children:e(`game.gandengyan.baseScore`)}),(0,Z.jsx)(`strong`,{children:C.baseScore})]})]}),(0,Z.jsx)(`div`,{className:X.notice,children:C.status===`finished`?C.roundResult?(0,Z.jsxs)(`div`,{className:X.resultDetail,children:[(0,Z.jsxs)(`p`,{children:[e(`game.gandengyan.result.winnerGain`,{player:C.roundResult.winnerName,score:C.roundResult.winnerGain}),C.roundResult.bombCount>0&&e(`game.gandengyan.result.bombCount`,{count:C.roundResult.bombCount})]}),C.roundResult.losers.map(t=>(0,Z.jsx)(`p`,{children:t.sealed?e(`game.gandengyan.result.sealedLoss`,{player:t.name,loss:20}):e(`game.gandengyan.result.cardsLeftLoss`,{player:t.name,cards:t.cardsLeft,loss:t.loss})},t.seat))]}):e(`game.gandengyan.result.winner`,{player:C.players.find(e=>e.seat===C.winnerSeat)?.name||e(`game.player`)}):E?e(`game.gandengyan.status.yourTurn`):e(`game.zhajinhua.status.waitingPlayer`,{player:C.players.find(e=>e.seat===C.currentSeat)?.name||e(`game.player`)})})]}),(0,Z.jsxs)(`aside`,{className:X.sidePanel,children:[(0,Z.jsxs)(`section`,{className:X.panel,children:[(0,Z.jsx)(`h3`,{children:e(`game.gandengyan.roundPanel`)}),T&&C.status===`lobby`&&(0,Z.jsxs)(`button`,{className:`btn btn-primary`,disabled:C.players.length<2,onClick:R,children:[(0,Z.jsx)(l,{size:16}),e(`game.action.startRound`)]}),T&&C.status===`finished`&&(0,Z.jsxs)(`button`,{className:`btn btn-primary`,onClick:z,children:[(0,Z.jsx)(se,{size:16}),e(`game.action.nextRound`)]}),!T&&(0,Z.jsx)(`p`,{className:X.status,children:e(`game.waitingHost`)})]}),(0,Z.jsxs)(`section`,{className:X.panel,children:[(0,Z.jsx)(`h3`,{children:e(`game.gandengyan.score`)}),(0,Z.jsxs)(`div`,{className:X.scoreMeta,children:[(0,Z.jsx)(`span`,{children:e(`game.gandengyan.bombCount`,{count:C.bombCount})}),(0,Z.jsx)(`span`,{children:e(`game.gandengyan.discardCount`,{count:C.discardCount})})]}),C.players.map(e=>(0,Z.jsxs)(`div`,{className:X.scoreRow,children:[(0,Z.jsx)(`span`,{translate:`no`,children:e.name}),(0,Z.jsx)(`strong`,{children:e.score})]},e.seat))]}),(0,Z.jsxs)(`section`,{className:$(X.panel,X.logPanel),children:[(0,Z.jsx)(`h3`,{children:e(`game.gandengyan.log`)}),C.log.map((e,t)=>(0,Z.jsx)(`p`,{translate:`no`,children:e},`${e}-${t}`))]})]}),(0,Z.jsxs)(`div`,{className:X.handPanel,children:[(0,Z.jsx)(De,{player:w,active:E,winner:C.winnerSeat===w?.seat}),(0,Z.jsx)(`div`,{className:X.hand,children:w?.hand.map(e=>(0,Z.jsx)(`button`,{className:$(X.cardButton,h.includes(e.id)&&X.picked),onClick:()=>H(e.id),children:(0,Z.jsx)(Oe,{card:e})},e.id))}),(0,Z.jsxs)(`div`,{className:X.actions,children:[(0,Z.jsxs)(`div`,{className:$(X.preview,O&&X.valid),children:[(0,Z.jsx)(`strong`,{children:O?O.label:h.length?e(`game.gandengyan.invalidCombo`):e(`game.gandengyan.selectCards`)}),(0,Z.jsx)(`span`,{children:D.map(e=>e.label).join(` `)||e(`game.gandengyan.jokerOrderHint`)})]}),(0,Z.jsxs)(`button`,{className:`btn btn-primary`,disabled:!E||h.length===0||!O,onClick:B,children:[(0,Z.jsx)(te,{size:16}),e(`game.gandengyan.action.play`)]}),(0,Z.jsx)(`button`,{className:`btn`,disabled:!E||!C.table,onClick:V,children:e(`game.gandengyan.action.pass`)})]})]})]}):(0,Z.jsxs)(`section`,{className:X.entry,children:[(0,Z.jsxs)(`div`,{className:X.entryBrand,children:[(0,Z.jsx)(`div`,{className:X.cardMark,children:e(`game.gandengyan.mark`)}),(0,Z.jsxs)(`div`,{children:[(0,Z.jsx)(`h1`,{children:e(`game.gandengyan.hero.title`)}),(0,Z.jsx)(`p`,{children:e(`game.hero.desc`)})]})]}),(0,Z.jsxs)(`div`,{className:X.entryPanel,children:[(0,Z.jsxs)(`div`,{className:X.accountLine,children:[(0,Z.jsx)(`span`,{children:e(`game.currentAccount`)}),(0,Z.jsx)(`strong`,{translate:`no`,children:b.userIdentity?.displayName||e(`web3.notSignedIn`)})]}),(0,Z.jsxs)(`button`,{className:`btn btn-primary`,disabled:b.joining,onClick:P,children:[(0,Z.jsx)(l,{size:16}),e(`game.action.createRoom`)]}),(0,Z.jsxs)(`form`,{onSubmit:F,className:X.joinForm,children:[(0,Z.jsxs)(`label`,{children:[e(`game.roomCode`),(0,Z.jsx)(`input`,{value:p,maxLength:8,onChange:e=>m(e.target.value.toUpperCase()),placeholder:e(`game.roomCode.placeholder`)})]}),(0,Z.jsx)(`button`,{className:`btn`,disabled:b.joining||!p,children:e(`game.action.joinRoom`)})]}),(0,Z.jsx)(`p`,{className:X.status,children:b.isBackendReady?e(`game.status.nodeConnected`):e(`game.status.nodeConnecting`)})]})]})})})}function De({player:e,active:t,winner:n,relation:r=``}){let{t:i}=oe();return e?(0,Z.jsxs)(`div`,{className:$(X.player,t&&X.active,n&&X.winner),children:[(0,Z.jsx)(`div`,{className:X.avatar,translate:`no`,children:(0,Z.jsx)(`img`,{src:d(e.address,e.avatar),alt:``})}),(0,Z.jsxs)(`div`,{children:[(0,Z.jsx)(`strong`,{translate:`no`,children:e.name}),(0,Z.jsxs)(`span`,{children:[r,r?` · `:``,i(`game.gandengyan.handCount`,{count:e.handCount})]})]})]}):null}function Oe({card:e,small:t=!1}){return(0,Z.jsxs)(`div`,{className:$(X.card,X[e.color],t&&X.small),children:[(0,Z.jsx)(`span`,{children:e.label}),(0,Z.jsx)(`i`,{children:e.suit===`Joker`?`*`:e.label.slice(0,1)})]})}function ke(e,t,n,r){if(!e)return r(`game.gandengyan.position.seat`,{seat:t.seat+1});let i=(t.seat-e.seat+n)%n;return i===0?r(`game.gandengyan.position.me`):n===2?r(`game.gandengyan.position.opponent`):n===3?r(i===1?`game.gandengyan.position.nextOpponent`:`game.gandengyan.position.prevOpponent`):n===4?r(i===1?`game.gandengyan.position.nextOpponent`:i===2?`game.gandengyan.position.partner`:`game.gandengyan.position.prevOpponent`):i%2==0?r(`game.gandengyan.position.seatPartner`,{seat:t.seat+1}):r(`game.gandengyan.position.seatOpponent`,{seat:t.seat+1})}var Ae=i(`/game/gandengyan/`)({component:Ee});export{Ae as Route};
@@ -0,0 +1 @@
1
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{t as r,x as i,y as a}from"./userStore-C4vdYsQp.js";import{t as o}from"./arrow-right-RldN7Rwi.js";import{n as s,r as c}from"./LanguageToggle-Di5b88mK.js";import{t as l}from"./circle-alert-BQoSDxUe.js";import{t as u}from"./download-Bg-OdoxM.js";import{n as d,t as ee}from"./plus-H2i2mspM.js";import{t as f}from"./file-text-DG1orIkZ.js";import{a as p,i as te,n as ne,o as m,r as re,t as ie}from"./FilePreviewOverlay-C5qK9HAE.js";import{r as ae,t as oe}from"./AppShell-BOtfY12t.js";import{t as se}from"./message-square-DaQH7q-P.js";import{t as h}from"./music-DaFvU2DL.js";import{t as ce}from"./OpenSidebarButton-DDuALgJ2.js";import{t as le}from"./search-ncblG-zw.js";import{t as g}from"./trash-2-CNpsqYc1.js";import{B as _,F as ue,L as de,M as fe,N as pe,_ as v,c as me,f as he,h as ge,m as _e,n as ve,o as y,p as ye,v as be,x as xe}from"./index-CrAXrmfP.js";import{t as Se}from"./SidebarAccount-bo1ypzrJ.js";import{n as Ce,r as we,t as Te}from"./downloadValidation-CUvbvj9f.js";import{t as Ee}from"./LogoIcon-B2fFe0l1.js";import{t as De}from"./useChannelMessages-46C52EyL.js";var Oe=a(`calendar`,[[`path`,{d:`M8 2v4`,key:`1cmpym`}],[`path`,{d:`M16 2v4`,key:`4m81vk`}],[`rect`,{width:`18`,height:`18`,x:`3`,y:`4`,rx:`2`,key:`1hopcy`}],[`path`,{d:`M3 10h18`,key:`8toen8`}]]),ke=a(`hash`,[[`line`,{x1:`4`,x2:`20`,y1:`9`,y2:`9`,key:`4lhtct`}],[`line`,{x1:`4`,x2:`20`,y1:`15`,y2:`15`,key:`vyu0kd`}],[`line`,{x1:`10`,x2:`8`,y1:`3`,y2:`21`,key:`1ggp8o`}],[`line`,{x1:`16`,x2:`14`,y1:`3`,y2:`21`,key:`weycgp`}]]),b=a(`pin`,[[`path`,{d:`M12 17v5`,key:`bb1du9`}],[`path`,{d:`M9 10.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-.76a2 2 0 0 0-1.11-1.79l-1.78-.9A2 2 0 0 1 15 10.76V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H8a2 2 0 0 0 0 4 1 1 0 0 1 1 1z`,key:`1nkz8b`}]]),Ae=a(`pin-off`,[[`path`,{d:`M12 17v5`,key:`bb1du9`}],[`path`,{d:`M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89`,key:`znwnzq`}],[`path`,{d:`m2 2 20 20`,key:`1ooewy`}],[`path`,{d:`M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11`,key:`c9qhm2`}]]),je=a(`settings`,[[`path`,{d:`M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915`,key:`1i5ecw`}],[`circle`,{cx:`12`,cy:`12`,r:`3`,key:`1v7zrd`}]]),x=t(e(),1),S=n();function Me(e){return!e||e<=0?``:e<1024?`${e} B`:e<1024*1024?`${(e/1024).toFixed(1)} KB`:e<1024*1024*1024?`${(e/(1024*1024)).toFixed(1)} MB`:`${(e/(1024*1024*1024)).toFixed(2)} GB`}function Ne(e){let t=String(e||``).split(`/`);return t[t.length-1]||e}function C(e){return e===`image`?(0,S.jsx)(p,{size:20}):e===`video`?(0,S.jsx)(m,{size:20}):e===`audio`?(0,S.jsx)(h,{size:20}):(0,S.jsx)(f,{size:20})}function Pe({attachment:e,status:t=`idle`,pending:n=!1,onOpen:r}){let{t:i}=_(),a=t===`checking`,o=[`ui-file-action`,`chat-attachment-action`,t===`error`?`error`:``,t===`available`?`available`:``].filter(Boolean).join(` `),s=Me(e.size)||i(`chat.mostboxFile`);return(0,S.jsxs)(`button`,{type:`button`,className:`ui-file-card chat-attachment-card`,onClick:()=>r?.(e),disabled:n||a,title:e.link,translate:`no`,children:[(0,S.jsx)(`span`,{className:`ui-file-icon chat-attachment-icon ${e.kind}`,children:a?(0,S.jsx)(te,{size:20,className:`ui-spinner chat-attachment-spinner`}):C(e.kind)}),(0,S.jsxs)(`span`,{className:`ui-file-info chat-attachment-info`,children:[(0,S.jsx)(`span`,{className:`ui-file-name chat-attachment-name`,translate:`no`,children:Ne(e.fileName)}),(0,S.jsx)(`span`,{className:`ui-file-meta chat-attachment-meta`,translate:`yes`,children:n?i(`chat.sending`):s})]}),(0,S.jsx)(`span`,{className:o,translate:`yes`,children:a?i(`chat.checking`):t===`available`?(0,S.jsx)(ue,{size:16}):t===`error`?(0,S.jsx)(l,{size:17}):(0,S.jsx)(u,{size:16})})]})}var Fe=[{key:`image`,labelKey:`chat.attachment.image`,accept:`image/*`,icon:p},{key:`video`,labelKey:`chat.attachment.video`,accept:`video/*`,icon:m},{key:`file`,labelKey:`chat.attachment.file`,accept:``,icon:f}],w=Fe.map(e=>e.accept).join(`,`);function Ie({children:e}){return(0,S.jsx)(`div`,{className:`message-bubble`,translate:`no`,children:e})}function Le({children:e}){return(0,S.jsx)(`div`,{className:`message-bubble has-attachment`,children:e})}function Re({variant:e,pending:t=!1,avatarSrc:n,author:r,time:i,children:a}){return(0,S.jsxs)(`div`,{className:[`chat-message`,e,t?`pending`:``].filter(Boolean).join(` `),children:[(0,S.jsx)(`img`,{className:`msg-avatar`,src:n,alt:`avatar`}),(0,S.jsxs)(`div`,{className:`msg-content`,children:[(0,S.jsx)(`span`,{className:`message-author`,translate:`no`,children:r}),a,(0,S.jsx)(`span`,{className:`message-time`,children:i})]})]})}function ze({active:e=!1,pinned:t=!1,unread:n=!1,title:r,onSelect:i,onTogglePin:a,onRename:o,onLeave:s}){let{t:c}=_(),l=!!(a||o||s);return(0,S.jsxs)(`div`,{className:[`sidebar-nav-btn`,e?`active`:``,t?`pinned`:``,n?`unread`:``].filter(Boolean).join(` `),onClick:i,role:`button`,tabIndex:0,onKeyDown:e=>{e.target===e.currentTarget&&e.key===`Enter`&&i?.()},children:[(0,S.jsxs)(`span`,{className:`chat-channel-icon-wrap`,children:[(0,S.jsx)(se,{size:16}),n&&(0,S.jsx)(`span`,{className:`chat-channel-unread-dot`,title:c(`chat.unread`),"aria-hidden":`true`})]}),(0,S.jsx)(`span`,{className:`chat-channel-title`,children:(0,S.jsx)(`span`,{className:`chat-channel-title-text`,translate:`no`,children:r})}),l&&(0,S.jsx)(he,{ariaLabel:c(`chat.channelActions`),className:`channel-actions-anchor`,placement:`bottom-end`,items:[{key:`pin`,label:c(t?`chat.unpin`:`chat.pin`),icon:t?(0,S.jsx)(Ae,{size:16}):(0,S.jsx)(b,{size:16}),onSelect:()=>a?.()},{key:`rename`,label:c(`chat.rename`),icon:(0,S.jsx)(re,{size:16}),onSelect:()=>o?.()},{key:`delete`,label:c(`chat.delete`),icon:(0,S.jsx)(g,{size:16}),onSelect:()=>s?.()}],renderTrigger:e=>(0,S.jsx)(`button`,{...e,className:`leave-channel-btn channel-actions-trigger`,title:c(`common.moreActions`),"aria-label":c(`common.moreActions`),children:(0,S.jsx)(d,{size:16})})})]})}function Be({members:e,isLoading:t=!1}){let{t:n}=_();return t&&e.length===0?(0,S.jsx)(`div`,{className:`ui-empty-inline channel-members-empty`,children:n(`chat.loadingMembers`)}):e.length===0?(0,S.jsx)(`div`,{className:`ui-empty-inline channel-members-empty`,children:n(`chat.noMembers`)}):(0,S.jsx)(`div`,{className:`channel-members-grid`,children:e.map(e=>(0,S.jsxs)(`div`,{className:`channel-member`,children:[(0,S.jsx)(`img`,{className:`channel-member-avatar`,src:e.avatarSrc,alt:`avatar`}),(0,S.jsx)(`span`,{className:`channel-member-name`,translate:`no`,children:e.name})]},e.id))})}function Ve({message:e,placeholder:t,disabled:n=!1,isPublishingAttachment:r=!1,attachmentButtonTitle:i,attachmentInputRef:a,onMessageChange:s,onSend:c,onSelectAttachmentFiles:l}){let{t:u}=_(),d=n||r,f=n||!e.trim(),p=i||u(`chat.attachment.add`);function ne(e,t){t?.(e.currentTarget.files),e.currentTarget.value=``}function m(t){t.key===`Enter`&&e.trim()&&c()}function re(e){if(d)return;let t=a?.current;t&&(t.accept=e,t.click())}return(0,S.jsxs)(`div`,{className:`chat-input-area`,children:[(0,S.jsx)(`input`,{ref:a,type:`file`,accept:w,className:`chat-file-input`,onChange:e=>ne(e,l)}),(0,S.jsx)(he,{ariaLabel:u(`chat.attachmentType`),placement:`top-start`,disabled:d,items:Fe.map(e=>{let t=e.icon;return{key:e.key,label:u(e.labelKey),icon:(0,S.jsx)(t,{size:16}),onSelect:()=>re(e.accept)}}),renderTrigger:e=>(0,S.jsx)(`button`,{...e,className:`btn btn-circle chat-tool-btn`,"aria-label":p,children:r?(0,S.jsx)(te,{size:18,className:`ui-spinner chat-attachment-spinner`}):(0,S.jsx)(ee,{size:18})})}),(0,S.jsx)(`input`,{type:`text`,className:`input input-pill`,placeholder:t,value:e,disabled:n,onChange:e=>s(e.target.value),onKeyDown:m}),(0,S.jsx)(`button`,{type:`button`,className:`btn btn-circle btn-primary send-btn`,onClick:c,disabled:f,title:u(`chat.sendMessage`),children:(0,S.jsx)(o,{size:18})})]})}var He=`mostbox.chat.lastReadAt`;function T(e){return Date.parse(e?.lastMessageAt||``)||Date.parse(e?.createdAt||``)||0}function Ue(e){let t=String(e||``).trim().toLowerCase();return t?`${He}:${t}`:``}function E(e,t=Date.now()){let n=Number(e);return Math.max(0,Math.floor(Number.isFinite(n)&&n>0?n:t))}function We(e,t=D()){if(!e||!t)return{};try{let n=t.getItem(e);if(!n)return{};let r=JSON.parse(n);return!r||typeof r!=`object`?{}:Object.entries(r).reduce((e,[t,n])=>{let r=Number(n);return t&&Number.isFinite(r)&&r>=0&&(e[t]=r),e},{})}catch{return{}}}function Ge(e,t,n=D()){if(!(!e||!n))try{n.setItem(e,JSON.stringify(t))}catch{}}function Ke(e,t,n=Date.now(),r=Date.now()){if(!t)return{changed:!1,value:e};let i=E(n,r);return(e[t]||0)>=i?{changed:!1,value:e}:{changed:!0,value:{...e,[t]:i}}}function qe(e,t,n=Date.now()){let r=!1,i={...e};for(let e of t){let t=e?.channelKey||e?.name;!t||i[t]!==void 0||(i[t]=E(T(e),n),r=!0)}return{changed:r,value:r?i:e}}function Je(e,{channelName:t,messageTime:n,activeChannelName:r=``,messageAuthor:i=``,userAddress:a=``,now:o=Date.now()}){if(!t)return{changed:!1,notify:!1,value:e};let s=E(n,o),c=t===r,l=String(i||``).toLowerCase()===String(a||``).toLowerCase();if(c||l)return{...Ke(e,t,s,o),notify:!1};let u=e[t]||0;if(u<s)return{changed:!1,notify:!0,value:e};let d=Math.max(0,s-1);return u===d?{changed:!1,notify:!0,value:e}:{changed:!0,notify:!0,value:{...e,[t]:d}}}function Ye(e,t){let n=e?.channelKey||e?.name;return T(e)>(t[n]||0)}function D(){if(!(typeof window>`u`))return window.localStorage}var Xe=3,Ze=30,Qe=/^[a-zA-Z0-9_-]+$/,$e=1e4,et=12e3,tt=1200;function O(e){return e?.channelKey||e?.name||``}function k(e){return e?.channelId||e?.name||``}function A(e){return e?.remark||k(e)}var nt=`chat-file`;function rt(e,t){return e.type.startsWith(`image/`)?`image`:e.type.startsWith(`video/`)?`video`:e.type.startsWith(`audio/`)?`audio`:e.type.startsWith(`text/`)?`text`:ne(t)}function it(e){return e?`${e.slice(0,6)}...${e.slice(-4)}`:`Unknown`}function at(e){return/#[a-fA-F0-9]{4}$/.test(String(e||``).trim())}function ot(){if(typeof window>`u`)return;let e=window;return e.AudioContext||e.webkitAudioContext}function st(){let e=v(e=>e.isDarkMode),t=v(e=>e.setIsDarkMode),n=v(e=>e.hasBackend),i=v(e=>e.addToast),a=v(e=>e.openConnectModal),o=r(e=>e.identity),l=r(e=>e.openLoginModal),u=fe(),[d,f]=(0,x.useState)([]),[p,m]=(0,x.useState)(null),[h,g]=(0,x.useState)(``),[ue,he]=(0,x.useState)(``),[b,Ae]=(0,x.useState)(``),[Me,C]=ae(!1),[Fe,w]=(0,x.useState)(``),[He,E]=(0,x.useState)(!1),[D,st]=(0,x.useState)(!1),[ct,j]=ae(!1),[lt,M]=(0,x.useState)(null),[N,P]=(0,x.useState)(null),[ut,F]=(0,x.useState)(!1),[dt,ft]=(0,x.useState)(``),[pt,mt]=(0,x.useState)(!1),[ht,gt]=(0,x.useState)(null),[_t,vt]=(0,x.useState)(!1),[I,L]=(0,x.useState)({}),[R,z]=(0,x.useState)(null),[yt,bt]=(0,x.useState)([]),[xt,St]=(0,x.useState)(!1),[Ct,wt]=(0,x.useState)(!1),[Tt,Et]=(0,x.useState)(!1),[Dt,B]=(0,x.useState)({}),V=o?.identity===`user`,Ot=V&&!Tt?o.logo:``,kt=(0,x.useRef)(null),At=(0,x.useRef)(null),jt=(0,x.useRef)(``),H=(0,x.useRef)(null),Mt=(0,x.useRef)(!1),Nt=(0,x.useRef)(0),U=(0,x.useRef)(new Map),W=(0,x.useRef)(new Set),G=n===!0,{t:K,compareStrings:Pt,formatDate:Ft,formatTime:It}=_(),q=(0,x.useCallback)(async(e,t)=>{i(await xe(e,t),`error`)},[i]),J=(0,x.useMemo)(()=>Ue(o?.address),[o?.address]),Lt=(0,x.useCallback)((e,t=Date.now())=>{e&&B(n=>{let r=Ke(n,e,t);return r.changed?(Ge(J,r.value),r.value):n})},[J]),Y=(0,x.useCallback)(()=>{if(Mt.current||typeof window>`u`)return;let e=ot();if(e)try{let t=H.current||new e;H.current=t,t.state===`suspended`&&t.resume().catch(()=>{}),Mt.current=!0}catch{}},[]),Rt=(0,x.useCallback)(()=>{if(!Mt.current)return;let e=Date.now();if(e-Nt.current<tt)return;Nt.current=e;let t=ot();if(t)try{let e=H.current||new t;if(H.current=e,e.state===`suspended`){e.resume().catch(()=>{});return}let n=e.createGain();n.gain.setValueAtTime(1e-4,e.currentTime),n.gain.exponentialRampToValueAtTime(.08,e.currentTime+.015),n.gain.exponentialRampToValueAtTime(1e-4,e.currentTime+.18),n.connect(e.destination),[740,980].forEach((t,r)=>{let i=e.createOscillator();i.type=`sine`,i.frequency.setValueAtTime(t,e.currentTime),i.connect(n),i.start(e.currentTime+r*.035),i.stop(e.currentTime+.16+r*.035)})}catch{}},[]),X=(0,x.useCallback)(async(e=O(p))=>{if(!e||!G||!o){bt([]);return}St(!0);try{bt(await y.getChannelMembers(e))}catch(e){bt([]),await q(e,K(`chat.error.members`))}finally{St(!1)}},[p,G,q,K,o]);function zt(e,t){switch(e){case`channel:message`:{let e=t?.channelKey||t?.channel,n=t?.message,r=Number(n?.timestamp)||Date.now();if(e){f(t=>t.map(t=>O(t)===e?{...t,lastMessageAt:new Date(r).toISOString()}:t));let t=e===jt.current;B(i=>{let a=Je(i,{channelName:e,messageTime:r,activeChannelName:t?e:``,messageAuthor:n?.author,userAddress:o?.address});return a.changed&&Ge(J,a.value),a.notify&&Rt(),a.changed?a.value:i})}break}case`channel:peer:online`:case`channel:peer:offline`:p&&y.getChannelPeers(O(p)).catch(e=>{console.warn(`[Chat] Failed to fetch peers on event:`,e.message)});break;case`channel:joined`:case`channel:left`:$(),X();break;case`user:metadata:updated`:t?.scope===`channels`&&($(),X(jt.current));break;case`download:success`:{let e=U.current.get(t.taskId);e&&(U.current.delete(t.taskId),W.current.delete(e.cid),L(t=>({...t,[e.cid]:{status:`available`}})),i(K(`chat.attachment.downloadCompleted`,{fileName:t.fileName||Ne(e.fileName)}),`success`),Kt(e,t.fileName||e.fileName));break}case`download:error`:case`download:cancelled`:{let n=U.current.get(t.taskId);n&&(U.current.delete(t.taskId),W.current.delete(n.cid),L(r=>({...r,[n.cid]:{status:`error`,message:e===`download:cancelled`?K(`chat.attachment.downloadCancelled`):t.error||K(`chat.attachment.downloadFailed`)}})),i(e===`download:cancelled`?K(`chat.attachment.downloadCancelled`):t.error||K(`chat.attachment.downloadFailed`),`error`));break}}}let Bt=(0,x.useMemo)(()=>d.map(e=>O(e)),[d]),{clearMessages:Vt,messages:Ht,sendMessage:Ut,syncMessages:Wt}=De({isReady:G,enabled:!!o,channelName:O(p),extraSubscribedChannelNames:Bt,peerId:Fe,waitForPeerId:!0,onSyncError:e=>q(e,K(`chat.error.messages`)),onSocketEvent:zt,onReconnect:$});function Z(){return G?!0:(a(),!1)}function Q(){return o?!0:(l(),!1)}(0,x.useEffect)(()=>{let e=()=>{g(new URLSearchParams(window.location.search).get(`channel`)||``)};return e(),window.addEventListener(`popstate`,e),()=>window.removeEventListener(`popstate`,e)},[]),(0,x.useEffect)(()=>{o&&g(new URLSearchParams(window.location.search).get(`channel`)||``)},[o?.address]),(0,x.useEffect)(()=>{Et(!1)},[o?.logo]),(0,x.useEffect)(()=>{jt.current=O(p)},[p]),(0,x.useEffect)(()=>{B(We(J))},[J]),(0,x.useEffect)(()=>{!J||d.length===0||B(e=>{let t=qe(e,d);return t.changed&&Ge(J,t.value),t.changed?t.value:e})},[J,d]),(0,x.useEffect)(()=>(window.addEventListener(`pointerdown`,Y,{passive:!0}),window.addEventListener(`keydown`,Y),()=>{window.removeEventListener(`pointerdown`,Y),window.removeEventListener(`keydown`,Y)}),[Y]),(0,x.useEffect)(()=>()=>{H.current?.close().catch(()=>{}),H.current=null,Mt.current=!1},[]),(0,x.useEffect)(()=>{kt.current?.scrollIntoView({behavior:`smooth`})},[Ht]),(0,x.useEffect)(()=>{if(!G){w(``);return}be.get(`/api/node-id`).json().then(e=>w(e.id)).catch(e=>{console.warn(`[Chat] Failed to fetch node ID:`,e.message),q(e,K(`chat.error.nodeId`))})},[G,q,K]),(0,x.useEffect)(()=>{G&&o&&$()},[n,G,o?.address]),(0,x.useEffect)(()=>{if(p&&G){let e=O(p);Wt(e,{replace:!0}),y.getChannelPeers(e).catch(()=>{}),X(e)}},[p,n,G,X,Wt]),(0,x.useEffect)(()=>{!ut||!p||X(O(p))},[p,X,ut]),(0,x.useEffect)(()=>{if(h&&d.length>0){let e=d.find(e=>O(e)===h)||d.find(e=>k(e)===h);e&&(!p||O(p)!==O(e))?Xt(e):e&&p&&O(p)===O(e)&&(p.createdAt!==e.createdAt||p.coreKey!==e.coreKey||p.lastMessageAt!==e.lastMessageAt||p.pinned!==e.pinned||p.remark!==e.remark||p.type!==e.type)&&m(e)}},[d,p,h]),(0,x.useEffect)(()=>{o||(f([]),m(null),g(``),P(null),Vt(),Ae(``),w(``),F(!1),gt(null),bt([]),L({}),B({}),W.current.clear(),U.current.clear())},[Vt,o?.address]);function Gt(e){return e.length<Xe?K(`chat.validation.nameMin`,{count:Xe}):e.length>Ze?K(`chat.validation.nameMax`,{count:Ze}):e.includes(`.`)?K(`chat.validation.dotReserved`):Qe.test(e)?``:K(`chat.validation.allowedChars`)}async function $(){if(G)try{f(await y.getChannels())}catch(e){f([]),await q(e,K(`chat.error.channelList`))}}function Kt(e,t=e.fileName){let n=ne(t);gt({cid:e.cid,fileName:t,subtype:n===`file`?e.kind:n})}async function qt(e){let t=Te(e.link,K);if(t)return L(n=>({...n,[e.cid]:{status:`error`,message:t}})),!1;try{L(t=>({...t,[e.cid]:{status:`checking`}}));let t=await Ce.checkDownload(e.link,{timeout:$e,requestTimeout:et});return L(n=>({...n,[e.cid]:{status:`available`,message:t.alreadyExists?K(`chat.attachment.localAvailable`):K(`chat.attachment.previewAvailable`)}})),!0}catch(t){let n=await we(t);return L(t=>({...t,[e.cid]:{status:`error`,message:n}})),!1}}async function Jt(e){z(null),await qt(e)&&await Yt(e)}async function Yt(e){if(!W.current.has(e.cid)){W.current.add(e.cid),L(t=>({...t,[e.cid]:{status:`available`}}));try{let t=await Ce.downloadFile(e.link);if(t.alreadyExists||t.fileName){W.current.delete(e.cid),L(t=>({...t,[e.cid]:{status:`available`}})),Kt({...e,fileName:t.fileName||e.fileName},t.fileName||e.fileName);return}t.taskId&&(U.current.set(t.taskId,e),i(K(`chat.attachment.downloadStarted`),`success`))}catch(t){let n=await we(t);W.current.delete(e.cid),L(t=>({...t,[e.cid]:{status:`error`,message:n}}))}}}async function Xt(e){if(!Q()||!Z())return;let t=O(e);Lt(t,Math.max(T(e),Date.now())),m(e),g(t),window.history.pushState({},``,`?channel=${encodeURIComponent(t)}`)}async function Zt(e,t){if(t&&t.stopPropagation(),Q()&&Z()&&!D){st(!0);try{if(await y.leaveChannel(e),O(p)===e){m(null),g(``),Vt();let e=new URL(window.location.href);e.searchParams.delete(`channel`),window.history.pushState({},``,e.pathname)}$(),j.close(),M(null)}catch(e){await q(e,K(`chat.error.leave`))}finally{st(!1)}}}async function Qt(e){if(!Q()||!Z())return;let t=!e.pinned,n=O(e);try{let e=await y.setChannelPinned(n,t);f(t=>t.map(t=>O(t)===n?{...t,pinned:e.pinned}:t)),m(t=>t&&O(t)===n?{...t,pinned:e.pinned}:t)}catch(e){await q(e,K(t?`chat.error.pin`:`chat.error.unpin`))}}async function $t(e){let t=e.trim();if(!t||He)return;let n=Gt(t);if(n){i(n,`error`);return}if(Q()&&Z()){E(!0);try{let e=await y.createChannel(t,`public`,ve(o)),n=e.channelKey||e.key||e.name||t,r=d.find(e=>O(e)===n),i={...r,name:e.name||t,channelId:e.channelId||e.name||t,channelKey:e.channelKey||e.key||r?.channelKey,type:e.type||r?.type||`public`,createdAt:e.createdAt||r?.createdAt,coreKey:e.coreKey||e.key||r?.coreKey,localWriterCoreKey:e.localWriterCoreKey||r?.localWriterCoreKey,writerCoreKeys:e.writerCoreKeys||r?.writerCoreKeys,remark:e.remark||r?.remark},a=O(i);f(e=>e.some(e=>O(e)===a)?e.map(e=>O(e)===a?{...e,...i}:e):[...e,i]),C.close(),await Xt(i),X(a),$()}catch(e){await q(e,K(`chat.error.join`))}finally{E(!1)}}}async function en(e,t){if(!e.trim()||!p||!Q()||!Z())return!1;let n=e.trim(),r=O(p);try{let e=await Ut({channelName:r,content:n,attachment:t});return f(t=>t.map(t=>O(t)===r?{...t,lastMessageAt:new Date(Number(e?.timestamp)||Date.now()).toISOString()}:t)),e&&Lt(r,Number(e.timestamp)||Date.now()),X(r),!0}catch(e){return await q(e,K(`chat.error.send`)),!1}}async function tn(){if(!b.trim())return;let e=b.trim();Ae(``),await en(e)}function nn(e,t){return`${nt}/${e}/${t}`}async function rn(e){if(!(!e||e.length===0||!p)&&Q()&&Z()&&!_t){vt(!0);try{for(let t of Array.from(e)){let e=nn(k(p),t.name),n=await Ce.publishFile(t,e),r=n.fileName||e,a=n.link||`most://${n.cid}?filename=${encodeURIComponent(r)}`;await en(a,{kind:rt(t,r),cid:n.cid,fileName:r,link:a,mimeType:t.type||void 0,size:t.size})&&i(K(`chat.attachment.published`,{fileName:Ne(r)}),`success`)}}catch(e){await q(e,K(`chat.error.attachmentSend`))}finally{vt(!1)}}}async function an(e){if(!Q()||!Z())return;let t=I[e.cid];if(t?.status!==`checking`){if(t?.status===`error`){z(e);return}if(t?.status!==`available`){await qt(e)&&await Yt(e);return}await Yt(e)}}async function on(e,t){if(!Q()||!Z())return;let n=O(e),r=await y.setChannelRemark(n,t);return f(e=>e.map(e=>O(e)===n?{...e,remark:r.remark}:e)),m(e=>e&&O(e)===n?{...e,remark:r.remark}:e),r.remark}async function sn(){if(p)try{await on(p,dt)}catch(e){await q(e,K(`chat.error.remark`))}}async function cn(e){if(!(!N||pt)){mt(!0);try{await on(N,e),P(null)}catch(e){await q(e,K(`chat.error.rename`))}finally{mt(!1)}}}function ln(e){if(!e.attachment)return(0,S.jsx)(Ie,{children:e.content});let t=e.attachment,n=I[t.cid]?.status;return(0,S.jsx)(Le,{children:(0,S.jsx)(Pe,{attachment:t,status:n,pending:e.pending,onOpen:an})})}function un(e,t){let n=String(e||``).trim();return n?Ct?at(n)?n:t?`${n}#${t.slice(-4).toUpperCase()}`:n:n.replace(/#[a-fA-F0-9]{4}$/,``):it(t)}function dn(){return(0,S.jsx)(Be,{isLoading:xt,members:yt.map(e=>({id:e.address,name:un(e.displayName,e.address),avatarSrc:me(e.address,e.avatar)}))})}let fn=V&&!!h&&!p,pn=p?(0,S.jsx)(`h2`,{className:`header-title`,translate:`no`,children:A(p)}):(0,S.jsx)(`h2`,{className:`header-title`,children:K(`chat.title`)}),mn=ue.trim().toLowerCase(),hn=(0,x.useMemo)(()=>[...d].sort((e,t)=>{let n=Number(!!t.pinned)-Number(!!e.pinned);if(n!==0)return n;let r=T(t)-T(e);return r===0?Pt(A(e),A(t)):r}),[d,Pt]),gn=mn?hn.filter(e=>[A(e),k(e),O(e)].some(e=>e.toLowerCase().includes(mn))):hn;return(0,S.jsxs)(oe,{className:`chat-app-layout`,defaultHide:V,sidebar:({closeSidebar:e})=>(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)(`button`,{type:`button`,className:`sidebar-header sidebar-header-link`,onClick:u,children:[(0,S.jsx)(de,{size:18}),(0,S.jsx)(`h1`,{children:`MOST PEOPLE`})]}),(0,S.jsx)(`div`,{className:`chat-channel-search`,children:(0,S.jsxs)(`div`,{className:`ui-input-control`,children:[(0,S.jsx)(le,{className:`ui-input-icon`,size:15}),(0,S.jsx)(`input`,{type:`search`,className:`input input-compact`,placeholder:K(`chat.search.placeholder`),value:ue,onChange:e=>he(e.target.value),"aria-label":K(`chat.search.placeholder`)})]})}),(0,S.jsx)(`nav`,{className:`sidebar-nav`,children:d.length===0?(0,S.jsx)(`div`,{className:`sidebar-empty-state`,children:(0,S.jsx)(`p`,{children:K(`chat.empty.noChannels`)})}):gn.length===0?(0,S.jsx)(`div`,{className:`sidebar-empty-state`,children:(0,S.jsx)(`p`,{children:K(`chat.empty.noMatches`)})}):gn.map(t=>(0,S.jsx)(ze,{active:O(p)===O(t),pinned:!!t.pinned,unread:Ye(t,Dt),title:A(t),onSelect:()=>{Xt(t),e()},onTogglePin:()=>void Qt(t),onRename:()=>P(t),onLeave:()=>{M(t),j.open()}},O(t)))}),(0,S.jsxs)(`button`,{className:`ui-action-dashed create-channel-btn`,onClick:()=>{!Q()||!Z()||C.open()},children:[(0,S.jsx)(ee,{size:16}),K(`chat.joinChannel`)]}),(0,S.jsx)(Se,{})]}),headerTitle:pn,sidebarToggleReplacement:V?(0,S.jsx)(`span`,{className:`sidebar-toggle-static-logo`,"aria-hidden":`true`,children:Ot?(0,S.jsx)(`img`,{className:`sidebar-toggle-static-logo-img`,src:Ot,alt:``,onError:()=>Et(!0)}):(0,S.jsx)(Ee,{size:18})}):void 0,headerRight:(0,S.jsxs)(`div`,{className:`header-right-actions`,children:[(0,S.jsx)(`button`,{className:`btn btn-icon`,onClick:()=>t(!e),title:K(`common.theme.toggle`),children:e?(0,S.jsx)(s,{size:16}):(0,S.jsx)(c,{size:16})}),p&&(0,S.jsx)(`button`,{className:`btn btn-icon`,onClick:()=>F(!0),title:K(`chat.channelSettings`),children:(0,S.jsx)(je,{size:16})})]}),children:[p?(0,S.jsxs)(S.Fragment,{children:[(0,S.jsxs)(`div`,{className:`chat-messages`,children:[Ht.length===0?(0,S.jsxs)(`div`,{className:`ui-empty-state chat-messages-empty`,children:[(0,S.jsx)(`div`,{className:`ui-empty-icon empty-icon`,children:(0,S.jsx)(se,{size:28})}),(0,S.jsx)(`p`,{children:K(`chat.empty.noMessages`)})]}):Ht.map(e=>{let t=e.author?.toLowerCase()===o?.address.toLowerCase();return(0,S.jsx)(Re,{variant:t?`self`:`other`,pending:e.pending,avatarSrc:me(e.author,e.avatar||(t?o.avatar:void 0)),author:un(e.authorName,e.author),time:It(e.timestamp),children:ln(e)},e.id||`${e.author}-${e.timestamp}`)}),(0,S.jsx)(`div`,{ref:kt})]}),(0,S.jsx)(Ve,{message:b,placeholder:K(o?`chat.composer.placeholder`:`chat.composer.signInPlaceholder`),disabled:!o,isPublishingAttachment:_t,attachmentInputRef:At,onMessageChange:Ae,onSend:tn,onSelectAttachmentFiles:e=>{rn(e)}})]}):fn?(0,S.jsxs)(`div`,{className:`ui-empty-state chat-welcome`,children:[(0,S.jsx)(`div`,{className:`ui-empty-icon ui-empty-icon-lg welcome-icon`,children:(0,S.jsx)(te,{size:36,className:`ui-spinner`})}),(0,S.jsx)(`h2`,{className:`ui-empty-title`,children:K(`chat.restoring.title`)}),(0,S.jsx)(`p`,{className:`ui-empty-desc`,children:K(`chat.restoring.desc`)})]}):(0,S.jsx)(S.Fragment,{children:(0,S.jsxs)(`div`,{className:`ui-empty-state chat-welcome`,children:[(0,S.jsx)(`div`,{className:`ui-empty-icon ui-empty-icon-lg welcome-icon`,children:(0,S.jsx)(se,{size:36})}),(0,S.jsx)(`h2`,{className:`ui-empty-title`,children:K(`chat.select.title`)}),(0,S.jsx)(`p`,{className:`ui-empty-desc`,children:K(`chat.select.desc`)}),(0,S.jsx)(ce,{label:K(`chat.openChannelList`)})]})}),Me&&(0,S.jsx)(ye,{title:K(`chat.joinChannel`),placeholder:K(`chat.join.placeholder`),confirmText:K(`chat.join.confirm`),validate:Gt,onConfirm:$t,onClose:()=>C.close(),isLoading:He,loadingText:K(`chat.join.joining`)}),N&&(0,S.jsx)(ye,{title:K(`chat.renameChannel`),placeholder:K(`chat.remark.placeholder`),defaultValue:N.remark||``,confirmText:K(`chat.remark.save`),onConfirm:cn,onClose:()=>{pt||P(null)},isLoading:pt,loadingText:K(`chat.remark.saving`),allowEmpty:!0,validate:e=>e.length>50?K(`chat.remark.tooLong`):``}),ct&&lt&&(0,S.jsx)(_e,{title:K(`chat.leaveChannel`),message:K(`chat.leaveConfirm`,{channel:A(lt)}),confirmText:K(D?`chat.leaving`:`chat.leaveChannel`),onConfirm:()=>Zt(O(lt),void 0),danger:!0,onClose:()=>{j.close(),M(null)}}),R&&(0,S.jsx)(ge,{onClose:()=>z(null),children:(0,S.jsxs)(`div`,{className:`confirm-modal`,onClick:e=>e.stopPropagation(),children:[(0,S.jsxs)(`div`,{className:`modal-header`,children:[(0,S.jsx)(`h3`,{children:K(`chat.attachment.noSeedsTitle`)}),(0,S.jsx)(`button`,{type:`button`,className:`btn btn-icon`,onClick:()=>z(null),"aria-label":K(`common.close`),children:(0,S.jsx)(pe,{size:18})})]}),(0,S.jsx)(`p`,{children:I[R.cid]?.message||K(`chat.attachment.noSeedsFallback`)}),(0,S.jsxs)(`div`,{className:`modal-actions`,children:[(0,S.jsx)(`button`,{type:`button`,className:`btn btn-secondary`,onClick:()=>z(null),children:K(`common.cancel`)}),(0,S.jsx)(`button`,{type:`button`,className:`btn btn-primary`,onClick:()=>Jt(R),disabled:I[R.cid]?.status===`checking`,children:I[R.cid]?.status===`checking`?K(`app.checking`):K(`chat.attachment.retryCheck`)})]})]})}),ht&&(0,S.jsx)(ie,{item:ht,isBackendReady:G,getFileDownloadUrl:Ce.getFileDownloadUrl,onClose:()=>gt(null)}),ut&&p&&(0,S.jsx)(`div`,{className:`channel-detail-overlay`,onClick:()=>F(!1),children:(0,S.jsxs)(`div`,{className:`channel-detail-drawer`,onClick:e=>e.stopPropagation(),children:[(0,S.jsxs)(`div`,{className:`channel-detail-header`,children:[(0,S.jsx)(`h3`,{children:K(`chat.details.title`)}),(0,S.jsx)(`button`,{className:`btn btn-icon`,onClick:()=>F(!1),children:(0,S.jsx)(pe,{size:18})})]}),(0,S.jsxs)(`div`,{className:`channel-detail-body`,children:[(0,S.jsxs)(`div`,{className:`channel-detail-section channel-members-section`,children:[(0,S.jsx)(`div`,{className:`channel-detail-label`,children:(0,S.jsx)(`span`,{children:K(`chat.details.members`,{count:yt.length})})}),dn()]}),!V&&(0,S.jsx)(`div`,{className:`channel-detail-section`,children:(0,S.jsxs)(`label`,{className:`setting-switch`,children:[(0,S.jsx)(`span`,{children:K(`chat.details.showAddressSuffix`)}),(0,S.jsx)(`input`,{type:`checkbox`,checked:Ct,onChange:e=>wt(e.target.checked)})]})}),!V&&(0,S.jsxs)(`div`,{className:`channel-detail-section`,children:[(0,S.jsxs)(`div`,{className:`channel-detail-label`,children:[(0,S.jsx)(ke,{size:14}),(0,S.jsx)(`span`,{children:K(`chat.details.channelId`)})]}),(0,S.jsx)(`div`,{className:`ui-meta-box channel-detail-value channel-detail-mono`,translate:`no`,children:k(p)})]}),(0,S.jsxs)(`div`,{className:`channel-detail-section`,children:[(0,S.jsxs)(`div`,{className:`channel-detail-label`,children:[(0,S.jsx)(re,{size:14}),(0,S.jsx)(`span`,{children:K(`chat.remark.placeholder`)})]}),(0,S.jsx)(`input`,{type:`text`,className:`input input-compact`,placeholder:K(`chat.remark.placeholder`),value:dt,onChange:e=>ft(e.target.value),onFocus:()=>ft(p.remark||``),onBlur:()=>sn(),onKeyDown:e=>{e.key===`Enter`&&e.currentTarget.blur()},maxLength:50})]}),(0,S.jsxs)(`div`,{className:`channel-detail-section`,children:[(0,S.jsxs)(`div`,{className:`channel-detail-label`,children:[(0,S.jsx)(Oe,{size:14}),(0,S.jsx)(`span`,{children:K(`chat.channel.createdAt`)})]}),(0,S.jsx)(`div`,{className:`ui-meta-box channel-detail-value`,children:p.createdAt?Ft(p.createdAt):`-`})]})]}),!V&&(0,S.jsx)(`div`,{className:`channel-detail-footer`,children:(0,S.jsx)(`button`,{className:`btn btn-secondary btn-block`,onClick:()=>{F(!1),M(p),j.open()},children:K(`chat.leaveChannel`)})})]})})]})}var ct=i(`/chat/`)({component:st});export{ct as Route};
@@ -0,0 +1,2 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/MilkdownEditor-Cfze75zl.js","assets/jsx-runtime-Bt-cYkS5.js","assets/index-CrAXrmfP.js","assets/userStore-C4vdYsQp.js","assets/useNavigate-DWlBD_-b.js","assets/index-C0xqKeu-.css","assets/dist-zyJb88Zz.js","assets/dist-CbTzBiwL.js"])))=>i.map(i=>d[i]);
2
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{l as r,o as i,s as a,t as o,x as s,y as c}from"./userStore-C4vdYsQp.js";import{n as l}from"./useNavigate-DWlBD_-b.js";import{n as u,r as d}from"./LanguageToggle-Di5b88mK.js";import{n as f,t as p}from"./lock-tf1t2yuy.js";import{n as m,r as h,t as g}from"./upload-V--8p13l.js";import{n as _,t as v}from"./triangle-alert-DP9EP7IM.js";import{t as y}from"./cloud-DHoTMeZY.js";import{t as b}from"./download-Bg-OdoxM.js";import{n as x,t as ee}from"./plus-H2i2mspM.js";import{t as S}from"./file-text-DG1orIkZ.js";import{t as te}from"./AppShell-BOtfY12t.js";import{t as C}from"./notebook-pen-CqEFOHKx.js";import{t as ne}from"./OpenSidebarButton-DDuALgJ2.js";import{t as re}from"./save-DR0O9ReR.js";import{t as ie}from"./search-ncblG-zw.js";import{t as ae}from"./trash-2-CNpsqYc1.js";import{A as w,B as T,D as E,F as oe,L as se,M as ce,N as le,O as ue,U as de,_ as D,h as fe,k as pe,m as me,p as he,t as ge}from"./index-CrAXrmfP.js";import{t as O}from"./SidebarAccount-bo1ypzrJ.js";var _e=c(`move`,[[`path`,{d:`M12 2v20`,key:`t6zp3m`}],[`path`,{d:`m15 19-3 3-3-3`,key:`11eu04`}],[`path`,{d:`m19 9 3 3-3 3`,key:`1mg7y2`}],[`path`,{d:`M2 12h20`,key:`9i4pu4`}],[`path`,{d:`m5 9-3 3 3 3`,key:`j64kie`}],[`path`,{d:`m9 5 3-3 3 3`,key:`l8vdw6`}]]),ve=c(`pencil-ruler`,[[`path`,{d:`M13 7 8.7 2.7a2.41 2.41 0 0 0-3.4 0L2.7 5.3a2.41 2.41 0 0 0 0 3.4L7 13`,key:`orapub`}],[`path`,{d:`m8 6 2-2`,key:`115y1s`}],[`path`,{d:`m18 16 2-2`,key:`ee94s4`}],[`path`,{d:`m17 11 4.3 4.3c.94.94.94 2.46 0 3.4l-2.6 2.6c-.94.94-2.46.94-3.4 0L11 17`,key:`cfq27r`}],[`path`,{d:`M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z`,key:`1a8usu`}],[`path`,{d:`m15 5 4 4`,key:`1mk7zo`}]]),k=t(e(),1),A=n();function ye({sync:e}){let{t}=T(),n=(0,k.useRef)(null),[r,i]=(0,k.useState)(!1),a=o(e=>e.wallet),s=e.action!==null;(0,k.useEffect)(()=>{if(!r)return;function e(e){n.current?.contains(e.target)||i(!1)}return document.addEventListener(`mousedown`,e),()=>document.removeEventListener(`mousedown`,e)},[r]);async function c(e){i(!1),await e()}return(0,A.jsxs)(`div`,{className:`note-more`,ref:n,children:[(0,A.jsx)(`button`,{className:`btn btn-icon note-more-trigger`,onClick:()=>i(e=>!e),title:t(`common.moreActions`),"aria-label":t(`common.moreActions`),children:(0,A.jsx)(x,{size:16})}),r&&(0,A.jsxs)(`div`,{className:`note-more-menu`,children:[(0,A.jsxs)(`div`,{className:`ui-notice note-sync-status ${e.hasConflict?`warning conflict`:``}`,children:[(0,A.jsx)(`span`,{className:`ui-icon-tile note-sync-status-icon ${e.hasConflict?`warning`:``}`,children:e.hasConflict?(0,A.jsx)(v,{size:16}):e.status===`synced`?(0,A.jsx)(_,{size:16}):(0,A.jsx)(y,{size:16})}),(0,A.jsxs)(`span`,{children:[(0,A.jsx)(`strong`,{children:t(`note.sync.title`)}),(0,A.jsx)(`small`,{children:e.statusLabel})]})]}),(0,A.jsxs)(`button`,{className:`note-more-item`,onClick:()=>c(e.exportLocalBackup),disabled:!a||s,children:[(0,A.jsx)(g,{size:16}),t(`note.sync.exportLocal`)]}),(0,A.jsxs)(`button`,{className:`note-more-item`,onClick:()=>c(e.importLocalBackup),disabled:!a||s,children:[(0,A.jsx)(b,{size:16}),t(`note.sync.importLocal`)]})]})]})}function j(e){return e.type===`directory`?w(e.path?`${e.path}/${e.name}`:e.name):pe(e)}function be({target:e,directories:t,onMove:n,onClose:r}){let{t:i}=T(),a=w(e.path||``),o=j(e),s=t.filter(t=>e.type===`directory`?t.path!==o&&!t.path.startsWith(`${o}/`):!0),[c,l]=(0,k.useState)(a),[u,d]=(0,k.useState)(``),[p,g]=(0,k.useState)(new Set),_=w(u),v=u.trim()?_:c,y=w(v)===a,b=new Map;for(let e of s){let t=b.get(e.parentPath)||[];t.push(e),b.set(e.parentPath,t)}let x=s.filter(e=>{if(!e.parentPath)return!0;let t=e.parentPath.split(`/`).filter(Boolean);return t.every((e,n)=>p.has(t.slice(0,n+1).join(`/`)))}),ee=[{label:i(`note.root`),path:``},...c.split(`/`).filter(Boolean).map((e,t,n)=>({label:e,path:n.slice(0,t+1).join(`/`)}))];function S(e){l(w(e)),d(``)}function te(e){S(e),b.has(e)&&g(t=>{let n=new Set(t);return n.has(e)?n.delete(e):n.add(e),n})}function C(){y||n(v)}return(0,A.jsx)(fe,{onClose:r,children:(0,A.jsxs)(`div`,{className:`note-move-modal`,onClick:e=>e.stopPropagation(),children:[(0,A.jsxs)(`div`,{className:`modal-header`,children:[(0,A.jsx)(`h3`,{children:i(`note.move.title`)}),(0,A.jsx)(`button`,{className:`btn btn-icon`,onClick:r,children:(0,A.jsx)(le,{size:18})})]}),(0,A.jsxs)(`div`,{className:`note-move-target`,children:[(0,A.jsx)(`span`,{children:i(`note.move.moving`)}),(0,A.jsx)(`strong`,{translate:`no`,children:e.name})]}),(0,A.jsx)(`div`,{className:`note-move-path`,children:ee.map((e,t)=>(0,A.jsxs)(k.Fragment,{children:[t>0&&(0,A.jsx)(`span`,{children:`/`}),(0,A.jsx)(`button`,{type:`button`,onClick:()=>S(e.path),children:(0,A.jsx)(`span`,{translate:e.path?`no`:`yes`,children:e.label})})]},e.path||`root`))}),(0,A.jsxs)(`div`,{className:`note-move-folder-list`,children:[(0,A.jsxs)(`button`,{type:`button`,className:`note-move-folder-item ${c===``?`selected`:``}`,onClick:()=>S(``),children:[(0,A.jsx)(`span`,{className:`note-move-folder-spacer`}),(0,A.jsx)(m,{className:`note-move-folder-icon`,size:16}),(0,A.jsx)(`span`,{children:i(`note.root`)})]}),s.length===0?(0,A.jsx)(`p`,{className:`note-move-empty`,children:i(`note.move.noFolders`)}):x.map(e=>{let t=b.has(e.path),n=p.has(e.path);return(0,A.jsxs)(`button`,{type:`button`,className:`note-move-folder-item note-move-depth-${Math.min(e.depth,4)} ${c===e.path?`selected`:``}`,onClick:()=>te(e.path),children:[t?n?(0,A.jsx)(f,{className:`note-move-expander`,size:14}):(0,A.jsx)(h,{className:`note-move-expander`,size:14}):(0,A.jsx)(`span`,{className:`note-move-folder-spacer`}),(0,A.jsx)(m,{className:`note-move-folder-icon`,size:16}),(0,A.jsx)(`span`,{translate:`no`,children:e.name}),e.parentPath&&(0,A.jsx)(`small`,{translate:`no`,children:e.parentPath})]},e.path)})]}),(0,A.jsx)(`input`,{className:`input input-compact`,value:u,onChange:e=>d(e.target.value),placeholder:i(`note.move.pathPlaceholder`),translate:`no`}),(0,A.jsxs)(`div`,{className:`note-move-destination`,children:[(0,A.jsx)(`span`,{children:i(`note.move.destinationLabel`)}),(0,A.jsx)(`span`,{translate:v?`no`:`yes`,children:v||i(`note.root`)})]}),(0,A.jsxs)(`div`,{className:`modal-actions`,children:[(0,A.jsx)(`button`,{className:`btn btn-secondary`,onClick:r,children:i(`common.cancel`)}),(0,A.jsx)(`button`,{className:`btn btn-primary`,onClick:C,disabled:y,children:i(`note.action.move`)})]})]})})}function xe({children:e}){return(0,A.jsxs)(A.Fragment,{children:[(0,A.jsxs)(`button`,{type:`button`,className:`sidebar-header sidebar-header-link`,onClick:ce(),children:[(0,A.jsx)(se,{size:18}),(0,A.jsx)(`h1`,{children:`MOST PEOPLE`})]}),e,(0,A.jsx)(O,{})]})}var M=`https://api.most.box/auth/backup`;async function N(e,t){return(await e.clone().json().catch(()=>null))?.error||t}function P(e,t){return a(JSON.stringify({notes:e||[]}),t)}function F(e,t){if(!String(e||``).startsWith(`mp://1`))throw Error(`无效的备份数据格式`);let n=i(e,t);if(!n)throw Error(`解密失败,请确认当前 Web3 登录账号正确`);let r=JSON.parse(n);if(!Array.isArray(r.notes))throw Error(`备份数据缺少 notes`);return r}async function I(e){return E(JSON.stringify({notes:e||[]}))}async function L(e,t,n=M){let i=Date.now().toString(),a=new URL(n).pathname,o=`${i}:${String(t).toUpperCase()}:${a}`,{address:s,signature:c}=await r(e.danger,o);return{Authorization:`${s},${i},${c}`}}async function R(e,t){let n=await E(JSON.stringify({notes:t||[]}));return{cid:n,body:P(t,e.danger),headers:{"Content-Type":`text/plain`,"x-backup-cid":n,...await L(e,`PUT`,M)}}}async function z(e,t,n=M){let r=await R(e,t),i=await fetch(n,{method:`PUT`,headers:r.headers,body:r.body});if(!i.ok)throw Error(await N(i,`云备份失败`));return{cid:r.cid}}async function B(e,t=M){let n=await fetch(t,{method:`GET`,headers:await L(e,`GET`,t)});if(n.status===404)return{found:!1,cid:``,time:0,notes:[]};if(!n.ok)throw Error(await N(n,`云端恢复失败`));let r=await n.text();if(!r)throw Error(`云端无备份数据`);let i=F(r,e.danger);return{found:!0,cid:n.headers.get(`x-backup-cid`)||``,time:Number(n.headers.get(`x-backup-time`)||0),notes:i.notes}}var V=!1,H=``,U=``;function W(e,t){return e instanceof Error?e.message:t}function G(e,t){switch(e){case`disabled`:return t(`note.sync.status.disabled`);case`checking`:return t(`note.sync.status.checking`);case`uploading`:return t(`note.sync.status.uploading`);case`restoring`:return t(`note.sync.status.restoring`);case`synced`:return t(`note.sync.status.synced`);case`conflict`:return t(`note.sync.status.conflict`);case`error`:return t(`note.sync.status.error`);default:return t(`note.sync.status.idle`)}}function Se(){let{t:e}=T(),t=o(e=>e.wallet),n=o(e=>e.openLoginModal),r=D(e=>e.addToast),i=D(e=>e.notes),a=D(e=>e.importNotes),s=D(e=>e.localDataReady),[c,l]=(0,k.useState)(null),[u,d]=(0,k.useState)(t?`idle`:`disabled`),[f,p]=(0,k.useState)(V),[m,h]=(0,k.useState)(!1),g=(0,k.useRef)(0),_=(0,k.useCallback)(e=>{V=e,p(e)},[]),v=(0,k.useCallback)((e=!1)=>o.getState().wallet||(e||n(),null),[r,n]),y=(0,k.useCallback)(async(t={})=>{let{silent:n=!1,confirmConflict:i=!0}=t,a=v(n);if(!a)return d(`disabled`),!1;if(V&&i&&!window.confirm(e(`note.sync.confirm.uploadConflict`)))return n||r(e(`note.sync.toast.cancelSync`),`info`),d(`conflict`),!1;l(`save`),d(`uploading`);try{let t=D.getState().notes;return H=(await z(a,t)).cid,U=a.address,_(!1),d(`synced`),n||r(e(`note.sync.toast.cloudUpdated`),`success`),!0}catch(t){return d(`error`),n?console.info(W(t,e(`note.sync.error.backupFailed`))):r(W(t,e(`note.sync.error.backupFailed`)),`error`),!1}finally{l(null)}},[r,v,_,e]),b=(0,k.useCallback)(async(t={})=>{let{manual:n=!1,uploadWhenMissing:i=!1}=t,o=v(!n);if(!o)return d(`disabled`),!1;l(n?`restore`:`sync`),d(n?`restoring`:`checking`);try{let t=await B(o),s=D.getState().notes;if(!t.found)return _(!1),U=o.address,i&&s.length>0?(l(null),y({silent:!0,confirmConflict:!1})):(d(s.length>0?`idle`:`synced`),n&&r(e(`note.sync.toast.noCloudBackup`),`info`),!1);let c=t.notes||[],u=await I(s),f=t.cid||await I(c);return s.length>0&&u!==f&&!window.confirm(e(`note.sync.confirm.restoreConflict`))?(_(!0),d(`conflict`),n&&r(e(`note.sync.toast.cancelRestore`),`info`),!1):(u!==f&&a(c),H=f,U=o.address,_(!1),d(`synced`),n&&r(e(`note.sync.toast.restoredCloud`),`success`),!0)}catch(t){return d(`error`),n?r(W(t,e(`note.sync.error.restoreCloudFailed`)),`error`):console.info(W(t,e(`note.sync.error.restoreCloudFailed`))),!1}finally{l(null)}},[r,a,v,_,e,y]),x=(0,k.useCallback)(()=>{let t=v(!1);if(t)try{let n=D.getState().notes,i=P(n,t.danger),a=new Blob([i],{type:`text/plain`}),o=URL.createObjectURL(a),s=document.createElement(`a`);s.href=o,s.download=`${t.address.slice(-4)}-most-notes-${new Date().toISOString().slice(0,10)}.txt`,s.click(),URL.revokeObjectURL(o),r(e(`note.sync.toast.exportedLocal`),`success`)}catch(t){r(W(t,e(`note.sync.error.exportFailed`)),`error`)}},[r,v,e]),ee=(0,k.useCallback)(()=>{let t=v(!1);if(!t)return;let n=document.createElement(`input`);n.type=`file`,n.accept=`.txt`,n.onchange=n=>{let i=n.target.files?.[0];if(!i)return;let o=new FileReader;o.onload=async()=>{try{let n=o.result,i=F(n,t.danger);if(D.getState().notes.length>0&&!window.confirm(e(`note.sync.confirm.importOverwrite`))){r(e(`note.sync.toast.cancelRestore`),`info`);return}a(i.notes),r(e(`note.sync.toast.restoredLocal`),`success`),await y({silent:!0})}catch(t){r(W(t,e(`note.sync.error.importFailed`)),`error`)}},o.readAsText(i)},n.click()},[r,a,v,e,y]);return(0,k.useEffect)(()=>{if(!s)return;if(!t){U=``,H=``,h(!1),_(!1),d(`disabled`);return}if(U===t.address){h(!0),d(V?`conflict`:`synced`);return}let e=!1;return h(!1),b({manual:!1,uploadWhenMissing:!0}).finally(()=>{e||h(!0)}),()=>{e=!0}},[s,b,_,t]),(0,k.useEffect)(()=>{if(!t||!s||!m||(g.current+=1,g.current<=1))return;let e=window.setTimeout(async()=>{let e=D.getState().notes;await I(e)!==H&&await y({silent:!0})},900);return()=>window.clearTimeout(e)},[m,s,i,y,t]),{action:c,status:u,statusLabel:(0,k.useMemo)(()=>G(u,e),[u,e]),hasConflict:f,uploadNow:y,restoreFromCloud:b,exportLocalBackup:x,importLocalBackup:ee}}var Ce=(0,k.lazy)(async()=>({default:(await ge(()=>import(`./MilkdownEditor-Cfze75zl.js`),__vite__mapDeps([0,1,2,3,4,5,6,7]))).MilkdownEditor}));function we(e){let t=new URLSearchParams(e),n=t.get(`mode`);return{cid:t.get(`cid`)||void 0,mode:n===`edit`?`edit`:void 0}}function Te(e={}){let t=new URLSearchParams;e.cid&&t.set(`cid`,e.cid),e.mode&&t.set(`mode`,e.mode);let n=t.toString();return n?`/note/?${n}`:`/note/`}function Ee(e,t){return e.isSecret||e.content.startsWith(`mp://1`)?t(`note.preview.encrypted`):String(e.content||``).replace(/```[\s\S]*?```/g,` `).replace(/!\[[^\]]*]\([^)]*\)/g,` `).replace(/\[([^\]]+)]\([^)]*\)/g,`$1`).replace(/[#>*_`~|-]/g,` `).replace(/\s+/g,` `).trim()||t(`note.preview.empty`)}var K={"note.error.nameRequired":`note.error.nameRequired`,"note.error.nameNoSlash":`note.error.nameNoSlash`,"note.error.nameNoBackslash":`note.error.nameNoBackslash`,"note.error.nameInvalid":`note.error.nameInvalid`,"note.error.nameConflict":`note.error.nameConflict`,"note.error.moveIntoSelf":`note.error.moveIntoSelf`};function q(e,t,n){let r=e instanceof Error?e.message:``,i=K[r];return i?n(i):r||t}function De(e){return e.type===`directory`?w(e.path?`${e.path}/${e.name}`:e.name):pe(e)}function Oe(e,t){let n=new Set;for(let t of e){let e=w(t.path).split(`/`).filter(Boolean);for(let t=0;t<e.length;t+=1)n.add(e.slice(0,t+1).join(`/`))}return Array.from(n).sort(t).map(e=>{let t=e.split(`/`);return{path:e,name:t[t.length-1]||e,parentPath:t.slice(0,-1).join(`/`),depth:Math.max(t.length-1,0)}})}function ke(){let{t:e,formatDate:t,compareStrings:n}=T(),r=l(),s=de({select:e=>e.searchStr}),c=(0,k.useMemo)(()=>we(s),[s]),f=(0,k.useRef)(null),h=Se(),g=D(e=>e.addToast),_=D(e=>e.isDarkMode),v=D(e=>e.setIsDarkMode),y=o(e=>e.wallet),b=o(e=>e.openLoginModal),x=D(e=>e.notes),E=D(e=>e.notesPath),se=D(e=>e.setNotesPath),ce=D(e=>e.saveNote),fe=D(e=>e.deleteNote),ge=D(e=>e.renameNote),O=D(e=>e.localDataReady),j=c.cid||``,M=x.find(e=>e.cid===j),N=!!j,P=N&&c.mode===`edit`,[F,I]=(0,k.useState)(``),[L,R]=(0,k.useState)(null),[z,B]=(0,k.useState)(null),[V,H]=(0,k.useState)(null),[U,W]=(0,k.useState)(``),[G,K]=(0,k.useState)(``),[ke,J]=(0,k.useState)(``),[Ae,je]=(0,k.useState)(``),[Me,Ne]=(0,k.useState)(``),[Pe,Y]=(0,k.useState)(``),[X,Fe]=(0,k.useState)(!1),[Ie,Z]=(0,k.useState)(``),[Le,Re]=(0,k.useState)(!1);(0,k.useEffect)(()=>{if(!j){W(``),K(``);return}if(!M){W(``),K(O?e(`note.error.notFound`):``);return}if(M.content.startsWith(`mp://1`)){if(!y){W(``),K(e(`note.error.loginToDecrypt`));return}let t=i(M.content,y.danger);if(!t){W(``),K(e(`note.error.decryptFailed`));return}W(t),K(``);return}W(M.content||``),K(``)},[j,O,M,e,y]),(0,k.useEffect)(()=>{if(!P){Re(!1);return}if(!j||!M){je(``),Ne(``),Y(``),Fe(!1),Z(O?e(`note.error.notFound`):``);return}if(je(M.name),Ne(M.path||``),Fe(M.isSecret===!0||M.content.startsWith(`mp://1`)),M.content.startsWith(`mp://1`)){if(!y){Y(``),Z(e(`note.error.loginToDecrypt`));return}let t=i(M.content,y.danger);if(!t){Y(``),Z(e(`note.error.decryptFailed`));return}Y(t),Z(``);return}Y(M.content||``),Z(``)},[j,P,O,M,e,y]),(0,k.useEffect)(()=>{J(M?.name||``)},[M?.cid,M?.name]);let ze=(0,k.useMemo)(()=>ue(x,E,F),[x,E,F]),Be=ze.filter(e=>e.type===`file`).length,Ve=M?.isSecret===!0||M?.content.startsWith(`mp://1`)===!0,He=e(P?X?`note.privacy.secret`:`note.privacy.public`:Ve?`note.privacy.secret`:`note.privacy.public`),Ue=(0,k.useMemo)(()=>{let t=E.split(`/`).filter(Boolean);return[{label:e(`note.root`),path:``},...t.map((e,n)=>({label:e,path:t.slice(0,n+1).join(`/`)}))]},[E,e]),We=(0,k.useMemo)(()=>Oe(x,n),[n,x]);function Q(e={},t=!1){r({href:Te(e),replace:t})}function Ge(e){Q({cid:e.cid})}function Ke(e){Q({cid:e.cid,mode:`edit`})}function $(){return y?!0:(b(),!1)}function qe(){Q(M?{cid:M.cid}:{})}async function Je(){if($()){if(!M){g(e(`note.toast.notFound`),`error`);return}if(!Ae.trim()){g(e(`note.toast.nameRequired`),`warning`);return}Re(!0);try{let t=f.current?.getMarkdown()??Pe,n=X?a(t,y.danger):t,r=await ce({cid:M.cid,name:Ae,path:Me,content:n,isSecret:X});Y(t),Q({cid:r},!0),g(e(`note.toast.saved`),`success`),await h.uploadNow({silent:!0})}catch(t){g(q(t,e(`note.toast.saveFailed`),e),`error`)}finally{Re(!1)}}}function Ye(){$()&&R({title:e(`note.create.title`),placeholder:e(`note.namePlaceholder`),confirmText:e(`note.create.action`),onConfirm:async t=>{if($())try{let n=await ce({name:t,path:E,content:``,isSecret:!1});R(null),g(e(`note.toast.created`),`success`),await h.uploadNow({silent:!0}),Q({cid:n,mode:`edit`})}catch(t){g(q(t,e(`note.toast.createFailed`),e),`error`)}}})}async function Xe(){if(!$()||!M)return;let t=ke.trim();if(!t){J(M.name),g(e(`note.toast.nameRequired`),`warning`);return}if(t!==M.name)try{ge(pe(M),M.path,t),g(e(`note.toast.renamed`),`success`),await h.uploadNow({silent:!0})}catch(t){J(M.name),g(q(t,e(`note.toast.renameFailed`),e),`error`)}}function Ze(e){$()&&H(e)}async function Qe(t){if(V)try{ge(De(V),t,V.name),H(null),g(e(`note.toast.moved`),`success`),await h.uploadNow({silent:!0})}catch(t){g(q(t,e(`note.toast.moveFailed`),e),`error`)}}function $e(t){if(!$())return;let n=t.type===`directory`;B({title:e(n?`note.delete.folderTitle`:`note.delete.noteTitle`),message:e(`note.delete.message`,{name:t.name}),confirmText:e(`note.action.delete`),onConfirm:async()=>{fe(n?void 0:t.cid,t.path,t.name),B(null),g(e(`note.toast.deleted`),`success`),await h.uploadNow({silent:!0}),t.type===`file`&&t.cid===j&&Q()}})}let et=(0,A.jsxs)(`div`,{className:`note-header-title`,children:[(0,A.jsx)(`h2`,{className:`header-title`,children:e(`note.title`)}),(0,A.jsx)(`span`,{children:e(`note.count`,{count:x.length})})]}),tt=(0,A.jsxs)(`div`,{className:`note-theme-wrap`,children:[(0,A.jsx)(`button`,{className:`btn btn-icon`,onClick:()=>v(!_),title:e(`common.theme.toggle`),"aria-label":e(`common.theme.toggle`),children:_?(0,A.jsx)(u,{size:16}):(0,A.jsx)(d,{size:16})}),(0,A.jsx)(ye,{sync:h})]}),nt=(0,A.jsxs)(`section`,{className:`note-list-panel note-sidebar-list`,"aria-label":e(`note.listLabel`),children:[(0,A.jsxs)(`div`,{className:`note-list-header`,children:[(0,A.jsx)(`div`,{className:`note-current-location`,children:(0,A.jsx)(`div`,{className:`note-breadcrumbs`,children:Ue.map((e,t)=>(0,A.jsxs)(k.Fragment,{children:[t>0&&(0,A.jsx)(`span`,{children:`/`}),(0,A.jsx)(`button`,{onClick:()=>se(e.path),children:(0,A.jsx)(`span`,{translate:e.path?`no`:`yes`,children:e.label})})]},e.path||`root`))})}),(0,A.jsx)(`span`,{className:`note-count`,children:e(`note.count`,{count:Be})})]}),(0,A.jsxs)(`div`,{className:`note-search`,children:[(0,A.jsx)(ie,{size:16}),(0,A.jsx)(`input`,{className:`input input-flex`,value:F,onChange:e=>I(e.target.value),placeholder:e(`note.search.placeholder`)})]}),ze.length===0?(0,A.jsxs)(`div`,{className:`ui-empty-state note-empty-state`,children:[(0,A.jsx)(C,{size:32}),(0,A.jsx)(`p`,{children:e(F?`note.empty.noMatches`:`note.empty.noNotes`)})]}):(0,A.jsx)(`div`,{className:`note-list`,children:ze.map(n=>(0,A.jsx)(`article`,{className:`ui-list-item note-list-item ${n.type===`file`&&n.cid===j?`active`:``}`,children:(0,A.jsxs)(`button`,{className:`ui-list-item-main note-list-item-main ${n.type===`directory`?`folder`:``}`,onClick:()=>{n.type===`directory`?se(w(n.path?`${n.path}/${n.name}`:n.name)):Ge(n)},children:[(0,A.jsx)(`span`,{className:`ui-list-icon note-list-icon ${n.type===`directory`?`warning`:``}`,children:n.type===`directory`?(0,A.jsx)(m,{size:18}):n.isSecret?(0,A.jsx)(p,{size:18}):(0,A.jsx)(S,{size:18})}),(0,A.jsxs)(`span`,{className:`ui-list-copy note-list-copy`,children:[(0,A.jsx)(`span`,{className:`ui-list-title note-list-name`,translate:`no`,children:n.name}),n.type===`file`?(0,A.jsx)(`span`,{className:`ui-list-desc note-list-preview`,translate:`no`,children:Ee(n,e)}):(0,A.jsx)(`span`,{className:`ui-list-desc note-list-preview`,children:e(`note.folder`)})]}),n.type===`file`&&(0,A.jsx)(`span`,{className:`ui-list-meta note-list-date`,children:t(n.updated_at)})]})},`${n.cid}:${n.path}:${n.name}`))}),(0,A.jsx)(`div`,{className:`note-create-btn`,children:(0,A.jsxs)(`button`,{className:`btn`,onClick:Ye,children:[(0,A.jsx)(ee,{size:16}),e(`note.newNote`)]})})]});return(0,A.jsxs)(te,{sidebar:()=>(0,A.jsx)(xe,{children:nt}),headerTitle:et,headerRight:tt,children:[(0,A.jsx)(`main`,{className:`note-page note-browser-page ${N?`has-editor`:``}`,children:(0,A.jsx)(`section`,{className:`note-workspace`,children:(0,A.jsx)(`section`,{className:`note-editor-panel`,"aria-label":e(P?`note.editorLabel.edit`:`note.editorLabel.read`),children:N?(0,A.jsxs)(A.Fragment,{children:[(0,A.jsxs)(`div`,{className:`note-editor-panel-header`,children:[(0,A.jsxs)(`div`,{className:`note-editor-title-area`,children:[P?(0,A.jsx)(`input`,{className:`note-title-input`,value:Ae,onChange:e=>je(e.target.value),placeholder:e(`note.namePlaceholder`),translate:`no`,disabled:!M}):M?(0,A.jsx)(`input`,{className:`note-title-input`,value:ke,onBlur:Xe,onChange:e=>J(e.target.value),onKeyDown:e=>{e.key===`Enter`&&e.currentTarget.blur(),e.key===`Escape`&&(J(M.name),e.currentTarget.blur())},placeholder:e(`note.namePlaceholder`),title:e(`app.rename`),translate:`no`}):(0,A.jsx)(`h3`,{children:e(`note.untitled`)}),M&&(0,A.jsxs)(`div`,{className:`note-editor-info`,children:[(0,A.jsx)(`span`,{children:e(P?`note.mode.edit`:`note.mode.read`)}),(0,A.jsx)(`span`,{children:He}),(0,A.jsx)(`span`,{children:t(M.updated_at)})]})]}),(0,A.jsxs)(`div`,{className:`note-editor-actions`,children:[(0,A.jsx)(`button`,{type:`button`,className:`btn btn-icon`,onClick:P?qe:()=>Q(),title:e(P?`common.cancel`:`common.close`),"aria-label":e(P?`common.cancel`:`common.close`),children:(0,A.jsx)(le,{size:16})}),P?(0,A.jsxs)(A.Fragment,{children:[(0,A.jsxs)(`button`,{className:`btn btn-sm ${X?`btn-warning`:`btn-secondary`}`,onClick:()=>Fe(!X),disabled:!M,children:[X?(0,A.jsx)(p,{size:16}):(0,A.jsx)(oe,{size:16}),e(X?`note.privacy.secret`:`note.privacy.public`)]}),(0,A.jsxs)(`button`,{className:`btn btn-sm btn-primary`,onClick:Je,disabled:Le||!!Ie||!M,children:[(0,A.jsx)(re,{size:16}),e(Le?`note.action.saving`:`note.action.save`)]})]}):M&&(0,A.jsxs)(A.Fragment,{children:[(0,A.jsx)(`button`,{type:`button`,className:`btn btn-icon`,onClick:()=>Ze(M),title:e(`note.action.move`),"aria-label":e(`note.action.move`),children:(0,A.jsx)(_e,{size:16})}),(0,A.jsx)(`button`,{type:`button`,className:`btn btn-icon note-editor-action-danger`,onClick:()=>$e(M),title:e(`note.action.delete`),"aria-label":e(`note.action.delete`),children:(0,A.jsx)(ae,{size:16})}),(0,A.jsxs)(`button`,{type:`button`,className:`btn btn-sm btn-primary`,onClick:()=>Ke(M),disabled:!!G,title:e(`note.action.edit`),"aria-label":e(`note.action.edit`),children:[(0,A.jsx)(ve,{size:16}),e(`note.action.edit`)]})]})]})]}),P?Ie?(0,A.jsxs)(`div`,{className:`note-empty-state editor-error`,children:[(0,A.jsx)(p,{size:36}),(0,A.jsx)(`p`,{children:Ie})]}):M?(0,A.jsx)(`div`,{className:`note-editor-frame editing`,children:(0,A.jsx)(Ce,{ref:f,content:Pe,onChange:Y,className:`milkdown-editor`})}):(0,A.jsxs)(`div`,{className:`note-empty-state editor-error`,children:[(0,A.jsx)(C,{size:36}),(0,A.jsx)(`p`,{children:e(O?`note.error.notFound`:`note.loading`)})]}):G?(0,A.jsxs)(`div`,{className:`ui-empty-state note-empty-state editor-error`,children:[(0,A.jsx)(p,{size:36}),(0,A.jsx)(`p`,{children:G})]}):M?(0,A.jsx)(`div`,{className:`note-editor-frame reading`,children:(0,A.jsx)(Ce,{content:U,readOnly:!0,className:`milkdown-editor`})}):(0,A.jsxs)(`div`,{className:`ui-empty-state note-empty-state editor-error`,children:[(0,A.jsx)(C,{size:36}),(0,A.jsx)(`p`,{children:e(O?`note.error.notFound`:`note.loading`)})]})]}):(0,A.jsxs)(`div`,{className:`ui-empty-state note-editor-empty`,children:[(0,A.jsx)(`div`,{className:`ui-empty-icon note-editor-empty-icon`,children:(0,A.jsx)(C,{size:32})}),(0,A.jsx)(`h3`,{className:`ui-empty-title`,children:e(`note.noOpen.title`)}),(0,A.jsx)(`p`,{className:`ui-empty-desc`,children:x.length>0?e(`note.noOpen.select`):e(`note.noOpen.createFirst`)}),(0,A.jsx)(ne,{label:e(`note.openList`),variant:`default`})]})})})}),L&&(0,A.jsx)(he,{title:L.title,placeholder:L.placeholder,defaultValue:L.defaultValue,confirmText:L.confirmText,onConfirm:L.onConfirm,onClose:()=>R(null)}),z&&(0,A.jsx)(me,{title:z.title,message:z.message,confirmText:z.confirmText,danger:!0,onConfirm:z.onConfirm,onClose:()=>B(null)}),V&&(0,A.jsx)(be,{target:V,directories:We,onMove:Qe,onClose:()=>H(null)})]})}function J(){let{t:e}=T();return(0,A.jsx)(k.Suspense,{fallback:(0,A.jsx)(`div`,{className:`note-editor-loading`,children:e(`note.loading`)}),children:(0,A.jsx)(ke,{})})}var Ae=s(`/note/`)({component:J});export{Ae as Route};
@@ -0,0 +1 @@
1
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{a as r,i,r as a,t as o,x as s,y as c}from"./userStore-C4vdYsQp.js";import{n as l,r as u}from"./LanguageToggle-Di5b88mK.js";import{t as d}from"./copy-BtJHJnqH.js";import{t as f}from"./AppShell-BOtfY12t.js";import{t as p}from"./play-B7q6F75-.js";import{a as m,i as h,n as g,r as ee,t as te}from"./useGameRoom-BtxPpfck.js";import{B as ne,F as re,_,c as ie}from"./index-CrAXrmfP.js";var ae=c(`refresh-ccw`,[[`path`,{d:`M21 12a9 9 0 0 0-9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`14sxne`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}],[`path`,{d:`M3 12a9 9 0 0 0 9 9 9.75 9.75 0 0 0 6.74-2.74L21 16`,key:`1hlbsb`}],[`path`,{d:`M16 16h5v5`,key:`ccwih5`}]]),v=t(e(),1),oe=[10,20,50,100],y=[`2`,`3`,`4`,`5`,`6`,`7`,`8`,`9`,`10`,`J`,`Q`,`K`,`A`],b=[`D`,`C`,`H`,`S`],x=new Map(y.map((e,t)=>[e,t+2])),S=new Map(b.map((e,t)=>[e,t+1])),C={high:1,pair:2,straight:3,flush:4,straightFlush:5,triple:6},w={[C.high]:`散牌`,[C.pair]:`对子`,[C.straight]:`顺子`,[C.flush]:`金花`,[C.straightFlush]:`顺金`,[C.triple]:`豹子`};function T(e){return String(e||``).trim().toUpperCase().replace(/[^A-Z0-9]/g,``).slice(0,8)}function E(e=`zhajinhua`){return`${e}_${Date.now()}_${ve(4)}`}function D(){return E(`round`)}function O(){let e=[];for(let t of b)for(let n of y)e.push(`${n}${t}`);return e}function se(e=O(),t=Math.random){let n=[...e];for(let e=n.length-1;e>0;e--){let r=Math.floor(t()*(e+1));[n[e],n[r]]=[n[r],n[e]]}return n}function k(e){let t=String(e||``).trim().toUpperCase(),n=t.slice(-1),r=t.slice(0,-1);if(!x.has(r)||!S.has(n))throw Error(`Invalid card: ${e}`);return{id:`${r}${n}`,rank:r,suit:n,rankValue:x.get(r),suitValue:S.get(n)}}function ce(e,t){let n=Math.max(e.length,t.length);for(let r=0;r<n;r++){let n=e[r]||0,i=t[r]||0;if(n!==i)return n-i}return 0}function le(e){let t=[...new Set(e)].sort((e,t)=>e-t);return t.length===3?t[0]===2&&t[1]===3&&t[2]===14?3:t[0]+1===t[1]&&t[1]+1===t[2]?t[2]:0:0}function A(e){if(!Array.isArray(e)||e.length!==3)throw Error(`炸金花手牌必须是 3 张牌`);let t=e.map(k),n=t.map(e=>e.rankValue),r=new Map;for(let e of n)r.set(e,(r.get(e)||0)+1);let i=new Set(t.map(e=>e.suit)).size===1,a=le(n),o=[...n].sort((e,t)=>t-e),s=Math.max(...t.map(e=>e.suitValue)),c=C.high,l=o;return r.size===1?(c=C.triple,l=[o[0]]):a&&i?(c=C.straightFlush,l=[a]):i?(c=C.flush,l=o):a?(c=C.straight,l=[a]):r.size===2&&(c=C.pair,l=[[...r.entries()].find(([,e])=>e===2)[0],[...r.entries()].find(([,e])=>e===1)[0]]),{category:c,label:w[c],tiebreakers:l,tieSuit:s,cards:t.map(e=>e.id)}}function j(e,t){let n=A(e),r=A(t);if(n.category!==r.category)return n.category-r.category;let i=ce(n.tiebreakers,r.tiebreakers);return i===0?n.tieSuit-r.tieSuit:i}function ue(e){return A(e).label}function de({roundId:e,action:t,amount:n,target:r}){return{roundId:e,eventId:E(`action`),action:t,amount:n,target:r}}function fe(e=[]){let t=e.filter(e=>Number(e.chips)>=10);return t.length>=2&&t.length<=5}function pe({roomCode:e,players:t,hostAddress:n,previousSeq:r=0,previousWinner:i=``,roundId:a=D(),random:o=Math.random}){let s=t.filter(e=>Number(e.chips)>=10).slice(0,5);if(s.length<2)throw Error(`至少需要 2 名有足够筹码的玩家`);let c=se(O(),o),l={},u=s.map((e,t)=>{let n=c.slice(t*3,t*3+3);return l[e.address]=n,{address:e.address,name:e.name,avatar:W(e.avatar),publicKey:e.publicKey,chips:Number(e.chips)-10,status:`active`,looked:!1,bet:10}}),d,f=U(i),p=f?u.findIndex(e=>U(e.address)===f):-1;return d=p>=0?u[p].address:u[Math.floor(o()*u.length)].address,{roomCode:T(e),roundId:a,status:`playing`,host:U(n),seq:r+1,startedAt:Date.now(),ante:10,pot:10*u.length,currentBet:10,turnAddress:d,players:u,lastAction:`本局开始`,winner:null,showdown:null,appliedEventIds:[],hands:l,actionCounts:{},compareReveal:{}}}function me(e){if(!e)return null;let t={...e};return delete t.hands,G(t)}function he(e,t){let n=M(e);return!n||!t||typeof t!=`object`?null:{...n,hands:G(t)}}function M(e){return!e||typeof e!=`object`||!e.roundId||!Array.isArray(e.players)?null:{roomCode:T(e.roomCode),roundId:String(e.roundId),status:e.status===`finished`?`finished`:`playing`,host:U(e.host),seq:Number(e.seq)||1,startedAt:Number(e.startedAt)||Date.now(),ante:Number(e.ante)||10,pot:Math.max(0,Number(e.pot)||0),currentBet:Math.max(0,Number(e.currentBet)||10),turnAddress:U(e.turnAddress),players:e.players.map(H).filter(Boolean),lastAction:String(e.lastAction||``),winner:e.winner?U(e.winner):null,showdown:e.showdown&&typeof e.showdown==`object`?G(e.showdown):null,appliedEventIds:Array.isArray(e.appliedEventIds)?e.appliedEventIds.map(String):[],actionCounts:e.actionCounts&&typeof e.actionCounts==`object`?G(e.actionCounts):{},compareReveal:e.compareReveal&&typeof e.compareReveal==`object`?G(e.compareReveal):{},lastCompare:e.lastCompare&&typeof e.lastCompare==`object`?G(e.lastCompare):null,finishedAt:e.finishedAt?Number(e.finishedAt):null}}function N(e,t,n){let r=M(e);if(!r||r.status!==`playing`)return{ok:!1,error:`当前没有进行中的牌局`};let i=U(n),a=r.players.find(e=>e.address===i);if(!a||a.status!==`active`)return{ok:!1,error:`玩家不在本轮牌局中`};if(r.turnAddress!==i)return{ok:!1,error:`还没有轮到你操作`};let o=t?.action;if(![`look`,`call`,`raise`,`compare`,`fold`].includes(o))return{ok:!1,error:`未知操作`};if(o===`look`)return a.looked?{ok:!1,error:`已经看过牌`}:{ok:!0};if(o===`call`)return a.chips>=10?{ok:!0}:{ok:!1,error:`筹码不足,不能跟注`};if(o===`raise`){let e=Number(t.amount);if(!oe.includes(e))return{ok:!1,error:`加注档位无效`};let n=r.currentBet+e-a.bet;return a.chips>=n?{ok:!0}:{ok:!1,error:`筹码不足,不能加注`}}if(o===`compare`){let e=U(t.target),n=r.players.find(t=>t.address===e);if(!e||e===i||!n||n.status!==`active`)return{ok:!1,error:`请选择有效的比牌对象`};if(!r.players.filter(e=>e.status===`active`).every(e=>(r.actionCounts?.[e.address]||0)>=1))return{ok:!1,error:`第一轮不能比牌,请先跟注或加注`};let o=Math.max(0,r.currentBet-a.bet);return a.chips>=o?{ok:!0}:{ok:!1,error:`筹码不足,不能比牌`}}return{ok:!0}}function P(e,t,n){let r=N(e,t,n);if(!r.ok)return{ok:!1,error:r.error,state:e};let i=G(e),a=U(n),o=i.players.find(e=>e.address===a),s=String(t.eventId);if(i.appliedEventIds?.includes(s))return{ok:!0,state:i,duplicate:!0};if(Array.isArray(i.appliedEventIds)||(i.appliedEventIds=[]),i.appliedEventIds.push(s),t.action===`look`)return o.looked=!0,i.lastAction=`${o.name} 看牌`,V(i);if(t.action===`fold`)return o.status=`folded`,i.lastAction=`${o.name} 弃牌`,L(i,a),R(i,a);if(t.action===`call`)return o.chips-=10,o.bet+=10,i.pot+=10,i.lastAction=`${o.name} 跟注`,L(i,a),R(i,a);if(t.action===`raise`){let e=Number(t.amount);return i.currentBet+=e,I(i,o),i.lastAction=`${o.name} 加注 ${e}`,L(i,a),R(i,a)}if(t.action===`compare`){I(i,o);let e=U(t.target),n=i.players.find(t=>t.address===e),r=o.looked,s=n.looked,c=j(i.hands?.[a]||[],i.hands?.[e]||[]),l=c>=0?o:n,u=c>=0?n:o;u.status=`folded`,u.looked=!0,i.compareReveal||={};let d=r&&s,f=!r&&!s;if(d)i.compareReveal[a]=i.hands?.[e]||[],i.compareReveal[e]=i.hands?.[a]||[];else if(f)i.compareReveal[u.address]=i.hands?.[l.address]||[];else{let e=r?o:n,t=r?n:o;i.compareReveal[e.address]=i.hands?.[t.address]||[],i.compareReveal[u.address]=i.hands?.[l.address]||[]}return i.lastCompare={initiator:a,target:e,winner:l.address,loser:u.address,initiatorLooked:r,targetLooked:s,timestamp:Date.now()},i.lastAction=`${o.name} 与 ${n.name} 比牌,${u.name} 出局`,L(i,a),R(i,a)}return{ok:!1,error:`未知操作`,state:e}}function F(e){return(e?.players||[]).filter(e=>e.status===`active`)}function ge(e,t){let n=(e?.players||[]).find(e=>e.address===U(t));if(!e||e.status!==`playing`||!n||n.status!==`active`||e.turnAddress!==n.address)return[];let r=[];return n.looked||r.push(`look`),N(e,{action:`call`},n.address).ok&&r.push(`call`),oe.some(t=>N(e,{action:`raise`,amount:t},n.address).ok)&&r.push(`raise`),F(e).length>1&&e.players.filter(e=>e.status===`active`).every(t=>(e.actionCounts?.[t.address]||0)>=1)&&r.push(`compare`),r.push(`fold`),r}function I(e,t){let n=Math.max(0,e.currentBet-t.bet);t.chips-=n,t.bet+=n,e.pot+=n}function L(e,t){e.actionCounts||={},e.actionCounts[t]=(e.actionCounts[t]||0)+1}function R(e,t){let n=F(e);return n.length===1?z(e,n[0].address):(e.turnAddress=B(e,t),V(e))}function z(e,t){let n=e.players.find(e=>e.address===t),r=e.pot;return n&&(n.chips+=e.pot),e.status=`finished`,e.winner=t,e.winAmount=r,e.turnAddress=``,e.showdown=e.hands?G(e.hands):null,e.lastAction=n?`${n.name} 赢得 ${r} 筹码`:`本局结束`,e.pot=0,e.finishedAt=Date.now(),V(e)}function B(e,t){let n=e.players,r=Math.max(0,n.findIndex(e=>e.address===U(t)));for(let e=1;e<=n.length;e++){let t=n[(r+e)%n.length];if(t.status===`active`)return t.address}return``}function V(e){return e.seq=Number(e.seq||0)+1,{ok:!0,state:e}}function H(e){if(!e||typeof e!=`object`)return null;let t=U(e.address);return t?{address:t,name:String(e.name||_e(t)).slice(0,50),avatar:W(e.avatar),publicKey:String(e.publicKey||``),chips:Math.max(0,Number(e.chips)||0),status:e.status===`folded`?`folded`:`active`,looked:e.looked===!0,bet:Math.max(0,Number(e.bet)||0)}:null}function U(e){let t=String(e||``).trim();return/^0x[a-fA-F0-9]{40}$/.test(t)?t.toLowerCase():``}function _e(e){return e?`${e.slice(0,6)}...${e.slice(-4)}`:``}function W(e){return String(e||``).trim().slice(0,4096)}function G(e){return JSON.parse(JSON.stringify(e))}function ve(e){let t=new Uint8Array(e);if(globalThis.crypto?.getRandomValues)globalThis.crypto.getRandomValues(t);else for(let e=0;e<t.length;e++)t[e]=Math.floor(Math.random()*256);return[...t].map(e=>e.toString(16).padStart(2,`0`)).join(``)}var K={page:`_page_1yyew_1`,headerActions:`_headerActions_1yyew_12`,entry:`_entry_1yyew_18`,entryBrand:`_entryBrand_1yyew_28`,cardMark:`_cardMark_1yyew_34`,entryPanel:`_entryPanel_1yyew_62`,accountLine:`_accountLine_1yyew_72`,joinForm:`_joinForm_1yyew_89`,status:`_status_1yyew_110`,board:`_board_1yyew_116`,table:`_table_1yyew_123`,tableCenter:`_tableCenter_1yyew_144`,finishBanner:`_finishBanner_1yyew_173`,finishBannerIcon:`_finishBannerIcon_1yyew_192`,seats:`_seats_1yyew_196`,seat:`_seat_1yyew_196`,seatTurn:`_seatTurn_1yyew_218`,seatWinner:`_seatWinner_1yyew_223`,seatFolded:`_seatFolded_1yyew_228`,seatAvatar:`_seatAvatar_1yyew_232`,seatMain:`_seatMain_1yyew_251`,seatMeta:`_seatMeta_1yyew_252`,panel:`_panel_1yyew_283`,panelSection:`_panelSection_1yyew_290`,panelTitle:`_panelTitle_1yyew_300`,hand:`_hand_1yyew_310`,card:`_card_1yyew_34`,red:`_red_1yyew_344`,black:`_black_1yyew_348`,cardBack:`_cardBack_1yyew_352`,handLabel:`_handLabel_1yyew_373`,actionGrid:`_actionGrid_1yyew_380`,raiseRow:`_raiseRow_1yyew_381`,statusGrid:`_statusGrid_1yyew_392`,muted:`_muted_1yyew_410`,compareOverlay:`_compareOverlay_1yyew_417`,compareBox:`_compareBox_1yyew_429`,compareTitle:`_compareTitle_1yyew_443`,comparePlayers:`_comparePlayers_1yyew_449`,compareSide:`_compareSide_1yyew_456`,compareWinner:`_compareWinner_1yyew_468`,compareName:`_compareName_1yyew_473`,compareCards:`_compareCards_1yyew_484`,compareLabel:`_compareLabel_1yyew_509`,compareVs:`_compareVs_1yyew_515`,compareResult:`_compareResult_1yyew_522`},q=n(),ye=`zhajinhua`;function J(...e){return e.filter(Boolean).join(` `)}function Y(e,t){return String(e||``).toLowerCase()===String(t||``).toLowerCase()}function be(e=``){return e?`${e.slice(0,6)}...${e.slice(-4)}`:``}function xe(e){return e.displayName||e.username}function Se(e){let t=String(e||``),n=t.slice(-1);return{rank:t.slice(0,-1),suit:{S:`♠`,H:`♥`,C:`♣`,D:`♦`}[n]||n,color:n===`H`||n===`D`?`red`:`black`}}function X(){let{t:e}=ne(),t=_(e=>e.isDarkMode),n=_(e=>e.setIsDarkMode),s=_(e=>e.addToast),c=o(e=>e.initializeUser),[y,b]=(0,v.useState)(``),[x,S]=(0,v.useState)(!1),C=(0,v.useRef)(``),w=(0,v.useRef)(!1),[T,E]=(0,v.useState)(20),[D,O]=(0,v.useState)(``),[se,k]=(0,v.useState)({}),[ce,le]=(0,v.useState)(!0),[A,j]=(0,v.useState)(!1),M=(0,v.useRef)(null),N=(0,v.useRef)(new Set),I=te({gameId:ye,onError:e=>s(e,`error`),getPlayerPayload:e=>{let t=a(e.danger);return{address:e.address,name:xe(e),avatar:e.avatar||``,publicKey:t.public_key,joinedAt:Date.now()}}}),L=(0,v.useMemo)(()=>I.userIdentity?.danger?a(I.userIdentity.danger):null,[I.userIdentity?.danger]);(0,v.useEffect)(()=>{c()},[c]),(0,v.useEffect)(()=>{let e=new URLSearchParams(window.location.search).get(`room`)?.toUpperCase();e&&(b(e),C.current=e)},[]),(0,v.useEffect)(()=>{let t=C.current;!t||w.current||!I.isBackendReady||!I.userIdentity||(w.current=!0,C.current=``,I.joinRoom(t).then(t=>{t&&s(e(`game.toast.joinedRoom`),`success`)}))},[I.isBackendReady,I.userIdentity,I.joinRoom,s,e]),(0,v.useEffect)(()=>{if(!I.roomCode)return;let e=`/game/zhajinhua?room=${I.roomCode}`;`${window.location.pathname}${window.location.search}`!==e&&window.history.replaceState(null,``,e)},[I.roomCode]);let R=(0,v.useMemo)(()=>g(I.messages,{gameId:ye,roomCode:I.roomCode}),[I.messages,I.roomCode]),z=(0,v.useMemo)(()=>ee(I.messages,{gameId:ye,roomCode:I.roomCode}),[I.messages,I.roomCode])?.payload?.round||null,B=z?.host||R.hostAddress,V=Y(B,I.userIdentity?.address),H=I.userIdentity?.address?.toLowerCase()||``,U=z?.players.find(e=>Y(e.address,H)),_e=U||R.players.find(e=>Y(e.address,H)),W=se[z?.roundId||``]||null,G=z?.showdown&&H?z.showdown[H]:null,ve=z?.compareReveal&&H?z.compareReveal[H]:null,X=G||ve||(U?.looked?W:null),Q=ge(z,H),we=F(z),Te=V&&fe(R.players.map(e=>({...e,chips:z?.players.find(t=>Y(t.address,e.address))?.chips??1e3}))),Ee=I.roomCode&&typeof window<`u`?`${window.location.origin}/game/zhajinhua?room=${I.roomCode}`:``;(0,v.useEffect)(()=>{if(!(!z||!I.userIdentity||!L||!B))for(let e of I.roomEvents){let t=e.event;if(!t||t.event!==`deal:private`)continue;let n=t.payload;if(n.roundId!==z.roundId||!Y(n.recipient,I.userIdentity.address))continue;let r=i(n.encrypted||``,{senderPublicKey:n.senderPublicKey||``,recipientPrivateKey:L.private_key});if(r)try{let e=JSON.parse(r);Array.isArray(e)&&k(t=>({...t,[z.roundId]:e.map(String)}))}catch{}}},[z?.roundId,I.roomEvents,I.userIdentity,B,L?.private_key]),(0,v.useEffect)(()=>{if(z?.status===`finished`&&z.winner){le(!0);let e=setTimeout(()=>le(!1),5e3);return()=>clearTimeout(e)}},[z?.finishedAt,z?.status,z?.winner]),(0,v.useEffect)(()=>{if(z?.lastCompare?.timestamp){j(!0);let e=setTimeout(()=>j(!1),5e3);return()=>clearTimeout(e)}else j(!1)},[z?.lastCompare?.timestamp,z?.roundId]),(0,v.useEffect)(()=>{if(!V||!z||z.status!==`playing`)return;let e=M.current;if(!e)return;let t=I.roomEvents.filter(e=>{let t=e.event;if(!t||t.event!==`player:action`)return!1;let n=t.payload.actionEvent;return!(!n||n.roundId!==z.roundId||N.current.has(n.eventId)||z.appliedEventIds?.includes(n.eventId))});if(t.length===0)return;let n=!1;async function r(){let r=he(z,e);if(r)for(let e of t){if(n)return;let t=(e.event?.payload).actionEvent,i=P(r,t,e.message.author);if(!i.ok){let n=e.message.author;if(!Y(n,I.userIdentity?.address)&&r.status===`playing`&&Y(r.turnAddress,n)){let e=P(r,de({roundId:r.roundId,action:`call`,amount:void 0,target:void 0}),n);if(e.ok)i=e;else{let e=P(r,de({roundId:r.roundId,action:`fold`,amount:void 0,target:void 0}),n);e.ok&&(i=e)}}if(!i.ok){N.current.add(t.eventId);continue}}if(r=i.state,M.current=i.state.hands,await Ae(i.state)&&N.current.add(t.eventId),i.state.status===`finished`)break}}return r(),()=>{n=!0}},[z?.roundId,z?.seq,z?.status,I.roomEvents,V]);async function De(){await I.createRoom()&&s(e(`game.toast.roomCreated`),`success`)}async function Oe(t){t.preventDefault(),await I.joinRoom(y)&&s(e(`game.toast.joinedRoom`),`success`)}async function ke(){Ee&&(await navigator.clipboard.writeText(Ee),S(!0),setTimeout(()=>S(!1),1400))}async function Ae(e){return I.sendRoomEvent(`room:state`,{round:me(e),seq:e.seq})}async function je(){if(!I.userIdentity||!L||!Te){s(e(`game.zhajinhua.error.notEnoughPlayers`),`error`);return}try{let t=R.players.map(e=>({...e,chips:z?.players.find(t=>Y(t.address,e.address))?.chips??1e3})),n=pe({roomCode:I.roomCode,players:t,hostAddress:I.userIdentity.address,previousSeq:z?.seq||0,previousWinner:z?.winner||``});M.current=n.hands,N.current.clear(),await Ae(n);for(let e of n.players){let t=r(JSON.stringify(n.hands[e.address]),{senderPrivateKey:L.private_key,recipientPublicKey:e.publicKey});await I.sendRoomEvent(`deal:private`,{roundId:n.roundId,recipient:e.address,senderPublicKey:L.public_key,encrypted:t})}k(e=>({...e,[n.roundId]:n.hands[I.userIdentity.address.toLowerCase()]})),s(e(`game.zhajinhua.toast.roundStarted`),`success`)}catch(t){s(t instanceof Error?t.message:e(`game.zhajinhua.error.startFailed`),`error`)}}async function $(e,t={}){if(!z||!I.userIdentity)return;let n=de({roundId:z.roundId,action:e,amount:t.amount,target:t.target});await I.sendRoomEvent(`player:action`,{actionEvent:n})}let Me=z?.status===`playing`?Y(z.turnAddress,H)?e(`game.zhajinhua.status.yourTurn`):z.turnAddress?e(`game.zhajinhua.status.waitingPlayer`,{player:Z(z.turnAddress,R.players)}):e(`game.status.playing`):z?.status===`finished`?e(`game.status.finished`):e(`game.status.waitingStart`),Ne=we.filter(e=>!Y(e.address,H));return(0,q.jsx)(f,{sidebar:({closeSidebar:e})=>(0,q.jsx)(h,{activeGame:`zhajinhua`,closeSidebar:e}),headerTitle:(0,q.jsx)(`h2`,{className:`header-title`,children:e(`game.zhajinhua.title`)}),headerRight:(0,q.jsxs)(`div`,{className:K.headerActions,children:[I.roomCode&&(0,q.jsxs)(`button`,{className:`btn btn-sm`,onClick:ke,children:[(0,q.jsx)(d,{size:14}),e(x?`common.copied`:`game.action.shareRoom`)]}),(0,q.jsx)(`button`,{className:`btn btn-icon`,onClick:()=>n(!t),title:e(`common.theme.toggle`),children:t?(0,q.jsx)(l,{size:16}):(0,q.jsx)(u,{size:16})})]}),children:(0,q.jsx)(`main`,{className:K.page,children:I.roomCode?(0,q.jsxs)(`div`,{className:K.board,children:[(0,q.jsxs)(`section`,{className:K.table,children:[z?.status===`finished`&&z.winner&&ce&&(0,q.jsxs)(`div`,{className:K.finishBanner,children:[(0,q.jsx)(`span`,{className:K.finishBannerIcon,children:`🏆`}),(0,q.jsx)(`span`,{children:e(`game.zhajinhua.result.winChips`,{player:Z(z.winner,R.players),amount:z.winAmount??0})})]}),z?.lastCompare&&A&&(0,q.jsx)(Ce,{lastCompare:z.lastCompare,compareReveal:z.compareReveal||{},myAddress:H,myDealtHand:W,lobbyPlayers:R.players,onClose:()=>j(!1)}),(0,q.jsxs)(`div`,{className:K.tableCenter,children:[(0,q.jsx)(`span`,{children:e(`game.zhajinhua.pot`)}),(0,q.jsx)(`strong`,{children:z?.pot||0}),(0,q.jsx)(`small`,{children:e(`game.zhajinhua.currentBet`,{amount:z?.currentBet||0})})]}),(0,q.jsx)(`div`,{className:K.seats,children:R.players.map(t=>{let n=z?.players.find(e=>Y(e.address,t.address)),r=z?.turnAddress===t.address,i=z?.winner===t.address,a=n?.status===`folded`;return(0,q.jsxs)(`div`,{className:J(K.seat,r&&K.seatTurn,i&&K.seatWinner,a&&K.seatFolded),children:[(0,q.jsx)(`div`,{className:K.seatAvatar,children:(0,q.jsx)(`img`,{src:ie(t.address,t.avatar),alt:``})}),(0,q.jsxs)(`div`,{className:K.seatMain,children:[(0,q.jsx)(`strong`,{translate:`no`,children:t.name}),(0,q.jsx)(`span`,{translate:`no`,children:be(t.address)})]}),(0,q.jsxs)(`div`,{className:K.seatMeta,children:[(0,q.jsx)(`span`,{children:e(`game.zhajinhua.chips`,{amount:n?.chips??1e3})}),(0,q.jsx)(`span`,{children:n?.status===`folded`?e(`game.zhajinhua.player.folded`):n?.looked?e(`game.zhajinhua.player.looked`):e(z?`game.zhajinhua.player.inRound`:`game.status.waitingStart`)})]})]},t.address)})})]}),(0,q.jsxs)(`aside`,{className:K.panel,children:[(0,q.jsxs)(`div`,{className:K.panelSection,children:[(0,q.jsxs)(`div`,{className:K.panelTitle,children:[(0,q.jsx)(m,{size:16}),(0,q.jsx)(`span`,{children:e(`game.zhajinhua.myHand`)})]}),(0,q.jsx)(`div`,{className:K.hand,children:X?X.map(e=>{let t=Se(e),n=`${t.suit}${t.rank}`;return(0,q.jsxs)(`div`,{className:J(K.card,K[t.color]),children:[(0,q.jsx)(`span`,{children:n}),(0,q.jsx)(`i`,{children:t.suit})]},e)}):[0,1,2].map(e=>(0,q.jsx)(`div`,{className:K.cardBack,children:(0,q.jsx)(m,{size:18})},e))}),(0,q.jsx)(`p`,{className:K.handLabel,children:X?ue(X):e(W?`game.zhajinhua.hand.unlooked`:`game.zhajinhua.hand.waitingDeal`)})]}),(0,q.jsxs)(`div`,{className:K.panelSection,children:[(0,q.jsxs)(`div`,{className:K.panelTitle,children:[(0,q.jsx)(p,{size:16}),(0,q.jsx)(`span`,{children:e(`game.actions`)})]}),V?(0,q.jsxs)(`button`,{className:`btn btn-primary btn-full`,onClick:je,disabled:!Te||z?.status===`playing`,children:[(0,q.jsx)(ae,{size:16}),z?.status===`finished`?e(`game.action.nextRound`):e(`game.action.startRound`)]}):(0,q.jsx)(`p`,{className:K.muted,children:e(`game.waitingHost`)}),V&&z?.status===`finished`&&!Te&&(0,q.jsx)(`p`,{className:K.muted,children:e(`game.zhajinhua.error.tooManyLowChips`)}),(0,q.jsxs)(`div`,{className:K.actionGrid,children:[(0,q.jsxs)(`button`,{className:`btn btn-secondary`,disabled:!Q.includes(`look`),onClick:()=>$(`look`),children:[(0,q.jsx)(re,{size:16}),e(`game.zhajinhua.action.look`)]}),(0,q.jsx)(`button`,{className:`btn btn-secondary`,disabled:!Q.includes(`call`),onClick:()=>$(`call`),children:e(`game.zhajinhua.action.call`)}),(0,q.jsx)(`button`,{className:`btn btn-secondary`,disabled:!Q.includes(`fold`),onClick:()=>$(`fold`),children:e(`game.zhajinhua.action.fold`)})]}),(0,q.jsxs)(`div`,{className:K.raiseRow,children:[(0,q.jsx)(`select`,{className:`input input-compact`,value:T,onChange:e=>E(Number(e.target.value)),children:oe.map(t=>(0,q.jsx)(`option`,{value:t,children:e(`game.zhajinhua.action.raiseOption`,{amount:t})},t))}),(0,q.jsx)(`button`,{className:`btn btn-secondary`,disabled:!Q.includes(`raise`),onClick:()=>$(`raise`,{amount:T}),children:e(`game.zhajinhua.action.raise`)})]}),(0,q.jsxs)(`div`,{className:K.raiseRow,children:[(0,q.jsxs)(`select`,{className:`input input-compact`,value:D,onChange:e=>O(e.target.value),children:[(0,q.jsx)(`option`,{value:``,children:e(`game.zhajinhua.action.comparePlaceholder`)}),Ne.map(e=>(0,q.jsx)(`option`,{value:e.address,children:e.name},e.address))]}),(0,q.jsx)(`button`,{className:`btn btn-secondary`,disabled:!Q.includes(`compare`)||!D,onClick:()=>$(`compare`,{target:D}),children:e(`game.zhajinhua.action.compare`)})]})]}),(0,q.jsxs)(`div`,{className:K.panelSection,children:[(0,q.jsx)(`div`,{className:K.panelTitle,children:e(`game.status.title`)}),(0,q.jsxs)(`div`,{className:K.statusGrid,children:[(0,q.jsx)(`span`,{children:e(`game.host`)}),(0,q.jsx)(`strong`,{children:B?be(B):`-`}),(0,q.jsx)(`span`,{children:e(`game.zhajinhua.myChips`)}),(0,q.jsx)(`strong`,{children:_e?.chips??1e3}),(0,q.jsx)(`span`,{children:e(`game.round`)}),(0,q.jsx)(`strong`,{children:Me}),(0,q.jsx)(`span`,{children:e(`game.hint`)}),(0,q.jsx)(`strong`,{children:z?.lastAction||e(`game.waitingPlayers`)})]})]})]})]}):(0,q.jsxs)(`section`,{className:K.entry,children:[(0,q.jsxs)(`div`,{className:K.entryBrand,children:[(0,q.jsx)(`div`,{className:K.cardMark,children:(0,q.jsx)(m,{size:48})}),(0,q.jsxs)(`div`,{children:[(0,q.jsx)(`h1`,{children:e(`game.zhajinhua.hero.title`)}),(0,q.jsx)(`p`,{children:e(`game.hero.desc`)})]})]}),(0,q.jsxs)(`div`,{className:K.entryPanel,children:[(0,q.jsxs)(`div`,{className:K.accountLine,children:[(0,q.jsx)(`span`,{children:e(`game.currentAccount`)}),(0,q.jsx)(`strong`,{translate:`no`,children:I.userIdentity?.displayName||e(`web3.notSignedIn`)})]}),(0,q.jsxs)(`button`,{className:`btn btn-primary`,disabled:I.joining,onClick:De,children:[(0,q.jsx)(p,{size:16}),e(`game.action.createRoom`)]}),(0,q.jsxs)(`form`,{onSubmit:Oe,className:K.joinForm,children:[(0,q.jsxs)(`label`,{children:[e(`game.roomCode`),(0,q.jsx)(`input`,{value:y,maxLength:8,onChange:e=>b(e.target.value.toUpperCase()),placeholder:e(`game.roomCode.placeholder`)})]}),(0,q.jsx)(`button`,{className:`btn`,disabled:I.joining||!y,children:e(`game.action.joinRoom`)})]}),(0,q.jsx)(`p`,{className:K.status,children:I.isBackendReady?e(`game.status.nodeConnected`):e(`game.status.nodeConnecting`)})]})]})})})}function Ce({lastCompare:e,compareReveal:t,myAddress:n,myDealtHand:r,lobbyPlayers:i,onClose:a}){let{t:o}=ne(),s=Z(e.initiator,i),c=Z(e.target,i),l=Z(e.winner,i),u=Y(n,e.initiator),d=Y(n,e.target),f=u||d;function p(e,i){return t[e]||(f&&Y(e,n)&&i&&r?r:null)}let h=p(e.initiator,e.initiatorLooked),g=p(e.target,e.targetLooked);return(0,q.jsx)(`div`,{className:K.compareOverlay,onClick:a,children:(0,q.jsxs)(`div`,{className:K.compareBox,onClick:e=>e.stopPropagation(),children:[(0,q.jsx)(`div`,{className:K.compareTitle,children:o(`game.zhajinhua.compareResult`)}),(0,q.jsxs)(`div`,{className:K.comparePlayers,children:[(0,q.jsxs)(`div`,{className:J(K.compareSide,Y(e.winner,e.initiator)&&K.compareWinner),children:[(0,q.jsx)(`div`,{className:K.compareName,children:s}),(0,q.jsx)(`div`,{className:K.compareCards,children:h?h.map(e=>{let t=Se(e);return(0,q.jsxs)(`div`,{className:J(K.card,K[t.color]),children:[(0,q.jsx)(`span`,{children:t.rank}),(0,q.jsx)(`i`,{children:t.suit})]},e)}):[0,1,2].map(e=>(0,q.jsx)(`div`,{className:K.cardBack,children:(0,q.jsx)(m,{size:18})},e))}),h&&(0,q.jsx)(`div`,{className:K.compareLabel,children:ue(h)})]}),(0,q.jsx)(`div`,{className:K.compareVs,children:`VS`}),(0,q.jsxs)(`div`,{className:J(K.compareSide,Y(e.winner,e.target)&&K.compareWinner),children:[(0,q.jsx)(`div`,{className:K.compareName,children:c}),(0,q.jsx)(`div`,{className:K.compareCards,children:g?g.map(e=>{let t=Se(e);return(0,q.jsxs)(`div`,{className:J(K.card,K[t.color]),children:[(0,q.jsx)(`span`,{children:t.rank}),(0,q.jsx)(`i`,{children:t.suit})]},e)}):[0,1,2].map(e=>(0,q.jsx)(`div`,{className:K.cardBack,children:(0,q.jsx)(m,{size:18})},e))}),g&&(0,q.jsx)(`div`,{className:K.compareLabel,children:ue(g)})]})]}),(0,q.jsx)(`div`,{className:K.compareResult,children:o(`game.zhajinhua.result.winner`,{player:l})}),(0,q.jsx)(`button`,{className:`btn btn-sm`,onClick:a,children:o(`common.close`)})]})})}function Z(e,t){let n=e.toLowerCase();return t.find(e=>e.address===n)?.name||be(e)}var Q=s(`/game/zhajinhua/`)({component:X});export{Q as Route};
@@ -0,0 +1,3 @@
1
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{a as r,c as i,d as a,i as o,p as s,r as c,t as l,u,x as d,y as f}from"./userStore-C4vdYsQp.js";import{n as p,r as m}from"./LanguageToggle-Di5b88mK.js";import{n as h,t as g}from"./lock-tf1t2yuy.js";import{t as _}from"./download-Bg-OdoxM.js";import{t as v}from"./external-link-m8ZIQe4p.js";import{a as y,i as b,n as x,r as S,t as C}from"./mp-DvFTsIL9.js";import{t as w}from"./key-round-DIQ3Xt5F.js";import{t as T}from"./AppShell-BOtfY12t.js";import{t as E}from"./wallet-CozFU6yK.js";import{B as D,F as O,I as k,L as ee,M as te,_ as ne,c as re}from"./index-CrAXrmfP.js";var ie=f(`chevron-up`,[[`path`,{d:`m18 15-6-6-6 6`,key:`153udz`}]]),A=f(`globe`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20`,key:`13o1zl`}],[`path`,{d:`M2 12h20`,key:`9i4pu4`}]]),ae=f(`qr-code`,[[`rect`,{width:`5`,height:`5`,x:`3`,y:`3`,rx:`1`,key:`1tu5fj`}],[`rect`,{width:`5`,height:`5`,x:`16`,y:`3`,rx:`1`,key:`1v8r4q`}],[`rect`,{width:`5`,height:`5`,x:`3`,y:`16`,rx:`1`,key:`1x03jg`}],[`path`,{d:`M21 16h-3a2 2 0 0 0-2 2v3`,key:`177gqh`}],[`path`,{d:`M21 21v.01`,key:`ents32`}],[`path`,{d:`M12 7v3a2 2 0 0 1-2 2H7`,key:`8crl2c`}],[`path`,{d:`M3 12h.01`,key:`nlz23k`}],[`path`,{d:`M12 3h.01`,key:`n36tog`}],[`path`,{d:`M12 16v.01`,key:`133mhm`}],[`path`,{d:`M16 12h1`,key:`1slzba`}],[`path`,{d:`M21 12v.01`,key:`1lwtk9`}],[`path`,{d:`M12 21v-1`,key:`1880an`}]]),oe=f(`shield-alert`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}],[`path`,{d:`M12 8v4`,key:`1got3b`}],[`path`,{d:`M12 16h.01`,key:`1drbdi`}]]),se=f(`shield`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}]]),j=t(e()),M=n();function ce(e){return e?`•`.repeat(Math.min(e.length,32)):`-`}function le({title:e,username:t,password:n,showPassword:r,showPrivateKey:i,account:a,onUsernameChange:o,onPasswordChange:s,onTogglePassword:c,onTogglePrivateKey:l,onGenerate:u}){let{t:d}=D();return(0,M.jsxs)(`div`,{className:`web3-box-account`,children:[(0,M.jsx)(`div`,{className:`web3-box-account-header`,children:(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h2`,{children:e}),(0,M.jsx)(`p`,{children:d(`web3.box.account.desc`)})]})}),(0,M.jsxs)(`div`,{className:`web3-box-login`,children:[(0,M.jsx)(`input`,{type:`text`,placeholder:d(`login.username.placeholder`),value:t,onChange:e=>o(e.target.value),className:`input`,autoCapitalize:`off`,autoCorrect:`off`,spellCheck:`false`}),(0,M.jsxs)(`div`,{className:`input-wrap`,children:[(0,M.jsx)(`input`,{type:r?`text`:`password`,placeholder:d(`web3.login.passwordOptional`),value:n,onChange:e=>s(e.target.value),className:`input`,autoCapitalize:`off`,autoCorrect:`off`,spellCheck:`false`}),(0,M.jsx)(`button`,{className:`input-eye`,onClick:c,type:`button`,children:r?(0,M.jsx)(k,{size:16}):(0,M.jsx)(O,{size:16})})]}),(0,M.jsxs)(`button`,{className:`btn btn-primary btn-full`,onClick:u,disabled:!t.trim(),type:`button`,children:[(0,M.jsx)(w,{size:16}),d(`web3.box.account.generate`)]})]}),a?(0,M.jsxs)(`div`,{className:`web3-box-key-list`,children:[(0,M.jsxs)(`div`,{className:`web3-box-key-row`,children:[(0,M.jsx)(`span`,{children:d(`web3.label.address`)}),(0,M.jsxs)(`div`,{className:`mono-row`,children:[(0,M.jsx)(`code`,{className:`mono`,translate:`no`,children:a.address.toLowerCase()}),(0,M.jsx)(S,{text:a.address.toLowerCase()})]})]}),(0,M.jsxs)(`div`,{className:`web3-box-key-row`,children:[(0,M.jsx)(`span`,{children:d(`web3.label.x25519Public`)}),(0,M.jsxs)(`div`,{className:`mono-row`,children:[(0,M.jsx)(`code`,{className:`mono`,translate:`no`,children:a.publicKey}),(0,M.jsx)(S,{text:a.publicKey})]})]}),(0,M.jsxs)(`div`,{className:`web3-box-key-row`,children:[(0,M.jsx)(`span`,{children:d(`web3.label.x25519Private`)}),(0,M.jsxs)(`div`,{className:`mono-row danger`,children:[(0,M.jsx)(`code`,{className:`mono`,translate:`no`,children:i?a.privateKey:ce(a.privateKey)}),(0,M.jsx)(`button`,{className:`btn btn-icon`,onClick:l,title:d(i?`web3.action.hidePrivateKey`:`web3.action.showPrivateKey`),type:`button`,children:i?(0,M.jsx)(O,{size:14}):(0,M.jsx)(k,{size:14})})]})]})]}):null]})}function ue(e,t){return Number.isFinite(e)?t(e):`-`}function de({title:e,description:t,message:n,cipherText:r,decryptedText:i,error:o,encryptLabel:s,decryptLabel:c,messagePlaceholder:l,cipherPlaceholder:u,onMessageChange:d,onCipherTextChange:f,onEncrypt:p,onDecrypt:m}){let{t:h,formatDateTime:_}=D(),v=`box-message-${e.replaceAll(/\s+/g,`-`)}`,y=a(r);return(0,M.jsxs)(`section`,{className:`web3-box-flow`,children:[(0,M.jsx)(`div`,{className:`web3-box-flow-header`,children:(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h2`,{children:e}),(0,M.jsx)(`p`,{children:t})]})}),(0,M.jsx)(`label`,{className:`web3-box-label`,htmlFor:v,children:h(`web3.box.plaintext`)}),(0,M.jsx)(`textarea`,{id:v,className:`textarea`,value:n,onChange:e=>d(e.target.value),rows:4,placeholder:l,translate:`no`}),(0,M.jsxs)(`div`,{className:`web3-box-actions`,children:[(0,M.jsxs)(`button`,{className:`btn btn-primary`,onClick:p,type:`button`,children:[(0,M.jsx)(g,{size:16}),s]}),(0,M.jsxs)(`button`,{className:`btn btn-secondary`,onClick:m,type:`button`,children:[(0,M.jsx)(w,{size:16}),c]})]}),o&&(0,M.jsx)(`p`,{className:`web3-tools-danger`,children:o}),(0,M.jsxs)(`div`,{className:`web3-box-result-grid`,children:[(0,M.jsxs)(`div`,{className:`web3-box-result`,children:[(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:h(`web3.box.ciphertext`)})}),(0,M.jsx)(`textarea`,{className:`textarea mono`,value:r,onChange:e=>f(e.target.value),rows:5,placeholder:u,translate:`no`})]}),(0,M.jsxs)(`div`,{className:`web3-box-result`,children:[(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:h(`web3.box.decryptResult`)})}),(0,M.jsx)(`textarea`,{className:`textarea mono`,value:i,readOnly:!0,rows:5,placeholder:h(`web3.box.decryptResultPlaceholder`),translate:`no`})]})]}),y&&(0,M.jsxs)(`div`,{className:`web3-box-token-meta`,children:[(0,M.jsxs)(`div`,{className:`web3-box-token-meta-row`,children:[(0,M.jsx)(`span`,{children:h(`web3.box.timestamp`)}),(0,M.jsx)(`code`,{translate:`no`,children:ue(y.timestampMs,_)})]}),(0,M.jsxs)(`div`,{className:`web3-box-token-meta-row`,children:[(0,M.jsx)(`span`,{children:h(`web3.box.nonce`)}),(0,M.jsx)(`code`,{translate:`no`,children:y.nonce})]})]})]})}function fe(e){let{t}=D();return(0,M.jsxs)(`div`,{className:`web3-box-workspace`,children:[(0,M.jsxs)(`div`,{className:`web3-box-grid`,children:[(0,M.jsx)(le,{title:t(`web3.box.accountA`),username:e.boxAUsername,password:e.boxAPassword,showPassword:e.boxAShowPassword,showPrivateKey:e.boxAShowPrivateKey,account:e.boxAAccount,onUsernameChange:e.onBoxAUsernameChange,onPasswordChange:e.onBoxAPasswordChange,onTogglePassword:e.onBoxAShowPasswordToggle,onTogglePrivateKey:e.onBoxAShowPrivateKeyToggle,onGenerate:e.onGenerateBoxA}),(0,M.jsx)(le,{title:t(`web3.box.accountB`),username:e.boxBUsername,password:e.boxBPassword,showPassword:e.boxBShowPassword,showPrivateKey:e.boxBShowPrivateKey,account:e.boxBAccount,onUsernameChange:e.onBoxBUsernameChange,onPasswordChange:e.onBoxBPasswordChange,onTogglePassword:e.onBoxBShowPasswordToggle,onTogglePrivateKey:e.onBoxBShowPrivateKeyToggle,onGenerate:e.onGenerateBoxB})]}),(0,M.jsxs)(`div`,{className:`web3-box-flow-grid`,children:[(0,M.jsx)(de,{title:`A → B`,description:t(`web3.box.flowAB.desc`),message:e.boxABMessage,cipherText:e.boxABCipherText,decryptedText:e.boxABDecryptedText,error:e.boxABError,encryptLabel:t(`web3.box.flowAB.encrypt`),decryptLabel:t(`web3.box.flowAB.decrypt`),messagePlaceholder:t(`web3.box.flowAB.messagePlaceholder`),cipherPlaceholder:t(`web3.box.cipherPlaceholder`),onMessageChange:e.onBoxABMessageChange,onCipherTextChange:e.onBoxABCipherTextChange,onEncrypt:e.onEncryptBoxAB,onDecrypt:e.onDecryptBoxAB}),(0,M.jsx)(de,{title:`B → A`,description:t(`web3.box.flowBA.desc`),message:e.boxBAMessage,cipherText:e.boxBACipherText,decryptedText:e.boxBADecryptedText,error:e.boxBAError,encryptLabel:t(`web3.box.flowBA.encrypt`),decryptLabel:t(`web3.box.flowBA.decrypt`),messagePlaceholder:t(`web3.box.flowBA.messagePlaceholder`),cipherPlaceholder:t(`web3.box.cipherPlaceholder`),onMessageChange:e.onBoxBAMessageChange,onCipherTextChange:e.onBoxBACipherTextChange,onEncrypt:e.onEncryptBoxBA,onDecrypt:e.onDecryptBoxBA})]}),(0,M.jsxs)(`div`,{className:`web3-box-flow-grid`,children:[(0,M.jsxs)(`section`,{className:`web3-box-flow`,children:[(0,M.jsx)(`div`,{className:`web3-box-flow-header`,children:(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h2`,{children:t(`web3.box.encryptTitle`)}),(0,M.jsx)(`p`,{children:t(`web3.box.encryptDesc`)})]})}),(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:t(`web3.box.sender`)})}),(0,M.jsxs)(`div`,{className:`input-wrap`,children:[(0,M.jsx)(`input`,{type:e.boxEncryptShowPrivateKey?`text`:`password`,placeholder:t(`web3.box.senderPrivatePlaceholder`),value:e.boxEncryptSenderPrivateKey,onChange:t=>e.onBoxEncryptSenderPrivateKeyChange(t.target.value),className:`input`,autoCapitalize:`off`,autoCorrect:`off`,spellCheck:`false`}),(0,M.jsx)(`button`,{className:`input-eye`,onClick:e.onBoxEncryptShowPrivateKeyToggle,type:`button`,children:e.boxEncryptShowPrivateKey?(0,M.jsx)(k,{size:16}):(0,M.jsx)(O,{size:16})})]}),(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:t(`web3.box.recipient`)})}),(0,M.jsx)(`input`,{type:`text`,placeholder:t(`web3.box.recipientPublicPlaceholder`),value:e.boxEncryptRecipientPublicKey,onChange:t=>e.onBoxEncryptRecipientPublicKeyChange(t.target.value),className:`input`,autoCapitalize:`off`,autoCorrect:`off`,spellCheck:`false`}),(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:t(`web3.box.plaintext`)})}),(0,M.jsx)(`textarea`,{className:`textarea`,value:e.boxEncryptMessage,onChange:t=>e.onBoxEncryptMessageChange(t.target.value),rows:4,placeholder:t(`web3.box.messagePlaceholder`),translate:`no`}),(0,M.jsx)(`div`,{className:`web3-box-actions`,children:(0,M.jsxs)(`button`,{className:`btn btn-primary`,onClick:e.onEncryptOnly,type:`button`,children:[(0,M.jsx)(g,{size:16}),t(`web3.box.encryptTitle`)]})}),e.boxEncryptError&&(0,M.jsx)(`p`,{className:`web3-tools-danger`,children:e.boxEncryptError}),(0,M.jsxs)(`div`,{className:`web3-box-result`,children:[(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:t(`web3.box.ciphertext`)})}),(0,M.jsx)(`textarea`,{className:`textarea mono`,value:e.boxEncryptCipherText,readOnly:!0,rows:5,placeholder:t(`web3.box.encryptResultPlaceholder`),translate:`no`})]})]}),(0,M.jsxs)(`section`,{className:`web3-box-flow`,children:[(0,M.jsx)(`div`,{className:`web3-box-flow-header`,children:(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h2`,{children:t(`web3.box.decryptTitle`)}),(0,M.jsx)(`p`,{children:t(`web3.box.decryptDesc`)})]})}),(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:t(`web3.box.sender`)})}),(0,M.jsx)(`input`,{type:`text`,placeholder:t(`web3.box.senderPublicPlaceholder`),value:e.boxDecryptSenderPublicKey,onChange:t=>e.onBoxDecryptSenderPublicKeyChange(t.target.value),className:`input`,autoCapitalize:`off`,autoCorrect:`off`,spellCheck:`false`}),(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:t(`web3.box.recipient`)})}),(0,M.jsxs)(`div`,{className:`input-wrap`,children:[(0,M.jsx)(`input`,{type:e.boxDecryptShowPrivateKey?`text`:`password`,placeholder:t(`web3.box.recipientPrivatePlaceholder`),value:e.boxDecryptRecipientPrivateKey,onChange:t=>e.onBoxDecryptRecipientPrivateKeyChange(t.target.value),className:`input`,autoCapitalize:`off`,autoCorrect:`off`,spellCheck:`false`}),(0,M.jsx)(`button`,{className:`input-eye`,onClick:e.onBoxDecryptShowPrivateKeyToggle,type:`button`,children:e.boxDecryptShowPrivateKey?(0,M.jsx)(k,{size:16}):(0,M.jsx)(O,{size:16})})]}),(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:t(`web3.box.ciphertext`)})}),(0,M.jsx)(`textarea`,{className:`textarea mono`,value:e.boxDecryptCipherText,onChange:t=>e.onBoxDecryptCipherTextChange(t.target.value),rows:5,placeholder:t(`web3.box.cipherDecryptPlaceholder`),translate:`no`}),(0,M.jsx)(`div`,{className:`web3-box-actions`,children:(0,M.jsxs)(`button`,{className:`btn btn-secondary`,onClick:e.onDecryptOnly,type:`button`,children:[(0,M.jsx)(w,{size:16}),t(`web3.box.decryptTitle`)]})}),e.boxDecryptError&&(0,M.jsx)(`p`,{className:`web3-tools-danger`,children:e.boxDecryptError}),(0,M.jsxs)(`div`,{className:`web3-box-result`,children:[(0,M.jsx)(`label`,{className:`web3-box-result-header`,children:(0,M.jsx)(`span`,{children:t(`web3.box.decryptResult`)})}),(0,M.jsx)(`textarea`,{className:`textarea mono`,value:e.boxDecryptResult,readOnly:!0,rows:5,placeholder:t(`web3.box.decryptResultPlaceholder`),translate:`no`})]})]})]})]})}function N({icon:e,message:t,className:n=`empty-state glass`}){return(0,M.jsxs)(`div`,{className:n,children:[(0,M.jsx)(`div`,{className:`empty-state-icon`,children:e}),(0,M.jsx)(`p`,{children:t})]})}function pe({label:e,pem:t,filename:n}){let{t:r}=D();function i(){let e=new Blob([t],{type:`text/plain`}),r=URL.createObjectURL(e),i=document.createElement(`a`);i.href=r,i.download=n,i.click(),URL.revokeObjectURL(r)}return(0,M.jsxs)(`div`,{className:`web3-pem-block`,children:[(0,M.jsxs)(`div`,{className:`web3-pem-header`,children:[(0,M.jsx)(`span`,{className:`web3-pem-label`,children:e}),(0,M.jsxs)(`div`,{className:`web3-pem-actions`,children:[(0,M.jsx)(S,{text:t,label:r(`common.copy`),className:`btn btn-sm`,iconSize:14}),(0,M.jsxs)(`button`,{type:`button`,className:`btn btn-sm btn-primary`,onClick:i,title:r(`common.download`),children:[(0,M.jsx)(_,{size:14}),r(`common.download`)]})]})]}),(0,M.jsx)(`textarea`,{className:`textarea mono`,value:t,readOnly:!0,rows:6,translate:`no`})]})}function me({walletResult:e,publicPem:t,privatePem:n}){let{t:r}=D();if(!t||!n)return(0,M.jsx)(N,{icon:(0,M.jsx)(g,{size:36}),message:r(`web3.empty.pem`)});let i=e?.username||`wallet`;return(0,M.jsxs)(`div`,{className:`web3-pem-list`,children:[(0,M.jsx)(pe,{label:`${i}.pub`,pem:t,filename:`${i}.pub`}),(0,M.jsx)(pe,{label:`${i}.pem`,pem:n,filename:`${i}.pem`})]})}var P=Object.defineProperty,F=Object.getOwnPropertySymbols,he=Object.prototype.hasOwnProperty,I=Object.prototype.propertyIsEnumerable,L=(e,t,n)=>t in e?P(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,R=(e,t)=>{for(var n in t||={})he.call(t,n)&&L(e,n,t[n]);if(F)for(var n of F(t))I.call(t,n)&&L(e,n,t[n]);return e},z=(e,t)=>{var n={};for(var r in e)he.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&F)for(var r of F(e))t.indexOf(r)<0&&I.call(e,r)&&(n[r]=e[r]);return n},B;(e=>{let t=class t{constructor(e,n,r,a){if(this.version=e,this.errorCorrectionLevel=n,this.modules=[],this.isFunction=[],e<t.MIN_VERSION||e>t.MAX_VERSION)throw RangeError(`Version value out of range`);if(a<-1||a>7)throw RangeError(`Mask value out of range`);this.size=e*4+17;let o=[];for(let e=0;e<this.size;e++)o.push(!1);for(let e=0;e<this.size;e++)this.modules.push(o.slice()),this.isFunction.push(o.slice());this.drawFunctionPatterns();let s=this.addEccAndInterleave(r);if(this.drawCodewords(s),a==-1){let e=1e9;for(let t=0;t<8;t++){this.applyMask(t),this.drawFormatBits(t);let n=this.getPenaltyScore();n<e&&(a=t,e=n),this.applyMask(t)}}i(0<=a&&a<=7),this.mask=a,this.applyMask(a),this.drawFormatBits(a),this.isFunction=[]}static encodeText(n,r){let i=e.QrSegment.makeSegments(n);return t.encodeSegments(i,r)}static encodeBinary(n,r){let i=e.QrSegment.makeBytes(n);return t.encodeSegments([i],r)}static encodeSegments(e,r,a=1,s=40,c=-1,l=!0){if(!(t.MIN_VERSION<=a&&a<=s&&s<=t.MAX_VERSION)||c<-1||c>7)throw RangeError(`Invalid value`);let u,d;for(u=a;;u++){let n=t.getNumDataCodewords(u,r)*8,i=o.getTotalBits(e,u);if(i<=n){d=i;break}if(u>=s)throw RangeError(`Data too long`)}for(let e of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])l&&d<=t.getNumDataCodewords(u,e)*8&&(r=e);let f=[];for(let t of e){n(t.mode.modeBits,4,f),n(t.numChars,t.mode.numCharCountBits(u),f);for(let e of t.getData())f.push(e)}i(f.length==d);let p=t.getNumDataCodewords(u,r)*8;i(f.length<=p),n(0,Math.min(4,p-f.length),f),n(0,(8-f.length%8)%8,f),i(f.length%8==0);for(let e=236;f.length<p;e^=253)n(e,8,f);let m=[];for(;m.length*8<f.length;)m.push(0);return f.forEach((e,t)=>m[t>>>3]|=e<<7-(t&7)),new t(u,r,m,c)}getModule(e,t){return 0<=e&&e<this.size&&0<=t&&t<this.size&&this.modules[t][e]}getModules(){return this.modules}drawFunctionPatterns(){for(let e=0;e<this.size;e++)this.setFunctionModule(6,e,e%2==0),this.setFunctionModule(e,6,e%2==0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);let e=this.getAlignmentPatternPositions(),t=e.length;for(let n=0;n<t;n++)for(let r=0;r<t;r++)n==0&&r==0||n==0&&r==t-1||n==t-1&&r==0||this.drawAlignmentPattern(e[n],e[r]);this.drawFormatBits(0),this.drawVersion()}drawFormatBits(e){let t=this.errorCorrectionLevel.formatBits<<3|e,n=t;for(let e=0;e<10;e++)n=n<<1^(n>>>9)*1335;let a=(t<<10|n)^21522;i(a>>>15==0);for(let e=0;e<=5;e++)this.setFunctionModule(8,e,r(a,e));this.setFunctionModule(8,7,r(a,6)),this.setFunctionModule(8,8,r(a,7)),this.setFunctionModule(7,8,r(a,8));for(let e=9;e<15;e++)this.setFunctionModule(14-e,8,r(a,e));for(let e=0;e<8;e++)this.setFunctionModule(this.size-1-e,8,r(a,e));for(let e=8;e<15;e++)this.setFunctionModule(8,this.size-15+e,r(a,e));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let e=this.version;for(let t=0;t<12;t++)e=e<<1^(e>>>11)*7973;let t=this.version<<12|e;i(t>>>18==0);for(let e=0;e<18;e++){let n=r(t,e),i=this.size-11+e%3,a=Math.floor(e/3);this.setFunctionModule(i,a,n),this.setFunctionModule(a,i,n)}}drawFinderPattern(e,t){for(let n=-4;n<=4;n++)for(let r=-4;r<=4;r++){let i=Math.max(Math.abs(r),Math.abs(n)),a=e+r,o=t+n;0<=a&&a<this.size&&0<=o&&o<this.size&&this.setFunctionModule(a,o,i!=2&&i!=4)}}drawAlignmentPattern(e,t){for(let n=-2;n<=2;n++)for(let r=-2;r<=2;r++)this.setFunctionModule(e+r,t+n,Math.max(Math.abs(r),Math.abs(n))!=1)}setFunctionModule(e,t,n){this.modules[t][e]=n,this.isFunction[t][e]=!0}addEccAndInterleave(e){let n=this.version,r=this.errorCorrectionLevel;if(e.length!=t.getNumDataCodewords(n,r))throw RangeError(`Invalid argument`);let a=t.NUM_ERROR_CORRECTION_BLOCKS[r.ordinal][n],o=t.ECC_CODEWORDS_PER_BLOCK[r.ordinal][n],s=Math.floor(t.getNumRawDataModules(n)/8),c=a-s%a,l=Math.floor(s/a),u=[],d=t.reedSolomonComputeDivisor(o);for(let n=0,r=0;n<a;n++){let i=e.slice(r,r+l-o+(n<c?0:1));r+=i.length;let a=t.reedSolomonComputeRemainder(i,d);n<c&&i.push(0),u.push(i.concat(a))}let f=[];for(let e=0;e<u[0].length;e++)u.forEach((t,n)=>{(e!=l-o||n>=c)&&f.push(t[e])});return i(f.length==s),f}drawCodewords(e){if(e.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw RangeError(`Invalid argument`);let n=0;for(let t=this.size-1;t>=1;t-=2){t==6&&(t=5);for(let i=0;i<this.size;i++)for(let a=0;a<2;a++){let o=t-a,s=t+1&2?i:this.size-1-i;!this.isFunction[s][o]&&n<e.length*8&&(this.modules[s][o]=r(e[n>>>3],7-(n&7)),n++)}}i(n==e.length*8)}applyMask(e){if(e<0||e>7)throw RangeError(`Mask value out of range`);for(let t=0;t<this.size;t++)for(let n=0;n<this.size;n++){let r;switch(e){case 0:r=(n+t)%2==0;break;case 1:r=t%2==0;break;case 2:r=n%3==0;break;case 3:r=(n+t)%3==0;break;case 4:r=(Math.floor(n/3)+Math.floor(t/2))%2==0;break;case 5:r=n*t%2+n*t%3==0;break;case 6:r=(n*t%2+n*t%3)%2==0;break;case 7:r=((n+t)%2+n*t%3)%2==0;break;default:throw Error(`Unreachable`)}!this.isFunction[t][n]&&r&&(this.modules[t][n]=!this.modules[t][n])}}getPenaltyScore(){let e=0;for(let n=0;n<this.size;n++){let r=!1,i=0,a=[0,0,0,0,0,0,0];for(let o=0;o<this.size;o++)this.modules[n][o]==r?(i++,i==5?e+=t.PENALTY_N1:i>5&&e++):(this.finderPenaltyAddHistory(i,a),r||(e+=this.finderPenaltyCountPatterns(a)*t.PENALTY_N3),r=this.modules[n][o],i=1);e+=this.finderPenaltyTerminateAndCount(r,i,a)*t.PENALTY_N3}for(let n=0;n<this.size;n++){let r=!1,i=0,a=[0,0,0,0,0,0,0];for(let o=0;o<this.size;o++)this.modules[o][n]==r?(i++,i==5?e+=t.PENALTY_N1:i>5&&e++):(this.finderPenaltyAddHistory(i,a),r||(e+=this.finderPenaltyCountPatterns(a)*t.PENALTY_N3),r=this.modules[o][n],i=1);e+=this.finderPenaltyTerminateAndCount(r,i,a)*t.PENALTY_N3}for(let n=0;n<this.size-1;n++)for(let r=0;r<this.size-1;r++){let i=this.modules[n][r];i==this.modules[n][r+1]&&i==this.modules[n+1][r]&&i==this.modules[n+1][r+1]&&(e+=t.PENALTY_N2)}let n=0;for(let e of this.modules)n=e.reduce((e,t)=>e+ +!!t,n);let r=this.size*this.size,a=Math.ceil(Math.abs(n*20-r*10)/r)-1;return i(0<=a&&a<=9),e+=a*t.PENALTY_N4,i(0<=e&&e<=2568888),e}getAlignmentPatternPositions(){if(this.version==1)return[];{let e=Math.floor(this.version/7)+2,t=this.version==32?26:Math.ceil((this.version*4+4)/(e*2-2))*2,n=[6];for(let r=this.size-7;n.length<e;r-=t)n.splice(1,0,r);return n}}static getNumRawDataModules(e){if(e<t.MIN_VERSION||e>t.MAX_VERSION)throw RangeError(`Version number out of range`);let n=(16*e+128)*e+64;if(e>=2){let t=Math.floor(e/7)+2;n-=(25*t-10)*t-55,e>=7&&(n-=36)}return i(208<=n&&n<=29648),n}static getNumDataCodewords(e,n){return Math.floor(t.getNumRawDataModules(e)/8)-t.ECC_CODEWORDS_PER_BLOCK[n.ordinal][e]*t.NUM_ERROR_CORRECTION_BLOCKS[n.ordinal][e]}static reedSolomonComputeDivisor(e){if(e<1||e>255)throw RangeError(`Degree out of range`);let n=[];for(let t=0;t<e-1;t++)n.push(0);n.push(1);let r=1;for(let i=0;i<e;i++){for(let e=0;e<n.length;e++)n[e]=t.reedSolomonMultiply(n[e],r),e+1<n.length&&(n[e]^=n[e+1]);r=t.reedSolomonMultiply(r,2)}return n}static reedSolomonComputeRemainder(e,n){let r=n.map(e=>0);for(let i of e){let e=i^r.shift();r.push(0),n.forEach((n,i)=>r[i]^=t.reedSolomonMultiply(n,e))}return r}static reedSolomonMultiply(e,t){if(e>>>8||t>>>8)throw RangeError(`Byte out of range`);let n=0;for(let r=7;r>=0;r--)n=n<<1^(n>>>7)*285,n^=(t>>>r&1)*e;return i(n>>>8==0),n}finderPenaltyCountPatterns(e){let t=e[1];i(t<=this.size*3);let n=t>0&&e[2]==t&&e[3]==t*3&&e[4]==t&&e[5]==t;return(n&&e[0]>=t*4&&e[6]>=t?1:0)+(n&&e[6]>=t*4&&e[0]>=t?1:0)}finderPenaltyTerminateAndCount(e,t,n){return e&&(this.finderPenaltyAddHistory(t,n),t=0),t+=this.size,this.finderPenaltyAddHistory(t,n),this.finderPenaltyCountPatterns(n)}finderPenaltyAddHistory(e,t){t[0]==0&&(e+=this.size),t.pop(),t.unshift(e)}};t.MIN_VERSION=1,t.MAX_VERSION=40,t.PENALTY_N1=3,t.PENALTY_N2=3,t.PENALTY_N3=40,t.PENALTY_N4=10,t.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],t.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=t;function n(e,t,n){if(t<0||t>31||e>>>t)throw RangeError(`Value out of range`);for(let r=t-1;r>=0;r--)n.push(e>>>r&1)}function r(e,t){return(e>>>t&1)!=0}function i(e){if(!e)throw Error(`Assertion error`)}let a=class e{constructor(e,t,n){if(this.mode=e,this.numChars=t,this.bitData=n,t<0)throw RangeError(`Invalid argument`);this.bitData=n.slice()}static makeBytes(t){let r=[];for(let e of t)n(e,8,r);return new e(e.Mode.BYTE,t.length,r)}static makeNumeric(t){if(!e.isNumeric(t))throw RangeError(`String contains non-numeric characters`);let r=[];for(let e=0;e<t.length;){let i=Math.min(t.length-e,3);n(parseInt(t.substring(e,e+i),10),i*3+1,r),e+=i}return new e(e.Mode.NUMERIC,t.length,r)}static makeAlphanumeric(t){if(!e.isAlphanumeric(t))throw RangeError(`String contains unencodable characters in alphanumeric mode`);let r=[],i;for(i=0;i+2<=t.length;i+=2){let a=e.ALPHANUMERIC_CHARSET.indexOf(t.charAt(i))*45;a+=e.ALPHANUMERIC_CHARSET.indexOf(t.charAt(i+1)),n(a,11,r)}return i<t.length&&n(e.ALPHANUMERIC_CHARSET.indexOf(t.charAt(i)),6,r),new e(e.Mode.ALPHANUMERIC,t.length,r)}static makeSegments(t){return t==``?[]:e.isNumeric(t)?[e.makeNumeric(t)]:e.isAlphanumeric(t)?[e.makeAlphanumeric(t)]:[e.makeBytes(e.toUtf8ByteArray(t))]}static makeEci(t){let r=[];if(t<0)throw RangeError(`ECI assignment value out of range`);if(t<128)n(t,8,r);else if(t<16384)n(2,2,r),n(t,14,r);else if(t<1e6)n(6,3,r),n(t,21,r);else throw RangeError(`ECI assignment value out of range`);return new e(e.Mode.ECI,0,r)}static isNumeric(t){return e.NUMERIC_REGEX.test(t)}static isAlphanumeric(t){return e.ALPHANUMERIC_REGEX.test(t)}getData(){return this.bitData.slice()}static getTotalBits(e,t){let n=0;for(let r of e){let e=r.mode.numCharCountBits(t);if(r.numChars>=1<<e)return 1/0;n+=4+e+r.bitData.length}return n}static toUtf8ByteArray(e){e=encodeURI(e);let t=[];for(let n=0;n<e.length;n++)e.charAt(n)==`%`?(t.push(parseInt(e.substring(n+1,n+3),16)),n+=2):t.push(e.charCodeAt(n));return t}};a.NUMERIC_REGEX=/^[0-9]*$/,a.ALPHANUMERIC_REGEX=/^[A-Z0-9 $%*+.\/:-]*$/,a.ALPHANUMERIC_CHARSET=`0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:`;let o=a;e.QrSegment=a})(B||={}),(e=>{(e=>{let t=class{constructor(e,t){this.ordinal=e,this.formatBits=t}};t.LOW=new t(0,1),t.MEDIUM=new t(1,0),t.QUARTILE=new t(2,3),t.HIGH=new t(3,2),e.Ecc=t})(e.QrCode||={})})(B||={}),(e=>{(e=>{let t=class{constructor(e,t){this.modeBits=e,this.numBitsCharCount=t}numCharCountBits(e){return this.numBitsCharCount[Math.floor((e+7)/17)]}};t.NUMERIC=new t(1,[10,12,14]),t.ALPHANUMERIC=new t(2,[9,11,13]),t.BYTE=new t(4,[8,16,16]),t.KANJI=new t(8,[8,10,12]),t.ECI=new t(7,[0,0,0]),e.Mode=t})(e.QrSegment||={})})(B||={});var V=B,ge={L:V.QrCode.Ecc.LOW,M:V.QrCode.Ecc.MEDIUM,Q:V.QrCode.Ecc.QUARTILE,H:V.QrCode.Ecc.HIGH},H=128,_e=`L`,U=`#FFFFFF`,W=`#000000`,G=!1,K=1,ve=4,ye=0,be=.1;function q(e,t=0){let n=[];return e.forEach(function(e,r){let i=null;e.forEach(function(a,o){if(!a&&i!==null){n.push(`M${i+t} ${r+t}h${o-i}v1H${i+t}z`),i=null;return}if(o===e.length-1){if(!a)return;i===null?n.push(`M${o+t},${r+t} h1v1H${o+t}z`):n.push(`M${i+t},${r+t} h${o+1-i}v1H${i+t}z`);return}a&&i===null&&(i=o)})}),n.join(``)}function xe(e,t){return e.slice().map((e,n)=>n<t.y||n>=t.y+t.h?e:e.map((e,n)=>n<t.x||n>=t.x+t.w?e:!1))}function Se(e,t,n,r){if(r==null)return null;let i=e.length+n*2,a=Math.floor(t*be),o=i/t,s=(r.width||a)*o,c=(r.height||a)*o,l=r.x==null?e.length/2-s/2:r.x*o,u=r.y==null?e.length/2-c/2:r.y*o,d=r.opacity==null?1:r.opacity,f=null;if(r.excavate){let e=Math.floor(l),t=Math.floor(u);f={x:e,y:t,w:Math.ceil(s+l-e),h:Math.ceil(c+u-t)}}let p=r.crossOrigin;return{x:l,y:u,h:c,w:s,excavation:f,opacity:d,crossOrigin:p}}function Ce(e,t){return t==null?e?ve:ye:Math.max(Math.floor(t),0)}function we({value:e,level:t,minVersion:n,includeMargin:r,marginSize:i,imageSettings:a,size:o,boostLevel:s}){let c=j.useMemo(()=>{let r=(Array.isArray(e)?e:[e]).reduce((e,t)=>(e.push(...V.QrSegment.makeSegments(t)),e),[]);return V.QrCode.encodeSegments(r,ge[t],n,void 0,void 0,s)},[e,t,n,s]),{cells:l,margin:u,numCells:d,calculatedImageSettings:f}=j.useMemo(()=>{let e=c.getModules(),t=Ce(r,i);return{cells:e,margin:t,numCells:e.length+t*2,calculatedImageSettings:Se(e,o,t,a)}},[c,o,a,r,i]);return{qrcode:c,margin:u,cells:l,numCells:d,calculatedImageSettings:f}}var Te=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),Ee=j.forwardRef(function(e,t){let n=e,{value:r,size:i=H,level:a=_e,bgColor:o=U,fgColor:s=W,includeMargin:c=G,minVersion:l=K,boostLevel:u,marginSize:d,imageSettings:f}=n,p=z(n,[`value`,`size`,`level`,`bgColor`,`fgColor`,`includeMargin`,`minVersion`,`boostLevel`,`marginSize`,`imageSettings`]),{style:m}=p,h=z(p,[`style`]),g=f?.src,_=j.useRef(null),v=j.useRef(null),y=j.useCallback(e=>{_.current=e,typeof t==`function`?t(e):t&&(t.current=e)},[t]),[b,x]=j.useState(!1),{margin:S,cells:C,numCells:w,calculatedImageSettings:T}=we({value:r,level:a,minVersion:l,boostLevel:u,includeMargin:c,marginSize:d,imageSettings:f,size:i});j.useEffect(()=>{if(_.current!=null){let e=_.current,t=e.getContext(`2d`);if(!t)return;let n=C,r=v.current,a=T!=null&&r!==null&&r.complete&&r.naturalHeight!==0&&r.naturalWidth!==0;a&&T.excavation!=null&&(n=xe(C,T.excavation));let c=window.devicePixelRatio||1;e.height=e.width=i*c;let l=i/w*c;t.scale(l,l),t.fillStyle=o,t.fillRect(0,0,w,w),t.fillStyle=s,Te?t.fill(new Path2D(q(n,S))):C.forEach(function(e,n){e.forEach(function(e,r){e&&t.fillRect(r+S,n+S,1,1)})}),T&&(t.globalAlpha=T.opacity),a&&t.drawImage(r,T.x+S,T.y+S,T.w,T.h)}}),j.useEffect(()=>{x(!1)},[g]);let E=R({height:i,width:i},m),D=null;return g!=null&&(D=j.createElement(`img`,{src:g,key:g,style:{display:`none`},onLoad:()=>{x(!0)},ref:v,crossOrigin:T?.crossOrigin})),j.createElement(j.Fragment,null,j.createElement(`canvas`,R({style:E,height:i,width:i,ref:y,role:`img`},h)),D)});Ee.displayName=`QRCodeCanvas`;var J=j.forwardRef(function(e,t){let n=e,{value:r,size:i=H,level:a=_e,bgColor:o=U,fgColor:s=W,includeMargin:c=G,minVersion:l=K,boostLevel:u,title:d,marginSize:f,imageSettings:p}=n,m=z(n,[`value`,`size`,`level`,`bgColor`,`fgColor`,`includeMargin`,`minVersion`,`boostLevel`,`title`,`marginSize`,`imageSettings`]),{margin:h,cells:g,numCells:_,calculatedImageSettings:v}=we({value:r,level:a,minVersion:l,boostLevel:u,includeMargin:c,marginSize:f,imageSettings:p,size:i}),y=g,b=null;p!=null&&v!=null&&(v.excavation!=null&&(y=xe(g,v.excavation)),b=j.createElement(`image`,{href:p.src,height:v.h,width:v.w,x:v.x+h,y:v.y+h,preserveAspectRatio:`none`,opacity:v.opacity,crossOrigin:v.crossOrigin}));let x=q(y,h);return j.createElement(`svg`,R({height:i,width:i,viewBox:`0 0 ${_} ${_}`,ref:t,role:`img`},m),!!d&&j.createElement(`title`,null,d),j.createElement(`path`,{fill:o,d:`M0,0 h${_}v${_}H0z`,shapeRendering:`crispEdges`}),j.createElement(`path`,{fill:s,d:x,shapeRendering:`crispEdges`}),b)});J.displayName=`QRCodeSVG`;function De({walletResult:e,mnemonicPhrase:t,deriveBatch:n,deriveList:r,deriveShowIndex:i,deriveShowAddress:a,deriveShowPrivateKey:o,showAddressQr:s,showMnemonicReveal:c,showMnemonicQr:l,onToggleAddressQr:u,onToggleMnemonicReveal:d,onToggleMnemonicQr:f,onToggleDeriveIndex:p,onToggleDeriveAddress:m,onToggleDerivePrivateKey:g,onDerive:_}){let{t:v}=D(),y=e?.address||``;return!e||!y?(0,M.jsx)(N,{icon:(0,M.jsx)(E,{size:36}),message:v(`web3.empty.walletTools`)}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(`div`,{className:`web3-tools-section`,children:[(0,M.jsxs)(`button`,{className:`web3-tools-toggle`,onClick:u,children:[(0,M.jsx)(ae,{size:14}),v(s?`web3.action.hideAddressQr`:`web3.action.showAddressQr`),s?(0,M.jsx)(ie,{size:14}):(0,M.jsx)(h,{size:14})]}),s&&(0,M.jsxs)(`div`,{className:`web3-mnemonic-reveal`,children:[(0,M.jsxs)(`div`,{className:`web3-mnemonic-card`,children:[(0,M.jsx)(`p`,{className:`web3-mnemonic-text`,translate:`no`,children:y}),(0,M.jsx)(S,{text:y})]}),(0,M.jsx)(`div`,{className:`qr-wrap`,children:(0,M.jsx)(J,{value:y,size:200})})]})]}),t&&(0,M.jsxs)(`div`,{className:`web3-tools-section`,children:[(0,M.jsxs)(`button`,{className:`web3-tools-toggle`,onClick:d,children:[(0,M.jsx)(w,{size:14}),v(c?`web3.action.hideMnemonic`:`web3.action.showMnemonic`),c?(0,M.jsx)(ie,{size:14}):(0,M.jsx)(h,{size:14})]}),c&&(0,M.jsxs)(`div`,{className:`web3-mnemonic-reveal`,children:[(0,M.jsxs)(`div`,{className:`web3-mnemonic-card`,children:[(0,M.jsx)(`p`,{className:`web3-mnemonic-text`,translate:`no`,children:t}),(0,M.jsx)(S,{text:t})]}),(0,M.jsxs)(`p`,{className:`web3-tools-danger`,children:[(0,M.jsx)(oe,{size:14}),v(`web3.warning.mnemonic`)]}),(0,M.jsx)(`button`,{className:`web3-tools-toggle`,onClick:f,children:v(l?`web3.action.hideMnemonicQr`:`web3.action.showMnemonicQr`)}),l&&(0,M.jsx)(`div`,{className:`qr-wrap`,children:(0,M.jsx)(J,{value:t,size:260})})]})]}),t&&(0,M.jsxs)(`div`,{className:`web3-mnemonic-reveal`,children:[(0,M.jsx)(`div`,{children:(0,M.jsx)(`button`,{className:`btn btn-primary`,onClick:_,children:v(`web3.action.deriveAddresses`,{count:n})})}),(0,M.jsxs)(`p`,{className:`web3-tools-danger`,children:[(0,M.jsx)(oe,{size:14}),v(`web3.warning.privateKey`)]}),r.length>0&&(0,M.jsx)(`div`,{className:`web3-derive-table-wrap`,children:(0,M.jsxs)(`table`,{className:`web3-derive-table`,children:[(0,M.jsx)(`thead`,{children:(0,M.jsxs)(`tr`,{children:[(0,M.jsx)(`th`,{onClick:p,className:`web3-derive-th`,children:v(`web3.label.account`)}),(0,M.jsx)(`th`,{onClick:m,className:`web3-derive-th`,children:v(`web3.label.address`)}),(0,M.jsx)(`th`,{onClick:g,className:`web3-derive-th danger`,children:v(`web3.label.privateKeyToggle`,{action:v(o?`web3.action.hide`:`web3.action.show`)})})]})}),(0,M.jsx)(`tbody`,{children:r.map(e=>(0,M.jsxs)(`tr`,{children:[(0,M.jsx)(`td`,{children:i?e.index+1:``}),(0,M.jsx)(`td`,{translate:`no`,children:a?e.address:``}),(0,M.jsx)(`td`,{className:`danger`,children:(0,M.jsx)(`span`,{translate:`no`,children:o?e.privateKey:``})})]},e.index))})]})})]})]})}function Y({title:e,icon:t,children:n,accent:r=!1}){return(0,M.jsxs)(`div`,{className:`web3-key-card ${r?`accent`:``}`,children:[(0,M.jsxs)(`div`,{className:`web3-key-card-header`,children:[(0,M.jsx)(`span`,{className:`web3-key-card-icon`,children:t}),(0,M.jsx)(`span`,{className:`web3-key-card-title`,children:e})]}),(0,M.jsx)(`div`,{className:`web3-key-card-body`,translate:`no`,children:n})]})}function Oe(e){return e?`•`.repeat(Math.min(e.length,32)):`-`}function ke({walletResult:e,keys:t,ipns:n,avatarSrc:r,showPrivateKey:i,onTogglePrivateKey:a}){let{t:o}=D(),s=e?.address||``;return!e||!s?(0,M.jsx)(N,{icon:(0,M.jsx)(b,{size:36}),message:o(`web3.empty.identity`)}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(`div`,{className:`web3-identity-card`,children:[(0,M.jsx)(`img`,{src:r,alt:`avatar`,className:`web3-identity-avatar`}),(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h1`,{className:`web3-identity-name`,children:e.username||o(`web3.notSignedIn`)}),(0,M.jsxs)(`div`,{className:`web3-identity-address`,children:[(0,M.jsx)(`code`,{translate:`no`,children:s.toLowerCase()}),(0,M.jsx)(S,{text:s.toLowerCase()}),(0,M.jsxs)(`a`,{href:`https://debank.com/profile/${s}`,target:`_blank`,rel:`noopener noreferrer`,className:`link`,children:[(0,M.jsx)(v,{size:14}),o(`web3.action.view`)]})]})]})]}),t&&(0,M.jsxs)(`div`,{className:`web3-key-grid`,children:[(0,M.jsx)(Y,{title:o(`web3.label.ed25519Public`),icon:(0,M.jsx)(y,{size:18}),children:(0,M.jsxs)(`div`,{className:`mono-row`,children:[(0,M.jsx)(`code`,{className:`mono`,translate:`no`,children:t.ed_public_key}),(0,M.jsx)(S,{text:t.ed_public_key})]})}),(0,M.jsx)(Y,{title:o(`web3.label.x25519Public`),icon:(0,M.jsx)(w,{size:18}),children:(0,M.jsxs)(`div`,{className:`mono-row`,children:[(0,M.jsx)(`code`,{className:`mono`,translate:`no`,children:t.public_key}),(0,M.jsx)(S,{text:t.public_key})]})}),(0,M.jsx)(Y,{title:o(`web3.label.combinedPrivate`),icon:(0,M.jsx)(se,{size:18}),accent:!0,children:(0,M.jsxs)(`div`,{className:`mono-row danger`,children:[(0,M.jsx)(`code`,{className:`mono`,translate:`no`,children:i?t.private_key:Oe(t.private_key)}),(0,M.jsx)(`button`,{className:`btn btn-icon`,onClick:a,title:o(i?`web3.action.hidePrivateKey`:`web3.action.showPrivateKey`),type:`button`,children:i?(0,M.jsx)(O,{size:14}):(0,M.jsx)(k,{size:14})})]})}),(0,M.jsx)(Y,{title:`IPNS ID`,icon:(0,M.jsx)(A,{size:18}),children:(0,M.jsxs)(`div`,{className:`mono-row`,children:[(0,M.jsx)(`code`,{className:`mono`,translate:`no`,children:n}),(0,M.jsx)(S,{text:n})]})})]})]})}function Ae({username:e,password:t,showPassword:n,generating:r,onUsernameChange:i,onPasswordChange:a,onTogglePassword:o,onGenerate:s}){let{t:c}=D();return(0,M.jsxs)(`div`,{className:`input-panel`,children:[(0,M.jsxs)(`div`,{className:`web3-tools-inputs`,children:[(0,M.jsx)(`input`,{type:`text`,placeholder:c(`login.username.placeholder`),value:e,onChange:e=>i(e.target.value),className:`input`,autoCapitalize:`off`,autoCorrect:`off`,spellCheck:`false`}),(0,M.jsxs)(`div`,{className:`input-wrap`,children:[(0,M.jsx)(`input`,{type:n?`text`:`password`,placeholder:c(`web3.login.passwordOptional`),value:t,onChange:e=>a(e.target.value),className:`input`,autoCapitalize:`off`,autoCorrect:`off`,spellCheck:`false`}),(0,M.jsx)(`button`,{className:`input-eye`,onClick:o,type:`button`,children:n?(0,M.jsx)(k,{size:16}):(0,M.jsx)(O,{size:16})})]})]}),(0,M.jsx)(`button`,{className:`btn btn-primary btn-full`,onClick:s,disabled:!e.trim()||r,type:`button`,children:r?(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(`span`,{className:`spinner`}),c(`web3.login.generating`)]}):(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(E,{size:16}),c(`web3.login.generateAndSignIn`)]})})]})}var je=e=>btoa(String.fromCharCode(...e)),Me=e=>{let t=new Uint8Array([48,5,6,3,43,101,112]),n=new Uint8Array([4,34,4,32,...e.slice(0,32)]),r=new Uint8Array([2,1,0]),i=r.length+t.length+n.length,a=new Uint8Array(2+i);a[0]=48,a[1]=i;let o=2;return a.set(r,o),o+=r.length,a.set(t,o),o+=t.length,a.set(n,o),`-----BEGIN PRIVATE KEY-----\n${je(a).match(/.{1,64}/g)?.join(`
2
+ `)}\n-----END PRIVATE KEY-----`},Ne=e=>{let t=new Uint8Array([48,5,6,3,43,101,112]),n=new Uint8Array([3,33,0,...e]),r=t.length+n.length,i=new Uint8Array(2+r);i[0]=48,i[1]=r;let a=2;return i.set(t,a),a+=t.length,i.set(n,a),`-----BEGIN PUBLIC KEY-----\n${je(i).match(/.{1,64}/g)?.join(`
3
+ `)}\n-----END PUBLIC KEY-----`},X=[`wallet`,`pem`,`export`,`EA`];function Pe(){let e=window.location.hash.replace(`#`,``);return X.includes(e)?e:`wallet`}function Fe(){let{t:e}=D(),t=te(),n=ne(e=>e.isDarkMode),a=ne(e=>e.setIsDarkMode),d=ne(e=>e.addToast),f=l(e=>e.setUserIdentity),[h,_]=(0,j.useState)(`wallet`),[v,y]=(0,j.useState)(``),[S,O]=(0,j.useState)(``),[k,ie]=(0,j.useState)(!1),[A,ae]=(0,j.useState)(null),[oe,se]=(0,j.useState)(null),[ce,le]=(0,j.useState)(``),[ue,de]=(0,j.useState)(``),[N,pe]=(0,j.useState)(``),[P,F]=(0,j.useState)(``),[he,I]=(0,j.useState)([]),[L,R]=(0,j.useState)(0),[z,B]=(0,j.useState)(!0),[V,ge]=(0,j.useState)(!0),[H,_e]=(0,j.useState)(!1),[U,W]=(0,j.useState)(!1),[G,K]=(0,j.useState)(!1),[ve,ye]=(0,j.useState)(!1),[be,q]=(0,j.useState)(!1),[xe,Se]=(0,j.useState)(!1),[Ce,we]=(0,j.useState)(``),[Te,Ee]=(0,j.useState)(``),[J,Y]=(0,j.useState)(!1),[Oe,je]=(0,j.useState)(!1),[X,Fe]=(0,j.useState)(null),[Ie,Le]=(0,j.useState)(``),[Re,ze]=(0,j.useState)(``),[Be,Ve]=(0,j.useState)(!1),[He,Ue]=(0,j.useState)(!1),[Z,We]=(0,j.useState)(null),[Ge,Ke]=(0,j.useState)(`Hello B. This is from A.`),[qe,Je]=(0,j.useState)(``),[Ye,Xe]=(0,j.useState)(``),[Ze,Qe]=(0,j.useState)(``),[$e,et]=(0,j.useState)(`Hello A. This is from B.`),[tt,nt]=(0,j.useState)(``),[rt,it]=(0,j.useState)(``),[at,ot]=(0,j.useState)(``),[st,ct]=(0,j.useState)(``),[lt,ut]=(0,j.useState)(``),[dt,ft]=(0,j.useState)(``),[pt,mt]=(0,j.useState)(``),[ht,Q]=(0,j.useState)(``),[gt,_t]=(0,j.useState)(!1),[vt,yt]=(0,j.useState)(``),[bt,xt]=(0,j.useState)(``),[St,Ct]=(0,j.useState)(``),[wt,Tt]=(0,j.useState)(``),[Et,$]=(0,j.useState)(``),[Dt,Ot]=(0,j.useState)(!1);(0,j.useEffect)(()=>{_(Pe());let e=()=>_(Pe());return window.addEventListener(`hashchange`,e),()=>window.removeEventListener(`hashchange`,e)},[]);let kt=e=>{_(e),window.location.hash=e},At=(0,j.useCallback)(async()=>{if(!v.trim())return;Se(!0),await new Promise(e=>setTimeout(e,0));let t=u(v.trim(),S),n=`${t.username}#${t.address.slice(-4).toUpperCase()}`;ae(t),f({...t,displayName:n}),d(e(`login.toast.signedIn`,{username:t.username}),`success`),F(i(t.danger));let r=c(t.danger);se(r),le(x(r.private_key,r.ed_public_key));let a=C(r.private_key,r.ed_public_key);de(Me(a.secretKey)),pe(Ne(a.publicKey)),I([]),R(0),W(!1),K(!1),ye(!1),q(!1),Se(!1)},[d,S,f,e,v]);function jt(t,n,r){let i=t.trim();if(!i)return;let a=u(i,n),o=c(a.danger);r({username:a.username,address:a.address,publicKey:o.public_key,privateKey:o.private_key}),Xe(``),Qe(``),it(``),ot(``),d(e(`web3.toast.accountGenerated`),`success`)}function Mt({senderAccount:t,recipientAccount:n,message:i,setCipherText:a,setDecryptedText:o,setError:s}){if(!t||!n){s(e(`web3.error.accountsRequired`));return}if(!i.trim()){s(e(`web3.error.messageRequired`));return}a(r(i,{senderPrivateKey:t.privateKey,recipientPublicKey:n.publicKey})),o(``),s(``)}function Nt({senderAccount:t,recipientAccount:n,cipherText:r,setDecryptedText:i,setError:a}){if(!t||!n){a(e(`web3.error.accountsRequired`));return}if(!r.trim()){a(e(`web3.error.cipherRequired`));return}let s=o(r,{senderPublicKey:t.publicKey,recipientPrivateKey:n.privateKey});if(!s){a(e(`web3.error.decryptFailed`)),i(``);return}i(s),a(``)}function Pt(){if(!st.trim()){Q(e(`web3.error.senderPublicRequired`));return}if(!lt.trim()){Q(e(`web3.error.recipientPrivateRequired`));return}if(!dt.trim()){Q(e(`web3.error.cipherRequired`));return}let t=o(dt,{senderPublicKey:st.trim(),recipientPrivateKey:lt.trim()});if(!t){Q(e(`web3.error.decryptFailed`)),mt(``);return}mt(t),Q(``)}function Ft(){if(!vt.trim()){$(e(`web3.error.senderPrivateRequired`));return}if(!bt.trim()){$(e(`web3.error.recipientPublicRequired`));return}if(!St.trim()){$(e(`web3.error.messageRequired`));return}Tt(r(St,{senderPrivateKey:vt.trim(),recipientPublicKey:bt.trim()})),$(``)}let It=()=>{if(!P)return;let e=[];for(let t=L;t<L+10;t++){let n=`m/44'/60'/0'/0/${t}`,r=s.fromPhrase(P,void 0,n);e.push({index:t,address:r.address,privateKey:r.privateKey})}I(t=>[...t,...e]),R(e=>e+10)},Lt=re(A?.address||void 0),Rt=h===`wallet`?`web3.view.wallet`:h===`pem`?`web3.view.pem`:h===`EA`?`web3.view.asymmetric`:`web3.view.export`,zt=[{id:`wallet`,icon:(0,M.jsx)(b,{size:16}),labelKey:`web3.view.wallet`},{id:`pem`,icon:(0,M.jsx)(g,{size:16}),labelKey:`web3.view.pem`},{id:`export`,icon:(0,M.jsx)(E,{size:16}),labelKey:`web3.view.export`},{id:`EA`,icon:(0,M.jsx)(w,{size:16}),labelKey:`web3.view.asymmetric`}],Bt=h!==`EA`;return(0,M.jsx)(T,{sidebar:({closeSidebar:n})=>(0,M.jsxs)(M.Fragment,{children:[(0,M.jsxs)(`button`,{type:`button`,className:`sidebar-header sidebar-header-link`,onClick:t,children:[(0,M.jsx)(ee,{size:18}),(0,M.jsx)(`h1`,{children:`MOST PEOPLE`})]}),(0,M.jsx)(`nav`,{className:`sidebar-nav`,children:zt.map(t=>(0,M.jsxs)(`button`,{onClick:()=>{kt(t.id),n()},className:`sidebar-nav-btn ${h===t.id?`active`:``}`,children:[t.icon,(0,M.jsx)(`span`,{children:e(t.labelKey)})]},t.id))})]}),headerTitle:(0,M.jsx)(`h2`,{className:`header-title`,children:e(Rt)}),headerRight:(0,M.jsx)(`button`,{className:`btn btn-icon`,onClick:()=>a(!n),title:e(`common.theme.toggle`),children:n?(0,M.jsx)(p,{size:16}):(0,M.jsx)(m,{size:16})}),children:(0,M.jsx)(`div`,{className:`web3-page`,children:(0,M.jsxs)(`div`,{className:`web3-container ${h===`EA`?`wide`:``}`,children:[Bt&&(0,M.jsx)(Ae,{username:v,password:S,showPassword:k,generating:xe,onUsernameChange:y,onPasswordChange:O,onTogglePassword:()=>ie(!k),onGenerate:At}),h===`wallet`&&(0,M.jsx)(ke,{walletResult:A,keys:oe,ipns:ce,avatarSrc:Lt,showPrivateKey:be,onTogglePrivateKey:()=>q(!be)}),h===`pem`&&(0,M.jsx)(me,{walletResult:A,publicPem:N,privatePem:ue}),h===`export`&&(0,M.jsx)(De,{walletResult:A,mnemonicPhrase:P,deriveBatch:10,deriveList:he,deriveShowIndex:z,deriveShowAddress:V,deriveShowPrivateKey:H,showAddressQr:U,showMnemonicReveal:G,showMnemonicQr:ve,onToggleAddressQr:()=>W(!U),onToggleMnemonicReveal:()=>K(!G),onToggleMnemonicQr:()=>ye(!ve),onToggleDeriveIndex:()=>B(!z),onToggleDeriveAddress:()=>ge(!V),onToggleDerivePrivateKey:()=>_e(!H),onDerive:It}),h===`EA`&&(0,M.jsx)(fe,{boxAUsername:Ce,boxAPassword:Te,boxAShowPassword:J,boxAShowPrivateKey:Oe,boxAAccount:X,boxBUsername:Ie,boxBPassword:Re,boxBShowPassword:Be,boxBShowPrivateKey:He,boxBAccount:Z,boxABMessage:Ge,boxABCipherText:qe,boxABDecryptedText:Ye,boxABError:Ze,boxBAMessage:$e,boxBACipherText:tt,boxBADecryptedText:rt,boxBAError:at,boxEncryptSenderPrivateKey:vt,boxEncryptRecipientPublicKey:bt,boxEncryptMessage:St,boxEncryptCipherText:wt,boxEncryptError:Et,boxEncryptShowPrivateKey:Dt,boxDecryptSenderPublicKey:st,boxDecryptRecipientPrivateKey:lt,boxDecryptCipherText:dt,boxDecryptResult:pt,boxDecryptError:ht,boxDecryptShowPrivateKey:gt,onBoxAUsernameChange:we,onBoxAPasswordChange:Ee,onBoxAShowPasswordToggle:()=>Y(!J),onBoxAShowPrivateKeyToggle:()=>je(!Oe),onGenerateBoxA:()=>jt(Ce,Te,Fe),onBoxBUsernameChange:Le,onBoxBPasswordChange:ze,onBoxBShowPasswordToggle:()=>Ve(!Be),onBoxBShowPrivateKeyToggle:()=>Ue(!He),onGenerateBoxB:()=>jt(Ie,Re,We),onBoxABMessageChange:Ke,onBoxABCipherTextChange:Je,onEncryptBoxAB:()=>Mt({senderAccount:X,recipientAccount:Z,message:Ge,setCipherText:Je,setDecryptedText:Xe,setError:Qe}),onDecryptBoxAB:()=>Nt({senderAccount:X,recipientAccount:Z,cipherText:qe,setDecryptedText:Xe,setError:Qe}),onBoxBAMessageChange:et,onBoxBACipherTextChange:nt,onEncryptBoxBA:()=>Mt({senderAccount:Z,recipientAccount:X,message:$e,setCipherText:nt,setDecryptedText:it,setError:ot}),onDecryptBoxBA:()=>Nt({senderAccount:Z,recipientAccount:X,cipherText:tt,setDecryptedText:it,setError:ot}),onBoxEncryptSenderPrivateKeyChange:yt,onBoxEncryptRecipientPublicKeyChange:xt,onBoxEncryptMessageChange:Ct,onBoxEncryptShowPrivateKeyToggle:()=>Ot(!Dt),onEncryptOnly:Ft,onBoxDecryptSenderPublicKeyChange:ct,onBoxDecryptRecipientPrivateKeyChange:ut,onBoxDecryptCipherTextChange:ft,onBoxDecryptShowPrivateKeyToggle:()=>_t(!gt),onDecryptOnly:Pt})]})})})}var Ie=d(`/web3/`)({component:Fe});export{Ie as Route};
@@ -0,0 +1 @@
1
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{C as r,r as i,t as a,x as o,y as s}from"./userStore-C4vdYsQp.js";import{i as c}from"./LanguageToggle-Di5b88mK.js";import{t as l}from"./external-link-m8ZIQe4p.js";import{a as u,i as d,n as f,r as p}from"./mp-DvFTsIL9.js";import{t as m}from"./key-round-DIQ3Xt5F.js";import{t as h}from"./save-DR0O9ReR.js";import{t as g}from"./shield-check-BwcvTU4U.js";import{B as _,_ as v,a as y,c as b,d as x,l as S,m as C,s as w,u as T,x as E}from"./index-CrAXrmfP.js";import{t as D}from"./MarketingHeader-BOytKcCc.js";import{t as O}from"./MarketingLayout-B8m1Q7Pa.js";var k=s(`log-out`,[[`path`,{d:`m16 17 5-5-5-5`,key:`1bji2h`}],[`path`,{d:`M21 12H9`,key:`dn1m92`}],[`path`,{d:`M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4`,key:`1uf3rs`}]]),A=s(`wallet-cards`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}],[`path`,{d:`M3 9a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2`,key:`4125el`}],[`path`,{d:`M3 11h3c.8 0 1.6.3 2.1.9l1.1.9c1.6 1.6 4.1 1.6 5.7 0l1.1-.9c.5-.5 1.3-.9 2.1-.9H21`,key:`1dpki6`}]]),j=t(e(),1),M=n(),N=[{value:``,labelKey:`profile.avatar.address`},...w.map(e=>({value:S(e),labelKey:`profile.avatar.${e}`}))];function P(e){if(T(e))return!0;try{let t=new URL(e);return t.protocol===`http:`||t.protocol===`https:`}catch{return!1}}function F(){let{t:e}=_(),t=v(e=>e.addToast),n=v(e=>e.hasBackend),o=a(e=>e.identity),s=a(e=>e.openLoginModal),S=a(e=>e.setUserIdentity),w=a(e=>e.logoutUser),[T,F]=(0,j.useState)(``),[R,z]=(0,j.useState)(``),[B,V]=(0,j.useState)(``),[H,U]=(0,j.useState)(!1),W=(0,M.jsx)(D,{});(0,j.useEffect)(()=>{if(!o){F(``),z(``),V(``);return}F(o.displayName||o.username),z(x(o.avatar)||o.avatar||``),V(``)},[o]);let G=(0,j.useMemo)(()=>o?i(o.danger):null,[o]),K=(0,j.useMemo)(()=>G?f(G.private_key,G.ed_public_key):``,[G]);if(!o)return(0,M.jsx)(O,{header:W,children:(0,M.jsx)(`section`,{className:`profile-page`,children:(0,M.jsx)(`div`,{className:`profile-container narrow`,children:(0,M.jsxs)(`div`,{className:`profile-empty glass`,children:[(0,M.jsx)(`div`,{className:`profile-empty-icon`,children:(0,M.jsx)(d,{size:34})}),(0,M.jsx)(`h1`,{children:e(`profile.signedOut.title`)}),(0,M.jsx)(`p`,{children:e(`profile.signedOut.desc`)}),(0,M.jsxs)(`button`,{type:`button`,className:`btn btn-primary`,onClick:s,children:[(0,M.jsx)(d,{size:16}),e(`account.signIn`)]})]})})})});let q=x(o.avatar)||o.avatar||``,J=b(o.address,o.avatar),Y=o.address.toLowerCase(),X=R.trim().length>0;async function Z(r){if(n===!0)try{await y(r)}catch(n){t(await E(n,e(`appGlobals.syncStartFailed`)),`error`)}}function Q(n){if(!o)return;let r={...o,avatar:n||void 0,profileUpdatedAt:Date.now()};S(r),Z(r),V(``),t(e(`profile.toast.avatarUpdated`),`success`)}function $(){if(!o)return;let n=T.trim()||o.username,r={...o,displayName:n,profileUpdatedAt:Date.now()};S(r),Z(r),F(n),t(e(`profile.toast.saved`),`success`)}function ee(){let t=R.trim();if(!t){Q(void 0);return}if(!P(t)){V(e(`nav.avatarUrlInvalid`));return}Q(t)}function te(){w(),U(!1)}return(0,M.jsxs)(O,{header:W,children:[(0,M.jsx)(`section`,{className:`profile-page`,children:(0,M.jsxs)(`div`,{className:`profile-container`,children:[(0,M.jsxs)(`header`,{className:`profile-header`,children:[(0,M.jsx)(`img`,{className:`profile-avatar-large`,src:J,alt:``}),(0,M.jsxs)(`div`,{className:`profile-heading`,children:[(0,M.jsx)(`p`,{className:`profile-kicker`,children:e(`profile.kicker`)}),(0,M.jsx)(`h1`,{children:o.displayName||o.username}),(0,M.jsxs)(`div`,{className:`profile-address-line`,children:[(0,M.jsx)(`code`,{translate:`no`,children:Y}),(0,M.jsx)(p,{text:Y}),(0,M.jsxs)(`a`,{href:`https://debank.com/profile/${o.address}`,target:`_blank`,rel:`noopener noreferrer`,className:`btn btn-secondary btn-sm`,children:[(0,M.jsx)(l,{size:14}),e(`web3.action.view`)]})]})]}),(0,M.jsxs)(`button`,{type:`button`,className:`btn btn-secondary profile-logout-btn`,onClick:()=>U(!0),children:[(0,M.jsx)(k,{size:16}),e(`account.logout`)]})]}),(0,M.jsxs)(`div`,{className:`profile-grid`,children:[(0,M.jsxs)(`section`,{className:`profile-panel`,children:[(0,M.jsx)(`div`,{className:`profile-panel-header`,children:(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h2`,{children:e(`profile.section.account`)}),(0,M.jsx)(`p`,{children:e(`profile.section.account.desc`)})]})}),(0,M.jsxs)(`label`,{className:`profile-field`,children:[(0,M.jsx)(`span`,{children:e(`profile.label.displayName`)}),(0,M.jsxs)(`div`,{className:`profile-field-row`,children:[(0,M.jsx)(`input`,{className:`input`,value:T,onChange:e=>F(e.target.value),placeholder:e(`nav.displayNamePlaceholder`)}),(0,M.jsxs)(`button`,{type:`button`,className:`btn btn-primary`,onClick:$,children:[(0,M.jsx)(h,{size:16}),e(`profile.action.save`)]})]})]}),(0,M.jsxs)(`div`,{className:`profile-facts`,children:[(0,M.jsx)(I,{label:e(`profile.label.username`),value:o.username}),(0,M.jsx)(I,{label:e(`web3.label.address`),value:o.address,copy:!0})]})]}),(0,M.jsxs)(`section`,{className:`profile-panel`,children:[(0,M.jsx)(`div`,{className:`profile-panel-header`,children:(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h2`,{children:e(`profile.section.avatar`)}),(0,M.jsx)(`p`,{children:e(`profile.section.avatar.desc`)})]})}),(0,M.jsx)(`div`,{className:`profile-avatar-grid`,role:`list`,children:N.map(t=>{let n=q===t.value;return(0,M.jsxs)(`button`,{type:`button`,className:[`profile-avatar-option`,n?`selected`:``].filter(Boolean).join(` `),onClick:()=>Q(t.value),"aria-pressed":n,title:e(t.labelKey),children:[(0,M.jsx)(`img`,{src:b(o.address,t.value),alt:``,"aria-hidden":`true`}),(0,M.jsx)(`span`,{children:e(t.labelKey)}),n&&(0,M.jsx)(`span`,{className:`profile-avatar-check`,children:(0,M.jsx)(c,{size:14})})]},t.value||`address`)})}),(0,M.jsxs)(`div`,{className:`profile-avatar-url`,children:[(0,M.jsxs)(`label`,{className:`profile-field`,htmlFor:`profile-avatar-url`,children:[(0,M.jsx)(`span`,{children:e(`profile.label.customAvatar`)}),(0,M.jsxs)(`div`,{className:`profile-field-row`,children:[(0,M.jsx)(`input`,{id:`profile-avatar-url`,className:`input`,value:R,onChange:e=>{z(e.target.value),V(``)},placeholder:e(`nav.avatarUrlPlaceholder`)}),(0,M.jsxs)(`button`,{type:`button`,className:`btn btn-secondary`,onClick:ee,disabled:!X,children:[(0,M.jsx)(h,{size:16}),e(`profile.action.save`)]})]})]}),B&&(0,M.jsx)(`p`,{className:`profile-error`,children:B})]})]})]}),(0,M.jsxs)(`section`,{className:`profile-panel profile-identity-panel`,children:[(0,M.jsxs)(`div`,{className:`profile-panel-header`,children:[(0,M.jsxs)(`div`,{children:[(0,M.jsx)(`h2`,{children:e(`profile.section.identity`)}),(0,M.jsx)(`p`,{children:e(`profile.section.identity.desc`)})]}),(0,M.jsxs)(r,{to:`/web3/`,hash:`wallet`,className:`btn btn-secondary`,children:[(0,M.jsx)(A,{size:16}),e(`profile.action.openWallet`)]})]}),(0,M.jsxs)(`div`,{className:`profile-key-grid`,children:[G&&(0,M.jsxs)(M.Fragment,{children:[(0,M.jsx)(L,{title:e(`web3.label.ed25519Public`),icon:(0,M.jsx)(u,{size:18}),value:G.ed_public_key}),(0,M.jsx)(L,{title:e(`web3.label.x25519Public`),icon:(0,M.jsx)(m,{size:18}),value:G.public_key})]}),(0,M.jsx)(L,{title:`IPNS ID`,icon:(0,M.jsx)(g,{size:18}),value:K||`-`})]})]})]})}),H&&(0,M.jsx)(C,{title:e(`account.logoutTitle`),message:e(`account.logoutConfirm`),confirmText:e(`account.logout`),danger:!0,onConfirm:te,onClose:()=>U(!1)})]})}function I({label:e,value:t,copy:n=!1}){return(0,M.jsxs)(`div`,{className:`profile-fact`,children:[(0,M.jsx)(`span`,{children:e}),(0,M.jsxs)(`div`,{className:`profile-fact-value`,children:[(0,M.jsx)(`code`,{translate:`no`,children:t}),n&&(0,M.jsx)(p,{text:t})]})]})}function L({title:e,icon:t,value:n}){return(0,M.jsxs)(`div`,{className:`profile-key-card`,children:[(0,M.jsxs)(`div`,{className:`profile-key-card-header`,children:[(0,M.jsx)(`span`,{className:`profile-key-card-icon`,children:t}),(0,M.jsx)(`span`,{children:e})]}),(0,M.jsxs)(`div`,{className:`mono-row`,children:[(0,M.jsx)(`code`,{className:`mono`,translate:`no`,children:n}),(0,M.jsx)(p,{text:n})]})]})}var R=o(`/profile/`)({component:F});export{R as Route};
@@ -0,0 +1,2 @@
1
+ import{n as e,o as t,r as n,t as r}from"./jsx-runtime-Bt-cYkS5.js";import{x as i,y as a}from"./userStore-C4vdYsQp.js";import{n as o,t as s}from"./triangle-alert-DP9EP7IM.js";import{t as c}from"./download-Bg-OdoxM.js";import{t as l}from"./file-text-DG1orIkZ.js";import{t as u}from"./hard-drive-BB-sllXA.js";import{t as d}from"./refresh-cw-roxAhABl.js";import{t as f}from"./save-DR0O9ReR.js";import{t as p}from"./shield-check-BwcvTU4U.js";import{t as m}from"./trash-2-CNpsqYc1.js";import{t as h}from"./wifi-DIR3g_8A.js";import{B as g,E as _,P as v,T as ee,_ as y,v as b,x}from"./index-CrAXrmfP.js";import{t as S}from"./dayjs.min-Dcc0B6Je.js";import{t as te}from"./MarketingHeader-BOytKcCc.js";import{t as C}from"./format-CR8oUWq6.js";var ne=a(`activity`,[[`path`,{d:`M22 12h-2.48a2 2 0 0 0-1.93 1.46l-2.35 8.36a.25.25 0 0 1-.48 0L9.24 2.18a.25.25 0 0 0-.48 0l-2.35 8.36A2 2 0 0 1 4.49 12H2`,key:`169zse`}]]),re=a(`clipboard`,[[`rect`,{width:`8`,height:`4`,x:`8`,y:`2`,rx:`1`,ry:`1`,key:`tgr4d6`}],[`path`,{d:`M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2`,key:`116196`}]]),w=a(`database`,[[`ellipse`,{cx:`12`,cy:`5`,rx:`9`,ry:`3`,key:`msslwz`}],[`path`,{d:`M3 5V19A9 3 0 0 0 21 19V5`,key:`1wlel7`}],[`path`,{d:`M3 12A9 3 0 0 0 21 12`,key:`mv7ke4`}]]),T=n(((e,t)=>{(function(n,r){typeof e==`object`&&t!==void 0?t.exports=r():typeof define==`function`&&define.amd?define(r):(n=typeof globalThis<`u`?globalThis:n||self).dayjs_plugin_relativeTime=r()})(e,(function(){return function(e,t,n){e||={};var r=t.prototype,i={future:`in %s`,past:`%s ago`,s:`a few seconds`,m:`a minute`,mm:`%d minutes`,h:`an hour`,hh:`%d hours`,d:`a day`,dd:`%d days`,M:`a month`,MM:`%d months`,y:`a year`,yy:`%d years`};function a(e,t,n,i){return r.fromToBase(e,t,n,i)}n.en.relativeTime=i,r.fromToBase=function(t,r,a,o,s){for(var c,l,u,d=a.$locale().relativeTime||i,f=e.thresholds||[{l:`s`,r:44,d:`second`},{l:`m`,r:89},{l:`mm`,r:44,d:`minute`},{l:`h`,r:89},{l:`hh`,r:21,d:`hour`},{l:`d`,r:35},{l:`dd`,r:25,d:`day`},{l:`M`,r:45},{l:`MM`,r:10,d:`month`},{l:`y`,r:17},{l:`yy`,d:`year`}],p=f.length,m=0;m<p;m+=1){var h=f[m];h.d&&(c=o?n(t).diff(a,h.d,!0):a.diff(t,h.d,!0));var g=(e.rounding||Math.round)(Math.abs(c));if(u=c>0,g<=h.r||!h.r){g<=1&&m>0&&(h=f[m-1]);var _=d[h.l];s&&(g=s(``+g)),l=typeof _==`string`?_.replace(`%d`,g):_(g,r,h.l,u);break}}if(r)return l;var v=u?d.future:d.past;return typeof v==`function`?v(l):v.replace(`%s`,l)},r.to=function(e,t){return a(e,t,this,!0)},r.from=function(e,t){return a(e,t,this)};var o=function(e){return e.$u?n.utc():n()};r.toNow=function(e){return this.to(o(this),e)},r.fromNow=function(e){return this.from(o(this),e)}}}))})),E=n(((e,t)=>{(function(n,r){typeof e==`object`&&t!==void 0?t.exports=r(S()):typeof define==`function`&&define.amd?define([`dayjs`],r):(n=typeof globalThis<`u`?globalThis:n||self).dayjs_locale_zh_cn=r(n.dayjs)})(e,(function(e){function t(e){return e&&typeof e==`object`&&`default`in e?e:{default:e}}var n=t(e),r={name:`zh-cn`,weekdays:`星期日_星期一_星期二_星期三_星期四_星期五_星期六`.split(`_`),weekdaysShort:`周日_周一_周二_周三_周四_周五_周六`.split(`_`),weekdaysMin:`日_一_二_三_四_五_六`.split(`_`),months:`一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月`.split(`_`),monthsShort:`1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月`.split(`_`),ordinal:function(e,t){return t===`W`?e+`周`:e+`日`},weekStart:1,yearStart:4,formats:{LT:`HH:mm`,LTS:`HH:mm:ss`,L:`YYYY/MM/DD`,LL:`YYYY年M月D日`,LLL:`YYYY年M月D日Ah点mm分`,LLLL:`YYYY年M月D日ddddAh点mm分`,l:`YYYY/M/D`,ll:`YYYY年M月D日`,lll:`YYYY年M月D日 HH:mm`,llll:`YYYY年M月D日dddd HH:mm`},relativeTime:{future:`%s内`,past:`%s前`,s:`几秒`,m:`1 分钟`,mm:`%d 分钟`,h:`1 小时`,hh:`%d 小时`,d:`1 天`,dd:`%d 天`,M:`1 个月`,MM:`%d 个月`,y:`1 年`,yy:`%d 年`},meridiem:function(e,t){var n=100*e+t;return n<600?`凌晨`:n<900?`早上`:n<1100?`上午`:n<1300?`中午`:n<1800?`下午`:`晚上`}};return n.default.locale(r,null,!0),r}))})),D=n(((e,t)=>{(function(n,r){typeof e==`object`&&t!==void 0?t.exports=r(S()):typeof define==`function`&&define.amd?define([`dayjs`],r):(n=typeof globalThis<`u`?globalThis:n||self).dayjs_locale_zh_tw=r(n.dayjs)})(e,(function(e){function t(e){return e&&typeof e==`object`&&`default`in e?e:{default:e}}var n=t(e),r={name:`zh-tw`,weekdays:`星期日_星期一_星期二_星期三_星期四_星期五_星期六`.split(`_`),weekdaysShort:`週日_週一_週二_週三_週四_週五_週六`.split(`_`),weekdaysMin:`日_一_二_三_四_五_六`.split(`_`),months:`一月_二月_三月_四月_五月_六月_七月_八月_九月_十月_十一月_十二月`.split(`_`),monthsShort:`1月_2月_3月_4月_5月_6月_7月_8月_9月_10月_11月_12月`.split(`_`),ordinal:function(e,t){return t===`W`?e+`週`:e+`日`},formats:{LT:`HH:mm`,LTS:`HH:mm:ss`,L:`YYYY/MM/DD`,LL:`YYYY年M月D日`,LLL:`YYYY年M月D日 HH:mm`,LLLL:`YYYY年M月D日dddd HH:mm`,l:`YYYY/M/D`,ll:`YYYY年M月D日`,lll:`YYYY年M月D日 HH:mm`,llll:`YYYY年M月D日dddd HH:mm`},relativeTime:{future:`%s內`,past:`%s前`,s:`幾秒`,m:`1 分鐘`,mm:`%d 分鐘`,h:`1 小時`,hh:`%d 小時`,d:`1 天`,dd:`%d 天`,M:`1 個月`,MM:`%d 個月`,y:`1 年`,yy:`%d 年`},meridiem:function(e,t){var n=100*e+t;return n<600?`凌晨`:n<900?`早上`:n<1100?`上午`:n<1300?`中午`:n<1800?`下午`:`晚上`}};return n.default.locale(r,null,!0),r}))})),O=t(e(),1),k=t(S(),1),A=t(T(),1);E(),D();var j=r();k.default.extend(A.default);var ie=null;function ae(e,t){let n=Math.max(0,Number(e)||0),r=Math.floor(n/86400),i=Math.floor(n%86400/3600),a=Math.floor(n%3600/60);return r>0?t(`admin.uptime.daysHours`,{days:r,hours:i}):i>0?t(`admin.uptime.hoursMinutes`,{hours:i,minutes:a}):t(`admin.uptime.minutes`,{minutes:a})}function M(e){return Number.isFinite(e)?String(Math.round(e/(1024*1024*1024)*100)/100):`0`}function N(e){let t=Number(e);return!Number.isFinite(t)||t<0?0:Math.round(t*1024*1024*1024)}function oe(e){return Array.from(new Set(String(e||``).split(/[\n,]/).map(e=>e.trim()).filter(Boolean)))}function P(e,t=12,n=8){return e?e.length<=t+n+3?e:`${e.slice(0,t)}...${e.slice(-n)}`:`-`}function se(e,t){switch(e.seedStatus){case`queued`:return t(`admin.seedStatus.queued`);case`joining`:return t(`admin.seedStatus.joining`);case`active`:return t(`admin.seedStatus.active`);case`paused`:return t(`admin.seedStatus.paused`);case`error`:return e.seedError?t(`admin.seedStatus.errorWithMessage`,{message:e.seedError}):t(`admin.seedStatus.error`);default:return e.joined?t(`admin.seedStatus.active`):t(`admin.seedStatus.notJoined`)}}function F(e){return{"zh-CN":`zh-cn`,"zh-TW":`zh-tw`,en:`en`}[e]}function ce(e,t,n){if(!e)return t(`admin.time.never`);let r=(0,k.default)(e);if(!r.isValid())return t(`admin.time.never`);if(r.isAfter((0,k.default)()))return t(`admin.time.justNow`);let i=F(n);return r.locale(i).from((0,k.default)().locale(i))}var le=[{labelKey:`admin.seedHelp.active.label`,tone:`active`,descKey:`admin.seedHelp.active.desc`},{labelKey:`admin.seedHelp.pending.label`,tone:`pending`,descKey:`admin.seedHelp.pending.desc`},{labelKey:`admin.seedHelp.paused.label`,tone:`muted`,descKey:`admin.seedHelp.paused.desc`},{labelKey:`admin.seedHelp.error.label`,tone:`error`,descKey:`admin.seedHelp.error.desc`}],ue=[{value:`all`,labelKey:`admin.logFilter.all`},{value:`join`,labelKey:`admin.logFilter.join`},{value:`pull`,labelKey:`admin.logFilter.pull`},{value:`verify`,labelKey:`admin.logFilter.verify`},{value:`serve`,labelKey:`admin.logFilter.serve`},{value:`error`,labelKey:`admin.logFilter.error`}],I={join:[`join`,`joined`,`topic`],pull:[`pull`,`p2p`],verify:[`verify`,`verified`,`integrity`,`download:success`],serve:[`seed`,`seeding`,`holding`,`publish:success`,`topic:joined`],error:[`error`,`failed`,`fail`]};function L(e){let t=``;try{t=JSON.stringify(e.data||{})}catch{}return[e.level,e.event,e.message,t].map(e=>String(e||``).toLowerCase()).join(` `)}function de(e,t){let n=String(t||`all`).trim().toLowerCase();if(!n||n===`all`)return!0;let r=L(e);return n===`error`?e.level===`error`||I.error.some(e=>r.includes(e)):(I[n]||[n]).some(e=>r.includes(e))}function R(){let{t:e,locale:t,formatNumber:n,formatTime:r}=g(),i=y(e=>e.hasBackend),a=y(e=>e.addToast),[S,T]=(0,O.useState)(ie),[E,D]=(0,O.useState)([]),[k,A]=(0,O.useState)(``),[F,I]=(0,O.useState)(!1),[L,R]=(0,O.useState)(!1),[z,B]=(0,O.useState)(!1),[V,fe]=(0,O.useState)(`all`),[H,pe]=(0,O.useState)([]),[me,U]=(0,O.useState)(``),[W,G]=(0,O.useState)({dataPath:``,capacityGiB:`100`,maxFileSizeGiB:`10`,remoteInvites:``}),K=i===!0;function q(){return K?!0:(a(e(i===null?`admin.toast.backendChecking`:`admin.toast.backendDisconnected`),`warning`),!1)}let J=(0,O.useMemo)(()=>!S||S.capacity.configuredBytes<=0?0:Math.min(100,Math.round(S.capacity.usedBytes/S.capacity.configuredBytes*100)),[S]),he=(0,O.useMemo)(()=>(S?.holdings||[]).slice(0,100),[S]),Y=Math.max(0,(S?.holdings.length||0)-100),X=_(),Z=!!X&&!X.includes(`localhost`)&&!X.includes(`127.0.0.1`),Q=async()=>{if(!K)return!1;try{let e=await b.get(`/api/node/status`).json(),t=await b.get(`/api/node/config`).json();return T(e),G({dataPath:t.dataPath||e.dataPath||``,capacityGiB:M(t.capacityBytes),maxFileSizeGiB:M(t.maxFileSizeBytes),remoteInvites:(t.remoteInvites||[]).join(`
2
+ `)}),A(``),!0}catch(t){let n=await x(t,e(`admin.error.readStatus`));return A(n),a(n,`error`),!1}},ge=async()=>{q()&&await Q()&&a(e(`admin.toast.statusRefreshed`),`success`)},$=async(e=V)=>{if(K)try{let t=new URLSearchParams({limit:`80`,filter:e});D((await b.get(`/api/node/logs?${t.toString()}`).json()).logs||[])}catch{}},_e=async()=>{if(K)try{pe((await b.get(`/api/admin/users`).json()).users||[])}catch{}},ve=async()=>{if(q()){I(!0);try{await b.post(`/api/node/config`,{json:{dataPath:W.dataPath,capacityBytes:N(W.capacityGiB),maxFileSizeBytes:N(W.maxFileSizeGiB),remoteInvites:oe(W.remoteInvites)}}).json(),a(W.dataPath===(S?.dataPath||``)?e(`admin.toast.configSaved`):e(`admin.toast.configSavedRestart`),`success`),await Q(),await $()}catch(t){let n=await x(t,e(`admin.error.saveConfig`));a(n,`error`),A(n)}finally{I(!1)}}},ye=async()=>{S?.nodeId&&(await navigator.clipboard.writeText(S.nodeId),a(e(`admin.toast.nodeIdCopied`),`success`))},be=async()=>{if(q()){R(!0);try{await b.delete(`/api/node/logs`).json(),D([]),a(e(`admin.toast.logsCleared`),`success`)}catch(t){let n=await x(t,e(`admin.error.clearLogs`));a(n,`error`),A(n)}finally{R(!1)}}},xe=async()=>{if(q()){B(!0);try{let t=await b.get(`/api/node/diagnostics`).json(),n=new Blob([JSON.stringify(t,null,2)],{type:`application/json`}),r=URL.createObjectURL(n),i=document.createElement(`a`),o=new Date().toISOString().replace(/[:.]/g,`-`);i.href=r,i.download=`mostbox-diagnostics-${o}.json`,document.body.appendChild(i),i.click(),i.remove(),URL.revokeObjectURL(r),a(e(`admin.toast.diagnosticsExported`),`success`)}catch(t){let n=await x(t,e(`admin.error.exportDiagnostics`));a(n,`error`),A(n)}finally{B(!1)}}},Se=async t=>{if(q()&&window.confirm(e(`admin.confirm.clearUserData`,{address:`${t.slice(0,6)}...${t.slice(-4)}`}))){U(t);try{await b.delete(`/api/admin/users/${t}/data`).json(),a(e(`admin.toast.userDataCleared`),`success`),await _e(),await Q()}catch(t){let n=await x(t,e(`admin.error.clearUserData`));a(n,`error`),A(n)}finally{U(``)}}};return(0,O.useEffect)(()=>{if(!K||Z)return;Q(),$(),_e();let e=null,t=!1;return(async()=>{if(e=new WebSocket(await ee(`/ws`)),t){e.close();return}e.onmessage=e=>{try{let t=JSON.parse(e.data);t.event===`node:status`&&T(t.data),t.event===`node:log`&&de(t.data,V)&&D(e=>[t.data,...e].slice(0,80)),t.event===`node:logs:cleared`&&D([]),(t.event===`publish:success`||t.event===`download:success`||t.event===`network:status`)&&Q()}catch{}}})(),()=>{t=!0,e?.close()}},[K,Z,V]),(0,j.jsxs)(j.Fragment,{children:[(0,j.jsx)(te,{}),(0,j.jsxs)(`main`,{className:`admin-page`,children:[(0,j.jsxs)(`header`,{className:`admin-topbar`,children:[(0,j.jsx)(`div`,{className:`admin-title-group`,children:(0,j.jsx)(`h1`,{children:e(`admin.title`)})}),(0,j.jsxs)(`div`,{className:`admin-topbar-actions`,children:[(0,j.jsxs)(`span`,{className:`admin-status-pill ${S?.status===`online`?`online`:``}`,children:[(0,j.jsx)(ne,{size:14}),S?.status===`online`?e(`admin.status.online`):e(`admin.status.waiting`)]}),(0,j.jsxs)(`button`,{className:`btn btn-secondary`,onClick:ge,children:[(0,j.jsx)(d,{size:16}),e(`admin.action.refresh`)]})]})]}),i===!1&&(0,j.jsxs)(`section`,{className:`admin-panel admin-error`,children:[(0,j.jsx)(v,{size:20}),(0,j.jsx)(`span`,{children:e(`admin.error.localDaemonDisconnected`)})]}),Z&&(0,j.jsxs)(`section`,{className:`admin-panel admin-error`,children:[(0,j.jsx)(s,{size:18}),(0,j.jsxs)(`div`,{children:[(0,j.jsx)(`h2`,{children:e(`admin.remoteUnavailable.title`)}),(0,j.jsx)(`p`,{children:e(`admin.remoteUnavailable.desc`)})]})]}),!Z&&k&&(0,j.jsxs)(`section`,{className:`admin-panel admin-error`,children:[(0,j.jsx)(l,{size:20}),(0,j.jsx)(`span`,{children:k})]}),!Z&&(0,j.jsxs)(j.Fragment,{children:[(0,j.jsxs)(`section`,{className:`admin-overview`,children:[(0,j.jsxs)(`div`,{className:`admin-metric`,children:[(0,j.jsx)(`div`,{className:`admin-metric-icon`,children:(0,j.jsx)(p,{size:18})}),(0,j.jsxs)(`div`,{children:[(0,j.jsx)(`span`,{children:e(`admin.metric.nodeId`)}),(0,j.jsx)(`strong`,{translate:`no`,children:P(S?.nodeId||``)})]}),(0,j.jsx)(`button`,{className:`btn btn-icon admin-metric-action`,onClick:ye,"aria-label":e(`admin.action.copyNodeId`),children:(0,j.jsx)(re,{size:15})})]}),(0,j.jsxs)(`div`,{className:`admin-metric`,children:[(0,j.jsx)(`div`,{className:`admin-metric-icon`,children:(0,j.jsx)(h,{size:18})}),(0,j.jsxs)(`div`,{children:[(0,j.jsx)(`span`,{children:e(`admin.metric.connections`)}),(0,j.jsx)(`strong`,{children:S?e(`admin.metric.peers`,{count:S.network.peers}):`-`})]})]}),(0,j.jsxs)(`div`,{className:`admin-metric`,children:[(0,j.jsx)(`div`,{className:`admin-metric-icon`,children:(0,j.jsx)(u,{size:18})}),(0,j.jsxs)(`div`,{children:[(0,j.jsx)(`span`,{children:e(`admin.metric.capacity`)}),(0,j.jsxs)(`strong`,{children:[J,`%`]})]})]}),(0,j.jsxs)(`div`,{className:`admin-metric`,children:[(0,j.jsx)(`div`,{className:`admin-metric-icon`,children:(0,j.jsx)(v,{size:18})}),(0,j.jsxs)(`div`,{children:[(0,j.jsx)(`span`,{children:e(`admin.metric.uptime`)}),(0,j.jsx)(`strong`,{children:S?ae(S.uptimeSeconds,e):`-`})]})]})]}),(0,j.jsxs)(`section`,{className:`admin-grid`,children:[(0,j.jsxs)(`div`,{className:`admin-panel admin-span-2`,children:[(0,j.jsxs)(`div`,{className:`admin-panel-header`,children:[(0,j.jsx)(`div`,{children:(0,j.jsx)(`h2`,{children:e(`admin.nodeStatus.title`)})}),(0,j.jsx)(o,{size:18})]}),(0,j.jsxs)(`div`,{className:`admin-status-grid`,children:[(0,j.jsxs)(`div`,{children:[(0,j.jsx)(`span`,{children:e(`admin.nodeStatus.version`)}),(0,j.jsx)(`strong`,{translate:`no`,children:S?.version||`-`})]}),(0,j.jsxs)(`div`,{children:[(0,j.jsx)(`span`,{children:e(`admin.nodeStatus.listen`)}),(0,j.jsx)(`strong`,{translate:`no`,children:S?`${S.host}:${S.port}`:`-`})]}),(0,j.jsxs)(`div`,{children:[(0,j.jsx)(`span`,{children:e(`admin.nodeStatus.dataPath`)}),(0,j.jsx)(`strong`,{translate:`no`,children:S?.dataPath||`-`})]})]}),(0,j.jsx)(`div`,{className:`admin-address-list`,children:(S?.listen.addresses||[]).map(e=>(0,j.jsxs)(`span`,{translate:`no`,children:[e.label,`: `,e.ip,`:`,S?.port]},`${e.type}-${e.ip}`))})]}),(0,j.jsxs)(`div`,{className:`admin-panel admin-span-2`,children:[(0,j.jsxs)(`div`,{className:`admin-panel-header`,children:[(0,j.jsx)(`div`,{children:(0,j.jsx)(`h2`,{children:e(`admin.userData.title`)})}),(0,j.jsx)(w,{size:18})]}),(0,j.jsxs)(`div`,{className:`admin-table`,children:[(0,j.jsxs)(`div`,{className:`admin-table-row admin-table-head`,children:[(0,j.jsx)(`span`,{children:e(`admin.userData.user`)}),(0,j.jsx)(`span`,{children:e(`admin.userData.files`)}),(0,j.jsx)(`span`,{children:e(`admin.userData.trash`)}),(0,j.jsx)(`span`,{children:e(`admin.userData.actions`)})]}),H.map(t=>(0,j.jsxs)(`div`,{className:`admin-table-row`,children:[(0,j.jsx)(`span`,{title:t.address,translate:`no`,children:P(t.address)}),(0,j.jsx)(`span`,{children:n(t.fileCount)}),(0,j.jsx)(`span`,{children:n(t.trashCount)}),(0,j.jsx)(`span`,{children:(0,j.jsxs)(`button`,{className:`btn btn-ghost`,onClick:()=>Se(t.address),disabled:me===t.address,children:[(0,j.jsx)(m,{size:16}),e(`admin.action.clear`)]})})]},t.address)),H.length===0&&(0,j.jsx)(`div`,{className:`admin-empty-row`,children:e(`admin.userData.empty`)})]})]}),(0,j.jsxs)(`div`,{className:`admin-panel admin-span-2`,children:[(0,j.jsxs)(`div`,{className:`admin-panel-header`,children:[(0,j.jsx)(`div`,{children:(0,j.jsx)(`h2`,{children:e(`admin.settings.title`)})}),(0,j.jsx)(w,{size:18})]}),(0,j.jsxs)(`div`,{className:`admin-settings-fields`,children:[(0,j.jsxs)(`label`,{className:`admin-field admin-field-wide`,children:[(0,j.jsx)(`span`,{children:e(`admin.settings.dataPath`)}),(0,j.jsx)(`input`,{className:`input`,value:W.dataPath,onChange:e=>G(t=>({...t,dataPath:e.target.value}))})]}),(0,j.jsxs)(`label`,{className:`admin-field`,children:[(0,j.jsx)(`span`,{children:e(`admin.settings.capacityGiB`)}),(0,j.jsx)(`input`,{className:`input`,type:`number`,min:`0`,step:`1`,value:W.capacityGiB,onChange:e=>G(t=>({...t,capacityGiB:e.target.value}))})]}),(0,j.jsxs)(`label`,{className:`admin-field`,children:[(0,j.jsx)(`span`,{children:e(`admin.settings.maxFileSizeGiB`)}),(0,j.jsx)(`input`,{className:`input`,type:`number`,min:`0`,step:`1`,value:W.maxFileSizeGiB,onChange:e=>G(t=>({...t,maxFileSizeGiB:e.target.value}))})]}),(0,j.jsxs)(`label`,{className:`admin-field admin-field-wide`,children:[(0,j.jsx)(`span`,{children:e(`admin.settings.remoteInvites`)}),(0,j.jsx)(`textarea`,{className:`input admin-textarea`,value:W.remoteInvites,placeholder:e(`admin.settings.remoteInvitesPlaceholder`),onChange:e=>G(t=>({...t,remoteInvites:e.target.value}))})]})]}),(0,j.jsx)(`p`,{className:`admin-field-hint`,children:e(`admin.settings.hint`)}),(0,j.jsxs)(`button`,{className:`btn btn-primary btn-full`,onClick:ve,disabled:F,children:[(0,j.jsx)(f,{size:16}),e(`admin.action.saveConfig`)]})]}),(0,j.jsxs)(`div`,{className:`admin-panel admin-span-2`,children:[(0,j.jsxs)(`div`,{className:`admin-panel-header`,children:[(0,j.jsx)(`div`,{children:(0,j.jsx)(`h2`,{children:e(`admin.holdings.title`)})}),(0,j.jsx)(u,{size:18})]}),(0,j.jsxs)(`div`,{className:`admin-capacity-row`,children:[(0,j.jsx)(`progress`,{value:J,max:`100`}),(0,j.jsxs)(`span`,{children:[C(S?.capacity.usedBytes||0),` /`,` `,C(S?.capacity.configuredBytes||0)]})]}),(0,j.jsx)(`div`,{className:`admin-seed-help`,"aria-label":e(`admin.seedHelp.label`),children:le.map(t=>(0,j.jsxs)(`div`,{className:`admin-seed-help-item`,children:[(0,j.jsx)(`span`,{className:`admin-seed-dot ${t.tone}`}),(0,j.jsxs)(`div`,{children:[(0,j.jsx)(`strong`,{children:e(t.labelKey)}),(0,j.jsx)(`span`,{children:e(t.descKey)})]})]},t.labelKey))}),Y>0&&(0,j.jsx)(`p`,{className:`admin-table-note`,children:e(`admin.holdings.hiddenCount`,{count:n(Y)})}),(0,j.jsxs)(`div`,{className:`admin-table`,children:[(0,j.jsxs)(`div`,{className:`admin-table-row admin-table-head`,children:[(0,j.jsx)(`span`,{children:e(`admin.holdings.file`)}),(0,j.jsx)(`span`,{children:`CID`}),(0,j.jsx)(`span`,{children:e(`admin.holdings.size`)}),(0,j.jsx)(`span`,{children:`Peer`}),(0,j.jsx)(`span`,{children:e(`admin.holdings.lastServed`)}),(0,j.jsx)(`span`,{children:e(`admin.holdings.status`)})]}),he.map(n=>(0,j.jsxs)(`div`,{className:`admin-table-row`,children:[(0,j.jsx)(`span`,{translate:`no`,children:n.fileName||`-`}),(0,j.jsx)(`span`,{title:n.cid,translate:`no`,children:P(n.cid)}),(0,j.jsx)(`span`,{children:C(n.size)}),(0,j.jsx)(`span`,{children:n.peerCount??0}),(0,j.jsx)(`span`,{title:n.lastServedAt||``,children:ce(n.lastServedAt,e,t)}),(0,j.jsx)(`span`,{className:`admin-seed-pill ${n.seedStatus===`error`?`error`:n.seedStatus===`active`||n.joined?`active`:``}`,children:se(n,e)})]},n.cid)),(!S||S.holdings.length===0)&&(0,j.jsx)(`div`,{className:`admin-empty-row`,children:e(`admin.holdings.empty`)})]})]}),(0,j.jsxs)(`div`,{className:`admin-panel admin-span-2`,children:[(0,j.jsxs)(`div`,{className:`admin-panel-header`,children:[(0,j.jsx)(`div`,{children:(0,j.jsx)(`h2`,{children:e(`admin.logs.title`)})}),(0,j.jsxs)(`div`,{className:`admin-panel-actions`,children:[(0,j.jsxs)(`button`,{className:`btn btn-secondary`,onClick:xe,disabled:z,children:[(0,j.jsx)(c,{size:16}),e(`admin.action.exportDiagnostics`)]}),(0,j.jsxs)(`button`,{className:`btn btn-ghost`,onClick:be,disabled:L||E.length===0,children:[(0,j.jsx)(m,{size:16}),e(`admin.action.clearLogs`)]}),(0,j.jsx)(l,{size:18})]})]}),(0,j.jsx)(`div`,{className:`admin-log-filter`,"aria-label":e(`admin.logs.filterLabel`),children:ue.map(t=>(0,j.jsx)(`button`,{type:`button`,className:V===t.value?`active`:``,onClick:()=>{fe(t.value),$(t.value)},children:e(t.labelKey)},t.value))}),(0,j.jsxs)(`div`,{className:`admin-log-list`,children:[E.map(e=>(0,j.jsxs)(`div`,{className:`admin-log-row`,children:[(0,j.jsx)(`time`,{children:r(e.ts)}),(0,j.jsx)(`span`,{className:`admin-log-level ${e.level}`,translate:`no`,children:e.level}),(0,j.jsx)(`strong`,{translate:`no`,children:e.event}),(0,j.jsx)(`span`,{translate:`no`,children:e.message})]},e.id)),E.length===0&&(0,j.jsx)(`div`,{className:`admin-empty-row`,children:e(`admin.logs.empty`)})]})]})]})]})]})]})}var z=i(`/admin/`)({component:R});export{z as Route};
@@ -0,0 +1 @@
1
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{C as r,x as i,y as a}from"./userStore-C4vdYsQp.js";import{t as o}from"./arrow-right-RldN7Rwi.js";import{i as s}from"./LanguageToggle-Di5b88mK.js";import{t as c}from"./download-Bg-OdoxM.js";import{t as l}from"./external-link-m8ZIQe4p.js";import{t as u}from"./hard-drive-BB-sllXA.js";import{t as d}from"./message-square-DaQH7q-P.js";import{t as f}from"./notebook-pen-CqEFOHKx.js";import{t as p}from"./wallet-CozFU6yK.js";import{B as m,P as h,_ as g,g as _}from"./index-CrAXrmfP.js";import{t as v}from"./MarketingLayout-B8m1Q7Pa.js";var y=a(`arrow-up-right`,[[`path`,{d:`M7 7h10v10`,key:`1tivn9`}],[`path`,{d:`M7 17 17 7`,key:`1vkiza`}]]),b=a(`folder-open`,[[`path`,{d:`m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2`,key:`usdka0`}]]),x=a(`gamepad-2`,[[`line`,{x1:`6`,x2:`10`,y1:`11`,y2:`11`,key:`1gktln`}],[`line`,{x1:`8`,x2:`8`,y1:`9`,y2:`13`,key:`qnk9ow`}],[`line`,{x1:`15`,x2:`15.01`,y1:`12`,y2:`12`,key:`krot7o`}],[`line`,{x1:`18`,x2:`18.01`,y1:`10`,y2:`10`,key:`1lcuu1`}],[`path`,{d:`M17.32 5H6.68a4 4 0 0 0-3.978 3.59c-.006.052-.01.101-.017.152C2.604 9.416 2 14.456 2 16a3 3 0 0 0 3 3c1 0 1.5-.5 2-1l1.414-1.414A2 2 0 0 1 9.828 16h4.344a2 2 0 0 1 1.414.586L17 18c.5.5 1 1 2 1a3 3 0 0 0 3-3c0-1.545-.604-6.584-.685-7.258-.007-.05-.011-.1-.017-.151A4 4 0 0 0 17.32 5z`,key:`mfqc10`}]]),S=t(e(),1),C=n(),w=[{id:`app`,titleKey:`portal.feature.app.title`,subtitleKey:`portal.feature.app.subtitle`,icon:(0,C.jsx)(b,{size:28}),path:`/app/`,requiresBackend:!0,heroKey:`portal.feature.app.hero`,descKey:`portal.feature.app.desc`,featureKeys:[`portal.feature.app.bullet.localIdentity`,`portal.feature.app.bullet.hyperswarm`,`portal.feature.app.bullet.largeFiles`,`portal.feature.app.bullet.cid`,`portal.feature.app.bullet.seedAfterDownload`,`portal.feature.app.bullet.noCloud`,`portal.feature.app.bullet.desktop`,`portal.feature.app.bullet.openSource`],steps:[{num:`1`,titleKey:`portal.feature.app.step.download.title`,descKey:`portal.feature.app.step.download.desc`,link:`/download/`,linkTextKey:`portal.feature.app.step.download.link`,hideInDesktopClient:!0},{num:`2`,titleKey:`portal.feature.app.step.install.title`,descKey:`portal.feature.app.step.install.desc`,hideInDesktopClient:!0},{num:`3`,titleKey:`portal.feature.app.step.share.title`,descKey:`portal.feature.app.step.share.desc`}]},{id:`chat`,titleKey:`portal.feature.chat.title`,subtitleKey:`portal.feature.chat.subtitle`,icon:(0,C.jsx)(d,{size:28}),path:`/chat/`,requiresBackend:!0,heroKey:`portal.feature.chat.hero`,descKey:`portal.feature.chat.desc`,featureKeys:[`portal.feature.chat.bullet.encrypted`,`portal.feature.chat.bullet.identity`,`portal.feature.chat.bullet.sync`,`portal.feature.chat.bullet.offline`,`portal.feature.chat.bullet.noAccount`],steps:[{num:`1`,titleKey:`portal.feature.chat.step.download.title`,descKey:`portal.feature.chat.step.download.desc`,link:`/download/`,linkTextKey:`portal.feature.chat.step.download.link`,hideInDesktopClient:!0},{num:`2`,titleKey:`portal.feature.chat.step.create.title`,descKey:`portal.feature.chat.step.create.desc`},{num:`3`,titleKey:`portal.feature.chat.step.send.title`,descKey:`portal.feature.chat.step.send.desc`}]},{id:`note`,titleKey:`portal.feature.note.title`,subtitleKey:`portal.feature.note.subtitle`,icon:(0,C.jsx)(f,{size:28}),path:`/note/`,requiresBackend:!1,heroKey:`portal.feature.note.hero`,descKey:`portal.feature.note.desc`,featureKeys:[`portal.feature.note.bullet.markdown`,`portal.feature.note.bullet.privacy`,`portal.feature.note.bullet.folders`,`portal.feature.note.bullet.web3`,`portal.feature.note.bullet.backup`,`portal.feature.note.bullet.independent`],steps:[{num:`1`,titleKey:`portal.feature.note.step.account.title`,descKey:`portal.feature.note.step.account.desc`},{num:`2`,titleKey:`portal.feature.note.step.create.title`,descKey:`portal.feature.note.step.create.desc`},{num:`3`,titleKey:`portal.feature.note.step.backup.title`,descKey:`portal.feature.note.step.backup.desc`}]},{id:`gandengyan`,titleKey:`portal.feature.game.title`,subtitleKey:`portal.feature.game.subtitle`,icon:(0,C.jsx)(x,{size:28}),path:`/game/gandengyan/`,requiresBackend:!0,heroKey:`portal.feature.game.hero`,descKey:`portal.feature.game.desc`,featureKeys:[`portal.feature.game.bullet.account`,`portal.feature.game.bullet.channel`,`portal.feature.game.bullet.link`,`portal.feature.game.bullet.rules`,`portal.feature.game.bullet.maintain`],steps:[{num:`1`,titleKey:`portal.feature.game.step.login.title`,descKey:`portal.feature.game.step.login.desc`},{num:`2`,titleKey:`portal.feature.game.step.create.title`,descKey:`portal.feature.game.step.create.desc`},{num:`3`,titleKey:`portal.feature.game.step.test.title`,descKey:`portal.feature.game.step.test.desc`}]},{id:`web3`,titleKey:`portal.feature.web3.title`,subtitleKey:`portal.feature.web3.subtitle`,icon:(0,C.jsx)(p,{size:28}),path:`/web3/`,requiresBackend:!1,heroKey:`portal.feature.web3.hero`,descKey:`portal.feature.web3.desc`,featureKeys:[`portal.feature.web3.bullet.frontend`,`portal.feature.web3.bullet.keys`,`portal.feature.web3.bullet.mnemonic`,`portal.feature.web3.bullet.eth`,`portal.feature.web3.bullet.pem`,`portal.feature.web3.bullet.qr`],steps:[{num:`1`,titleKey:`portal.feature.web3.step.username.title`,descKey:`portal.feature.web3.step.username.desc`},{num:`2`,titleKey:`portal.feature.web3.step.keys.title`,descKey:`portal.feature.web3.step.keys.desc`},{num:`3`,titleKey:`portal.feature.web3.step.export.title`,descKey:`portal.feature.web3.step.export.desc`}]}];function T(){let e=g(e=>e.hasBackend),t=g(e=>e.openConnectModal),[n,i]=(0,S.useState)(`app`),{t:a}=m(),d=_(),f=w.find(e=>e.id===n)||w[0],p=a(f.titleKey),v=f.steps.filter(e=>!(d&&e.hideInDesktopClient));return(0,C.jsxs)(`div`,{className:`portal-page`,children:[(0,C.jsx)(`section`,{className:`portal-hero`,children:(0,C.jsxs)(`div`,{className:`mkt-container`,children:[(0,C.jsx)(`h1`,{className:`portal-hero-title`,children:a(`common.brand`)}),(0,C.jsx)(`p`,{className:`portal-hero-subtitle`,children:a(`portal.hero.subtitle`)})]})}),(0,C.jsx)(`section`,{className:`portal-cards-section`,children:(0,C.jsxs)(`div`,{className:`mkt-container`,children:[(0,C.jsx)(`div`,{className:`portal-cards`,children:w.map(t=>{let o=n===t.id,s=t.requiresBackend,c=s?e===!0?`connected`:e===!1?`disconnected`:`checking`:`none`,l=a(t.titleKey);return(0,C.jsxs)(`button`,{className:`portal-card ${o?`active`:``}`,onClick:()=>i(t.id),children:[(0,C.jsx)(r,{to:t.path,className:`btn btn-icon portal-card-open-btn`,onClick:e=>e.stopPropagation(),title:a(`portal.openFeature`,{title:l}),children:(0,C.jsx)(y,{size:16})}),(0,C.jsx)(`div`,{className:`portal-card-icon`,children:t.icon}),(0,C.jsx)(`div`,{className:`portal-card-title`,children:l}),(0,C.jsx)(`div`,{className:`portal-card-subtitle`,children:a(t.subtitleKey)}),s?(0,C.jsxs)(`div`,{className:`ui-badge portal-card-status ${c}`,children:[c===`checking`&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(`span`,{className:`status-dot checking`}),a(`common.status.checking`)]}),c===`connected`&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(`span`,{className:`status-dot connected`}),a(`common.status.connected`)]}),c===`disconnected`&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsx)(`span`,{className:`status-dot disconnected`}),a(`common.status.needsConnection`)]})]}):(0,C.jsxs)(`div`,{className:`ui-badge portal-card-status ready`,children:[(0,C.jsx)(`span`,{className:`status-dot ready`}),a(`common.status.ready`)]})]},t.id)})}),(0,C.jsxs)(`div`,{className:`portal-node-actions`,"aria-label":a(`portal.nodeEntry`),children:[(0,C.jsxs)(`button`,{onClick:t,className:`btn btn-secondary`,children:[(0,C.jsx)(h,{size:16}),a(`portal.webConnectNode`)]}),(0,C.jsxs)(r,{to:`/admin/`,className:`btn btn-secondary`,children:[(0,C.jsx)(u,{size:16}),a(`portal.nodeAdmin`)]})]})]})}),(0,C.jsx)(`section`,{className:`portal-marketing`,children:(0,C.jsx)(`div`,{className:`mkt-container`,children:(0,C.jsxs)(`div`,{className:`portal-marketing-inner`,children:[(0,C.jsxs)(`div`,{className:`portal-marketing-header`,children:[(0,C.jsx)(`h2`,{children:a(f.heroKey)}),(0,C.jsx)(`p`,{children:a(f.descKey)})]}),(0,C.jsx)(`div`,{className:`portal-marketing-features`,children:f.featureKeys.map(e=>(0,C.jsxs)(`div`,{className:`portal-feature-item`,children:[(0,C.jsx)(`span`,{className:`portal-feature-icon`,children:(0,C.jsx)(s,{size:14,strokeWidth:3})}),(0,C.jsx)(`span`,{children:a(e)})]},e))}),(0,C.jsx)(`div`,{className:`portal-marketing-steps`,children:v.map((e,t)=>(0,C.jsxs)(`div`,{className:`portal-step`,children:[(0,C.jsx)(`span`,{className:`portal-step-num`,children:t+1}),(0,C.jsxs)(`div`,{className:`portal-step-content`,children:[(0,C.jsx)(`strong`,{children:a(e.titleKey)}),(0,C.jsx)(`p`,{children:a(e.descKey)}),e.code&&(0,C.jsx)(`code`,{className:`portal-step-code`,translate:`no`,children:e.code}),e.link&&e.linkTextKey&&(0,C.jsx)(`p`,{className:`portal-step-link`,children:(0,C.jsxs)(r,{to:e.link,children:[a(e.linkTextKey),` `,(0,C.jsx)(l,{size:12})]})})]})]},e.num))}),(0,C.jsxs)(`div`,{className:`portal-actions`,children:[(0,C.jsxs)(r,{to:f.path,className:`btn btn-primary`,children:[a(`portal.enterFeature`,{title:p}),(0,C.jsx)(o,{size:16})]}),f.requiresBackend&&e===!1&&(0,C.jsxs)(C.Fragment,{children:[(0,C.jsxs)(`button`,{onClick:t,className:`btn btn-secondary`,children:[(0,C.jsx)(h,{size:16}),a(`portal.webConnectNode`)]}),!d&&(0,C.jsxs)(r,{to:`/download/`,className:`btn btn-secondary`,children:[(0,C.jsx)(c,{size:16}),a(`nav.downloadClient`)]})]})]})]})})})]})}function E(){return(0,C.jsx)(v,{children:(0,C.jsx)(T,{})})}var D=i(`/`)({component:E});export{D as Route};
@@ -0,0 +1 @@
1
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{x as r,y as i}from"./userStore-C4vdYsQp.js";import{t as a}from"./cloud-DHoTMeZY.js";import{t as o}from"./message-square-DaQH7q-P.js";import{t as s}from"./music-DaFvU2DL.js";import{t as c}from"./play-B7q6F75-.js";import{t as l}from"./search-ncblG-zw.js";import{t as u}from"./send-m1XCcuPn.js";import{t as d}from"./wifi-DIR3g_8A.js";import{B as f}from"./index-CrAXrmfP.js";import{t as p}from"./MarketingLayout-B8m1Q7Pa.js";var m=i(`at-sign`,[[`circle`,{cx:`12`,cy:`12`,r:`4`,key:`4exip2`}],[`path`,{d:`M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8`,key:`7n84p3`}]]),h=i(`book-open`,[[`path`,{d:`M12 7v14`,key:`1akyts`}],[`path`,{d:`M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z`,key:`ruj8y`}]]),g=i(`bot`,[[`path`,{d:`M12 8V4H8`,key:`hb8ula`}],[`rect`,{width:`16`,height:`12`,x:`4`,y:`8`,rx:`2`,key:`enze0r`}],[`path`,{d:`M2 14h2`,key:`vft8re`}],[`path`,{d:`M20 14h2`,key:`4cs60a`}],[`path`,{d:`M15 13v2`,key:`1xurst`}],[`path`,{d:`M9 13v2`,key:`rq6x2g`}]]),_=i(`camera`,[[`path`,{d:`M13.997 4a2 2 0 0 1 1.76 1.05l.486.9A2 2 0 0 0 18.003 7H20a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h1.997a2 2 0 0 0 1.759-1.048l.489-.904A2 2 0 0 1 10.004 4z`,key:`18u6gg`}],[`circle`,{cx:`12`,cy:`13`,r:`3`,key:`1vg3eu`}]]),v=i(`messages-square`,[[`path`,{d:`M16 10a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 14.286V4a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z`,key:`1n2ejm`}],[`path`,{d:`M20 9a2 2 0 0 1 2 2v10.286a.71.71 0 0 1-1.212.502l-2.202-2.202A2 2 0 0 0 17.172 19H10a2 2 0 0 1-2-2v-1`,key:`1qfcsi`}]]),y=i(`package`,[[`path`,{d:`M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z`,key:`1a0edw`}],[`path`,{d:`M12 22V12`,key:`d0xqtd`}],[`polyline`,{points:`3.29 7 12 12 20.71 7`,key:`ousv84`}],[`path`,{d:`m7.5 4.27 9 5.15`,key:`1c824w`}]]),b=i(`rotate-cw`,[[`path`,{d:`M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8`,key:`1p45f6`}],[`path`,{d:`M21 3v5h-5`,key:`1q7to0`}]]),x=i(`smartphone`,[[`rect`,{width:`14`,height:`20`,x:`5`,y:`2`,rx:`2`,ry:`2`,key:`1yt0o3`}],[`path`,{d:`M12 18h.01`,key:`mhygvu`}]]),ee=i(`terminal`,[[`path`,{d:`M12 19h8`,key:`baeox8`}],[`path`,{d:`m4 17 6-6-6-6`,key:`1yngyt`}]]),te=i(`triangle`,[[`path`,{d:`M13.73 4a2 2 0 0 0-3.46 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z`,key:`14u9p9`}]]),S=t(e(),1);function ne(e,t){let n=e.icons,r=e.aliases||Object.create(null),i=Object.create(null);function a(e){if(n[e])return i[e]=[];if(!(e in i)){i[e]=null;let t=r[e]&&r[e].parent,n=t&&a(t);n&&(i[e]=[t].concat(n))}return i[e]}return Object.keys(n).concat(Object.keys(r)).forEach(a),i}var re=Object.freeze({left:0,top:0,width:16,height:16}),C=Object.freeze({rotate:0,vFlip:!1,hFlip:!1}),w=Object.freeze({...re,...C}),T=Object.freeze({...w,body:``,hidden:!1});function ie(e,t){let n={};!e.hFlip!=!t.hFlip&&(n.hFlip=!0),!e.vFlip!=!t.vFlip&&(n.vFlip=!0);let r=((e.rotate||0)+(t.rotate||0))%4;return r&&(n.rotate=r),n}function E(e,t){let n=ie(e,t);for(let r in T)r in C?r in e&&!(r in n)&&(n[r]=C[r]):r in t?n[r]=t[r]:r in e&&(n[r]=e[r]);return n}function ae(e,t,n){let r=e.icons,i=e.aliases||Object.create(null),a={};function o(e){a=E(r[e]||i[e],a)}return o(t),n.forEach(o),E(e,a)}function D(e,t){let n=[];if(typeof e!=`object`||typeof e.icons!=`object`)return n;e.not_found instanceof Array&&e.not_found.forEach(e=>{t(e,null),n.push(e)});let r=ne(e);for(let i in r){let a=r[i];a&&(t(i,ae(e,i,a)),n.push(i))}return n}var oe={provider:``,aliases:{},not_found:{},...re};function O(e,t){for(let n in t)if(n in e&&typeof e[n]!=typeof t[n])return!1;return!0}function k(e){if(typeof e!=`object`||!e)return null;let t=e;if(typeof t.prefix!=`string`||!e.icons||typeof e.icons!=`object`||!O(e,oe))return null;let n=t.icons;for(let e in n){let t=n[e];if(!e||typeof t.body!=`string`||!O(t,T))return null}let r=t.aliases||Object.create(null);for(let e in r){let t=r[e],i=t.parent;if(!e||typeof i!=`string`||!n[i]&&!r[i]||!O(t,T))return null}return t}var A=Object.create(null);function se(e,t){return{provider:e,prefix:t,icons:Object.create(null),missing:new Set}}function j(e,t){let n=A[e]||(A[e]=Object.create(null));return n[t]||(n[t]=se(e,t))}function ce(e,t){return k(t)?D(t,(t,n)=>{n?e.icons[t]=n:e.missing.add(t)}):[]}function le(e,t,n){try{if(typeof n.body==`string`)return e.icons[t]={...n},!0}catch{}return!1}var ue=/^[a-z0-9]+(-[a-z0-9]+)*$/,M=(e,t,n,r=``)=>{let i=e.split(`:`);if(e.slice(0,1)===`@`){if(i.length<2||i.length>3)return null;r=i.shift().slice(1)}if(i.length>3||!i.length)return null;if(i.length>1){let e=i.pop(),n=i.pop(),a={provider:i.length>0?i[0]:r,prefix:n,name:e};return t&&!N(a)?null:a}let a=i[0],o=a.split(`-`);if(o.length>1){let e={provider:r,prefix:o.shift(),name:o.join(`-`)};return t&&!N(e)?null:e}if(n&&r===``){let e={provider:r,prefix:``,name:a};return t&&!N(e,n)?null:e}return null},N=(e,t)=>e?!!((t&&e.prefix===``||e.prefix)&&e.name):!1,P=!1;function F(e){return typeof e==`boolean`&&(P=e),P}function I(e){let t=typeof e==`string`?M(e,!0,P):e;if(t){let e=j(t.provider,t.prefix),n=t.name;return e.icons[n]||(e.missing.has(n)?null:void 0)}}function de(e,t){let n=M(e,!0,P);if(!n)return!1;let r=j(n.provider,n.prefix);return t?le(r,n.name,t):(r.missing.add(n.name),!0)}function fe(e,t){if(typeof e!=`object`)return!1;if(typeof t!=`string`&&(t=e.provider||``),P&&!t&&!e.prefix){let t=!1;return k(e)&&(e.prefix=``,D(e,(e,n)=>{de(e,n)&&(t=!0)})),t}let n=e.prefix;return N({prefix:n,name:`a`})?!!ce(j(t,n),e):!1}var L=Object.freeze({width:null,height:null}),R=Object.freeze({...L,...C}),pe=/(-?[0-9.]*[0-9]+[0-9.]*)/g,me=/^-?[0-9.]*[0-9]+[0-9.]*$/g;function z(e,t,n){if(t===1)return e;if(n||=100,typeof e==`number`)return Math.ceil(e*t*n)/n;if(typeof e!=`string`)return e;let r=e.split(pe);if(r===null||!r.length)return e;let i=[],a=r.shift(),o=me.test(a);for(;;){if(o){let e=parseFloat(a);isNaN(e)?i.push(a):i.push(Math.ceil(e*t*n)/n)}else i.push(a);if(a=r.shift(),a===void 0)return i.join(``);o=!o}}function he(e,t=`defs`){let n=``,r=e.indexOf(`<`+t);for(;r>=0;){let i=e.indexOf(`>`,r),a=e.indexOf(`</`+t);if(i===-1||a===-1)break;let o=e.indexOf(`>`,a);if(o===-1)break;n+=e.slice(i+1,a).trim(),e=e.slice(0,r).trim()+e.slice(o+1)}return{defs:n,content:e}}function ge(e,t){return e?`<defs>`+e+`</defs>`+t:t}function _e(e,t,n){let r=he(e);return ge(r.defs,t+r.content+n)}var ve=e=>e===`unset`||e===`undefined`||e===`none`;function ye(e,t){let n={...w,...e},r={...R,...t},i={left:n.left,top:n.top,width:n.width,height:n.height},a=n.body;[n,r].forEach(e=>{let t=[],n=e.hFlip,r=e.vFlip,o=e.rotate;n?r?o+=2:(t.push(`translate(`+(i.width+i.left).toString()+` `+(0-i.top).toString()+`)`),t.push(`scale(-1 1)`),i.top=i.left=0):r&&(t.push(`translate(`+(0-i.left).toString()+` `+(i.height+i.top).toString()+`)`),t.push(`scale(1 -1)`),i.top=i.left=0);let s;switch(o<0&&(o-=Math.floor(o/4)*4),o%=4,o){case 1:s=i.height/2+i.top,t.unshift(`rotate(90 `+s.toString()+` `+s.toString()+`)`);break;case 2:t.unshift(`rotate(180 `+(i.width/2+i.left).toString()+` `+(i.height/2+i.top).toString()+`)`);break;case 3:s=i.width/2+i.left,t.unshift(`rotate(-90 `+s.toString()+` `+s.toString()+`)`);break}o%2==1&&(i.left!==i.top&&(s=i.left,i.left=i.top,i.top=s),i.width!==i.height&&(s=i.width,i.width=i.height,i.height=s)),t.length&&(a=_e(a,`<g transform="`+t.join(` `)+`">`,`</g>`))});let o=r.width,s=r.height,c=i.width,l=i.height,u,d;o===null?(d=s===null?`1em`:s===`auto`?l:s,u=z(d,c/l)):(u=o===`auto`?c:o,d=s===null?z(u,l/c):s===`auto`?l:s);let f={},p=(e,t)=>{ve(t)||(f[e]=t.toString())};p(`width`,u),p(`height`,d);let m=[i.left,i.top,c,l];return f.viewBox=m.join(` `),{attributes:f,viewBox:m,body:a}}var be=/\sid="(\S+)"/g,xe=`IconifyId`+Date.now().toString(16)+(Math.random()*16777216|0).toString(16),Se=0;function Ce(e,t=xe){let n=[],r;for(;r=be.exec(e);)n.push(r[1]);if(!n.length)return e;let i=`suffix`+(Math.random()*16777216|Date.now()).toString(16);return n.forEach(n=>{let r=typeof t==`function`?t(n):t+(Se++).toString(),a=n.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`);e=e.replace(RegExp(`([#;"])(`+a+`)([")]|\\.[a-z])`,`g`),`$1`+r+i+`$3`)}),e=e.replace(new RegExp(i,`g`),``),e}var B=Object.create(null);function we(e,t){B[e]=t}function V(e){return B[e]||B[``]}function H(e){let t;if(typeof e.resources==`string`)t=[e.resources];else if(t=e.resources,!(t instanceof Array)||!t.length)return null;return{resources:t,path:e.path||`/`,maxURL:e.maxURL||500,rotate:e.rotate||750,timeout:e.timeout||5e3,random:e.random===!0,index:e.index||0,dataAfterTimeout:e.dataAfterTimeout!==!1}}for(var U=Object.create(null),W=[`https://api.simplesvg.com`,`https://api.unisvg.com`],G=[];W.length>0;)W.length===1||Math.random()>.5?G.push(W.shift()):G.push(W.pop());U[``]=H({resources:[`https://api.iconify.design`].concat(G)});function Te(e,t){let n=H(t);return n===null?!1:(U[e]=n,!0)}function K(e){return U[e]}var q=(()=>{let e;try{if(e=fetch,typeof e==`function`)return e}catch{}})();function Ee(e,t){let n=K(e);if(!n)return 0;let r;if(!n.maxURL)r=0;else{let e=0;n.resources.forEach(t=>{e=Math.max(e,t.length)});let i=t+`.json?icons=`;r=n.maxURL-e-n.path.length-i.length}return r}function De(e){return e===404}var Oe=(e,t,n)=>{let r=[],i=Ee(e,t),a=`icons`,o={type:a,provider:e,prefix:t,icons:[]},s=0;return n.forEach((n,c)=>{s+=n.length+1,s>=i&&c>0&&(r.push(o),o={type:a,provider:e,prefix:t,icons:[]},s=n.length),o.icons.push(n)}),r.push(o),r};function ke(e){if(typeof e==`string`){let t=K(e);if(t)return t.path}return`/`}var Ae={prepare:Oe,send:(e,t,n)=>{if(!q){n(`abort`,424);return}let r=ke(t.provider);switch(t.type){case`icons`:{let e=t.prefix,n=t.icons.join(`,`),i=new URLSearchParams({icons:n});r+=e+`.json?`+i.toString();break}case`custom`:{let e=t.uri;r+=e.slice(0,1)===`/`?e.slice(1):e;break}default:n(`abort`,400);return}let i=503;q(e+r).then(e=>{let t=e.status;if(t!==200){setTimeout(()=>{n(De(t)?`abort`:`next`,t)});return}return i=501,e.json()}).then(e=>{if(typeof e!=`object`||!e){setTimeout(()=>{e===404?n(`abort`,e):n(`next`,i)});return}setTimeout(()=>{n(`success`,e)})}).catch(()=>{n(`next`,i)})}};function je(e,t){e.forEach(e=>{let n=e.loaderCallbacks;n&&(e.loaderCallbacks=n.filter(e=>e.id!==t))})}function Me(e){e.pendingCallbacksFlag||(e.pendingCallbacksFlag=!0,setTimeout(()=>{e.pendingCallbacksFlag=!1;let t=e.loaderCallbacks?e.loaderCallbacks.slice(0):[];if(!t.length)return;let n=!1,r=e.provider,i=e.prefix;t.forEach(t=>{let a=t.icons,o=a.pending.length;a.pending=a.pending.filter(t=>{if(t.prefix!==i)return!0;let o=t.name;if(e.icons[o])a.loaded.push({provider:r,prefix:i,name:o});else if(e.missing.has(o))a.missing.push({provider:r,prefix:i,name:o});else return n=!0,!0;return!1}),a.pending.length!==o&&(n||je([e],t.id),t.callback(a.loaded.slice(0),a.missing.slice(0),a.pending.slice(0),t.abort))})}))}var Ne=0;function Pe(e,t,n){let r=Ne++,i=je.bind(null,n,r);if(!t.pending.length)return i;let a={id:r,icons:t,callback:e,abort:i};return n.forEach(e=>{(e.loaderCallbacks||=[]).push(a)}),i}function Fe(e){let t={loaded:[],missing:[],pending:[]},n=Object.create(null);e.sort((e,t)=>e.provider===t.provider?e.prefix===t.prefix?e.name.localeCompare(t.name):e.prefix.localeCompare(t.prefix):e.provider.localeCompare(t.provider));let r={provider:``,prefix:``,name:``};return e.forEach(e=>{if(r.name===e.name&&r.prefix===e.prefix&&r.provider===e.provider)return;r=e;let i=e.provider,a=e.prefix,o=e.name,s=n[i]||(n[i]=Object.create(null)),c=s[a]||(s[a]=j(i,a)),l;l=o in c.icons?t.loaded:a===``||c.missing.has(o)?t.missing:t.pending;let u={provider:i,prefix:a,name:o};l.push(u)}),t}function Ie(e,t=!0,n=!1){let r=[];return e.forEach(e=>{let i=typeof e==`string`?M(e,t,n):e;i&&r.push(i)}),r}var Le={resources:[],index:0,timeout:2e3,rotate:750,random:!1,dataAfterTimeout:!1};function Re(e,t,n,r){let i=e.resources.length,a=e.random?Math.floor(Math.random()*i):e.index,o;if(e.random){let t=e.resources.slice(0);for(o=[];t.length>1;){let e=Math.floor(Math.random()*t.length);o.push(t[e]),t=t.slice(0,e).concat(t.slice(e+1))}o=o.concat(t)}else o=e.resources.slice(a).concat(e.resources.slice(0,a));let s=Date.now(),c=`pending`,l=0,u,d=null,f=[],p=[];typeof r==`function`&&p.push(r);function m(){d&&=(clearTimeout(d),null)}function h(){c===`pending`&&(c=`aborted`),m(),f.forEach(e=>{e.status===`pending`&&(e.status=`aborted`)}),f=[]}function g(e,t){t&&(p=[]),typeof e==`function`&&p.push(e)}function _(){return{startTime:s,payload:t,status:c,queriesSent:l,queriesPending:f.length,subscribe:g,abort:h}}function v(){c=`failed`,p.forEach(e=>{e(void 0,u)})}function y(){f.forEach(e=>{e.status===`pending`&&(e.status=`aborted`)}),f=[]}function b(t,n,r){let i=n!==`success`;switch(f=f.filter(e=>e!==t),c){case`pending`:break;case`failed`:if(i||!e.dataAfterTimeout)return;break;default:return}if(n===`abort`){u=r,v();return}if(i){u=r,f.length||(o.length?x():v());return}if(m(),y(),!e.random){let n=e.resources.indexOf(t.resource);n!==-1&&n!==e.index&&(e.index=n)}c=`completed`,p.forEach(e=>{e(r)})}function x(){if(c!==`pending`)return;m();let r=o.shift();if(r===void 0){if(f.length){d=setTimeout(()=>{m(),c===`pending`&&(y(),v())},e.timeout);return}v();return}let i={status:`pending`,resource:r,callback:(e,t)=>{b(i,e,t)}};f.push(i),l++,d=setTimeout(x,e.rotate),n(r,t,i.callback)}return setTimeout(x),_}function ze(e){let t={...Le,...e},n=[];function r(){n=n.filter(e=>e().status===`pending`)}function i(e,i,a){let o=Re(t,e,i,(e,t)=>{r(),a&&a(e,t)});return n.push(o),o}function a(e){return n.find(t=>e(t))||null}return{query:i,find:a,setIndex:e=>{t.index=e},getIndex:()=>t.index,cleanup:r}}function Be(){}var J=Object.create(null);function Ve(e){if(!J[e]){let t=K(e);if(!t)return;J[e]={config:t,redundancy:ze(t)}}return J[e]}function He(e,t,n){let r,i;if(typeof e==`string`){let t=V(e);if(!t)return n(void 0,424),Be;i=t.send;let a=Ve(e);a&&(r=a.redundancy)}else{let t=H(e);if(t){r=ze(t);let n=V(e.resources?e.resources[0]:``);n&&(i=n.send)}}return!r||!i?(n(void 0,424),Be):r.query(t,i,n)().abort}function Ue(){}function We(e){e.iconsLoaderFlag||(e.iconsLoaderFlag=!0,setTimeout(()=>{e.iconsLoaderFlag=!1,Me(e)}))}function Ge(e){let t=[],n=[];return e.forEach(e=>{(e.match(ue)?t:n).push(e)}),{valid:t,invalid:n}}function Y(e,t,n){function r(){let n=e.pendingIcons;t.forEach(t=>{n&&n.delete(t),e.icons[t]||e.missing.add(t)})}if(n&&typeof n==`object`)try{if(!ce(e,n).length){r();return}}catch(e){console.error(e)}r(),We(e)}function Ke(e,t){e instanceof Promise?e.then(e=>{t(e)}).catch(()=>{t(null)}):t(e)}function qe(e,t){e.iconsToLoad?e.iconsToLoad=e.iconsToLoad.concat(t).sort():e.iconsToLoad=t,e.iconsQueueFlag||(e.iconsQueueFlag=!0,setTimeout(()=>{e.iconsQueueFlag=!1;let{provider:t,prefix:n}=e,r=e.iconsToLoad;if(delete e.iconsToLoad,!r||!r.length)return;let i=e.loadIcon;if(e.loadIcons&&(r.length>1||!i)){Ke(e.loadIcons(r,n,t),t=>{Y(e,r,t)});return}if(i){r.forEach(r=>{Ke(i(r,n,t),t=>{Y(e,[r],t?{prefix:n,icons:{[r]:t}}:null)})});return}let{valid:a,invalid:o}=Ge(r);if(o.length&&Y(e,o,null),!a.length)return;let s=n.match(ue)?V(t):null;if(!s){Y(e,a,null);return}s.prepare(t,n,a).forEach(n=>{He(t,n,t=>{Y(e,n.icons,t)})})}))}var Je=(e,t)=>{let n=Fe(Ie(e,!0,F()));if(!n.pending.length){let e=!0;return t&&setTimeout(()=>{e&&t(n.loaded,n.missing,n.pending,Ue)}),()=>{e=!1}}let r=Object.create(null),i=[],a,o;return n.pending.forEach(e=>{let{provider:t,prefix:n}=e;if(n===o&&t===a)return;a=t,o=n,i.push(j(t,n));let s=r[t]||(r[t]=Object.create(null));s[n]||(s[n]=[])}),n.pending.forEach(e=>{let{provider:t,prefix:n,name:i}=e,a=j(t,n),o=a.pendingIcons||=new Set;o.has(i)||(o.add(i),r[t][n].push(i))}),i.forEach(e=>{let t=r[e.provider][e.prefix];t.length&&qe(e,t)}),t?Pe(t,n,i):Ue};function Ye(e,t){let n={...e};for(let e in t){let r=t[e],i=typeof r;e in L?(r===null||r&&(i===`string`||i===`number`))&&(n[e]=r):i===typeof n[e]&&(n[e]=e===`rotate`?r%4:r)}return n}var Xe=/[\s,]+/;function Ze(e,t){t.split(Xe).forEach(t=>{switch(t.trim()){case`horizontal`:e.hFlip=!0;break;case`vertical`:e.vFlip=!0;break}})}function Qe(e,t=0){let n=e.replace(/^-?[0-9.]*/,``);function r(e){for(;e<0;)e+=4;return e%4}if(n===``){let t=parseInt(e);return isNaN(t)?0:r(t)}else if(n!==e){let t=0;switch(n){case`%`:t=25;break;case`deg`:t=90}if(t){let i=parseFloat(e.slice(0,e.length-n.length));return isNaN(i)?0:(i/=t,i%1==0?r(i):0)}}return t}function $e(e,t){let n=e.indexOf(`xlink:`)===-1?``:` xmlns:xlink="http://www.w3.org/1999/xlink"`;for(let e in t)n+=` `+e+`="`+t[e]+`"`;return`<svg xmlns="http://www.w3.org/2000/svg"`+n+`>`+e+`</svg>`}function et(e){return e.replace(/"/g,`'`).replace(/%/g,`%25`).replace(/#/g,`%23`).replace(/</g,`%3C`).replace(/>/g,`%3E`).replace(/\s+/g,` `)}function tt(e){return`data:image/svg+xml,`+et(e)}function nt(e){return`url("`+tt(e)+`")`}var X;function rt(){try{X=window.trustedTypes.createPolicy(`iconify`,{createHTML:e=>e})}catch{X=null}}function it(e){return X===void 0&&rt(),X?X.createHTML(e):e}var at={...R,inline:!1},ot={xmlns:`http://www.w3.org/2000/svg`,xmlnsXlink:`http://www.w3.org/1999/xlink`,"aria-hidden":!0,role:`img`},st={display:`inline-block`},Z={backgroundColor:`currentColor`},ct={backgroundColor:`transparent`},lt={Image:`var(--svg)`,Repeat:`no-repeat`,Size:`100% 100%`},ut={WebkitMask:Z,mask:Z,background:ct};for(let e in ut){let t=ut[e];for(let n in lt)t[e+n]=lt[n]}var dt={...at,inline:!0};function ft(e){return e+(e.match(/^[-0-9.]+$/)?`px`:``)}var pt=(e,t,n)=>{let r=t.inline?dt:at,i=Ye(r,t),a=t.mode||`svg`,o={},s=t.style||{},c={...a===`svg`?ot:{}};if(n){let e=M(n,!1,!0);if(e){let t=[`iconify`];for(let n of[`provider`,`prefix`])e[n]&&t.push(`iconify--`+e[n]);c.className=t.join(` `)}}for(let e in t){let n=t[e];if(n!==void 0)switch(e){case`icon`:case`style`:case`children`:case`onLoad`:case`mode`:case`ssr`:case`fallback`:break;case`_ref`:c.ref=n;break;case`className`:c[e]=(c[e]?c[e]+` `:``)+n;break;case`inline`:case`hFlip`:case`vFlip`:i[e]=n===!0||n===`true`||n===1;break;case`flip`:typeof n==`string`&&Ze(i,n);break;case`color`:o.color=n;break;case`rotate`:typeof n==`string`?i[e]=Qe(n):typeof n==`number`&&(i[e]=n);break;case`ariaHidden`:case`aria-hidden`:n!==!0&&n!==`true`&&delete c[`aria-hidden`];break;default:r[e]===void 0&&(c[e]=n)}}let l=ye(e,i),u=l.attributes;if(i.inline&&(o.verticalAlign=`-0.125em`),a===`svg`){c.style={...o,...s},Object.assign(c,u);let e=0,n=t.id;return typeof n==`string`&&(n=n.replace(/-/g,`_`)),c.dangerouslySetInnerHTML={__html:it(Ce(l.body,n?()=>n+`ID`+ e++:`iconifyReact`))},(0,S.createElement)(`svg`,c)}let{body:d,width:f,height:p}=e,m=a===`mask`||(a===`bg`?!1:d.indexOf(`currentColor`)!==-1),h=$e(d,{...u,width:f+``,height:p+``});return c.style={...o,"--svg":nt(h),width:ft(u.width),height:ft(u.height),...st,...m?Z:ct,...s},(0,S.createElement)(`span`,c)};if(F(!0),we(``,Ae),typeof document<`u`&&typeof window<`u`){let e=window;if(e.IconifyPreload!==void 0){let t=e.IconifyPreload,n=`Invalid IconifyPreload syntax.`;typeof t==`object`&&t&&(t instanceof Array?t:[t]).forEach(e=>{try{(typeof e!=`object`||!e||e instanceof Array||typeof e.icons!=`object`||typeof e.prefix!=`string`||!fe(e))&&console.error(n)}catch{console.error(n)}})}if(e.IconifyProviders!==void 0){let t=e.IconifyProviders;if(typeof t==`object`&&t)for(let e in t){let n=`IconifyProviders[`+e+`] is invalid.`;try{let r=t[e];if(typeof r!=`object`||!r||r.resources===void 0)continue;Te(e,r)||console.error(n)}catch{console.error(n)}}}}function mt(e){let[t,n]=(0,S.useState)(!!e.ssr),[r,i]=(0,S.useState)({});function a(t){if(t){let t=e.icon;if(typeof t==`object`)return{name:``,data:t};let n=I(t);if(n)return{name:t,data:n}}return{name:``}}let[o,s]=(0,S.useState)(a(!!e.ssr));function c(){let e=r.callback;e&&(e(),i({}))}function l(e){if(JSON.stringify(o)!==JSON.stringify(e))return c(),s(e),!0}function u(){var t;let n=e.icon;if(typeof n==`object`){l({name:``,data:n});return}let r=I(n);l({name:n,data:r})&&(r===void 0?i({callback:Je([n],u)}):r&&((t=e.onLoad)==null||t.call(e,n)))}(0,S.useEffect)(()=>(n(!0),c),[]),(0,S.useEffect)(()=>{t&&u()},[e.icon,t]);let{name:d,data:f}=o;return f?pt({...w,...f},e,d):e.children?e.children:e.fallback?e.fallback:(0,S.createElement)(`span`,{})}var ht=(0,S.forwardRef)((e,t)=>mt({...e,_ref:t}));(0,S.forwardRef)((e,t)=>mt({inline:!0,...e,_ref:t}));var Q=n(),$=[{name:`Google`,host:`google.com`,icon:`simple-icons:google`,fallback:(0,Q.jsx)(l,{size:20})},{name:`Cloudflare`,host:`cloudflare.com`,icon:`simple-icons:cloudflare`,fallback:(0,Q.jsx)(a,{size:20})},{name:`YouTube`,host:`youtube.com`,icon:`simple-icons:youtube`,fallback:(0,Q.jsx)(c,{size:20})},{name:`GitHub`,host:`github.com`,icon:`simple-icons:github`,fallback:(0,Q.jsx)(ee,{size:20})},{name:`ChatGPT`,host:`chatgpt.com`,icon:`simple-icons:openai`,fallback:(0,Q.jsx)(g,{size:20})},{name:`X`,host:`x.com`,icon:`simple-icons:x`,fallback:(0,Q.jsx)(m,{size:20})},{name:`Instagram`,host:`instagram.com`,icon:`simple-icons:instagram`,fallback:(0,Q.jsx)(_,{size:20})},{name:`Reddit`,host:`reddit.com`,icon:`simple-icons:reddit`,fallback:(0,Q.jsx)(o,{size:20})},{name:`Wikipedia`,host:`wikipedia.org`,icon:`simple-icons:wikipedia`,fallback:(0,Q.jsx)(h,{size:20})},{name:`Apple`,host:`apple.com`,icon:`simple-icons:apple`,fallback:(0,Q.jsx)(x,{size:20})},{name:`Telegram`,host:`telegram.org`,icon:`simple-icons:telegram`,fallback:(0,Q.jsx)(u,{size:20})},{name:`Discord`,host:`discord.com`,icon:`simple-icons:discord`,fallback:(0,Q.jsx)(v,{size:20})},{name:`TikTok`,host:`tiktok.com`,icon:`simple-icons:tiktok`,fallback:(0,Q.jsx)(s,{size:20})},{name:`npm`,host:`npmjs.com`,icon:`simple-icons:npm`,fallback:(0,Q.jsx)(y,{size:20})},{name:`Vercel`,host:`vercel.com`,icon:`simple-icons:vercel`,fallback:(0,Q.jsx)(te,{size:20})}],gt=5e3;function _t({icon:e,fallback:t}){let[n,r]=(0,S.useState)(!1);return(0,S.useEffect)(()=>{let t=new Image;t.onload=()=>r(!0),t.onerror=()=>r(!1),t.src=`https://api.iconify.design/${e.replace(`:`,`/`)}.svg`},[e]),(0,Q.jsxs)(`span`,{className:`brand-icon-wrap`,children:[(0,Q.jsx)(`span`,{className:`brand-icon-fallback ${n?`hidden`:``}`,children:t}),(0,Q.jsx)(`span`,{className:`brand-icon-real ${n?`visible`:``}`,children:(0,Q.jsx)(ht,{icon:e,width:20,height:20})})]})}function vt(){let{t:e,formatNumber:t}=f(),[n,r]=(0,S.useState)(new Map),[i,a]=(0,S.useState)(!1),o=(0,S.useRef)(new Map);(0,S.useEffect)(()=>{document.title=e(`ping.meta.title`)},[e]);let s=(0,S.useCallback)(e=>{r(t=>{let n=new Map(t);return n.set(e,{status:`pending`,latency:0}),n});let t=new AbortController;o.current.set(e,t);let n=performance.now(),i=(t,n)=>{r(r=>{let i=new Map(r);return i.set(e,{status:t,latency:n}),i})},a=setTimeout(()=>{t.abort()},gt);fetch(`https://${e}/`,{method:`HEAD`,mode:`no-cors`,cache:`no-store`,signal:t.signal}).then(()=>{clearTimeout(a),i(`ok`,Math.round(performance.now()-n))}).catch(()=>{clearTimeout(a),i(`timeout`,0)})},[]),c=(0,S.useCallback)(()=>{a(!0);let e=new Map;$.forEach(t=>{e.set(t.host,{status:`pending`,latency:0})}),r(e);let t=new Set($.map(e=>e.host));$.forEach(e=>{let n=new AbortController;o.current.set(e.host,n);let i=performance.now(),s=(n,i)=>{t.has(e.host)&&(t.delete(e.host),r(t=>{let r=new Map(t);return r.set(e.host,{status:n,latency:i}),r}),t.size===0&&a(!1))},c=setTimeout(()=>{n.abort()},gt);fetch(`https://${e.host}/`,{method:`HEAD`,mode:`no-cors`,cache:`no-store`,signal:n.signal}).then(()=>{clearTimeout(c),s(`ok`,Math.round(performance.now()-i))}).catch(()=>{clearTimeout(c),s(`timeout`,0)})})},[]);return(0,S.useEffect)(()=>(c(),()=>{o.current.forEach(e=>e.abort()),o.current.clear()}),[c]),(0,Q.jsxs)(`div`,{className:`ping-page`,children:[(0,Q.jsxs)(`div`,{className:`ping-header`,children:[(0,Q.jsxs)(`div`,{className:`ping-title-wrap`,children:[(0,Q.jsx)(d,{size:28,className:`ping-title-icon`}),(0,Q.jsxs)(`div`,{children:[(0,Q.jsx)(`h1`,{className:`ping-title`,children:e(`ping.title`)}),(0,Q.jsx)(`p`,{className:`ping-subtitle`,children:e(`ping.subtitle`)})]})]}),(0,Q.jsx)(`button`,{className:`btn btn-icon`,onClick:c,disabled:i,"aria-label":e(`ping.retryAll`),title:e(`ping.retryAll`),children:(0,Q.jsx)(b,{size:18,className:i?`ping-spin`:``})})]}),(0,Q.jsx)(`div`,{className:`ping-grid`,children:$.map(r=>{let i=n.get(r.host),a=!i||i.status===`pending`,o=i?.status===`timeout`;return(0,Q.jsxs)(`div`,{className:`ping-card ${a?`pending`:``}`,children:[(0,Q.jsxs)(`div`,{className:`ping-card-top`,children:[(0,Q.jsx)(`span`,{className:`ping-card-icon`,children:(0,Q.jsx)(_t,{icon:r.icon,fallback:r.fallback})}),(0,Q.jsx)(`a`,{href:`https://${r.host}`,target:`_blank`,rel:`noreferrer`,className:`ping-card-name`,children:r.name}),(0,Q.jsx)(`button`,{className:`ping-card-refresh`,onClick:()=>s(r.host),disabled:a,"aria-label":e(`ping.retryOne`,{name:r.name}),title:e(`ping.retry`),children:(0,Q.jsx)(b,{size:13,className:a?`ping-spin`:``})})]}),(0,Q.jsxs)(`div`,{className:`ping-card-bottom`,children:[a?(0,Q.jsx)(`span`,{className:`ping-pulse-dot`}):(0,Q.jsx)(`span`,{className:`ping-status-label ${o?`is-error`:`is-success`}`,children:e(o?`ping.unavailable`:`ping.available`)}),(0,Q.jsx)(`span`,{className:`ping-latency ${a?`is-muted`:o?`is-error`:`is-success`}`,children:a?`--`:o?e(`ping.timeout`):`${t(i.latency)} ms`})]})]},r.host)})})]})}function yt(){return(0,Q.jsx)(p,{children:(0,Q.jsx)(vt,{})})}var bt=r(`/ping/`)({component:yt});export{bt as Route};
@@ -0,0 +1 @@
1
+ import{n as e,o as t,t as n}from"./jsx-runtime-Bt-cYkS5.js";import{C as r,x as i,y as a}from"./userStore-C4vdYsQp.js";import{t as o}from"./cloud-DHoTMeZY.js";import{t as s}from"./download-Bg-OdoxM.js";import{B as c}from"./index-CrAXrmfP.js";import{t as l}from"./MarketingHeader-BOytKcCc.js";import{n as u}from"./format-CR8oUWq6.js";var d=a(`apple`,[[`path`,{d:`M12 6.528V3a1 1 0 0 1 1-1h0`,key:`11qiee`}],[`path`,{d:`M18.237 21A15 15 0 0 0 22 11a6 6 0 0 0-10-4.472A6 6 0 0 0 2 11a15.1 15.1 0 0 0 3.763 10 3 3 0 0 0 3.648.648 5.5 5.5 0 0 1 5.178 0A3 3 0 0 0 18.237 21`,key:`110c12`}]]),f=a(`code`,[[`path`,{d:`m16 18 6-6-6-6`,key:`eg8j8`}],[`path`,{d:`m8 6-6 6 6 6`,key:`ppft3o`}]]),p=a(`laptop`,[[`path`,{d:`M18 5a2 2 0 0 1 2 2v8.526a2 2 0 0 0 .212.897l1.068 2.127a1 1 0 0 1-.9 1.45H3.62a1 1 0 0 1-.9-1.45l1.068-2.127A2 2 0 0 0 4 15.526V7a2 2 0 0 1 2-2z`,key:`1pdavp`}],[`path`,{d:`M20.054 15.987H3.946`,key:`14rxg9`}]]),m=a(`monitor`,[[`rect`,{width:`20`,height:`14`,x:`2`,y:`3`,rx:`2`,key:`48i651`}],[`line`,{x1:`8`,x2:`16`,y1:`21`,y2:`21`,key:`1svkeh`}],[`line`,{x1:`12`,x2:`12`,y1:`17`,y2:`21`,key:`vw1qmm`}]]),h=t(e(),1),g=n(),_=`https://github.com/most-people/most/releases/latest`,v=`${`https://download.most.box`.replace(/\/+$/,``)}/releases/latest.json`,y=[{platform:`windows`,arch:`x64`,kind:`installer`,filename:`GitHub Releases`,githubUrl:_},{platform:`windows`,arch:`arm64`,kind:`installer`,filename:`GitHub Releases`,githubUrl:_},{platform:`macos`,arch:`x64`,kind:`installer`,filename:`GitHub Releases`,githubUrl:_},{platform:`macos`,arch:`arm64`,kind:`installer`,filename:`GitHub Releases`,githubUrl:_},{platform:`linux`,arch:`x64`,kind:`installer`,filename:`GitHub Releases`,githubUrl:_},{platform:`linux`,arch:`arm64`,kind:`installer`,filename:`GitHub Releases`,githubUrl:_}],b={windows:{name:`Windows`,ext:`.exe`,descKey:`download.platform.windows.desc`,icon:m},macos:{name:`macOS`,ext:`.dmg`,descKey:`download.platform.macos.desc`,icon:d},linux:{name:`Linux`,ext:`.AppImage`,descKey:`download.platform.linux.desc`,icon:p}};function x(e){return typeof e==`object`&&!!e}function S(e){return x(e)?[`windows`,`macos`,`linux`].includes(String(e.platform))&&[`x64`,`arm64`].includes(String(e.arch))&&e.kind===`installer`&&typeof e.filename==`string`&&typeof e.githubUrl==`string`&&(typeof e.r2Url==`string`||e.r2Url===void 0):!1}function C(e){return!x(e)||typeof e.version!=`string`||typeof e.publishedAt!=`string`||!Array.isArray(e.assets)?!1:e.assets.every(S)}function w(){return[navigator.userAgentData?.platform,navigator.platform,navigator.userAgent].filter(Boolean).join(` `).toLowerCase()}function T(){if(typeof navigator>`u`)return`windows:x64`;let e=w(),t=/arm|aarch64/.test(e)?`arm64`:`x64`;return/mac|darwin/.test(e)?`macos:${t}`:/linux/.test(e)?`linux:${t}`:`windows:${t}`}function E(){let{t:e}=c(),[t,n]=(0,h.useState)(null),[r,i]=(0,h.useState)(v?`loading`:`fallback`),[a,l]=(0,h.useState)(`windows:x64`),[d,p]=(0,h.useState)(`r2`);(0,h.useEffect)(()=>{l(T())},[]),(0,h.useEffect)(()=>{if(!v)return;let e=new AbortController;return fetch(v,{cache:`no-store`,signal:e.signal}).then(e=>{if(!e.ok)throw Error(`Manifest request failed: ${e.status}`);return e.json()}).then(e=>{if(!C(e))throw Error(`Invalid download manifest`);n(e),i(`ready`)}).catch(e=>{e instanceof DOMException&&e.name===`AbortError`||(n(null),i(`fallback`))}),()=>e.abort()},[]),(0,h.useEffect)(()=>{r===`fallback`&&p(`github`)},[r]);let m=t?.assets.length?t.assets:y,_=m.some(e=>e.r2Url),x=d===`r2`&&_?`r2`:`github`;return(0,g.jsxs)(`div`,{className:`download-options`,children:[(0,g.jsxs)(`div`,{className:`ui-segmented-control download-source-tabs`,role:`tablist`,"aria-label":e(`download.source.label`),children:[(0,g.jsxs)(`button`,{type:`button`,role:`tab`,"aria-selected":x===`r2`,disabled:!_,className:x===`r2`?`ui-segmented-option download-source-tab is-active`:`ui-segmented-option download-source-tab`,onClick:()=>p(`r2`),children:[(0,g.jsx)(o,{size:15}),`Cloudflare R2`]}),(0,g.jsxs)(`button`,{type:`button`,role:`tab`,"aria-selected":x===`github`,className:x===`github`?`ui-segmented-option download-source-tab is-active`:`ui-segmented-option download-source-tab`,onClick:()=>p(`github`),children:[(0,g.jsx)(f,{size:15}),`GitHub Releases`]})]}),(0,g.jsx)(`p`,{className:`download-source-note`,children:r===`loading`?e(`download.source.loading`):r===`ready`&&t?e(`download.source.ready`,{version:t.version}):e(`download.source.fallback`)}),(0,g.jsx)(`div`,{className:`download-platform-grid`,children:m.map(t=>{let n=b[t.platform],r=n.icon,i=`${t.platform}:${t.arch}`,o=x===`r2`&&t.r2Url?t.r2Url:t.githubUrl,c=i===a;return(0,g.jsxs)(`article`,{className:c?`download-platform-card is-recommended`:`download-platform-card`,children:[(0,g.jsx)(`div`,{className:`download-platform-icon`,children:(0,g.jsx)(r,{size:32})}),(0,g.jsxs)(`div`,{className:`download-platform-content`,children:[(0,g.jsxs)(`div`,{className:`download-platform-heading`,children:[(0,g.jsx)(`h3`,{children:n.name}),(0,g.jsx)(`span`,{children:t.arch})]}),(0,g.jsx)(`p`,{children:e(n.descKey)}),(0,g.jsxs)(`dl`,{className:`download-platform-meta`,children:[(0,g.jsxs)(`div`,{children:[(0,g.jsx)(`dt`,{children:e(`download.platform.source`)}),(0,g.jsx)(`dd`,{children:x===`r2`&&t.r2Url?e(`download.source.r2Mirror`):`GitHub Releases`})]}),t.size?(0,g.jsxs)(`div`,{children:[(0,g.jsx)(`dt`,{children:e(`download.platform.size`)}),(0,g.jsx)(`dd`,{children:u(t.size)})]}):null,t.sha256?(0,g.jsxs)(`div`,{children:[(0,g.jsx)(`dt`,{children:`SHA256`}),(0,g.jsx)(`dd`,{children:t.sha256.slice(0,12)})]}):null]}),(0,g.jsx)(`div`,{className:`download-platform-actions`,children:(0,g.jsxs)(`a`,{href:o,className:`btn btn-primary`,children:[(0,g.jsx)(s,{size:16}),e(`download.platform.action`,{ext:n.ext})]})})]}),c?(0,g.jsx)(`span`,{className:`download-recommended-badge`,children:e(`download.platform.current`)}):null]},i)})})]})}var D=[{featureKey:`download.comparison.node`,webKey:`download.comparison.webConnectsNode`,desktopKey:`download.comparison.desktopBuiltinNode`},{featureKey:`download.comparison.fileSharing`,webKey:`download.comparison.webDependsNode`,desktopKey:`download.comparison.desktopFull`},{featureKey:`download.comparison.verification`,webKey:`download.comparison.webDependsNode`,desktopKey:`download.comparison.desktopFull`},{featureKey:`download.comparison.seeding`,webKey:`download.comparison.webDependsNode`,desktopKey:`download.comparison.desktopDefaultOn`},{featureKey:`download.comparison.largeFiles`,webKey:`download.comparison.webDependsNode`,desktopKey:`download.comparison.desktop10gb`}];function O(){let{t:e}=c();return(0,h.useEffect)(()=>{document.title=e(`download.meta.title`)},[e]),(0,g.jsxs)(`div`,{className:`download-page`,children:[(0,g.jsx)(l,{}),(0,g.jsx)(`section`,{className:`download-hero`,children:(0,g.jsxs)(`div`,{className:`mkt-container`,children:[(0,g.jsx)(`div`,{className:`download-hero-icon`,children:(0,g.jsx)(s,{size:40})}),(0,g.jsx)(`h1`,{className:`download-hero-title`,children:e(`download.hero.title`)}),(0,g.jsx)(`p`,{className:`download-hero-desc`,children:e(`download.hero.desc`)})]})}),(0,g.jsx)(`section`,{className:`download-platforms`,children:(0,g.jsxs)(`div`,{className:`mkt-container`,children:[(0,g.jsx)(`h2`,{className:`download-section-title`,children:e(`download.platforms.title`)}),(0,g.jsx)(E,{})]})}),(0,g.jsx)(`section`,{className:`download-comparison`,children:(0,g.jsxs)(`div`,{className:`mkt-container`,children:[(0,g.jsx)(`h2`,{className:`download-section-title`,children:e(`download.comparison.title`)}),(0,g.jsx)(`div`,{className:`download-table-wrap`,children:(0,g.jsxs)(`table`,{className:`download-table`,children:[(0,g.jsx)(`thead`,{children:(0,g.jsxs)(`tr`,{children:[(0,g.jsx)(`th`,{children:e(`download.comparison.feature`)}),(0,g.jsx)(`th`,{children:e(`download.comparison.web`)}),(0,g.jsx)(`th`,{children:e(`download.comparison.desktop`)})]})}),(0,g.jsx)(`tbody`,{children:D.map(t=>(0,g.jsxs)(`tr`,{children:[(0,g.jsx)(`td`,{children:e(t.featureKey)}),(0,g.jsx)(`td`,{className:`col-web`,children:e(t.webKey)}),(0,g.jsx)(`td`,{className:`col-desktop`,children:e(t.desktopKey)})]},t.featureKey))})]})})]})}),(0,g.jsx)(`section`,{className:`download-cta`,children:(0,g.jsx)(`div`,{className:`mkt-container`,children:(0,g.jsx)(`p`,{className:`download-hero-desc`,children:e(`download.npmNote`)})})}),(0,g.jsx)(`section`,{className:`download-cta`,children:(0,g.jsx)(`div`,{className:`mkt-container`,children:(0,g.jsx)(r,{to:`/`,className:`btn btn-primary`,children:e(`common.backHome`)})})}),(0,g.jsx)(`footer`,{className:`mkt-footer`,children:(0,g.jsx)(`div`,{className:`mkt-container`,children:(0,g.jsx)(`div`,{className:`mkt-footer-inner`,children:(0,g.jsx)(`p`,{className:`mkt-footer-copy`,children:`MostBox`})})})})]})}var k=i(`/download/`)({component:O});export{k as Route};