@waline/client 2.11.1 → 2.11.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 (73) hide show
  1. package/LICENSE +339 -0
  2. package/dist/api.cjs +2 -0
  3. package/dist/api.cjs.map +1 -0
  4. package/dist/api.d.cts +1 -0
  5. package/dist/api.d.mts +1 -0
  6. package/dist/api.d.ts +1 -0
  7. package/dist/api.mjs +2 -0
  8. package/dist/api.mjs.map +1 -0
  9. package/dist/comment.cjs +2 -0
  10. package/dist/comment.cjs.map +1 -0
  11. package/dist/comment.d.cts +39 -0
  12. package/dist/comment.d.mts +39 -0
  13. package/dist/comment.d.ts +39 -0
  14. package/dist/comment.js +2 -0
  15. package/dist/comment.js.map +1 -0
  16. package/dist/comment.mjs +2 -0
  17. package/dist/comment.mjs.map +1 -0
  18. package/dist/component.mjs +1 -1
  19. package/dist/component.mjs.map +1 -1
  20. package/dist/legacy.umd.js +1 -1
  21. package/dist/legacy.umd.js.map +1 -1
  22. package/dist/pageview.cjs +1 -1
  23. package/dist/pageview.cjs.map +1 -1
  24. package/dist/pageview.js +1 -1
  25. package/dist/pageview.js.map +1 -1
  26. package/dist/pageview.mjs +1 -1
  27. package/dist/pageview.mjs.map +1 -1
  28. package/dist/shim.cjs +1 -1
  29. package/dist/shim.cjs.map +1 -1
  30. package/dist/shim.mjs +1 -1
  31. package/dist/shim.mjs.map +1 -1
  32. package/dist/waline-meta.css +1 -1
  33. package/dist/waline-meta.css.map +1 -1
  34. package/dist/waline.cjs +1 -1
  35. package/dist/waline.cjs.map +1 -1
  36. package/dist/waline.css +1 -1
  37. package/dist/waline.css.map +1 -1
  38. package/dist/waline.js +1 -1
  39. package/dist/waline.js.map +1 -1
  40. package/dist/waline.mjs +1 -1
  41. package/dist/waline.mjs.map +1 -1
  42. package/package.json +34 -13
  43. package/src/api/articleCounter.ts +53 -0
  44. package/src/api/comment.ts +147 -0
  45. package/src/api/commentCount.ts +30 -0
  46. package/src/api/index.ts +6 -0
  47. package/src/api/login.ts +53 -0
  48. package/src/api/pageview.ts +41 -0
  49. package/src/api/recentComment.ts +29 -0
  50. package/src/api/utils.ts +23 -0
  51. package/src/comment.ts +2 -10
  52. package/src/components/ArticleReaction.vue +18 -30
  53. package/src/components/CommentBox.vue +23 -48
  54. package/src/components/Waline.vue +9 -9
  55. package/src/composables/index.ts +3 -1
  56. package/src/composables/recaptchaV3.ts +23 -0
  57. package/src/composables/userInfo.ts +1 -12
  58. package/src/entrys/api.ts +1 -0
  59. package/src/entrys/comment.ts +2 -0
  60. package/src/init.ts +0 -11
  61. package/src/pageview.ts +2 -7
  62. package/src/styles/card.scss +1 -1
  63. package/src/styles/helpers/_svg.scss +12 -12
  64. package/src/styles/index.scss +1 -1
  65. package/src/styles/meta.scss +10 -14
  66. package/src/styles/reaction.scss +24 -18
  67. package/src/utils/config.ts +3 -3
  68. package/src/utils/index.ts +0 -1
  69. package/src/widgets/recentComments.ts +2 -1
  70. package/src/components/RecaptchaV3/IReCaptchaOptions.ts +0 -6
  71. package/src/components/RecaptchaV3/README.md +0 -3
  72. package/src/components/RecaptchaV3/RecaptchaVuePlugin.ts +0 -86
  73. package/src/utils/fetch.ts +0 -310
package/dist/shim.cjs CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("@vueuse/core"),t=require("vue"),n=require("autosize"),o=require("marked");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l=a(n);const r=["nick","mail","link"],i=e=>e.filter((e=>r.includes(e))),c=e=>new Promise(((t,n)=>{if(e.size>128e3)return n(new Error("File too large! File size limit 128KB"));const o=new FileReader;o.readAsDataURL(e),o.onload=()=>t(o.result?.toString()||""),o.onerror=n})),s=e=>!0===e?'<p class="wl-tex">Tex is not available in preview</p>':'<span class="wl-tex">Tex is not available in preview</span>',m=()=>{const e={next:""},t=({keyword:e,pos:t})=>{const n=new URLSearchParams("media_filter=minimal");return n.set("key","PAY5JLFIH6V6"),n.set("limit","20"),n.set("pos",t||""),n.set("q",e),fetch(`https://g.tenor.com/v1/search?${n.toString()}`,{headers:{"Content-Type":"application/json"}}).then((e=>e.json())).catch((()=>({next:t||"",results:[]})))};return{search:(n="")=>t({keyword:n}).then((t=>(e.next=t.next,t.results.map((e=>({title:e.title,src:e.media[0].tinygif.url})))))),more:n=>t({keyword:n,pos:e.next}).then((t=>(e.next=t.next,t.results.map((e=>({title:e.title,src:e.media[0].tinygif.url}))))))}},d=["//unpkg.com/@waline/emojis/tieba/tieba_agree.png","//unpkg.com/@waline/emojis/tieba/tieba_look_down.png","//unpkg.com/@waline/emojis/tieba/tieba_sunglasses.png","//unpkg.com/@waline/emojis/tieba/tieba_pick_nose.png","//unpkg.com/@waline/emojis/tieba/tieba_awkward.png","//unpkg.com/@waline/emojis/tieba/tieba_sleep.png"],u=new RegExp(`(${/[\u4E00-\u9FFF\u3400-\u4dbf\uf900-\ufaff\u3040-\u309f\uac00-\ud7af\u0400-\u04FF]+|\w+/.source}|${/</.source})|((?:${/(?:^|\s)\/\/(.+?)$/gm.source})|(?:${/\/\*([\S\s]*?)\*\//gm.source}))`,"gmi"),p=["23AC69","91C132","F19726","E8552D","1AAB8E","E1147F","2980C1","1BA1E6","9FA0A0","F19726","E30B20","E30B20","A3338B"],g={},h=e=>{let t=0;return e.replace(u,((e,n,o)=>{if(o)return`<span style="color: slategray">${o}</span>`;if("<"===n)return"&lt;";let a;g[n]?a=g[n]:(a=p[t],g[n]=a);const l=`<span style="color: #${a}">${n}</span>`;return t=++t%p.length,l}))},v=["nick","nickError","mail","mailError","link","optional","placeholder","sofa","submit","like","cancelLike","reply","cancelReply","comment","refresh","more","preview","emoji","uploadImage","seconds","minutes","hours","days","now","uploading","login","logout","admin","sticky","word","wordHint","anonymous","level0","level1","level2","level3","level4","level5","gif","gifSearchPlaceholder","profile","approved","waiting","spam","unsticky","oldest","latest","hottest","reactionTitle"],f=e=>Object.fromEntries(e.map(((e,t)=>[v[t],e])));var y=f(["NickName","NickName cannot be less than 3 bytes.","E-Mail","Please confirm your email address.","Website","Optional","Comment here...","No comment yet.","Submit","Like","Cancel like","Reply","Cancel reply","Comments","Refresh","Load More...","Preview","Emoji","Upload Image","seconds ago","minutes ago","hours ago","days ago","just now","Uploading","Login","logout","Admin","Sticky","Words","Please input comments between $0 and $1 words!\n Current word number: $2","Anonymous","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Search GIF","Profile","Approved","Waiting","Spam","Unsticky","Oldest","Latest","Hottest","What do you think?"]),k=f(["ニックネーム","3バイト以上のニックネームをご入力ください.","メールアドレス","メールアドレスをご確認ください.","サイト","オプション","ここにコメント","コメントしましょう~","提出する","Like","Cancel like","返信する","キャンセル","コメント","更新","さらに読み込む","プレビュー","絵文字","画像をアップロード","秒前","分前","時間前","日前","たっだ今","アップロード","ログインする","ログアウト","管理者","トップに置く","ワード","コメントは $0 から $1 ワードの間でなければなりません!\n 現在の単語番号: $2","匿名","うえにん","なかにん","しもおし","特にしもおし","かげ","なぬし","GIF","探す GIF","個人情報","承認済み","待っている","スパム","べたつかない","逆順","正順","人気順","どう思いますか?"]),w=f(["昵称","昵称不能少于3个字符","邮箱","请填写正确的邮件地址","网址","可选","欢迎评论","来发评论吧~","提交","喜欢","取消喜欢","回复","取消回复","评论","刷新","加载更多...","预览","表情","上传图片","秒前","分钟前","小时前","天前","刚刚","正在上传","登录","退出","博主","置顶","字","评论字数应在 $0 到 $1 字之间!\n当前字数:$2","匿名","潜水","冒泡","吐槽","活跃","话痨","传说","表情包","搜索表情包","个人资料","通过","待审核","垃圾","取消置顶","按倒序","按正序","按热度","你认为这篇文章怎么样?"]),C=f(["暱稱","暱稱不能少於3個字元","郵箱","請填寫正確的郵件地址","網址","可選","歡迎評論","來發評論吧~","提交","喜歡","取消喜歡","回覆","取消回覆","評論","刷新","載入更多...","預覽","表情","上傳圖片","秒前","分鐘前","小時前","天前","剛剛","正在上傳","登錄","退出","博主","置頂","字","評論字數應在 $0 到 $1 字之間!\n當前字數:$2","匿名","潛水","冒泡","吐槽","活躍","話癆","傳說","表情包","搜索表情包","個人資料","通過","待審核","垃圾","取消置頂","按倒序","按正序","按熱度","你認為這篇文章怎麼樣?"]),b=f(["Apelido","Apelido não pode ser menor que 3 bytes.","E-Mail","Por favor, confirme seu endereço de e-mail.","Website","Opcional","Comente aqui...","Nenhum comentário, ainda.","Enviar","Like","Cancel like","Responder","Cancelar resposta","Comentários","Refrescar","Carregar Mais...","Visualizar","Emoji","Enviar Imagem","segundos atrás","minutos atrás","horas atrás","dias atrás","agora mesmo","Enviando","Entrar","Sair","Admin","Sticky","Palavras","Favor enviar comentário com $0 a $1 palavras!\n Número de palavras atuais: $2","Anônimo","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Pesquisar GIF","informação pessoal","Aprovado","Espera","Spam","Unsticky","Mais velho","Mais recentes","Mais quente","O que você acha?"]),E=f(["Псевдоним","Никнейм не может быть меньше 3 байт.","Эл. адрес","Пожалуйста, подтвердите адрес вашей электронной почты.","Веб-сайт","Необязательный","Комментарий здесь...","Пока нет комментариев.","Отправить","Like","Cancel like","Отвечать","Отменить ответ","Комментарии","Обновить","Загрузи больше...","Превью","эмодзи","Загрузить изображение","секунд назад","несколько минут назад","несколько часов назад","дней назад","прямо сейчас","Загрузка","Авторизоваться","Выход из системы","Админ","Липкий","Слова","Пожалуйста, введите комментарии от $0 до $1 слов!\nНомер текущего слова: $2","Анонимный","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Поиск GIF","Персональные данные","Одобренный","Ожидающий","Спам","Нелипкий","самый старый","последний","самый горячий","Что вы думаете?"]);const B={zh:w,"zh-cn":w,"zh-CN":w,"zh-tw":C,"zh-TW":C,en:y,"en-US":y,"en-us":y,jp:k,"jp-jp":k,"jp-JP":k,"pt-br":b,"pt-BR":b,ru:E,"ru-ru":E,"ru-RU":E},L=e=>{try{e=decodeURI(e)}catch(e){}return e},V=(e="")=>e.replace(/\/$/u,""),N=e=>/^(https?:)?\/\//.test(e),S=e=>{const t=V(e);return N(t)?t:`https://${t}`},$=e=>Array.isArray(e)?e:!!e&&[0,e],I=(e,t)=>"function"==typeof e?e:!1!==e&&t,R="{--waline-white:#000;--waline-light-grey:#666;--waline-dark-grey:#999;--waline-color:#888;--waline-bgcolor:#1e1e1e;--waline-bgcolor-light:#272727;--waline-bgcolor-hover: #444;--waline-border-color:#333;--waline-disable-bgcolor:#444;--waline-disable-color:#272727;--waline-bq-color:#272727;--waline-info-bgcolor:#272727;--waline-info-color:#666}",x=(e,t)=>{let n=e.toString();for(;n.length<t;)n="0"+n;return n},j=(e,t,n)=>{if(!e)return"";const o="string"==typeof e?new Date(-1!==e.indexOf(" ")?e.replace(/-/g,"/"):e):e,a=t.getTime()-o.getTime(),l=Math.floor(a/864e5);if(0===l){const e=a%864e5,t=Math.floor(e/36e5);if(0===t){const t=e%36e5,o=Math.floor(t/6e4);if(0===o){const e=t%6e4;return`${Math.round(e/1e3)} ${n.seconds}`}return`${o} ${n.minutes}`}return`${t} ${n.hours}`}return l<0?n.now:l<8?`${l} ${n.days}`:(e=>{const t=x(e.getDate(),2),n=x(e.getMonth()+1,2);return`${x(e.getFullYear(),2)}-${n}-${t}`})(o)},A=t=>{const n=e.useStorage("WALINE_EMOJI",{}),o=Boolean(/@[0-9]+\.[0-9]+\.[0-9]+/.test(t));if(o){const e=n.value[t];if(e)return Promise.resolve(e)}return fetch(`${t}/info.json`).then((e=>e.json())).then((e=>{const a={folder:t,...e};return o&&(n.value[t]=a),a}))},z=(e,t="",n="",o="")=>`${t?`${t}/`:""}${n}${e}${o?`.${o}`:""}`,D=e=>{"AbortError"!==e.name&&console.error(e.message)},U={"Content-Type":"application/json"},M=(e,t="")=>{if("object"==typeof e&&e.errno)throw new TypeError(`Fetch ${t} failed with ${e.errno}: ${e.errmsg}`);return e},P=({serverURL:e,lang:t,token:n,objectId:o,...a})=>fetch(`${e}/comment/${o}?lang=${t}`,{method:"PUT",headers:{"Content-Type":"application/json",Authorization:`Bearer ${n}`},body:JSON.stringify(a)}).then((e=>e.json())),T=({serverURL:e,lang:t,paths:n,type:o,signal:a})=>fetch(`${e}/article?path=${encodeURIComponent(n.join(","))}&type=${encodeURIComponent(o.join(","))}&lang=${t}`,{signal:a}).then((e=>e.json())).then((e=>M(e,"article count"))),_=({serverURL:e,lang:t,path:n,type:o,action:a})=>fetch(`${e}/article?lang=${t}`,{method:"POST",headers:U,body:JSON.stringify({path:n,type:o,action:a})}).then((e=>e.json())).then((e=>M(e,"article count"))),O=e=>e instanceof HTMLElement?e:"string"==typeof e?document.querySelector(e):null,H=e=>e.type.includes("image"),F=e=>{const t=Array.from(e).find(H);return t?t.getAsFile():null},W=/\$.*?\$/,G=/^\$(.*?)\$/,q=/^(?:\s{0,3})\$\$((?:[^\n]|\n[^\n])+?)\n{0,1}\$\$/,K=(e="",t={})=>e.replace(/:(.+?):/g,((e,n)=>t[n]?`<img class="wl-emoji" src="${t[n]}" alt="${n}">`:e)),J=(e,{emojiMap:t,highlighter:n,texRenderer:a})=>{if(o.marked.setOptions({highlight:n||void 0,breaks:!0,smartLists:!0,smartypants:!0}),a){const e=(e=>[{name:"blockMath",level:"block",tokenizer(t){const n=q.exec(t);if(null!==n)return{type:"html",raw:n[0],text:e(!0,n[1])}}},{name:"inlineMath",level:"inline",start(e){const t=e.search(W);return-1!==t?t:e.length},tokenizer(t){const n=G.exec(t);if(null!==n)return{type:"html",raw:n[0],text:e(!1,n[1])}}}])(a);o.marked.use({extensions:e})}return o.marked.parse(K(e,t))},Z=e=>e.dataset.path||e.getAttribute("id");let Y=null;const Q=()=>Y||(Y=e.useStorage("WALINE_USER",{}));let X=null;const ee=()=>X||(X=e.useStorage("WALINE_LIKE",[])),te=({serverURL:e,path:t=window.location.pathname,selector:n=".waline-comment-count",lang:o="zh-CN"})=>{const a=new AbortController,l=document.querySelectorAll(n),r=Q();return l.length&&(({serverURL:e,lang:t,paths:n,signal:o,token:a})=>{const l={};return a&&(l.Authorization=`Bearer ${a}`),fetch(`${e}/comment?type=count&url=${encodeURIComponent(n.join(","))}&lang=${t}`,{signal:o,headers:l}).then((e=>e.json())).then((e=>M(e,"comment count"))).then((e=>Array.isArray(e)?e:[e]))})({serverURL:S(e),paths:Array.from(l).map((e=>L(e.dataset.path||e.getAttribute("id")||t))),lang:o,signal:a.signal,token:r.value?.token}).then((e=>{l.forEach(((t,n)=>{t.innerText=e[n].toString()}))})).catch(D),a.abort.bind(a)};var ne="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},oe={},ae={},le={},re=ne&&ne.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(a,l){function r(e){try{c(o.next(e))}catch(e){l(e)}}function i(e){try{c(o.throw(e))}catch(e){l(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,i)}c((o=o.apply(e,t||[])).next())}))},ie=ne&&ne.__generator||function(e,t){var n,o,a,l,r={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return l={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l;function i(l){return function(i){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(a=2&l[0]?o.return:l[0]?o.throw||((a=o.return)&&a.call(o),0):o.next)&&!(a=a.call(o,l[1])).done)return a;switch(o=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return r.label++,{value:l[1],done:!1};case 5:r.label++,o=l[1],l=[0];continue;case 7:l=r.ops.pop(),r.trys.pop();continue;default:if(!(a=r.trys,(a=a.length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){r=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){r.label=l[1];break}if(6===l[0]&&r.label<a[1]){r.label=a[1],a=l;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(l);break}a[2]&&r.ops.pop(),r.trys.pop();continue}l=t.call(e,r)}catch(e){l=[6,e],o=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,i])}}};Object.defineProperty(le,"__esModule",{value:!0}),le.ReCaptchaInstance=void 0;var ce=function(){function e(e,t,n){this.siteKey=e,this.recaptchaID=t,this.recaptcha=n,this.styleContainer=null}return e.prototype.execute=function(e){return re(this,void 0,void 0,(function(){return ie(this,(function(t){return[2,this.recaptcha.enterprise?this.recaptcha.enterprise.execute(this.recaptchaID,{action:e}):this.recaptcha.execute(this.recaptchaID,{action:e})]}))}))},e.prototype.getSiteKey=function(){return this.siteKey},e.prototype.hideBadge=function(){null===this.styleContainer&&(this.styleContainer=document.createElement("style"),this.styleContainer.innerHTML=".grecaptcha-badge{visibility:hidden !important;}",document.head.appendChild(this.styleContainer))},e.prototype.showBadge=function(){null!==this.styleContainer&&(document.head.removeChild(this.styleContainer),this.styleContainer=null)},e}();le.ReCaptchaInstance=ce,Object.defineProperty(ae,"__esModule",{value:!0}),ae.getInstance=ae.load=void 0;var se,me=le;!function(e){e[e.NOT_LOADED=0]="NOT_LOADED",e[e.LOADING=1]="LOADING",e[e.LOADED=2]="LOADED"}(se||(se={}));var de=function(){function e(){}return e.load=function(t,n){if(void 0===n&&(n={}),"undefined"==typeof document)return Promise.reject(new Error("This is a library for the browser!"));if(e.getLoadingState()===se.LOADED)return e.instance.getSiteKey()===t?Promise.resolve(e.instance):Promise.reject(new Error("reCAPTCHA already loaded with different site key!"));if(e.getLoadingState()===se.LOADING)return t!==e.instanceSiteKey?Promise.reject(new Error("reCAPTCHA already loaded with different site key!")):new Promise((function(t,n){e.successfulLoadingConsumers.push((function(e){return t(e)})),e.errorLoadingRunnable.push((function(e){return n(e)}))}));e.instanceSiteKey=t,e.setLoadingState(se.LOADING);var o=new e;return new Promise((function(a,l){o.loadScript(t,n.useRecaptchaNet||!1,n.useEnterprise||!1,n.renderParameters?n.renderParameters:{},n.customUrl).then((function(){e.setLoadingState(se.LOADED);var l=o.doExplicitRender(grecaptcha,t,n.explicitRenderParameters?n.explicitRenderParameters:{},n.useEnterprise||!1),r=new me.ReCaptchaInstance(t,l,grecaptcha);e.successfulLoadingConsumers.forEach((function(e){return e(r)})),e.successfulLoadingConsumers=[],n.autoHideBadge&&r.hideBadge(),e.instance=r,a(r)})).catch((function(t){e.errorLoadingRunnable.forEach((function(e){return e(t)})),e.errorLoadingRunnable=[],l(t)}))}))},e.getInstance=function(){return e.instance},e.setLoadingState=function(t){e.loadingState=t},e.getLoadingState=function(){return null===e.loadingState?se.NOT_LOADED:e.loadingState},e.prototype.loadScript=function(t,n,o,a,l){var r=this;void 0===n&&(n=!1),void 0===o&&(o=!1),void 0===a&&(a={}),void 0===l&&(l="");var i=document.createElement("script");i.setAttribute("recaptcha-v3-script","");var c="https://www.google.com/recaptcha/api.js";n&&(c=o?"https://recaptcha.net/recaptcha/enterprise.js":"https://recaptcha.net/recaptcha/api.js"),o&&(c="https://www.google.com/recaptcha/enterprise.js"),l&&(c=l),a.render&&(a.render=void 0);var s=this.buildQueryString(a);return i.src=c+"?render=explicit"+s,new Promise((function(t,n){i.addEventListener("load",r.waitForScriptToLoad((function(){t(i)}),o),!1),i.onerror=function(t){e.setLoadingState(se.NOT_LOADED),n(t)},document.head.appendChild(i)}))},e.prototype.buildQueryString=function(e){return Object.keys(e).length<1?"":"&"+Object.keys(e).filter((function(t){return!!e[t]})).map((function(t){return t+"="+e[t]})).join("&")},e.prototype.waitForScriptToLoad=function(t,n){var o=this;return function(){void 0===window.grecaptcha?setTimeout((function(){o.waitForScriptToLoad(t,n)}),e.SCRIPT_LOAD_DELAY):n?window.grecaptcha.enterprise.ready((function(){t()})):window.grecaptcha.ready((function(){t()}))}},e.prototype.doExplicitRender=function(e,t,n,o){var a={sitekey:t,badge:n.badge,size:n.size,tabindex:n.tabindex};return n.container?o?e.enterprise.render(n.container,a):e.render(n.container,a):o?e.enterprise.render(a):e.render(a)},e.loadingState=null,e.instance=null,e.instanceSiteKey=null,e.successfulLoadingConsumers=[],e.errorLoadingRunnable=[],e.SCRIPT_LOAD_DELAY=25,e}();ae.load=de.load,ae.getInstance=de.getInstance,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ReCaptchaInstance=e.getInstance=e.load=void 0;var t=ae;Object.defineProperty(e,"load",{enumerable:!0,get:function(){return t.load}}),Object.defineProperty(e,"getInstance",{enumerable:!0,get:function(){return t.getInstance}});var n=le;Object.defineProperty(e,"ReCaptchaInstance",{enumerable:!0,get:function(){return n.ReCaptchaInstance}})}(oe);const ue=Symbol("VueReCaptchaInjectKey"),pe={loadedWaiters:[],error:null},ge={install(e,n){const o=t.ref(!1),a=t.ref(void 0);e.config.globalProperties.$recaptchaLoaded=he(o),async function(e){return await oe.load(e.siteKey,e.loaderOptions)}(n).then((t=>{o.value=!0,a.value=t,e.config.globalProperties.$recaptcha=ve(a),e.config.globalProperties.$recaptchaInstance=a,pe.loadedWaiters.forEach((e=>e.resolve(!0)))})).catch((e=>{pe.error=e,pe.loadedWaiters.forEach((t=>t.reject(e)))})),e.provide(ue,{instance:a,isLoaded:o,executeRecaptcha:ve(a),recaptchaLoaded:he(o)})}};function he(e){return()=>new Promise(((t,n)=>null!==pe.error?n(pe.error):e.value?t(!0):void pe.loadedWaiters.push({resolve:t,reject:n})))}function ve(e){return async t=>await(e.value?.execute(t))}let fe=null;const ye=()=>fe||(fe=e.useStorage("WALINE_VOTE",[]));var ke=t.defineComponent({setup(){const e=t.ref([]),n=ye(),o=t.inject("config"),a=t.computed((()=>o.value.locale)),l=t.computed((()=>{const{path:t}=o.value;return Array.isArray(o.value.reaction)?o.value.reaction.map(((o,l)=>({icon:o,vote:e.value[l]||0,desc:a.value[`reaction${l}`],active:Boolean(n.value.find((({u:e,i:n})=>e===t&&n===l)))}))):[]})),r=new AbortController;return t.onMounted((()=>(async()=>{const{serverURL:t,lang:n,path:a,reaction:l}=o.value;if(!Array.isArray(l))return;const i=await T({serverURL:t,lang:n,paths:[a],type:l.map(((e,t)=>`reaction${t}`)),signal:r.signal});Array.isArray(i)||"number"==typeof i||(e.value=l.map(((e,t)=>i[`reaction${t}`])))})())),t.onUnmounted((()=>r.abort())),{reaction:l,locale:a,onVote:async t=>{const{serverURL:a,lang:l,path:r}=o.value,i=n.value.find((({u:e})=>e===r));i&&i.i===t||(await _({serverURL:a,lang:l,path:r,type:`reaction${t}`}),e.value[t]=(e.value[t]||0)+1,i?(e.value[i.i]=Math.max(e.value[i.i]-1,0),_({serverURL:a,lang:l,path:r,type:`reaction${i.i}`,action:"desc"}),i.i=t,n.value=Array.from(n.value)):n.value=[...n.value,{u:r,i:t}],n.value.length>50&&(n.value=n.value.slice(-50)))}}}}),we=(e,t)=>{const n=e.__vccOpts||e;for(const[e,o]of t)n[e]=o;return n};const Ce={key:0,class:"wl-reaction"},be=["onClick"],Ee={class:"wl-reaction__img"},Be=["src","alt"],Le={class:"wl-reaction__votes"},Ve={class:"wl-reaction__text"};var Ne=we(ke,[["render",function(e,n,o,a,l,r){return e.reaction&&e.reaction.length?(t.openBlock(),t.createElementBlock("div",Ce,[t.createElementVNode("h4",null,t.toDisplayString(e.locale.reactionTitle),1),t.createElementVNode("ul",null,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.reaction,((n,o)=>(t.openBlock(),t.createElementBlock("li",{key:o,class:t.normalizeClass(n.active?"active":""),onClick:t=>e.onVote(o)},[t.createElementVNode("div",Ee,[t.createElementVNode("img",{src:n.icon,alt:n.desc},null,8,Be),t.createElementVNode("div",Le,t.toDisplayString(n.vote),1)]),t.createElementVNode("div",Ve,t.toDisplayString(n.desc),1)],10,be)))),128))])])):t.createCommentVNode("v-if",!0)}],["__file","ArticleReaction.vue"]]);const Se=({size:e})=>t.h("svg",{width:e,height:e,viewBox:"0 0 100 100",preserveAspectRatio:"xMidYMid"},t.h("circle",{cx:50,cy:50,fill:"none",stroke:"currentColor",strokeWidth:"4",r:"40","stroke-dasharray":"85 30"},t.h("animateTransform",{attributeName:"transform",type:"rotate",repeatCount:"indefinite",dur:"1s",values:"0 50 50;360 50 50",keyTimes:"0;1"})));var $e=t.defineComponent({name:"ImageWall",components:{LoadingIcon:Se},props:{items:{type:Array,default:()=>[]},columnWidth:{type:Number,default:300},gap:{type:Number,default:0}},emits:["insert"],setup(e){let n=null;const o=t.ref(null),a=t.ref({}),l=t.ref([]),r=()=>{const t=Math.floor((o.value.getBoundingClientRect().width+e.gap)/(e.columnWidth+e.gap));return t>0?t:1},i=async n=>{if(n>=e.items.length)return;await t.nextTick();const a=Array.from(o.value?.children||[]).reduce(((e,t)=>t.getBoundingClientRect().height<e.getBoundingClientRect().height?t:e));l.value[Number(a.dataset.index)].push(n),await i(n+1)},c=async(e=!1)=>{if(l.value.length===r()&&!e)return;var t;l.value=(t=r(),new Array(t).fill(null).map((()=>[])));const n=window.scrollY;await i(0),window.scrollTo({top:n})};return t.watch((()=>[e.items]),(()=>{a.value={},c(!0)})),t.watch((()=>[e.columnWidth,e.gap]),(()=>c())),t.onMounted((()=>{c(!0),n=new ResizeObserver((()=>c())),n.observe(o.value)})),t.onBeforeUnmount((()=>n.unobserve(o.value))),{columns:l,state:a,wall:o}}});const Ie=["data-index"],Re=["src","title","onLoad","onClick"];var xe=we($e,[["render",function(e,n,o,a,l,r){const i=t.resolveComponent("LoadingIcon");return t.openBlock(),t.createElementBlock("div",{ref:"wall",class:"wl-gallery",style:t.normalizeStyle({gap:`${e.gap}px`})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.columns,((n,o)=>(t.openBlock(),t.createElementBlock("div",{key:o,class:"wl-gallery-column","data-index":o,style:t.normalizeStyle({gap:`${e.gap}px`})},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n,(n=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:n},[e.state[e.items[n].src]?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createBlock(i,{key:0,size:36,style:{margin:"20px auto"}})),t.createElementVNode("img",{class:"wl-gallery-item",src:e.items[n].src,title:e.items[n].title,loading:"lazy",onLoad:t=>e.state[e.items[n].src]=!0,onClick:t=>e.$emit("insert",`![](${e.items[n].src})`)},null,40,Re)],64)))),128))],12,Ie)))),128))],4)}],["__file","ImageWall.vue"]]),je=t.defineComponent({name:"CommentBox",components:{CloseIcon:({size:e})=>t.h("svg",{class:"wl-close-icon",viewBox:"0 0 1024 1024",width:e,height:e},[t.h("path",{d:"M697.173 85.333h-369.92c-144.64 0-241.92 101.547-241.92 252.587v348.587c0 150.613 97.28 252.16 241.92 252.16h369.92c144.64 0 241.494-101.547 241.494-252.16V337.92c0-151.04-96.854-252.587-241.494-252.587z",fill:"currentColor"}),t.h("path",{d:"m640.683 587.52-75.947-75.861 75.904-75.862a37.29 37.29 0 0 0 0-52.778 37.205 37.205 0 0 0-52.779 0l-75.946 75.818-75.862-75.946a37.419 37.419 0 0 0-52.821 0 37.419 37.419 0 0 0 0 52.821l75.947 75.947-75.776 75.733a37.29 37.29 0 1 0 52.778 52.821l75.776-75.776 75.947 75.947a37.376 37.376 0 0 0 52.779-52.821z",fill:"#888"})]),EmojiIcon:()=>t.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},t.h("path",{d:"M563.2 463.3 677 540c1.7 1.2 3.7 1.8 5.8 1.8.7 0 1.4-.1 2-.2 2.7-.5 5.1-2.1 6.6-4.4l25.3-37.8c1.5-2.3 2.1-5.1 1.6-7.8s-2.1-5.1-4.4-6.6l-73.6-49.1 73.6-49.1c2.3-1.5 3.9-3.9 4.4-6.6.5-2.7 0-5.5-1.6-7.8l-25.3-37.8a10.1 10.1 0 0 0-6.6-4.4c-.7-.1-1.3-.2-2-.2-2.1 0-4.1.6-5.8 1.8l-113.8 76.6c-9.2 6.2-14.7 16.4-14.7 27.5.1 11 5.5 21.3 14.7 27.4zM387 348.8h-45.5c-5.7 0-10.4 4.7-10.4 10.4v153.3c0 5.7 4.7 10.4 10.4 10.4H387c5.7 0 10.4-4.7 10.4-10.4V359.2c0-5.7-4.7-10.4-10.4-10.4zm333.8 241.3-41-20a10.3 10.3 0 0 0-8.1-.5c-2.6.9-4.8 2.9-5.9 5.4-30.1 64.9-93.1 109.1-164.4 115.2-5.7.5-9.9 5.5-9.5 11.2l3.9 45.5c.5 5.3 5 9.5 10.3 9.5h.9c94.8-8 178.5-66.5 218.6-152.7 2.4-5 .3-11.2-4.8-13.6zm186-186.1c-11.9-42-30.5-81.4-55.2-117.1-24.1-34.9-53.5-65.6-87.5-91.2-33.9-25.6-71.5-45.5-111.6-59.2-41.2-14-84.1-21.1-127.8-21.1h-1.2c-75.4 0-148.8 21.4-212.5 61.7-63.7 40.3-114.3 97.6-146.5 165.8-32.2 68.1-44.3 143.6-35.1 218.4 9.3 74.8 39.4 145 87.3 203.3.1.2.3.3.4.5l36.2 38.4c1.1 1.2 2.5 2.1 3.9 2.6 73.3 66.7 168.2 103.5 267.5 103.5 73.3 0 145.2-20.3 207.7-58.7 37.3-22.9 70.3-51.5 98.1-85 27.1-32.7 48.7-69.5 64.2-109.1 15.5-39.7 24.4-81.3 26.6-123.8 2.4-43.6-2.5-87-14.5-129zm-60.5 181.1c-8.3 37-22.8 72-43 104-19.7 31.1-44.3 58.6-73.1 81.7-28.8 23.1-61 41-95.7 53.4-35.6 12.7-72.9 19.1-110.9 19.1-82.6 0-161.7-30.6-222.8-86.2l-34.1-35.8c-23.9-29.3-42.4-62.2-55.1-97.7-12.4-34.7-18.8-71-19.2-107.9-.4-36.9 5.4-73.3 17.1-108.2 12-35.8 30-69.2 53.4-99.1 31.7-40.4 71.1-72 117.2-94.1 44.5-21.3 94-32.6 143.4-32.6 49.3 0 97 10.8 141.8 32 34.3 16.3 65.3 38.1 92 64.8 26.1 26 47.5 56 63.6 89.2 16.2 33.2 26.6 68.5 31 105.1 4.6 37.5 2.7 75.3-5.6 112.3z",fill:"currentColor"})),ImageIcon:()=>t.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[t.h("path",{d:"M784 112H240c-88 0-160 72-160 160v480c0 88 72 160 160 160h544c88 0 160-72 160-160V272c0-88-72-160-160-160zm96 640c0 52.8-43.2 96-96 96H240c-52.8 0-96-43.2-96-96V272c0-52.8 43.2-96 96-96h544c52.8 0 96 43.2 96 96v480z",fill:"currentColor"}),t.h("path",{d:"M352 480c52.8 0 96-43.2 96-96s-43.2-96-96-96-96 43.2-96 96 43.2 96 96 96zm0-128c17.6 0 32 14.4 32 32s-14.4 32-32 32-32-14.4-32-32 14.4-32 32-32zm462.4 379.2-3.2-3.2-177.6-177.6c-25.6-25.6-65.6-25.6-91.2 0l-80 80-36.8-36.8c-25.6-25.6-65.6-25.6-91.2 0L200 728c-4.8 6.4-8 14.4-8 24 0 17.6 14.4 32 32 32 9.6 0 16-3.2 22.4-9.6L380.8 640l134.4 134.4c6.4 6.4 14.4 9.6 24 9.6 17.6 0 32-14.4 32-32 0-9.6-4.8-17.6-9.6-24l-52.8-52.8 80-80L769.6 776c6.4 4.8 12.8 8 20.8 8 17.6 0 32-14.4 32-32 0-8-3.2-16-8-20.8z",fill:"currentColor"})]),ImageWall:xe,MarkdownIcon:()=>t.h("svg",{width:"16",height:"16",ariaHidden:"true"},t.h("path",{d:"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z",fill:"currentColor"})),PreviewIcon:()=>t.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[t.h("path",{d:"M710.816 654.301c70.323-96.639 61.084-230.578-23.705-314.843-46.098-46.098-107.183-71.109-172.28-71.109-65.008 0-126.092 25.444-172.28 71.109-45.227 46.098-70.756 107.183-70.756 172.106 0 64.923 25.444 126.007 71.194 172.106 46.099 46.098 107.184 71.109 172.28 71.109 51.414 0 100.648-16.212 142.824-47.404l126.53 126.006c7.058 7.06 16.297 10.979 26.406 10.979 10.105 0 19.343-3.919 26.402-10.979 14.467-14.467 14.467-38.172 0-52.723L710.816 654.301zm-315.107-23.265c-65.88-65.88-65.88-172.54 0-238.42 32.069-32.07 74.245-49.149 119.471-49.149 45.227 0 87.407 17.603 119.472 49.149 65.88 65.879 65.88 172.539 0 238.42-63.612 63.178-175.242 63.178-238.943 0zm0 0",fill:"currentColor"}),t.h("path",{d:"M703.319 121.603H321.03c-109.8 0-199.469 89.146-199.469 199.38v382.034c0 109.796 89.236 199.38 199.469 199.38h207.397c20.653 0 37.384-16.645 37.384-37.299 0-20.649-16.731-37.296-37.384-37.296H321.03c-68.582 0-124.352-55.77-124.352-124.267V321.421c0-68.496 55.77-124.267 124.352-124.267h382.289c68.582 0 124.352 55.771 124.352 124.267V524.72c0 20.654 16.736 37.299 37.385 37.299 20.654 0 37.384-16.645 37.384-37.299V320.549c-.085-109.8-89.321-198.946-199.121-198.946zm0 0",fill:"currentColor"})]),LoadingIcon:Se,GifIcon:()=>t.h("svg",{width:24,height:24,fill:"currentcolor",viewBox:"0 0 24 24"},[t.h("path",{style:"transform: translateY(0.5px)",d:"M18.968 10.5H15.968V11.484H17.984V12.984H15.968V15H14.468V9H18.968V10.5V10.5ZM8.984 9C9.26533 9 9.49967 9.09367 9.687 9.281C9.87433 9.46833 9.968 9.70267 9.968 9.984V10.5H6.499V13.5H8.468V12H9.968V14.016C9.968 14.2973 9.87433 14.5317 9.687 14.719C9.49967 14.9063 9.26533 15 8.984 15H5.984C5.70267 15 5.46833 14.9063 5.281 14.719C5.09367 14.5317 5 14.2973 5 14.016V9.985C5 9.70367 5.09367 9.46933 5.281 9.282C5.46833 9.09467 5.70267 9.001 5.984 9.001H8.984V9ZM11.468 9H12.968V15H11.468V9V9Z"}),t.h("path",{d:"M18.5 3H5.75C3.6875 3 2 4.6875 2 6.75V18C2 20.0625 3.6875 21.75 5.75 21.75H18.5C20.5625 21.75 22.25 20.0625 22.25 18V6.75C22.25 4.6875 20.5625 3 18.5 3ZM20.75 18C20.75 19.2375 19.7375 20.25 18.5 20.25H5.75C4.5125 20.25 3.5 19.2375 3.5 18V6.75C3.5 5.5125 4.5125 4.5 5.75 4.5H18.5C19.7375 4.5 20.75 5.5125 20.75 6.75V18Z"})])},props:{rootId:{type:String,default:""},replyId:{type:String,default:""},replyUser:{type:String,default:""},edit:{type:Object,default:null}},emits:["submit","cancel-reply","cancel-edit"],setup(n,{emit:o}){const a=t.inject("config"),r=e.useStorage("WALINE_COMMENT_BOX_EDITOR",""),i=e.useStorage("WALINE_USER_META",{nick:"",mail:"",link:""}),c=Q(),s=t.inject(ue),m=t.ref({}),d=t.ref(null),u=t.ref(null),p=t.ref(null),g=t.ref(null),h=t.ref(null),v=t.ref(null),f=t.ref(null),y=t.ref({tabs:[],map:{}}),k=t.ref(0),w=t.ref(!1),C=t.ref(!1),b=t.ref(!1),E=t.ref(""),B=t.ref(0),L=t.reactive({loading:!0,list:[]}),N=t.ref(0),S=t.ref(!1),$=t.ref(""),I=t.ref(!1),R=t.computed((()=>a.value.locale)),x=t.computed((()=>Boolean(c.value?.token))),j=t.computed((()=>!1!==a.value.imageUploader)),D=e=>{const t=d.value,n=t.selectionStart,o=t.selectionEnd||0,a=t.scrollTop;r.value=t.value.substring(0,n)+e+t.value.substring(o,t.value.length),t.focus(),t.selectionStart=n+e.length,t.selectionEnd=n+e.length,t.scrollTop=a},U=e=>{const t=`![${a.value.locale.uploading} ${e.name}]()`;return D(t),Promise.resolve().then((()=>a.value.imageUploader(e))).then((n=>{r.value=r.value.replace(t,`\r\n![${e.name}](${n})`)})).catch((e=>{alert(e.message),r.value=r.value.replace(t,"")}))},M=async()=>{const{serverURL:e,lang:t,login:l,wordLimit:u,requiredMeta:p}=a.value;let g="";if(s){const{executeRecaptcha:e,recaptchaLoaded:t}=s;await t(),g=await e("social")}const h={comment:$.value,nick:i.value.nick,mail:i.value.mail,link:i.value.link,ua:navigator.userAgent,url:a.value.path,recaptchaV3:g};if(c.value?.token)h.nick=c.value.display_name,h.mail=c.value.email,h.link=c.value.url;else{if("force"===l)return;if(p.indexOf("nick")>-1&&!h.nick)return m.value.nick?.focus(),alert(R.value.nickError);if(p.indexOf("mail")>-1&&!h.mail||h.mail&&!/^\w(?:[\w._-]*\w)?@(?:\w(?:[\w-]*\w)?\.)*\w+$/.exec(h.mail))return m.value.mail?.focus(),alert(R.value.mailError);if(!h.comment)return void d.value?.focus();h.nick||(h.nick=R.value.anonymous)}if(!S.value)return alert(R.value.wordHint.replace("$0",u[0].toString()).replace("$1",u[1].toString()).replace("$2",B.value.toString()));h.comment=K(h.comment,y.value.map),n.replyId&&n.rootId?(h.pid=n.replyId,h.rid=n.rootId,h.at=n.replyUser):n.edit&&(h.eid=n.edit.objectId),I.value=!0,(({serverURL:e,lang:t,token:n,comment:o})=>{const a={"Content-Type":"application/json"};return n&&(a.Authorization=`Bearer ${n}`),o.eid?fetch(`${e}/comment/${o.eid}?lang=${t}`,{method:"PUT",headers:a,body:JSON.stringify(o)}).then((e=>e.json())):fetch(`${e}/comment?lang=${t}`,{method:"POST",headers:a,body:JSON.stringify(o)}).then((e=>e.json()))})({serverURL:e,lang:t,token:c.value?.token,comment:h}).then((e=>{if(I.value=!1,e.errmsg)return alert(e.errmsg);o("submit",e.data),r.value="",E.value="",n.replyId&&o("cancel-reply"),n.edit?.objectId&&o("cancel-edit")})).catch((e=>{I.value=!1,alert(e.message)}))},P=e=>{p.value.contains(e.target)||g.value.contains(e.target)||(w.value=!1),h.value.contains(e.target)||v.value.contains(e.target)||(C.value=!1)},T=async e=>{const{scrollTop:t,clientHeight:n,scrollHeight:o}=e.target,l=(n+t)/o,r=a.value.search,i=f.value?.value||"";l<.9||L.loading||(L.loading=!0,L.list.push(...r.more?await r.more(i,L.list.length):await r.search(i)),L.loading=!1,setTimeout((()=>{e.target.scrollTop=t}),50))},_=e.useDebounceFn((e=>{L.list=[],T(e)}),300);t.watch([a,B],(([e,t])=>{const{wordLimit:n}=e;n?t<n[0]&&0!==n[0]?(N.value=n[0],S.value=!1):t>n[1]?(N.value=n[1],S.value=!1):(N.value=n[1],S.value=!0):(N.value=0,S.value=!0)}),{immediate:!0}),t.watch(C,(async e=>{if(!e)return;const t=a.value.search;f.value&&(f.value.value=""),L.loading=!0,L.list=t.default?await t.default():await t.search(""),L.loading=!1}));const O=({data:e})=>{e&&"profile"===e.type&&(c.value={...c.value,...e.data},[localStorage,sessionStorage].filter((e=>e.getItem("WALINE_USER"))).forEach((e=>e.setItem("WALINE_USER",JSON.stringify(c)))))};return t.onMounted((()=>{document.body.addEventListener("click",P),window.addEventListener("message",O),n.edit?.objectId&&(r.value=n.edit.orig),t.watch((()=>r.value),(e=>{const{highlighter:t,texRenderer:n}=a.value;$.value=e,E.value=J(e,{emojiMap:y.value.map,highlighter:t,texRenderer:n}),B.value=(e=>(e=>e.match(/[\w\d\s\u00C0-\u024F]+/giu)||[])(e).reduce(((e,t)=>e+(""===t.trim()?0:t.trim().split(/\s+/u).length)),0)+(e=>e.match(/[\u4E00-\u9FA5]/gu)||[])(e).length)(e),e?l.default(d.value):l.default.destroy(d.value)}),{immediate:!0}),t.watch((()=>a.value.emoji),(e=>{return(t=Array.isArray(e)?e:[],Promise.all(t.map((e=>"string"==typeof e?A(V(e)):Promise.resolve(e)))).then((e=>{const t={tabs:[],map:{}};return e.forEach((e=>{const{name:n,folder:o,icon:a,prefix:l,type:r,items:i}=e;t.tabs.push({name:n,icon:z(a,o,l,r),items:i.map((e=>{const n=`${l||""}${e}`;return t.map[n]=z(e,o,l,r),n}))})})),t}))).then((e=>{y.value=e}));var t}),{immediate:!0})})),t.onUnmounted((()=>{document.body.removeEventListener("click",P),window.removeEventListener("message",O)})),{config:a,locale:R,insert:D,onChange:()=>{const e=u.value;e.files&&j.value&&U(e.files[0]).then((()=>{e.value=""}))},onDrop:e=>{if(e.dataTransfer?.items){const t=F(e.dataTransfer.items);t&&j.value&&(U(t),e.preventDefault())}},onKeyDown:e=>{const t=e.key;(e.ctrlKey||e.metaKey)&&"Enter"===t&&M()},onPaste:e=>{if(e.clipboardData){const t=F(e.clipboardData.items);t&&j.value&&U(t)}},onLogin:e=>{e.preventDefault();const{lang:t,serverURL:n}=a.value,o=(window.innerWidth-450)/2,l=(window.innerHeight-450)/2,r=window.open(`${n}/ui/login?lng=${encodeURIComponent(t)}`,"_blank",`width=450,height=450,left=${o},top=${l},scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no`);r?.postMessage({type:"TOKEN",data:null},"*");const i=({data:e})=>{e&&"userInfo"===e.type&&e.data.token&&(r?.close(),c.value=e.data,(e.data.remember?localStorage:sessionStorage).setItem("WALINE_USER",JSON.stringify(e.data)),window.removeEventListener("message",i))};window.addEventListener("message",i)},onLogout:()=>{c.value={},localStorage.setItem("WALINE_USER","null"),sessionStorage.setItem("WALINE_USER","null")},onProfile:e=>{e.preventDefault();const{lang:t,serverURL:n}=a.value,o=(window.innerWidth-800)/2,l=(window.innerHeight-800)/2;window.open(`${n}/ui/profile?lng=${encodeURIComponent(t)}`,"_blank",`width=800,height=800,left=${o},top=${l},scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no`)?.postMessage({type:"TOKEN",data:c.value.token},"*")},submitComment:M,onImageWallScroll:T,onGifSearch:_,isLogin:x,userInfo:c,isSubmitting:I,wordNumber:B,wordLimit:N,isWordNumberLegal:S,editor:r,userMeta:i,emoji:y,emojiTabIndex:k,showEmoji:w,gifData:L,showGif:C,canUploadImage:j,previewText:E,showPreview:b,inputRefs:m,editorRef:d,emojiButtonRef:p,emojiPopupRef:g,gifButtonRef:h,gifPopupRef:v,imageUploadRef:u,gifSearchInputRef:f}}});const Ae={class:"wl-comment"},ze={key:0,class:"wl-login-info"},De={class:"wl-avatar"},Ue=["title"],Me=["title"],Pe=["src"],Te=["title","textContent"],_e={class:"wl-panel"},Oe=["for","textContent"],He=["id","onUpdate:modelValue","name","type"],Fe=["placeholder"],We={class:"wl-preview"},Ge=t.createElementVNode("hr",null,null,-1),qe=["innerHTML"],Ke={class:"wl-footer"},Je={class:"wl-actions"},Ze={href:"https://guides.github.com/features/mastering-markdown/",title:"Markdown Guide","aria-label":"Markdown is supported",class:"wl-action",target:"_blank",rel:"noreferrer"},Ye=["title"],Qe=["title"],Xe=["title"],et=["title"],tt={class:"wl-info"},nt={class:"wl-text-number"},ot={key:0},at=t.createTextVNode("  /  "),lt=["textContent"],rt=["textContent"],it=["disabled"],ct=["placeholder"],st={key:0,class:"wl-loading"},mt={key:0,class:"wl-tab-wrapper"},dt=["title","onClick"],ut=["src","alt"],pt={key:0,class:"wl-tabs"},gt=["onClick"],ht=["src","alt","title"],vt=["title"];var ft=we(je,[["render",function(e,n,o,a,l,r){const i=t.resolveComponent("CloseIcon"),c=t.resolveComponent("MarkdownIcon"),s=t.resolveComponent("EmojiIcon"),m=t.resolveComponent("GifIcon"),d=t.resolveComponent("ImageIcon"),u=t.resolveComponent("PreviewIcon"),p=t.resolveComponent("LoadingIcon"),g=t.resolveComponent("ImageWall");return t.openBlock(),t.createElementBlock("div",Ae,["disable"!==e.config.login&&e.isLogin&&!e.edit?.objectId?(t.openBlock(),t.createElementBlock("div",ze,[t.createElementVNode("div",De,[t.createElementVNode("button",{class:"wl-logout-btn",title:e.locale.logout,onClick:n[0]||(n[0]=(...t)=>e.onLogout&&e.onLogout(...t))},[t.createVNode(i,{size:14})],8,Ue),t.createElementVNode("a",{href:"#",class:"wl-login-nick","aria-label":"Profile",title:e.locale.profile,onClick:n[1]||(n[1]=(...t)=>e.onProfile&&e.onProfile(...t))},[t.createElementVNode("img",{src:e.userInfo.avatar,alt:"avatar"},null,8,Pe)],8,Me)]),t.createElementVNode("a",{href:"#",class:"wl-login-nick","aria-label":"Profile",title:e.locale.profile,onClick:n[2]||(n[2]=(...t)=>e.onProfile&&e.onProfile(...t)),textContent:t.toDisplayString(e.userInfo.display_name)},null,8,Te)])):t.createCommentVNode("v-if",!0),t.createElementVNode("div",_e,["force"!==e.config.login&&e.config.meta.length&&!e.isLogin?(t.openBlock(),t.createElementBlock("div",{key:0,class:t.normalizeClass(["wl-header",`item${e.config.meta.length}`])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.config.meta,(n=>(t.openBlock(),t.createElementBlock("div",{key:n,class:"wl-header-item"},[t.createElementVNode("label",{for:n,textContent:t.toDisplayString(e.locale[n]+(e.config.requiredMeta.includes(n)||!e.config.requiredMeta.length?"":`(${e.locale.optional})`))},null,8,Oe),t.withDirectives(t.createElementVNode("input",{id:`wl-${n}`,ref_for:!0,ref:t=>{t&&(e.inputRefs[n]=t)},"onUpdate:modelValue":t=>e.userMeta[n]=t,class:t.normalizeClass(["wl-input",`wl-${n}`]),name:n,type:"mail"===n?"email":"text"},null,10,He),[[t.vModelDynamic,e.userMeta[n]]])])))),128))],2)):t.createCommentVNode("v-if",!0),t.withDirectives(t.createElementVNode("textarea",{id:"wl-edit",ref:"editorRef","onUpdate:modelValue":n[3]||(n[3]=t=>e.editor=t),class:"wl-editor",placeholder:e.replyUser?`@${e.replyUser}`:e.locale.placeholder,onKeydown:n[4]||(n[4]=(...t)=>e.onKeyDown&&e.onKeyDown(...t)),onDrop:n[5]||(n[5]=(...t)=>e.onDrop&&e.onDrop(...t)),onPaste:n[6]||(n[6]=(...t)=>e.onPaste&&e.onPaste(...t))},null,40,Fe),[[t.vModelText,e.editor]]),t.withDirectives(t.createElementVNode("div",We,[Ge,t.createElementVNode("h4",null,t.toDisplayString(e.locale.preview)+":",1),t.createCommentVNode(" eslint-disable-next-line vue/no-v-html "),t.createElementVNode("div",{class:"wl-content",innerHTML:e.previewText},null,8,qe)],512),[[t.vShow,e.showPreview]]),t.createElementVNode("div",Ke,[t.createElementVNode("div",Je,[t.createElementVNode("a",Ze,[t.createVNode(c)]),t.withDirectives(t.createElementVNode("button",{ref:"emojiButtonRef",class:t.normalizeClass(["wl-action",{actived:e.showEmoji}]),title:e.locale.emoji,onClick:n[7]||(n[7]=t=>e.showEmoji=!e.showEmoji)},[t.createVNode(s)],10,Ye),[[t.vShow,e.emoji.tabs.length]]),e.config.search?(t.openBlock(),t.createElementBlock("button",{key:0,ref:"gifButtonRef",class:t.normalizeClass(["wl-action",{actived:e.showGif}]),title:e.locale.gif,onClick:n[8]||(n[8]=t=>e.showGif=!e.showGif)},[t.createVNode(m)],10,Qe)):t.createCommentVNode("v-if",!0),t.createElementVNode("input",{id:"wl-image-upload",ref:"imageUploadRef",class:"upload",type:"file",accept:".png,.jpg,.jpeg,.webp,.bmp,.gif",onChange:n[9]||(n[9]=(...t)=>e.onChange&&e.onChange(...t))},null,544),e.canUploadImage?(t.openBlock(),t.createElementBlock("label",{key:1,for:"wl-image-upload",class:"wl-action",title:e.locale.uploadImage},[t.createVNode(d)],8,Xe)):t.createCommentVNode("v-if",!0),t.createElementVNode("button",{class:t.normalizeClass(["wl-action",{actived:e.showPreview}]),title:e.locale.preview,onClick:n[10]||(n[10]=t=>e.showPreview=!e.showPreview)},[t.createVNode(u)],10,et)]),t.createElementVNode("div",tt,[t.createElementVNode("div",nt,[t.createTextVNode(t.toDisplayString(e.wordNumber)+" ",1),e.config.wordLimit?(t.openBlock(),t.createElementBlock("span",ot,[at,t.createElementVNode("span",{class:t.normalizeClass({illegal:!e.isWordNumberLegal}),textContent:t.toDisplayString(e.wordLimit)},null,10,lt)])):t.createCommentVNode("v-if",!0),t.createTextVNode("  "+t.toDisplayString(e.locale.word),1)]),"disable"===e.config.login||e.isLogin?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("button",{key:0,class:"wl-btn",onClick:n[11]||(n[11]=(...t)=>e.onLogin&&e.onLogin(...t)),textContent:t.toDisplayString(e.locale.login)},null,8,rt)),"force"!==e.config.login||e.isLogin?(t.openBlock(),t.createElementBlock("button",{key:1,class:"wl-btn primary",title:"Cmd|Ctrl + Enter",disabled:e.isSubmitting,onClick:n[12]||(n[12]=(...t)=>e.submitComment&&e.submitComment(...t))},[e.isSubmitting?(t.openBlock(),t.createBlock(p,{key:0,size:16})):(t.openBlock(),t.createElementBlock(t.Fragment,{key:1},[t.createTextVNode(t.toDisplayString(e.locale.submit),1)],64))],8,it)):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",{ref:"gifPopupRef",class:t.normalizeClass(["wl-gif-popup",{display:e.showGif}])},[t.createElementVNode("input",{ref:"gifSearchInputRef",type:"text",placeholder:e.locale.gifSearchPlaceholder,onInput:n[13]||(n[13]=(...t)=>e.onGifSearch&&e.onGifSearch(...t))},null,40,ct),t.createVNode(g,{items:e.gifData.list,"column-width":200,gap:6,onInsert:n[14]||(n[14]=t=>e.insert(t)),onScroll:e.onImageWallScroll},null,8,["items","onScroll"]),e.gifData.loading?(t.openBlock(),t.createElementBlock("div",st,[t.createVNode(p,{size:30})])):t.createCommentVNode("v-if",!0)],2),t.createElementVNode("div",{ref:"emojiPopupRef",class:t.normalizeClass(["wl-emoji-popup",{display:e.showEmoji}])},[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.emoji.tabs,((n,o)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:n.name},[o===e.emojiTabIndex?(t.openBlock(),t.createElementBlock("div",mt,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(n.items,(n=>(t.openBlock(),t.createElementBlock("button",{key:n,title:n,onClick:t=>e.insert(`:${n}:`)},[e.showEmoji?(t.openBlock(),t.createElementBlock("img",{key:0,class:"wl-emoji",src:e.emoji.map[n],alt:n,loading:"lazy",referrerPolicy:"no-referrer"},null,8,ut)):t.createCommentVNode("v-if",!0)],8,dt)))),128))])):t.createCommentVNode("v-if",!0)],64)))),128)),e.emoji.tabs.length>1?(t.openBlock(),t.createElementBlock("div",pt,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.emoji.tabs,((n,o)=>(t.openBlock(),t.createElementBlock("button",{key:n.name,class:t.normalizeClass(["wl-tab",{active:e.emojiTabIndex===o}]),onClick:t=>e.emojiTabIndex=o},[t.createElementVNode("img",{class:"wl-emoji",src:n.icon,alt:n.name,title:n.name,loading:"lazy",referrerPolicy:"no-referrer"},null,8,ht)],10,gt)))),128))])):t.createCommentVNode("v-if",!0)],2)])]),e.replyId||e.edit?.objectId?(t.openBlock(),t.createElementBlock("button",{key:1,class:"wl-close",title:e.locale.cancelReply,onClick:n[15]||(n[15]=t=>e.$emit(e.replyId?"cancel-reply":"cancel-edit"))},[t.createVNode(i,{size:24})],8,vt)):t.createCommentVNode("v-if",!0)])}],["__file","CommentBox.vue"]]);const yt=["approved","waiting","spam"];var kt=t.defineComponent({components:{CommentBox:ft,DeleteIcon:()=>t.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},t.h("path",{d:"m341.013 394.667 27.755 393.45h271.83l27.733-393.45h64.106l-28.01 397.952a64 64 0 0 1-63.83 59.498H368.768a64 64 0 0 1-63.83-59.52l-28.053-397.93h64.128zm139.307 19.818v298.667h-64V414.485h64zm117.013 0v298.667h-64V414.485h64zM181.333 288h640v64h-640v-64zm453.483-106.667v64h-256v-64h256z",fill:"red"})),LikeIcon:({active:e=!1})=>t.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[t.h("path",{d:"M850.654 323.804c-11.042-25.625-26.862-48.532-46.885-68.225-20.022-19.61-43.258-34.936-69.213-45.73-26.78-11.124-55.124-16.727-84.375-16.727-40.622 0-80.256 11.123-114.698 32.135A214.79 214.79 0 0 0 512 241.819a214.79 214.79 0 0 0-23.483-16.562c-34.442-21.012-74.076-32.135-114.698-32.135-29.25 0-57.595 5.603-84.375 16.727-25.872 10.711-49.19 26.12-69.213 45.73-20.105 19.693-35.843 42.6-46.885 68.225-11.453 26.615-17.303 54.877-17.303 83.963 0 27.439 5.603 56.03 16.727 85.117 9.31 24.307 22.659 49.52 39.715 74.981 27.027 40.293 64.188 82.316 110.33 124.915 76.465 70.615 152.189 119.394 155.402 121.371l19.528 12.525c8.652 5.52 19.776 5.52 28.427 0l19.529-12.525c3.213-2.06 78.854-50.756 155.401-121.371 46.143-42.6 83.304-84.622 110.33-124.915 17.057-25.46 30.487-50.674 39.716-74.981 11.124-29.087 16.727-57.678 16.727-85.117.082-29.086-5.768-57.348-17.221-83.963z"+(e?"":"M512 761.5S218.665 573.55 218.665 407.767c0-83.963 69.461-152.023 155.154-152.023 60.233 0 112.473 33.618 138.181 82.727 25.708-49.109 77.948-82.727 138.18-82.727 85.694 0 155.155 68.06 155.155 152.023C805.335 573.551 512 761.5 512 761.5z"),fill:e?"red":"currentColor"})]),ReplyIcon:()=>t.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},t.h("path",{d:"M810.667 213.333a64 64 0 0 1 64 64V704a64 64 0 0 1-64 64H478.336l-146.645 96.107a21.333 21.333 0 0 1-33.024-17.856V768h-85.334a64 64 0 0 1-64-64V277.333a64 64 0 0 1 64-64h597.334zm0 64H213.333V704h149.334v63.296L459.243 704h351.424V277.333zm-271.36 213.334v64h-176.64v-64h176.64zm122.026-128v64H362.667v-64h298.666z",fill:"currentColor"})),EditIcon:()=>t.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},t.h("path",{d:"M813.039 318.772L480.53 651.278H360.718V531.463L693.227 198.961C697.904 194.284 704.027 192 710.157 192C716.302 192 722.436 194.284 727.114 198.961L813.039 284.88C817.72 289.561 820 295.684 820 301.825C820 307.95 817.72 314.093 813.039 318.772ZM710.172 261.888L420.624 551.431V591.376H460.561L750.109 301.825L710.172 261.888ZM490.517 291.845H240.906V771.09H720.156V521.479C720.156 504.947 733.559 491.529 750.109 491.529C766.653 491.529 780.063 504.947 780.063 521.479V791.059C780.063 813.118 762.18 831 740.125 831H220.937C198.882 831 181 813.118 181 791.059V271.872C181 249.817 198.882 231.935 220.937 231.935H490.517C507.06 231.935 520.47 245.352 520.47 261.888C520.47 278.424 507.06 291.845 490.517 291.845Z",fill:"currentColor"})),VerifiedIcon:()=>t.h("svg",{class:"verified-icon",viewBox:"0 0 1024 1024",width:"14",height:"14"},t.h("path",{d:"m894.4 461.56-54.4-63.2c-10.4-12-18.8-34.4-18.8-50.4v-68c0-42.4-34.8-77.2-77.2-77.2h-68c-15.6 0-38.4-8.4-50.4-18.8l-63.2-54.4c-27.6-23.6-72.8-23.6-100.8 0l-62.8 54.8c-12 10-34.8 18.4-50.4 18.4h-69.2c-42.4 0-77.2 34.8-77.2 77.2v68.4c0 15.6-8.4 38-18.4 50l-54 63.6c-23.2 27.6-23.2 72.4 0 100l54 63.6c10 12 18.4 34.4 18.4 50v68.4c0 42.4 34.8 77.2 77.2 77.2h69.2c15.6 0 38.4 8.4 50.4 18.8l63.2 54.4c27.6 23.6 72.8 23.6 100.8 0l63.2-54.4c12-10.4 34.4-18.8 50.4-18.8h68c42.4 0 77.2-34.8 77.2-77.2v-68c0-15.6 8.4-38.4 18.8-50.4l54.4-63.2c23.2-27.6 23.2-73.2-.4-100.8zm-216-25.2-193.2 193.2a30 30 0 0 1-42.4 0l-96.8-96.8a30.16 30.16 0 0 1 0-42.4c11.6-11.6 30.8-11.6 42.4 0l75.6 75.6 172-172c11.6-11.6 30.8-11.6 42.4 0 11.6 11.6 11.6 30.8 0 42.4z",fill:"#27ae60"}))},props:{comment:{type:Object,required:!0},rootId:{type:String,required:!0},reply:{type:Object,default:null},edit:{type:Object,default:null}},emits:["submit","reply","like","delete","status","sticky","edit"],setup(n){const o=t.inject("config"),a=ee(),l=Q(),r=t.computed((()=>o.value.locale)),i=t.computed((()=>{const{link:e}=n.comment;return e?N(e)?e:`https://${e}`:""})),c=t.computed((()=>a.value.includes(n.comment.objectId))),s=((n,o)=>{const a=e.useNow();return t.computed((()=>j(n,a.value,o)))})(n.comment.insertedAt,r.value),m=t.computed((()=>"administrator"===l.value.type)),d=t.computed((()=>n.comment.user_id&&l.value.objectId===n.comment.user_id)),u=t.computed((()=>n.comment.objectId===n.reply?.objectId)),p=t.computed((()=>n.comment.objectId===n.edit?.objectId));return{config:o,locale:r,isReplyingCurrent:u,isEditingCurrent:p,link:i,like:c,time:s,isAdmin:m,isOwner:d,commentStatus:yt}}});const wt=["id"],Ct={class:"wl-user","aria-hidden":"true"},bt=["src"],Et={class:"wl-card"},Bt={class:"wl-head"},Lt=["href"],Vt={key:1,class:"wl-nick"},Nt=["textContent"],St=["textContent"],$t=["textContent"],It=["textContent"],Rt=["textContent"],xt={class:"wl-comment-actions"},jt=["title"],At=["textContent"],zt=["title"],Dt={class:"wl-meta","aria-hidden":"true"},Ut=["data-value","textContent"],Mt=["data-value","textContent"],Pt=["data-value","textContent"],Tt=["innerHTML"],_t={key:1,class:"wl-admin-actions"},Ot={class:"wl-comment-status"},Ht=["disabled","onClick","textContent"],Ft={key:3,class:"wl-quote"};var Wt=we(kt,[["render",function(e,n,o,a,l,r){const i=t.resolveComponent("VerifiedIcon"),c=t.resolveComponent("EditIcon"),s=t.resolveComponent("DeleteIcon"),m=t.resolveComponent("LikeIcon"),d=t.resolveComponent("ReplyIcon"),u=t.resolveComponent("CommentBox"),p=t.resolveComponent("CommentCard",!0);return t.openBlock(),t.createElementBlock("div",{id:e.comment.objectId,class:"wl-item"},[t.createElementVNode("div",Ct,[e.comment.avatar?(t.openBlock(),t.createElementBlock("img",{key:0,src:e.comment.avatar},null,8,bt)):t.createCommentVNode("v-if",!0),e.comment.type?(t.openBlock(),t.createBlock(i,{key:1})):t.createCommentVNode("v-if",!0)]),t.createElementVNode("div",Et,[t.createElementVNode("div",Bt,[e.link?(t.openBlock(),t.createElementBlock("a",{key:0,class:"wl-nick",href:e.link,target:"_blank",rel:"nofollow noreferrer"},t.toDisplayString(e.comment.nick),9,Lt)):(t.openBlock(),t.createElementBlock("span",Vt,t.toDisplayString(e.comment.nick),1)),"administrator"===e.comment.type?(t.openBlock(),t.createElementBlock("span",{key:2,class:"wl-badge",textContent:t.toDisplayString(e.locale.admin)},null,8,Nt)):t.createCommentVNode("v-if",!0),e.comment.label?(t.openBlock(),t.createElementBlock("span",{key:3,class:"wl-badge",textContent:t.toDisplayString(e.comment.label)},null,8,St)):t.createCommentVNode("v-if",!0),e.comment.sticky?(t.openBlock(),t.createElementBlock("span",{key:4,class:"wl-badge",textContent:t.toDisplayString(e.locale.sticky)},null,8,$t)):t.createCommentVNode("v-if",!0),void 0!==e.comment.level&&e.comment.level>=0?(t.openBlock(),t.createElementBlock("span",{key:5,class:t.normalizeClass(`wl-badge level${e.comment.level}`),textContent:t.toDisplayString(e.locale[`level${e.comment.level}`]||`Level ${e.comment.level}`)},null,10,It)):t.createCommentVNode("v-if",!0),t.createElementVNode("span",{class:"wl-time",textContent:t.toDisplayString(e.time)},null,8,Rt),t.createElementVNode("div",xt,[e.isAdmin||e.isOwner?(t.openBlock(),t.createElementBlock("button",{key:0,class:"wl-edit",onClick:n[0]||(n[0]=t=>e.$emit("edit",e.comment))},[t.createVNode(c)])):t.createCommentVNode("v-if",!0),e.isAdmin||e.isOwner?(t.openBlock(),t.createElementBlock("button",{key:1,class:"wl-delete",onClick:n[1]||(n[1]=t=>e.$emit("delete",e.comment))},[t.createVNode(s)])):t.createCommentVNode("v-if",!0),t.createElementVNode("button",{class:"wl-like",title:e.like?e.locale.cancelLike:e.locale.like,onClick:n[2]||(n[2]=t=>e.$emit("like",e.comment))},[t.createVNode(m,{active:e.like},null,8,["active"]),"like"in e.comment?(t.openBlock(),t.createElementBlock("span",{key:0,textContent:t.toDisplayString(e.comment.like)},null,8,At)):t.createCommentVNode("v-if",!0)],8,jt),t.createElementVNode("button",{class:t.normalizeClass(["wl-reply",{active:e.isReplyingCurrent}]),title:e.isReplyingCurrent?e.locale.cancelReply:e.locale.reply,onClick:n[3]||(n[3]=t=>e.$emit("reply",e.isReplyingCurrent?null:e.comment))},[t.createVNode(d)],10,zt)])]),t.createElementVNode("div",Dt,[e.comment.addr?(t.openBlock(),t.createElementBlock("span",{key:0,class:"wl-addr","data-value":e.comment.addr,textContent:t.toDisplayString(e.comment.addr)},null,8,Ut)):t.createCommentVNode("v-if",!0),e.comment.browser?(t.openBlock(),t.createElementBlock("span",{key:1,class:"wl-browser","data-value":e.comment.browser,textContent:t.toDisplayString(e.comment.browser)},null,8,Mt)):t.createCommentVNode("v-if",!0),e.comment.os?(t.openBlock(),t.createElementBlock("span",{key:2,class:"wl-os","data-value":e.comment.os,textContent:t.toDisplayString(e.comment.os)},null,8,Pt)):t.createCommentVNode("v-if",!0)]),t.createCommentVNode(" eslint-disable vue/no-v-html "),e.isEditingCurrent?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:0,class:"wl-content",innerHTML:e.comment.comment},null,8,Tt)),t.createCommentVNode(" eslint-enable vue/no-v-html "),e.isAdmin&&!e.isEditingCurrent?(t.openBlock(),t.createElementBlock("div",_t,[t.createElementVNode("span",Ot,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.commentStatus,(n=>(t.openBlock(),t.createElementBlock("button",{key:n,class:t.normalizeClass(`wl-btn wl-${n}`),disabled:e.comment.status===n,onClick:t=>e.$emit("status",{status:n,comment:e.comment}),textContent:t.toDisplayString(e.locale[n])},null,10,Ht)))),128))]),e.isAdmin&&!e.comment.rid?(t.openBlock(),t.createElementBlock("button",{key:0,class:"wl-btn wl-sticky",onClick:n[4]||(n[4]=t=>e.$emit("sticky",e.comment))},t.toDisplayString(e.comment.sticky?e.locale.unsticky:e.locale.sticky),1)):t.createCommentVNode("v-if",!0)])):t.createCommentVNode("v-if",!0),e.isReplyingCurrent||e.isEditingCurrent?(t.openBlock(),t.createElementBlock("div",{key:2,class:t.normalizeClass({"wl-reply-wrapper":e.isReplyingCurrent,"wl-edit-wrapper":e.isEditingCurrent})},[t.createVNode(u,{edit:e.edit,"reply-id":e.reply?.objectId,"reply-user":e.comment.nick,"root-id":e.rootId,onSubmit:n[5]||(n[5]=t=>e.$emit("submit",t)),onCancelReply:n[6]||(n[6]=t=>e.$emit("reply",null)),onCancelEdit:n[7]||(n[7]=t=>e.$emit("edit",null))},null,8,["edit","reply-id","reply-user","root-id"])],2)):t.createCommentVNode("v-if",!0),e.comment.children?(t.openBlock(),t.createElementBlock("div",Ft,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.comment.children,(o=>(t.openBlock(),t.createBlock(p,{key:o.objectId,comment:o,reply:e.reply,edit:e.edit,"root-id":e.rootId,onReply:n[8]||(n[8]=t=>e.$emit("reply",t)),onSubmit:n[9]||(n[9]=t=>e.$emit("submit",t)),onLike:n[10]||(n[10]=t=>e.$emit("like",t)),onEdit:n[11]||(n[11]=t=>e.$emit("edit",t)),onDelete:n[12]||(n[12]=t=>e.$emit("delete",t)),onStatus:n[13]||(n[13]=t=>e.$emit("status",t)),onSticky:n[14]||(n[14]=t=>e.$emit("sticky",t))},null,8,["comment","reply","edit","root-id"])))),128))])):t.createCommentVNode("v-if",!0)])],8,wt)}],["__file","CommentCard.vue"]]);const Gt=[{key:"insertedAt_desc",name:"latest"},{key:"insertedAt_asc",name:"oldest"},{key:"like_desc",name:"hottest"}];var qt=t.defineComponent({name:"WalineRoot",components:{Reaction:Ne,CommentBox:ft,CommentCard:Wt,LoadingIcon:Se},props:["serverURL","path","meta","requiredMeta","dark","lang","locale","pageSize","wordLimit","emoji","login","highlighter","texRenderer","imageUploader","search","copyright","recaptchaV3Key","reaction"],setup(n){const o=t.computed((()=>(({serverURL:e,path:t=location.pathname,lang:n="zh-CN",locale:o,emoji:a=["//unpkg.com/@waline/emojis@1.1.0/weibo"],meta:l=["nick","mail","link"],requiredMeta:r=[],dark:u=!1,pageSize:p=10,wordLimit:g,imageUploader:v,highlighter:f,texRenderer:y,copyright:k=!0,login:w="enable",search:C=m(),reaction:b,...E})=>({serverURL:S(e),path:L(t),locale:{...B[n]||B["zh-CN"],..."object"==typeof o?o:{}},wordLimit:$(g),meta:i(l),requiredMeta:i(r),imageUploader:I(v,c),highlighter:I(f,h),texRenderer:I(y,s),lang:n,dark:u,emoji:a,pageSize:p,login:w,copyright:k,search:C,reaction:!0===b?d:b||!1,...E}))(n))),a=Q(),l=ee(),r=t.ref("loading"),u=t.ref(0),p=t.ref(1),g=t.ref(0),v=t.ref(Gt[0].key),f=t.ref([]),y=t.ref(null),k=t.ref(null),w=t.computed((()=>{return"string"==typeof(e=o.value.dark)?"auto"===e?`@media(prefers-color-scheme:dark){body${R}}`:`${e}${R}`:!0===e?`:root${R}`:"";var e}));let C;e.useStyleTag(w);const b=e=>{const{serverURL:t,path:n,pageSize:l}=o.value,i=new AbortController;r.value="loading",C?.(),(({serverURL:e,lang:t,path:n,page:o,pageSize:a,sortBy:l,signal:r,token:i})=>{const c={};return i&&(c.Authorization=`Bearer ${i}`),fetch(`${e}/comment?path=${encodeURIComponent(n)}&pageSize=${a}&page=${o}&lang=${t}&sortBy=${l}`,{signal:r,headers:c}).then((e=>e.json())).then((e=>M(e,"comment list")))})({serverURL:t,lang:o.value.lang,path:n,pageSize:l,sortBy:v.value,page:e,signal:i.signal,token:a.value?.token}).then((t=>{r.value="success",u.value=t.count,f.value.push(...t.data),p.value=e,g.value=t.totalPages})).catch((e=>{"AbortError"!==e.name&&(console.error(e.message),r.value="error")})),C=i.abort.bind(i)},E=()=>{u.value=0,f.value=[],b(1)};return t.provide("config",o),t.watch((()=>n.path),E),t.onMounted((()=>E())),{config:o,darkmodeStyle:w,i18n:t.computed((()=>o.value.locale)),status:r,count:u,page:p,totalPages:g,sortBy:v,sortByItems:Gt,data:f,reply:y,edit:k,loadMore:()=>b(p.value+1),refresh:E,onSortByChange:e=>{v.value!==e&&(v.value=e,E())},onReply:e=>{y.value=e},onSubmit:e=>{if(k.value)k.value.comment=e.comment,k.value.orig=e.orig;else if(e.rid){const t=f.value.find((({objectId:t})=>t===e.rid));if(!t)return;Array.isArray(t.children)||(t.children=[]),t.children.push(e)}else f.value.unshift(e)},onStatusChange:async({comment:e,status:t})=>{if(e.status===t)return;const{serverURL:n,lang:l}=o.value;await P({serverURL:n,lang:l,token:a.value?.token,objectId:e.objectId,status:t}),e.status=t},onDelete:async({objectId:e})=>{if(!confirm("Are you sure you want to delete this comment?"))return;const{serverURL:t,lang:n}=o.value;await(({serverURL:e,lang:t,token:n,objectId:o})=>fetch(`${e}/comment/${o}?lang=${t}`,{method:"DELETE",headers:{Authorization:`Bearer ${n}`}}).then((e=>e.json())))({serverURL:t,lang:n,token:a.value?.token,objectId:e}),f.value.some(((t,n)=>t.objectId===e?(f.value=f.value.filter(((e,t)=>t!==n)),!0):t.children.some(((o,a)=>o.objectId===e&&(f.value[n].children=t.children.filter(((e,t)=>t!==a)),!0)))))},onSticky:async e=>{if(e.rid)return;const{serverURL:t,lang:n}=o.value;await P({serverURL:t,lang:n,token:a.value?.token,objectId:e.objectId,sticky:e.sticky?0:1}),e.sticky=!e.sticky},onLike:async e=>{const{serverURL:t,lang:n}=o.value,{objectId:a}=e,r=l.value.includes(a);await(({serverURL:e,lang:t,objectId:n,like:o})=>fetch(`${e}/comment/${n}?lang=${t}`,{method:"PUT",headers:U,body:JSON.stringify({like:o})}).then((e=>e.json())))({serverURL:t,lang:n,objectId:a,like:!r}),r?l.value=l.value.filter((e=>e!==a)):(l.value=[...l.value,a],l.value.length>50&&(l.value=l.value.slice(-50))),e.like=(e.like||0)+(r?-1:1)},onEdit:e=>{k.value=e},version:"2.11.1"}}});const Kt={"data-waline":""},Jt={class:"wl-meta-head"},Zt={class:"wl-count"},Yt=["textContent"],Qt={class:"wl-sort"},Xt=["onClick"],en={class:"wl-cards"},tn={key:1,class:"wl-operation"},nn=["textContent"],on={key:0,class:"wl-loading"},an=["textContent"],ln={class:"wl-operation"},rn=["textContent"],cn={key:3,class:"wl-power"},sn=t.createTextVNode(" Powered by "),mn=t.createElementVNode("a",{href:"https://github.com/walinejs/waline",target:"_blank",rel:"noreferrer"}," Waline ",-1);var dn=we(qt,[["render",function(e,n,o,a,l,r){const i=t.resolveComponent("Reaction"),c=t.resolveComponent("CommentBox"),s=t.resolveComponent("CommentCard"),m=t.resolveComponent("LoadingIcon");return t.openBlock(),t.createElementBlock("div",Kt,[t.createVNode(i),e.reply?t.createCommentVNode("v-if",!0):(t.openBlock(),t.createBlock(c,{key:0,onSubmit:e.onSubmit},null,8,["onSubmit"])),t.createElementVNode("div",Jt,[t.createElementVNode("div",Zt,[e.count?(t.openBlock(),t.createElementBlock("span",{key:0,class:"wl-num",textContent:t.toDisplayString(e.count)},null,8,Yt)):t.createCommentVNode("v-if",!0),t.createTextVNode(" "+t.toDisplayString(e.i18n.comment),1)]),t.createElementVNode("ul",Qt,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.sortByItems,(n=>(t.openBlock(),t.createElementBlock("li",{key:n.key,class:t.normalizeClass([n.key===e.sortBy?"active":""]),onClick:t=>e.onSortByChange(n.key)},t.toDisplayString(e.i18n[n.name]),11,Xt)))),128))])]),t.createElementVNode("div",en,[(t.openBlock(!0),t.createElementBlock(t.Fragment,null,t.renderList(e.data,(n=>(t.openBlock(),t.createBlock(s,{key:n.objectId,"root-id":n.objectId,comment:n,reply:e.reply,edit:e.edit,onReply:e.onReply,onEdit:e.onEdit,onSubmit:e.onSubmit,onStatus:e.onStatusChange,onDelete:e.onDelete,onSticky:e.onSticky,onLike:e.onLike},null,8,["root-id","comment","reply","edit","onReply","onEdit","onSubmit","onStatus","onDelete","onSticky","onLike"])))),128))]),"error"===e.status?(t.openBlock(),t.createElementBlock("div",tn,[t.createElementVNode("button",{type:"button",class:"wl-btn",onClick:n[0]||(n[0]=(...t)=>e.refresh&&e.refresh(...t)),textContent:t.toDisplayString(e.i18n.refresh)},null,8,nn)])):(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},["loading"===e.status?(t.openBlock(),t.createElementBlock("div",on,[t.createVNode(m,{size:30})])):e.data.length?e.page<e.totalPages?(t.openBlock(),t.createElementBlock(t.Fragment,{key:2},[t.createCommentVNode(" Load more button "),t.createElementVNode("div",ln,[t.createElementVNode("button",{type:"button",class:"wl-btn",onClick:n[1]||(n[1]=(...t)=>e.loadMore&&e.loadMore(...t)),textContent:t.toDisplayString(e.i18n.more)},null,8,rn)])],2112)):t.createCommentVNode("v-if",!0):(t.openBlock(),t.createElementBlock("div",{key:1,class:"wl-empty",textContent:t.toDisplayString(e.i18n.sofa)},null,8,an))],64)),t.createCommentVNode(" Copyright Information "),e.config.copyright?(t.openBlock(),t.createElementBlock("div",cn,[sn,mn,t.createTextVNode(" v"+t.toDisplayString(e.version),1)])):t.createCommentVNode("v-if",!0)])}],["__file","Waline.vue"]]);const un=(e,t)=>{t.forEach(((t,n)=>{t.innerText=e[n].toString()}))},pn=({serverURL:e,path:t=window.location.pathname,selector:n=".waline-pageview-count",update:o=!0,lang:a="zh-CN"})=>{const l=new AbortController,r=Array.from(document.querySelectorAll(n)),i=e=>{const n=Z(e);return null!==n&&t!==n},c=n=>(({serverURL:e,lang:t,paths:n,signal:o})=>T({serverURL:e,lang:t,paths:n,type:["time"],signal:o}).then((e=>Array.isArray(e)?e:[e])))({serverURL:S(e),paths:n.map((e=>Z(e)||t)),lang:a,signal:l.signal}).then((e=>un(e,n))).catch(D);if(o){const n=r.filter((e=>!i(e))),o=r.filter(i);(s={serverURL:S(e),path:t,lang:a},_({...s,type:"time"})).then((e=>un(new Array(n.length).fill(e),n))),o.length&&c(o)}else c(r);var s;return l.abort.bind(l)};exports.RecentComments=({el:e,serverURL:t,count:n,lang:o="zh-CN"})=>{const a=Q(),l=O(e),r=new AbortController;return(({serverURL:e,lang:t,count:n,signal:o,token:a})=>{const l={};return a&&(l.Authorization=`Bearer ${a}`),fetch(`${e}/comment?type=recent&count=${n}&lang=${t}`,{signal:o,headers:l}).then((e=>e.json())).then((e=>M(e,"recent comment")))})({serverURL:t,count:n,lang:o,signal:r.signal,token:a.value?.token}).then((e=>l&&e.length?(l.innerHTML=`<ul class="wl-recent-list">${e.map((e=>`<li class="wl-recent-item"><a href="${e.url}">${e.nick}</a>:${e.comment}</li>`)).join("")}</ul>`,{comments:e,destroy:()=>{r.abort(),l.innerHTML=""}}):{comments:e,destroy:()=>r.abort()}))},exports.commentCount=te,exports.defaultLocales=B,exports.init=({el:e="#waline",path:n=window.location.pathname,comment:o=!1,pageview:a=!1,...l})=>{const r=e?O(e):null;if(e&&!r)throw new Error("Option 'el' do not match any domElement!");if(!l.serverURL)throw new Error("Option 'serverURL' is missing!");const i=t.reactive({...l}),c=t.reactive({comment:o,pageview:a,path:n}),s=r?t.createApp((()=>t.h(dn,{path:c.path,...i}))):null;s&&l.recaptchaV3Key&&s.use(ge,{siteKey:l.recaptchaV3Key,loaderOptions:{useRecaptchaNet:!0,autoHideBadge:!0}}),s&&s.mount(r);const m=t.watchEffect((()=>{c.comment&&te({serverURL:i.serverURL,path:c.path,selector:"string"==typeof c.comment?c.comment:void 0})})),d=t.watchEffect((()=>{c.pageview&&pn({serverURL:i.serverURL,path:c.path,selector:"string"==typeof c.pageview?c.pageview:void 0})}));return{el:r,update:({comment:e,pageview:t,path:n=window.location.pathname,...o}={})=>{Object.entries(o).forEach((([e,t])=>{i[e]=t})),c.path=n,void 0!==e&&(c.comment=e),void 0!==t&&(c.pageview=t)},destroy:()=>{s?.unmount(),m(),d()}}},exports.pageviewCount=pn,exports.version="2.11.1";
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("vue"),t=require("@vueuse/core"),n=require("autosize"),o=require("marked");function a(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var l=a(n);const r=["nick","mail","link"],i=e=>e.filter((e=>r.includes(e))),c=e=>new Promise(((t,n)=>{if(e.size>128e3)return n(new Error("File too large! File size limit 128KB"));const o=new FileReader;o.readAsDataURL(e),o.onload=()=>t(o.result?.toString()||""),o.onerror=n})),s=e=>!0===e?'<p class="wl-tex">Tex is not available in preview</p>':'<span class="wl-tex">Tex is not available in preview</span>',m=()=>{const e={next:""},t=({keyword:e,pos:t})=>{const n=new URLSearchParams("media_filter=minimal");return n.set("key","PAY5JLFIH6V6"),n.set("limit","20"),n.set("pos",t||""),n.set("q",e),fetch(`https://g.tenor.com/v1/search?${n.toString()}`,{headers:{"Content-Type":"application/json"}}).then((e=>e.json())).catch((()=>({next:t||"",results:[]})))};return{search:(n="")=>t({keyword:n}).then((t=>(e.next=t.next,t.results.map((e=>({title:e.title,src:e.media[0].tinygif.url})))))),more:n=>t({keyword:n,pos:e.next}).then((t=>(e.next=t.next,t.results.map((e=>({title:e.title,src:e.media[0].tinygif.url}))))))}},u=["//unpkg.com/@waline/emojis/tieba/tieba_agree.png","//unpkg.com/@waline/emojis/tieba/tieba_look_down.png","//unpkg.com/@waline/emojis/tieba/tieba_sunglasses.png","//unpkg.com/@waline/emojis/tieba/tieba_pick_nose.png","//unpkg.com/@waline/emojis/tieba/tieba_awkward.png","//unpkg.com/@waline/emojis/tieba/tieba_sleep.png"],d=new RegExp(`(${/[\u4E00-\u9FFF\u3400-\u4dbf\uf900-\ufaff\u3040-\u309f\uac00-\ud7af\u0400-\u04FF]+|\w+/.source}|${/</.source})|((?:${/(?:^|\s)\/\/(.+?)$/gm.source})|(?:${/\/\*([\S\s]*?)\*\//gm.source}))`,"gmi"),p=["23AC69","91C132","F19726","E8552D","1AAB8E","E1147F","2980C1","1BA1E6","9FA0A0","F19726","E30B20","E30B20","A3338B"],g={},h=e=>{let t=0;return e.replace(d,((e,n,o)=>{if(o)return`<span style="color: slategray">${o}</span>`;if("<"===n)return"&lt;";let a;g[n]?a=g[n]:(a=p[t],g[n]=a);const l=`<span style="color: #${a}">${n}</span>`;return t=++t%p.length,l}))},v=["nick","nickError","mail","mailError","link","optional","placeholder","sofa","submit","like","cancelLike","reply","cancelReply","comment","refresh","more","preview","emoji","uploadImage","seconds","minutes","hours","days","now","uploading","login","logout","admin","sticky","word","wordHint","anonymous","level0","level1","level2","level3","level4","level5","gif","gifSearchPlaceholder","profile","approved","waiting","spam","unsticky","oldest","latest","hottest","reactionTitle"],f=e=>Object.fromEntries(e.map(((e,t)=>[v[t],e])));var y=f(["NickName","NickName cannot be less than 3 bytes.","E-Mail","Please confirm your email address.","Website","Optional","Comment here...","No comment yet.","Submit","Like","Cancel like","Reply","Cancel reply","Comments","Refresh","Load More...","Preview","Emoji","Upload Image","seconds ago","minutes ago","hours ago","days ago","just now","Uploading","Login","logout","Admin","Sticky","Words","Please input comments between $0 and $1 words!\n Current word number: $2","Anonymous","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Search GIF","Profile","Approved","Waiting","Spam","Unsticky","Oldest","Latest","Hottest","What do you think?"]),k=f(["ニックネーム","3バイト以上のニックネームをご入力ください.","メールアドレス","メールアドレスをご確認ください.","サイト","オプション","ここにコメント","コメントしましょう~","提出する","Like","Cancel like","返信する","キャンセル","コメント","更新","さらに読み込む","プレビュー","絵文字","画像をアップロード","秒前","分前","時間前","日前","たっだ今","アップロード","ログインする","ログアウト","管理者","トップに置く","ワード","コメントは $0 から $1 ワードの間でなければなりません!\n 現在の単語番号: $2","匿名","うえにん","なかにん","しもおし","特にしもおし","かげ","なぬし","GIF","探す GIF","個人情報","承認済み","待っている","スパム","べたつかない","逆順","正順","人気順","どう思いますか?"]),w=f(["昵称","昵称不能少于3个字符","邮箱","请填写正确的邮件地址","网址","可选","欢迎评论","来发评论吧~","提交","喜欢","取消喜欢","回复","取消回复","评论","刷新","加载更多...","预览","表情","上传图片","秒前","分钟前","小时前","天前","刚刚","正在上传","登录","退出","博主","置顶","字","评论字数应在 $0 到 $1 字之间!\n当前字数:$2","匿名","潜水","冒泡","吐槽","活跃","话痨","传说","表情包","搜索表情包","个人资料","通过","待审核","垃圾","取消置顶","按倒序","按正序","按热度","你认为这篇文章怎么样?"]),C=f(["暱稱","暱稱不能少於3個字元","郵箱","請填寫正確的郵件地址","網址","可選","歡迎評論","來發評論吧~","提交","喜歡","取消喜歡","回覆","取消回覆","評論","刷新","載入更多...","預覽","表情","上傳圖片","秒前","分鐘前","小時前","天前","剛剛","正在上傳","登錄","退出","博主","置頂","字","評論字數應在 $0 到 $1 字之間!\n當前字數:$2","匿名","潛水","冒泡","吐槽","活躍","話癆","傳說","表情包","搜索表情包","個人資料","通過","待審核","垃圾","取消置頂","按倒序","按正序","按熱度","你認為這篇文章怎麼樣?"]),b=f(["Apelido","Apelido não pode ser menor que 3 bytes.","E-Mail","Por favor, confirme seu endereço de e-mail.","Website","Opcional","Comente aqui...","Nenhum comentário, ainda.","Enviar","Like","Cancel like","Responder","Cancelar resposta","Comentários","Refrescar","Carregar Mais...","Visualizar","Emoji","Enviar Imagem","segundos atrás","minutos atrás","horas atrás","dias atrás","agora mesmo","Enviando","Entrar","Sair","Admin","Sticky","Palavras","Favor enviar comentário com $0 a $1 palavras!\n Número de palavras atuais: $2","Anônimo","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Pesquisar GIF","informação pessoal","Aprovado","Espera","Spam","Unsticky","Mais velho","Mais recentes","Mais quente","O que você acha?"]),E=f(["Псевдоним","Никнейм не может быть меньше 3 байт.","Эл. адрес","Пожалуйста, подтвердите адрес вашей электронной почты.","Веб-сайт","Необязательный","Комментарий здесь...","Пока нет комментариев.","Отправить","Like","Cancel like","Отвечать","Отменить ответ","Комментарии","Обновить","Загрузи больше...","Превью","эмодзи","Загрузить изображение","секунд назад","несколько минут назад","несколько часов назад","дней назад","прямо сейчас","Загрузка","Авторизоваться","Выход из системы","Админ","Липкий","Слова","Пожалуйста, введите комментарии от $0 до $1 слов!\nНомер текущего слова: $2","Анонимный","Dwarves","Hobbits","Ents","Wizards","Elves","Maiar","GIF","Поиск GIF","Персональные данные","Одобренный","Ожидающий","Спам","Нелипкий","самый старый","последний","самый горячий","Что вы думаете?"]);const B={zh:w,"zh-cn":w,"zh-CN":w,"zh-tw":C,"zh-TW":C,en:y,"en-US":y,"en-us":y,jp:k,"jp-jp":k,"jp-JP":k,"pt-br":b,"pt-BR":b,ru:E,"ru-ru":E,"ru-RU":E},L={"Content-Type":"application/json"},V=(e,t="")=>{if("object"==typeof e&&e.errno)throw new TypeError(`Fetch ${t} failed with ${e.errno}: ${e.errmsg}`);return e},N=({serverURL:e,lang:t,paths:n,type:o,signal:a})=>fetch(`${e}/article?path=${encodeURIComponent(n.join(","))}&type=${encodeURIComponent(o.join(","))}&lang=${t}`,{signal:a}).then((e=>e.json())).then((e=>V(e,"article count"))),S=({serverURL:e,lang:t,path:n,type:o,action:a})=>fetch(`${e}/article?lang=${t}`,{method:"POST",headers:L,body:JSON.stringify({path:n,type:o,action:a})}).then((e=>e.json())).then((e=>V(e,"article count"))),$=({serverURL:e,lang:t,token:n,objectId:o,...a})=>fetch(`${e}/comment/${o}?lang=${t}`,{method:"PUT",headers:{...L,Authorization:`Bearer ${n}`},body:JSON.stringify(a)}).then((e=>e.json())),I=e=>{try{e=decodeURI(e)}catch(e){}return e},x=(e="")=>e.replace(/\/$/u,""),R=e=>/^(https?:)?\/\//.test(e),j=e=>{const t=x(e);return R(t)?t:`https://${t}`},A=e=>Array.isArray(e)?e:!!e&&[0,e],z=(e,t)=>"function"==typeof e?e:!1!==e&&t,D="{--waline-white:#000;--waline-light-grey:#666;--waline-dark-grey:#999;--waline-color:#888;--waline-bgcolor:#1e1e1e;--waline-bgcolor-light:#272727;--waline-bgcolor-hover: #444;--waline-border-color:#333;--waline-disable-bgcolor:#444;--waline-disable-color:#272727;--waline-bq-color:#272727;--waline-info-bgcolor:#272727;--waline-info-color:#666}",U=(e,t)=>{let n=e.toString();for(;n.length<t;)n="0"+n;return n},M=(e,t,n)=>{if(!e)return"";const o="string"==typeof e?new Date(-1!==e.indexOf(" ")?e.replace(/-/g,"/"):e):e,a=t.getTime()-o.getTime(),l=Math.floor(a/864e5);if(0===l){const e=a%864e5,t=Math.floor(e/36e5);if(0===t){const t=e%36e5,o=Math.floor(t/6e4);if(0===o){const e=t%6e4;return`${Math.round(e/1e3)} ${n.seconds}`}return`${o} ${n.minutes}`}return`${t} ${n.hours}`}return l<0?n.now:l<8?`${l} ${n.days}`:(e=>{const t=U(e.getDate(),2),n=U(e.getMonth()+1,2);return`${U(e.getFullYear(),2)}-${n}-${t}`})(o)},T=e=>{const n=t.useStorage("WALINE_EMOJI",{}),o=Boolean(/@[0-9]+\.[0-9]+\.[0-9]+/.test(e));if(o){const t=n.value[e];if(t)return Promise.resolve(t)}return fetch(`${e}/info.json`).then((e=>e.json())).then((t=>{const a={folder:e,...t};return o&&(n.value[e]=a),a}))},P=(e,t="",n="",o="")=>`${t?`${t}/`:""}${n}${e}${o?`.${o}`:""}`,_=e=>{"AbortError"!==e.name&&console.error(e.message)},O=e=>e instanceof HTMLElement?e:"string"==typeof e?document.querySelector(e):null,H=e=>e.type.includes("image"),F=e=>{const t=Array.from(e).find(H);return t?t.getAsFile():null},W=/\$.*?\$/,G=/^\$(.*?)\$/,q=/^(?:\s{0,3})\$\$((?:[^\n]|\n[^\n])+?)\n{0,1}\$\$/,K=(e="",t={})=>e.replace(/:(.+?):/g,((e,n)=>t[n]?`<img class="wl-emoji" src="${t[n]}" alt="${n}">`:e)),J=(e,{emojiMap:t,highlighter:n,texRenderer:a})=>{if(o.marked.setOptions({highlight:n||void 0,breaks:!0,smartLists:!0,smartypants:!0}),a){const e=(e=>[{name:"blockMath",level:"block",tokenizer(t){const n=q.exec(t);if(null!==n)return{type:"html",raw:n[0],text:e(!0,n[1])}}},{name:"inlineMath",level:"inline",start(e){const t=e.search(W);return-1!==t?t:e.length},tokenizer(t){const n=G.exec(t);if(null!==n)return{type:"html",raw:n[0],text:e(!1,n[1])}}}])(a);o.marked.use({extensions:e})}return o.marked.parse(K(e,t))},Z=e=>e.dataset.path||e.getAttribute("id"),Y=({serverURL:e,path:t=window.location.pathname,selector:n=".waline-comment-count",lang:o="zh-CN"})=>{const a=new AbortController,l=document.querySelectorAll(n);return l.length&&(({serverURL:e,lang:t,paths:n,signal:o})=>fetch(`${e}/comment?type=count&url=${encodeURIComponent(n.join(","))}&lang=${t}`,{signal:o,headers:{}}).then((e=>e.json())).then((e=>V(e,"comment count"))).then((e=>Array.isArray(e)?e:[e])))({serverURL:j(e),paths:Array.from(l).map((e=>I(e.dataset.path||e.getAttribute("id")||t))),lang:o,signal:a.signal}).then((e=>{l.forEach(((t,n)=>{t.innerText=e[n].toString()}))})).catch(_),a.abort.bind(a)};let Q=null;const X=()=>Q||(Q=t.useStorage("WALINE_LIKE",[]));var ee="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},te={},ne={},oe={},ae=ee&&ee.__awaiter||function(e,t,n,o){return new(n||(n=Promise))((function(a,l){function r(e){try{c(o.next(e))}catch(e){l(e)}}function i(e){try{c(o.throw(e))}catch(e){l(e)}}function c(e){var t;e.done?a(e.value):(t=e.value,t instanceof n?t:new n((function(e){e(t)}))).then(r,i)}c((o=o.apply(e,t||[])).next())}))},le=ee&&ee.__generator||function(e,t){var n,o,a,l,r={label:0,sent:function(){if(1&a[0])throw a[1];return a[1]},trys:[],ops:[]};return l={next:i(0),throw:i(1),return:i(2)},"function"==typeof Symbol&&(l[Symbol.iterator]=function(){return this}),l;function i(l){return function(i){return function(l){if(n)throw new TypeError("Generator is already executing.");for(;r;)try{if(n=1,o&&(a=2&l[0]?o.return:l[0]?o.throw||((a=o.return)&&a.call(o),0):o.next)&&!(a=a.call(o,l[1])).done)return a;switch(o=0,a&&(l=[2&l[0],a.value]),l[0]){case 0:case 1:a=l;break;case 4:return r.label++,{value:l[1],done:!1};case 5:r.label++,o=l[1],l=[0];continue;case 7:l=r.ops.pop(),r.trys.pop();continue;default:if(!(a=r.trys,(a=a.length>0&&a[a.length-1])||6!==l[0]&&2!==l[0])){r=0;continue}if(3===l[0]&&(!a||l[1]>a[0]&&l[1]<a[3])){r.label=l[1];break}if(6===l[0]&&r.label<a[1]){r.label=a[1],a=l;break}if(a&&r.label<a[2]){r.label=a[2],r.ops.push(l);break}a[2]&&r.ops.pop(),r.trys.pop();continue}l=t.call(e,r)}catch(e){l=[6,e],o=0}finally{n=a=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,i])}}};Object.defineProperty(oe,"__esModule",{value:!0}),oe.ReCaptchaInstance=void 0;var re=function(){function e(e,t,n){this.siteKey=e,this.recaptchaID=t,this.recaptcha=n,this.styleContainer=null}return e.prototype.execute=function(e){return ae(this,void 0,void 0,(function(){return le(this,(function(t){return[2,this.recaptcha.enterprise?this.recaptcha.enterprise.execute(this.recaptchaID,{action:e}):this.recaptcha.execute(this.recaptchaID,{action:e})]}))}))},e.prototype.getSiteKey=function(){return this.siteKey},e.prototype.hideBadge=function(){null===this.styleContainer&&(this.styleContainer=document.createElement("style"),this.styleContainer.innerHTML=".grecaptcha-badge{visibility:hidden !important;}",document.head.appendChild(this.styleContainer))},e.prototype.showBadge=function(){null!==this.styleContainer&&(document.head.removeChild(this.styleContainer),this.styleContainer=null)},e}();oe.ReCaptchaInstance=re,Object.defineProperty(ne,"__esModule",{value:!0}),ne.getInstance=ne.load=void 0;var ie,ce=oe;!function(e){e[e.NOT_LOADED=0]="NOT_LOADED",e[e.LOADING=1]="LOADING",e[e.LOADED=2]="LOADED"}(ie||(ie={}));var se=function(){function e(){}return e.load=function(t,n){if(void 0===n&&(n={}),"undefined"==typeof document)return Promise.reject(new Error("This is a library for the browser!"));if(e.getLoadingState()===ie.LOADED)return e.instance.getSiteKey()===t?Promise.resolve(e.instance):Promise.reject(new Error("reCAPTCHA already loaded with different site key!"));if(e.getLoadingState()===ie.LOADING)return t!==e.instanceSiteKey?Promise.reject(new Error("reCAPTCHA already loaded with different site key!")):new Promise((function(t,n){e.successfulLoadingConsumers.push((function(e){return t(e)})),e.errorLoadingRunnable.push((function(e){return n(e)}))}));e.instanceSiteKey=t,e.setLoadingState(ie.LOADING);var o=new e;return new Promise((function(a,l){o.loadScript(t,n.useRecaptchaNet||!1,n.useEnterprise||!1,n.renderParameters?n.renderParameters:{},n.customUrl).then((function(){e.setLoadingState(ie.LOADED);var l=o.doExplicitRender(grecaptcha,t,n.explicitRenderParameters?n.explicitRenderParameters:{},n.useEnterprise||!1),r=new ce.ReCaptchaInstance(t,l,grecaptcha);e.successfulLoadingConsumers.forEach((function(e){return e(r)})),e.successfulLoadingConsumers=[],n.autoHideBadge&&r.hideBadge(),e.instance=r,a(r)})).catch((function(t){e.errorLoadingRunnable.forEach((function(e){return e(t)})),e.errorLoadingRunnable=[],l(t)}))}))},e.getInstance=function(){return e.instance},e.setLoadingState=function(t){e.loadingState=t},e.getLoadingState=function(){return null===e.loadingState?ie.NOT_LOADED:e.loadingState},e.prototype.loadScript=function(t,n,o,a,l){var r=this;void 0===n&&(n=!1),void 0===o&&(o=!1),void 0===a&&(a={}),void 0===l&&(l="");var i=document.createElement("script");i.setAttribute("recaptcha-v3-script","");var c="https://www.google.com/recaptcha/api.js";n&&(c=o?"https://recaptcha.net/recaptcha/enterprise.js":"https://recaptcha.net/recaptcha/api.js"),o&&(c="https://www.google.com/recaptcha/enterprise.js"),l&&(c=l),a.render&&(a.render=void 0);var s=this.buildQueryString(a);return i.src=c+"?render=explicit"+s,new Promise((function(t,n){i.addEventListener("load",r.waitForScriptToLoad((function(){t(i)}),o),!1),i.onerror=function(t){e.setLoadingState(ie.NOT_LOADED),n(t)},document.head.appendChild(i)}))},e.prototype.buildQueryString=function(e){return Object.keys(e).length<1?"":"&"+Object.keys(e).filter((function(t){return!!e[t]})).map((function(t){return t+"="+e[t]})).join("&")},e.prototype.waitForScriptToLoad=function(t,n){var o=this;return function(){void 0===window.grecaptcha?setTimeout((function(){o.waitForScriptToLoad(t,n)}),e.SCRIPT_LOAD_DELAY):n?window.grecaptcha.enterprise.ready((function(){t()})):window.grecaptcha.ready((function(){t()}))}},e.prototype.doExplicitRender=function(e,t,n,o){var a={sitekey:t,badge:n.badge,size:n.size,tabindex:n.tabindex};return n.container?o?e.enterprise.render(n.container,a):e.render(n.container,a):o?e.enterprise.render(a):e.render(a)},e.loadingState=null,e.instance=null,e.instanceSiteKey=null,e.successfulLoadingConsumers=[],e.errorLoadingRunnable=[],e.SCRIPT_LOAD_DELAY=25,e}();ne.load=se.load,ne.getInstance=se.getInstance,function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.ReCaptchaInstance=e.getInstance=e.load=void 0;var t=ne;Object.defineProperty(e,"load",{enumerable:!0,get:function(){return t.load}}),Object.defineProperty(e,"getInstance",{enumerable:!0,get:function(){return t.getInstance}});var n=oe;Object.defineProperty(e,"ReCaptchaInstance",{enumerable:!0,get:function(){return n.ReCaptchaInstance}})}(te);const me={};let ue=null;const de=()=>ue||(ue=t.useStorage("WALINE_VOTE",[]));let pe=null;const ge=()=>pe||(pe=t.useStorage("WALINE_USER",{}));var he=e.defineComponent({setup(){const t=e.ref([]),n=de(),o=e.inject("config"),a=e.computed((()=>o.value.locale)),l=e.computed((()=>{const{reaction:e,path:l}=o.value;return(Array.isArray(e)?e:[]).map(((e,o)=>({icon:e,vote:t.value[o]||0,desc:a.value[`reaction${o}`],active:Boolean(n.value.find((({u:e,i:t})=>e===l&&t===o)))})))})),r=new AbortController;return e.onMounted((()=>(async()=>{const{serverURL:e,lang:n,path:a,reaction:l}=o.value;if(!Array.isArray(l))return;const i=await N({serverURL:e,lang:n,paths:[a],type:l.map(((e,t)=>`reaction${t}`)),signal:r.signal});Array.isArray(i)||"number"==typeof i||(t.value=l.map(((e,t)=>i[`reaction${t}`])))})())),e.onUnmounted((()=>r.abort())),{reaction:l,locale:a,vote:async e=>{const{serverURL:a,lang:l,path:r}=o.value,i=n.value.find((({u:e})=>e===r));i&&i.i===e||(await S({serverURL:a,lang:l,path:r,type:`reaction${e}`}),t.value[e]=(t.value[e]||0)+1,i?(t.value[i.i]=Math.max(t.value[i.i]-1,0),S({serverURL:a,lang:l,path:r,type:`reaction${i.i}`,action:"desc"}),i.i=e,n.value=Array.from(n.value)):n.value=[...n.value,{u:r,i:e}],n.value.length>50&&(n.value=n.value.slice(-50)))}}}}),ve=(e,t)=>{const n=e.__vccOpts||e;for(const[e,o]of t)n[e]=o;return n};const fe={key:0,class:"wl-reaction"},ye=["textContent"],ke=["onClick"],we={class:"wl-reaction-img"},Ce=["src","alt"],be={class:"wl-reaction-votes"},Ee={class:"wl-reaction-text"};var Be=ve(he,[["render",function(t,n,o,a,l,r){return t.reaction&&t.reaction.length?(e.openBlock(),e.createElementBlock("div",fe,[e.createElementVNode("h4",{textContent:e.toDisplayString(t.locale.reactionTitle)},null,8,ye),e.createElementVNode("ul",null,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.reaction,((n,o)=>(e.openBlock(),e.createElementBlock("li",{key:o,class:e.normalizeClass({active:n.active}),onClick:e=>t.vote(o)},[e.createElementVNode("div",we,[e.createElementVNode("img",{src:n.icon,alt:n.desc},null,8,Ce),e.createElementVNode("div",be,e.toDisplayString(n.vote),1)]),e.createElementVNode("div",Ee,e.toDisplayString(n.desc),1)],10,ke)))),128))])])):e.createCommentVNode("v-if",!0)}],["__file","ArticleReaction.vue"]]);const Le=({size:t})=>e.h("svg",{width:t,height:t,viewBox:"0 0 100 100",preserveAspectRatio:"xMidYMid"},e.h("circle",{cx:50,cy:50,fill:"none",stroke:"currentColor",strokeWidth:"4",r:"40","stroke-dasharray":"85 30"},e.h("animateTransform",{attributeName:"transform",type:"rotate",repeatCount:"indefinite",dur:"1s",values:"0 50 50;360 50 50",keyTimes:"0;1"})));var Ve=e.defineComponent({name:"ImageWall",components:{LoadingIcon:Le},props:{items:{type:Array,default:()=>[]},columnWidth:{type:Number,default:300},gap:{type:Number,default:0}},emits:["insert"],setup(t){let n=null;const o=e.ref(null),a=e.ref({}),l=e.ref([]),r=()=>{const e=Math.floor((o.value.getBoundingClientRect().width+t.gap)/(t.columnWidth+t.gap));return e>0?e:1},i=async n=>{if(n>=t.items.length)return;await e.nextTick();const a=Array.from(o.value?.children||[]).reduce(((e,t)=>t.getBoundingClientRect().height<e.getBoundingClientRect().height?t:e));l.value[Number(a.dataset.index)].push(n),await i(n+1)},c=async(e=!1)=>{if(l.value.length===r()&&!e)return;var t;l.value=(t=r(),new Array(t).fill(null).map((()=>[])));const n=window.scrollY;await i(0),window.scrollTo({top:n})};return e.watch((()=>[t.items]),(()=>{a.value={},c(!0)})),e.watch((()=>[t.columnWidth,t.gap]),(()=>c())),e.onMounted((()=>{c(!0),n=new ResizeObserver((()=>c())),n.observe(o.value)})),e.onBeforeUnmount((()=>n.unobserve(o.value))),{columns:l,state:a,wall:o}}});const Ne=["data-index"],Se=["src","title","onLoad","onClick"];var $e=ve(Ve,[["render",function(t,n,o,a,l,r){const i=e.resolveComponent("LoadingIcon");return e.openBlock(),e.createElementBlock("div",{ref:"wall",class:"wl-gallery",style:e.normalizeStyle({gap:`${t.gap}px`})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.columns,((n,o)=>(e.openBlock(),e.createElementBlock("div",{key:o,class:"wl-gallery-column","data-index":o,style:e.normalizeStyle({gap:`${t.gap}px`})},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n,(n=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:n},[t.state[t.items[n].src]?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createBlock(i,{key:0,size:36,style:{margin:"20px auto"}})),e.createElementVNode("img",{class:"wl-gallery-item",src:t.items[n].src,title:t.items[n].title,loading:"lazy",onLoad:e=>t.state[t.items[n].src]=!0,onClick:e=>t.$emit("insert",`![](${t.items[n].src})`)},null,40,Se)],64)))),128))],12,Ne)))),128))],4)}],["__file","ImageWall.vue"]]),Ie=e.defineComponent({name:"CommentBox",components:{CloseIcon:({size:t})=>e.h("svg",{class:"wl-close-icon",viewBox:"0 0 1024 1024",width:t,height:t},[e.h("path",{d:"M697.173 85.333h-369.92c-144.64 0-241.92 101.547-241.92 252.587v348.587c0 150.613 97.28 252.16 241.92 252.16h369.92c144.64 0 241.494-101.547 241.494-252.16V337.92c0-151.04-96.854-252.587-241.494-252.587z",fill:"currentColor"}),e.h("path",{d:"m640.683 587.52-75.947-75.861 75.904-75.862a37.29 37.29 0 0 0 0-52.778 37.205 37.205 0 0 0-52.779 0l-75.946 75.818-75.862-75.946a37.419 37.419 0 0 0-52.821 0 37.419 37.419 0 0 0 0 52.821l75.947 75.947-75.776 75.733a37.29 37.29 0 1 0 52.778 52.821l75.776-75.776 75.947 75.947a37.376 37.376 0 0 0 52.779-52.821z",fill:"#888"})]),EmojiIcon:()=>e.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},e.h("path",{d:"M563.2 463.3 677 540c1.7 1.2 3.7 1.8 5.8 1.8.7 0 1.4-.1 2-.2 2.7-.5 5.1-2.1 6.6-4.4l25.3-37.8c1.5-2.3 2.1-5.1 1.6-7.8s-2.1-5.1-4.4-6.6l-73.6-49.1 73.6-49.1c2.3-1.5 3.9-3.9 4.4-6.6.5-2.7 0-5.5-1.6-7.8l-25.3-37.8a10.1 10.1 0 0 0-6.6-4.4c-.7-.1-1.3-.2-2-.2-2.1 0-4.1.6-5.8 1.8l-113.8 76.6c-9.2 6.2-14.7 16.4-14.7 27.5.1 11 5.5 21.3 14.7 27.4zM387 348.8h-45.5c-5.7 0-10.4 4.7-10.4 10.4v153.3c0 5.7 4.7 10.4 10.4 10.4H387c5.7 0 10.4-4.7 10.4-10.4V359.2c0-5.7-4.7-10.4-10.4-10.4zm333.8 241.3-41-20a10.3 10.3 0 0 0-8.1-.5c-2.6.9-4.8 2.9-5.9 5.4-30.1 64.9-93.1 109.1-164.4 115.2-5.7.5-9.9 5.5-9.5 11.2l3.9 45.5c.5 5.3 5 9.5 10.3 9.5h.9c94.8-8 178.5-66.5 218.6-152.7 2.4-5 .3-11.2-4.8-13.6zm186-186.1c-11.9-42-30.5-81.4-55.2-117.1-24.1-34.9-53.5-65.6-87.5-91.2-33.9-25.6-71.5-45.5-111.6-59.2-41.2-14-84.1-21.1-127.8-21.1h-1.2c-75.4 0-148.8 21.4-212.5 61.7-63.7 40.3-114.3 97.6-146.5 165.8-32.2 68.1-44.3 143.6-35.1 218.4 9.3 74.8 39.4 145 87.3 203.3.1.2.3.3.4.5l36.2 38.4c1.1 1.2 2.5 2.1 3.9 2.6 73.3 66.7 168.2 103.5 267.5 103.5 73.3 0 145.2-20.3 207.7-58.7 37.3-22.9 70.3-51.5 98.1-85 27.1-32.7 48.7-69.5 64.2-109.1 15.5-39.7 24.4-81.3 26.6-123.8 2.4-43.6-2.5-87-14.5-129zm-60.5 181.1c-8.3 37-22.8 72-43 104-19.7 31.1-44.3 58.6-73.1 81.7-28.8 23.1-61 41-95.7 53.4-35.6 12.7-72.9 19.1-110.9 19.1-82.6 0-161.7-30.6-222.8-86.2l-34.1-35.8c-23.9-29.3-42.4-62.2-55.1-97.7-12.4-34.7-18.8-71-19.2-107.9-.4-36.9 5.4-73.3 17.1-108.2 12-35.8 30-69.2 53.4-99.1 31.7-40.4 71.1-72 117.2-94.1 44.5-21.3 94-32.6 143.4-32.6 49.3 0 97 10.8 141.8 32 34.3 16.3 65.3 38.1 92 64.8 26.1 26 47.5 56 63.6 89.2 16.2 33.2 26.6 68.5 31 105.1 4.6 37.5 2.7 75.3-5.6 112.3z",fill:"currentColor"})),ImageIcon:()=>e.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[e.h("path",{d:"M784 112H240c-88 0-160 72-160 160v480c0 88 72 160 160 160h544c88 0 160-72 160-160V272c0-88-72-160-160-160zm96 640c0 52.8-43.2 96-96 96H240c-52.8 0-96-43.2-96-96V272c0-52.8 43.2-96 96-96h544c52.8 0 96 43.2 96 96v480z",fill:"currentColor"}),e.h("path",{d:"M352 480c52.8 0 96-43.2 96-96s-43.2-96-96-96-96 43.2-96 96 43.2 96 96 96zm0-128c17.6 0 32 14.4 32 32s-14.4 32-32 32-32-14.4-32-32 14.4-32 32-32zm462.4 379.2-3.2-3.2-177.6-177.6c-25.6-25.6-65.6-25.6-91.2 0l-80 80-36.8-36.8c-25.6-25.6-65.6-25.6-91.2 0L200 728c-4.8 6.4-8 14.4-8 24 0 17.6 14.4 32 32 32 9.6 0 16-3.2 22.4-9.6L380.8 640l134.4 134.4c6.4 6.4 14.4 9.6 24 9.6 17.6 0 32-14.4 32-32 0-9.6-4.8-17.6-9.6-24l-52.8-52.8 80-80L769.6 776c6.4 4.8 12.8 8 20.8 8 17.6 0 32-14.4 32-32 0-8-3.2-16-8-20.8z",fill:"currentColor"})]),ImageWall:$e,MarkdownIcon:()=>e.h("svg",{width:"16",height:"16",ariaHidden:"true"},e.h("path",{d:"M14.85 3H1.15C.52 3 0 3.52 0 4.15v7.69C0 12.48.52 13 1.15 13h13.69c.64 0 1.15-.52 1.15-1.15v-7.7C16 3.52 15.48 3 14.85 3zM9 11H7V8L5.5 9.92 4 8v3H2V5h2l1.5 2L7 5h2v6zm2.99.5L9.5 8H11V5h2v3h1.5l-2.51 3.5z",fill:"currentColor"})),PreviewIcon:()=>e.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[e.h("path",{d:"M710.816 654.301c70.323-96.639 61.084-230.578-23.705-314.843-46.098-46.098-107.183-71.109-172.28-71.109-65.008 0-126.092 25.444-172.28 71.109-45.227 46.098-70.756 107.183-70.756 172.106 0 64.923 25.444 126.007 71.194 172.106 46.099 46.098 107.184 71.109 172.28 71.109 51.414 0 100.648-16.212 142.824-47.404l126.53 126.006c7.058 7.06 16.297 10.979 26.406 10.979 10.105 0 19.343-3.919 26.402-10.979 14.467-14.467 14.467-38.172 0-52.723L710.816 654.301zm-315.107-23.265c-65.88-65.88-65.88-172.54 0-238.42 32.069-32.07 74.245-49.149 119.471-49.149 45.227 0 87.407 17.603 119.472 49.149 65.88 65.879 65.88 172.539 0 238.42-63.612 63.178-175.242 63.178-238.943 0zm0 0",fill:"currentColor"}),e.h("path",{d:"M703.319 121.603H321.03c-109.8 0-199.469 89.146-199.469 199.38v382.034c0 109.796 89.236 199.38 199.469 199.38h207.397c20.653 0 37.384-16.645 37.384-37.299 0-20.649-16.731-37.296-37.384-37.296H321.03c-68.582 0-124.352-55.77-124.352-124.267V321.421c0-68.496 55.77-124.267 124.352-124.267h382.289c68.582 0 124.352 55.771 124.352 124.267V524.72c0 20.654 16.736 37.299 37.385 37.299 20.654 0 37.384-16.645 37.384-37.299V320.549c-.085-109.8-89.321-198.946-199.121-198.946zm0 0",fill:"currentColor"})]),LoadingIcon:Le,GifIcon:()=>e.h("svg",{width:24,height:24,fill:"currentcolor",viewBox:"0 0 24 24"},[e.h("path",{style:"transform: translateY(0.5px)",d:"M18.968 10.5H15.968V11.484H17.984V12.984H15.968V15H14.468V9H18.968V10.5V10.5ZM8.984 9C9.26533 9 9.49967 9.09367 9.687 9.281C9.87433 9.46833 9.968 9.70267 9.968 9.984V10.5H6.499V13.5H8.468V12H9.968V14.016C9.968 14.2973 9.87433 14.5317 9.687 14.719C9.49967 14.9063 9.26533 15 8.984 15H5.984C5.70267 15 5.46833 14.9063 5.281 14.719C5.09367 14.5317 5 14.2973 5 14.016V9.985C5 9.70367 5.09367 9.46933 5.281 9.282C5.46833 9.09467 5.70267 9.001 5.984 9.001H8.984V9ZM11.468 9H12.968V15H11.468V9V9Z"}),e.h("path",{d:"M18.5 3H5.75C3.6875 3 2 4.6875 2 6.75V18C2 20.0625 3.6875 21.75 5.75 21.75H18.5C20.5625 21.75 22.25 20.0625 22.25 18V6.75C22.25 4.6875 20.5625 3 18.5 3ZM20.75 18C20.75 19.2375 19.7375 20.25 18.5 20.25H5.75C4.5125 20.25 3.5 19.2375 3.5 18V6.75C3.5 5.5125 4.5125 4.5 5.75 4.5H18.5C19.7375 4.5 20.75 5.5125 20.75 6.75V18Z"})])},props:{rootId:{type:String,default:""},replyId:{type:String,default:""},replyUser:{type:String,default:""},edit:{type:Object,default:null}},emits:["submit","cancel-reply","cancel-edit"],setup(n,{emit:o}){const a=e.inject("config"),r=t.useStorage("WALINE_COMMENT_BOX_EDITOR",""),i=t.useStorage("WALINE_USER_META",{nick:"",mail:"",link:""}),c=ge(),s=e.ref({}),m=e.ref(null),u=e.ref(null),d=e.ref(null),p=e.ref(null),g=e.ref(null),h=e.ref(null),v=e.ref(null),f=e.ref({tabs:[],map:{}}),y=e.ref(0),k=e.ref(!1),w=e.ref(!1),C=e.ref(!1),b=e.ref(""),E=e.ref(0),B=e.reactive({loading:!0,list:[]}),L=e.ref(0),V=e.ref(!1),N=e.ref(""),S=e.ref(!1),$=e.computed((()=>a.value.locale)),I=e.computed((()=>Boolean(c.value?.token))),R=e.computed((()=>!1!==a.value.imageUploader)),j=e=>{const t=m.value,n=t.selectionStart,o=t.selectionEnd||0,a=t.scrollTop;r.value=t.value.substring(0,n)+e+t.value.substring(o,t.value.length),t.focus(),t.selectionStart=n+e.length,t.selectionEnd=n+e.length,t.scrollTop=a},A=e=>{const t=`![${a.value.locale.uploading} ${e.name}]()`;return j(t),Promise.resolve().then((()=>a.value.imageUploader(e))).then((n=>{r.value=r.value.replace(t,`\r\n![${e.name}](${n})`)})).catch((e=>{alert(e.message),r.value=r.value.replace(t,"")}))},z=async()=>{const{serverURL:e,lang:t,login:l,wordLimit:u,requiredMeta:d}=a.value;let p="";a.value.recaptchaV3Key&&(p=await(e=>{const t=me[e]??(me[e]=te.load(e,{useRecaptchaNet:!0,autoHideBadge:!0}));return{execute:e=>t.then((t=>t.execute(e)))}})(a.value.recaptchaV3Key).execute("social"));const g={comment:N.value,nick:i.value.nick,mail:i.value.mail,link:i.value.link,ua:navigator.userAgent,url:a.value.path,recaptchaV3:p};if(c.value?.token)g.nick=c.value.display_name,g.mail=c.value.email,g.link=c.value.url;else{if("force"===l)return;if(d.indexOf("nick")>-1&&!g.nick)return s.value.nick?.focus(),alert($.value.nickError);if(d.indexOf("mail")>-1&&!g.mail||g.mail&&!/^\w(?:[\w._-]*\w)?@(?:\w(?:[\w-]*\w)?\.)*\w+$/.exec(g.mail))return s.value.mail?.focus(),alert($.value.mailError);if(!g.comment)return void m.value?.focus();g.nick||(g.nick=$.value.anonymous)}if(!V.value)return alert($.value.wordHint.replace("$0",u[0].toString()).replace("$1",u[1].toString()).replace("$2",E.value.toString()));g.comment=K(g.comment,f.value.map),n.replyId&&n.rootId?(g.pid=n.replyId,g.rid=n.rootId,g.at=n.replyUser):n.edit&&(g.eid=n.edit.objectId),S.value=!0,(({serverURL:e,lang:t,token:n,comment:o})=>{const a={"Content-Type":"application/json"};return n&&(a.Authorization=`Bearer ${n}`),o.eid?fetch(`${e}/comment/${o.eid}?lang=${t}`,{method:"PUT",headers:a,body:JSON.stringify(o)}).then((e=>e.json())):fetch(`${e}/comment?lang=${t}`,{method:"POST",headers:a,body:JSON.stringify(o)}).then((e=>e.json()))})({serverURL:e,lang:t,token:c.value?.token,comment:g}).then((e=>{if(S.value=!1,e.errmsg)return alert(e.errmsg);o("submit",e.data),r.value="",b.value="",n.replyId&&o("cancel-reply"),n.edit?.objectId&&o("cancel-edit")})).catch((e=>{S.value=!1,alert(e.message)}))},D=e=>{d.value.contains(e.target)||p.value.contains(e.target)||(k.value=!1),g.value.contains(e.target)||h.value.contains(e.target)||(w.value=!1)},U=async e=>{const{scrollTop:t,clientHeight:n,scrollHeight:o}=e.target,l=(n+t)/o,r=a.value.search,i=v.value?.value||"";l<.9||B.loading||(B.loading=!0,B.list.push(...r.more?await r.more(i,B.list.length):await r.search(i)),B.loading=!1,setTimeout((()=>{e.target.scrollTop=t}),50))},M=t.useDebounceFn((e=>{B.list=[],U(e)}),300);e.watch([a,E],(([e,t])=>{const{wordLimit:n}=e;n?t<n[0]&&0!==n[0]?(L.value=n[0],V.value=!1):t>n[1]?(L.value=n[1],V.value=!1):(L.value=n[1],V.value=!0):(L.value=0,V.value=!0)}),{immediate:!0}),e.watch(w,(async e=>{if(!e)return;const t=a.value.search;v.value&&(v.value.value=""),B.loading=!0,B.list=t.default?await t.default():await t.search(""),B.loading=!1}));const _=({data:e})=>{e&&"profile"===e.type&&(c.value={...c.value,...e.data},[localStorage,sessionStorage].filter((e=>e.getItem("WALINE_USER"))).forEach((e=>e.setItem("WALINE_USER",JSON.stringify(c)))))};return e.onMounted((()=>{document.body.addEventListener("click",D),window.addEventListener("message",_),n.edit?.objectId&&(r.value=n.edit.orig),e.watch((()=>r.value),(e=>{const{highlighter:t,texRenderer:n}=a.value;N.value=e,b.value=J(e,{emojiMap:f.value.map,highlighter:t,texRenderer:n}),E.value=(e=>(e=>e.match(/[\w\d\s\u00C0-\u024F]+/giu)||[])(e).reduce(((e,t)=>e+(""===t.trim()?0:t.trim().split(/\s+/u).length)),0)+(e=>e.match(/[\u4E00-\u9FA5]/gu)||[])(e).length)(e),e?l.default(m.value):l.default.destroy(m.value)}),{immediate:!0}),e.watch((()=>a.value.emoji),(e=>{return(t=Array.isArray(e)?e:[],Promise.all(t.map((e=>"string"==typeof e?T(x(e)):Promise.resolve(e)))).then((e=>{const t={tabs:[],map:{}};return e.forEach((e=>{const{name:n,folder:o,icon:a,prefix:l,type:r,items:i}=e;t.tabs.push({name:n,icon:P(a,o,l,r),items:i.map((e=>{const n=`${l||""}${e}`;return t.map[n]=P(e,o,l,r),n}))})})),t}))).then((e=>{f.value=e}));var t}),{immediate:!0})})),e.onUnmounted((()=>{document.body.removeEventListener("click",D),window.removeEventListener("message",_)})),{config:a,locale:$,insert:j,onChange:()=>{const e=u.value;e.files&&R.value&&A(e.files[0]).then((()=>{e.value=""}))},onDrop:e=>{if(e.dataTransfer?.items){const t=F(e.dataTransfer.items);t&&R.value&&(A(t),e.preventDefault())}},onKeyDown:e=>{const t=e.key;(e.ctrlKey||e.metaKey)&&"Enter"===t&&z()},onPaste:e=>{if(e.clipboardData){const t=F(e.clipboardData.items);t&&R.value&&A(t)}},onLogin:e=>{e.preventDefault();const{lang:t,serverURL:n}=a.value;(({lang:e,serverURL:t})=>{const n=(window.innerWidth-450)/2,o=(window.innerHeight-450)/2,a=window.open(`${t}/ui/login?lng=${encodeURIComponent(e)}`,"_blank",`width=450,height=450,left=${n},top=${o},scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no`);return a?.postMessage({type:"TOKEN",data:null},"*"),new Promise((e=>{const t=({data:n})=>{n&&"object"==typeof n&&"userInfo"===n.type&&n.data.token&&(a?.close(),window.removeEventListener("message",t),e(n.data))};window.addEventListener("message",t)}))})({serverURL:n,lang:t}).then((e=>{c.value=e,(e.remember?localStorage:sessionStorage).setItem("WALINE_USER",JSON.stringify(e))}))},onLogout:()=>{c.value={},localStorage.setItem("WALINE_USER","null"),sessionStorage.setItem("WALINE_USER","null")},onProfile:e=>{e.preventDefault();const{lang:t,serverURL:n}=a.value,o=(window.innerWidth-800)/2,l=(window.innerHeight-800)/2;window.open(`${n}/ui/profile?lng=${encodeURIComponent(t)}`,"_blank",`width=800,height=800,left=${o},top=${l},scrollbars=no,resizable=no,status=no,location=no,toolbar=no,menubar=no`)?.postMessage({type:"TOKEN",data:c.value.token},"*")},submitComment:z,onImageWallScroll:U,onGifSearch:M,isLogin:I,userInfo:c,isSubmitting:S,wordNumber:E,wordLimit:L,isWordNumberLegal:V,editor:r,userMeta:i,emoji:f,emojiTabIndex:y,showEmoji:k,gifData:B,showGif:w,canUploadImage:R,previewText:b,showPreview:C,inputRefs:s,editorRef:m,emojiButtonRef:d,emojiPopupRef:p,gifButtonRef:g,gifPopupRef:h,imageUploadRef:u,gifSearchInputRef:v}}});const xe={class:"wl-comment"},Re={key:0,class:"wl-login-info"},je={class:"wl-avatar"},Ae=["title"],ze=["title"],De=["src"],Ue=["title","textContent"],Me={class:"wl-panel"},Te=["for","textContent"],Pe=["id","onUpdate:modelValue","name","type"],_e=["placeholder"],Oe={class:"wl-preview"},He=e.createElementVNode("hr",null,null,-1),Fe=["innerHTML"],We={class:"wl-footer"},Ge={class:"wl-actions"},qe={href:"https://guides.github.com/features/mastering-markdown/",title:"Markdown Guide","aria-label":"Markdown is supported",class:"wl-action",target:"_blank",rel:"noreferrer"},Ke=["title"],Je=["title"],Ze=["title"],Ye=["title"],Qe={class:"wl-info"},Xe={class:"wl-text-number"},et={key:0},tt=e.createTextVNode("  /  "),nt=["textContent"],ot=["textContent"],at=["disabled"],lt=["placeholder"],rt={key:0,class:"wl-loading"},it={key:0,class:"wl-tab-wrapper"},ct=["title","onClick"],st=["src","alt"],mt={key:0,class:"wl-tabs"},ut=["onClick"],dt=["src","alt","title"],pt=["title"];var gt=ve(Ie,[["render",function(t,n,o,a,l,r){const i=e.resolveComponent("CloseIcon"),c=e.resolveComponent("MarkdownIcon"),s=e.resolveComponent("EmojiIcon"),m=e.resolveComponent("GifIcon"),u=e.resolveComponent("ImageIcon"),d=e.resolveComponent("PreviewIcon"),p=e.resolveComponent("LoadingIcon"),g=e.resolveComponent("ImageWall");return e.openBlock(),e.createElementBlock("div",xe,["disable"!==t.config.login&&t.isLogin&&!t.edit?.objectId?(e.openBlock(),e.createElementBlock("div",Re,[e.createElementVNode("div",je,[e.createElementVNode("button",{class:"wl-logout-btn",title:t.locale.logout,onClick:n[0]||(n[0]=(...e)=>t.onLogout&&t.onLogout(...e))},[e.createVNode(i,{size:14})],8,Ae),e.createElementVNode("a",{href:"#",class:"wl-login-nick","aria-label":"Profile",title:t.locale.profile,onClick:n[1]||(n[1]=(...e)=>t.onProfile&&t.onProfile(...e))},[e.createElementVNode("img",{src:t.userInfo.avatar,alt:"avatar"},null,8,De)],8,ze)]),e.createElementVNode("a",{href:"#",class:"wl-login-nick","aria-label":"Profile",title:t.locale.profile,onClick:n[2]||(n[2]=(...e)=>t.onProfile&&t.onProfile(...e)),textContent:e.toDisplayString(t.userInfo.display_name)},null,8,Ue)])):e.createCommentVNode("v-if",!0),e.createElementVNode("div",Me,["force"!==t.config.login&&t.config.meta.length&&!t.isLogin?(e.openBlock(),e.createElementBlock("div",{key:0,class:e.normalizeClass(["wl-header",`item${t.config.meta.length}`])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.config.meta,(n=>(e.openBlock(),e.createElementBlock("div",{key:n,class:"wl-header-item"},[e.createElementVNode("label",{for:n,textContent:e.toDisplayString(t.locale[n]+(t.config.requiredMeta.includes(n)||!t.config.requiredMeta.length?"":`(${t.locale.optional})`))},null,8,Te),e.withDirectives(e.createElementVNode("input",{id:`wl-${n}`,ref_for:!0,ref:e=>{e&&(t.inputRefs[n]=e)},"onUpdate:modelValue":e=>t.userMeta[n]=e,class:e.normalizeClass(["wl-input",`wl-${n}`]),name:n,type:"mail"===n?"email":"text"},null,10,Pe),[[e.vModelDynamic,t.userMeta[n]]])])))),128))],2)):e.createCommentVNode("v-if",!0),e.withDirectives(e.createElementVNode("textarea",{id:"wl-edit",ref:"editorRef","onUpdate:modelValue":n[3]||(n[3]=e=>t.editor=e),class:"wl-editor",placeholder:t.replyUser?`@${t.replyUser}`:t.locale.placeholder,onKeydown:n[4]||(n[4]=(...e)=>t.onKeyDown&&t.onKeyDown(...e)),onDrop:n[5]||(n[5]=(...e)=>t.onDrop&&t.onDrop(...e)),onPaste:n[6]||(n[6]=(...e)=>t.onPaste&&t.onPaste(...e))},null,40,_e),[[e.vModelText,t.editor]]),e.withDirectives(e.createElementVNode("div",Oe,[He,e.createElementVNode("h4",null,e.toDisplayString(t.locale.preview)+":",1),e.createCommentVNode(" eslint-disable-next-line vue/no-v-html "),e.createElementVNode("div",{class:"wl-content",innerHTML:t.previewText},null,8,Fe)],512),[[e.vShow,t.showPreview]]),e.createElementVNode("div",We,[e.createElementVNode("div",Ge,[e.createElementVNode("a",qe,[e.createVNode(c)]),e.withDirectives(e.createElementVNode("button",{ref:"emojiButtonRef",class:e.normalizeClass(["wl-action",{actived:t.showEmoji}]),title:t.locale.emoji,onClick:n[7]||(n[7]=e=>t.showEmoji=!t.showEmoji)},[e.createVNode(s)],10,Ke),[[e.vShow,t.emoji.tabs.length]]),t.config.search?(e.openBlock(),e.createElementBlock("button",{key:0,ref:"gifButtonRef",class:e.normalizeClass(["wl-action",{actived:t.showGif}]),title:t.locale.gif,onClick:n[8]||(n[8]=e=>t.showGif=!t.showGif)},[e.createVNode(m)],10,Je)):e.createCommentVNode("v-if",!0),e.createElementVNode("input",{id:"wl-image-upload",ref:"imageUploadRef",class:"upload",type:"file",accept:".png,.jpg,.jpeg,.webp,.bmp,.gif",onChange:n[9]||(n[9]=(...e)=>t.onChange&&t.onChange(...e))},null,544),t.canUploadImage?(e.openBlock(),e.createElementBlock("label",{key:1,for:"wl-image-upload",class:"wl-action",title:t.locale.uploadImage},[e.createVNode(u)],8,Ze)):e.createCommentVNode("v-if",!0),e.createElementVNode("button",{class:e.normalizeClass(["wl-action",{actived:t.showPreview}]),title:t.locale.preview,onClick:n[10]||(n[10]=e=>t.showPreview=!t.showPreview)},[e.createVNode(d)],10,Ye)]),e.createElementVNode("div",Qe,[e.createElementVNode("div",Xe,[e.createTextVNode(e.toDisplayString(t.wordNumber)+" ",1),t.config.wordLimit?(e.openBlock(),e.createElementBlock("span",et,[tt,e.createElementVNode("span",{class:e.normalizeClass({illegal:!t.isWordNumberLegal}),textContent:e.toDisplayString(t.wordLimit)},null,10,nt)])):e.createCommentVNode("v-if",!0),e.createTextVNode("  "+e.toDisplayString(t.locale.word),1)]),"disable"===t.config.login||t.isLogin?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("button",{key:0,class:"wl-btn",onClick:n[11]||(n[11]=(...e)=>t.onLogin&&t.onLogin(...e)),textContent:e.toDisplayString(t.locale.login)},null,8,ot)),"force"!==t.config.login||t.isLogin?(e.openBlock(),e.createElementBlock("button",{key:1,class:"wl-btn primary",title:"Cmd|Ctrl + Enter",disabled:t.isSubmitting,onClick:n[12]||(n[12]=(...e)=>t.submitComment&&t.submitComment(...e))},[t.isSubmitting?(e.openBlock(),e.createBlock(p,{key:0,size:16})):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createTextVNode(e.toDisplayString(t.locale.submit),1)],64))],8,at)):e.createCommentVNode("v-if",!0)]),e.createElementVNode("div",{ref:"gifPopupRef",class:e.normalizeClass(["wl-gif-popup",{display:t.showGif}])},[e.createElementVNode("input",{ref:"gifSearchInputRef",type:"text",placeholder:t.locale.gifSearchPlaceholder,onInput:n[13]||(n[13]=(...e)=>t.onGifSearch&&t.onGifSearch(...e))},null,40,lt),e.createVNode(g,{items:t.gifData.list,"column-width":200,gap:6,onInsert:n[14]||(n[14]=e=>t.insert(e)),onScroll:t.onImageWallScroll},null,8,["items","onScroll"]),t.gifData.loading?(e.openBlock(),e.createElementBlock("div",rt,[e.createVNode(p,{size:30})])):e.createCommentVNode("v-if",!0)],2),e.createElementVNode("div",{ref:"emojiPopupRef",class:e.normalizeClass(["wl-emoji-popup",{display:t.showEmoji}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.emoji.tabs,((n,o)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:n.name},[o===t.emojiTabIndex?(e.openBlock(),e.createElementBlock("div",it,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.items,(n=>(e.openBlock(),e.createElementBlock("button",{key:n,title:n,onClick:e=>t.insert(`:${n}:`)},[t.showEmoji?(e.openBlock(),e.createElementBlock("img",{key:0,class:"wl-emoji",src:t.emoji.map[n],alt:n,loading:"lazy",referrerPolicy:"no-referrer"},null,8,st)):e.createCommentVNode("v-if",!0)],8,ct)))),128))])):e.createCommentVNode("v-if",!0)],64)))),128)),t.emoji.tabs.length>1?(e.openBlock(),e.createElementBlock("div",mt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.emoji.tabs,((n,o)=>(e.openBlock(),e.createElementBlock("button",{key:n.name,class:e.normalizeClass(["wl-tab",{active:t.emojiTabIndex===o}]),onClick:e=>t.emojiTabIndex=o},[e.createElementVNode("img",{class:"wl-emoji",src:n.icon,alt:n.name,title:n.name,loading:"lazy",referrerPolicy:"no-referrer"},null,8,dt)],10,ut)))),128))])):e.createCommentVNode("v-if",!0)],2)])]),t.replyId||t.edit?.objectId?(e.openBlock(),e.createElementBlock("button",{key:1,class:"wl-close",title:t.locale.cancelReply,onClick:n[15]||(n[15]=e=>t.$emit(t.replyId?"cancel-reply":"cancel-edit"))},[e.createVNode(i,{size:24})],8,pt)):e.createCommentVNode("v-if",!0)])}],["__file","CommentBox.vue"]]);const ht=["approved","waiting","spam"];var vt=e.defineComponent({components:{CommentBox:gt,DeleteIcon:()=>e.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},e.h("path",{d:"m341.013 394.667 27.755 393.45h271.83l27.733-393.45h64.106l-28.01 397.952a64 64 0 0 1-63.83 59.498H368.768a64 64 0 0 1-63.83-59.52l-28.053-397.93h64.128zm139.307 19.818v298.667h-64V414.485h64zm117.013 0v298.667h-64V414.485h64zM181.333 288h640v64h-640v-64zm453.483-106.667v64h-256v-64h256z",fill:"red"})),LikeIcon:({active:t=!1})=>e.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},[e.h("path",{d:"M850.654 323.804c-11.042-25.625-26.862-48.532-46.885-68.225-20.022-19.61-43.258-34.936-69.213-45.73-26.78-11.124-55.124-16.727-84.375-16.727-40.622 0-80.256 11.123-114.698 32.135A214.79 214.79 0 0 0 512 241.819a214.79 214.79 0 0 0-23.483-16.562c-34.442-21.012-74.076-32.135-114.698-32.135-29.25 0-57.595 5.603-84.375 16.727-25.872 10.711-49.19 26.12-69.213 45.73-20.105 19.693-35.843 42.6-46.885 68.225-11.453 26.615-17.303 54.877-17.303 83.963 0 27.439 5.603 56.03 16.727 85.117 9.31 24.307 22.659 49.52 39.715 74.981 27.027 40.293 64.188 82.316 110.33 124.915 76.465 70.615 152.189 119.394 155.402 121.371l19.528 12.525c8.652 5.52 19.776 5.52 28.427 0l19.529-12.525c3.213-2.06 78.854-50.756 155.401-121.371 46.143-42.6 83.304-84.622 110.33-124.915 17.057-25.46 30.487-50.674 39.716-74.981 11.124-29.087 16.727-57.678 16.727-85.117.082-29.086-5.768-57.348-17.221-83.963z"+(t?"":"M512 761.5S218.665 573.55 218.665 407.767c0-83.963 69.461-152.023 155.154-152.023 60.233 0 112.473 33.618 138.181 82.727 25.708-49.109 77.948-82.727 138.18-82.727 85.694 0 155.155 68.06 155.155 152.023C805.335 573.551 512 761.5 512 761.5z"),fill:t?"red":"currentColor"})]),ReplyIcon:()=>e.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},e.h("path",{d:"M810.667 213.333a64 64 0 0 1 64 64V704a64 64 0 0 1-64 64H478.336l-146.645 96.107a21.333 21.333 0 0 1-33.024-17.856V768h-85.334a64 64 0 0 1-64-64V277.333a64 64 0 0 1 64-64h597.334zm0 64H213.333V704h149.334v63.296L459.243 704h351.424V277.333zm-271.36 213.334v64h-176.64v-64h176.64zm122.026-128v64H362.667v-64h298.666z",fill:"currentColor"})),EditIcon:()=>e.h("svg",{viewBox:"0 0 1024 1024",width:"24",height:"24"},e.h("path",{d:"M813.039 318.772L480.53 651.278H360.718V531.463L693.227 198.961C697.904 194.284 704.027 192 710.157 192C716.302 192 722.436 194.284 727.114 198.961L813.039 284.88C817.72 289.561 820 295.684 820 301.825C820 307.95 817.72 314.093 813.039 318.772ZM710.172 261.888L420.624 551.431V591.376H460.561L750.109 301.825L710.172 261.888ZM490.517 291.845H240.906V771.09H720.156V521.479C720.156 504.947 733.559 491.529 750.109 491.529C766.653 491.529 780.063 504.947 780.063 521.479V791.059C780.063 813.118 762.18 831 740.125 831H220.937C198.882 831 181 813.118 181 791.059V271.872C181 249.817 198.882 231.935 220.937 231.935H490.517C507.06 231.935 520.47 245.352 520.47 261.888C520.47 278.424 507.06 291.845 490.517 291.845Z",fill:"currentColor"})),VerifiedIcon:()=>e.h("svg",{class:"verified-icon",viewBox:"0 0 1024 1024",width:"14",height:"14"},e.h("path",{d:"m894.4 461.56-54.4-63.2c-10.4-12-18.8-34.4-18.8-50.4v-68c0-42.4-34.8-77.2-77.2-77.2h-68c-15.6 0-38.4-8.4-50.4-18.8l-63.2-54.4c-27.6-23.6-72.8-23.6-100.8 0l-62.8 54.8c-12 10-34.8 18.4-50.4 18.4h-69.2c-42.4 0-77.2 34.8-77.2 77.2v68.4c0 15.6-8.4 38-18.4 50l-54 63.6c-23.2 27.6-23.2 72.4 0 100l54 63.6c10 12 18.4 34.4 18.4 50v68.4c0 42.4 34.8 77.2 77.2 77.2h69.2c15.6 0 38.4 8.4 50.4 18.8l63.2 54.4c27.6 23.6 72.8 23.6 100.8 0l63.2-54.4c12-10.4 34.4-18.8 50.4-18.8h68c42.4 0 77.2-34.8 77.2-77.2v-68c0-15.6 8.4-38.4 18.8-50.4l54.4-63.2c23.2-27.6 23.2-73.2-.4-100.8zm-216-25.2-193.2 193.2a30 30 0 0 1-42.4 0l-96.8-96.8a30.16 30.16 0 0 1 0-42.4c11.6-11.6 30.8-11.6 42.4 0l75.6 75.6 172-172c11.6-11.6 30.8-11.6 42.4 0 11.6 11.6 11.6 30.8 0 42.4z",fill:"#27ae60"}))},props:{comment:{type:Object,required:!0},rootId:{type:String,required:!0},reply:{type:Object,default:null},edit:{type:Object,default:null}},emits:["submit","reply","like","delete","status","sticky","edit"],setup(n){const o=e.inject("config"),a=X(),l=ge(),r=e.computed((()=>o.value.locale)),i=e.computed((()=>{const{link:e}=n.comment;return e?R(e)?e:`https://${e}`:""})),c=e.computed((()=>a.value.includes(n.comment.objectId))),s=((n,o)=>{const a=t.useNow();return e.computed((()=>M(n,a.value,o)))})(n.comment.insertedAt,r.value),m=e.computed((()=>"administrator"===l.value.type)),u=e.computed((()=>n.comment.user_id&&l.value.objectId===n.comment.user_id)),d=e.computed((()=>n.comment.objectId===n.reply?.objectId)),p=e.computed((()=>n.comment.objectId===n.edit?.objectId));return{config:o,locale:r,isReplyingCurrent:d,isEditingCurrent:p,link:i,like:c,time:s,isAdmin:m,isOwner:u,commentStatus:ht}}});const ft=["id"],yt={class:"wl-user","aria-hidden":"true"},kt=["src"],wt={class:"wl-card"},Ct={class:"wl-head"},bt=["href"],Et={key:1,class:"wl-nick"},Bt=["textContent"],Lt=["textContent"],Vt=["textContent"],Nt=["textContent"],St=["textContent"],$t={class:"wl-comment-actions"},It=["title"],xt=["textContent"],Rt=["title"],jt={class:"wl-meta","aria-hidden":"true"},At=["data-value","textContent"],zt=["data-value","textContent"],Dt=["data-value","textContent"],Ut=["innerHTML"],Mt={key:1,class:"wl-admin-actions"},Tt={class:"wl-comment-status"},Pt=["disabled","onClick","textContent"],_t={key:3,class:"wl-quote"};var Ot=ve(vt,[["render",function(t,n,o,a,l,r){const i=e.resolveComponent("VerifiedIcon"),c=e.resolveComponent("EditIcon"),s=e.resolveComponent("DeleteIcon"),m=e.resolveComponent("LikeIcon"),u=e.resolveComponent("ReplyIcon"),d=e.resolveComponent("CommentBox"),p=e.resolveComponent("CommentCard",!0);return e.openBlock(),e.createElementBlock("div",{id:t.comment.objectId,class:"wl-item"},[e.createElementVNode("div",yt,[t.comment.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,src:t.comment.avatar},null,8,kt)):e.createCommentVNode("v-if",!0),t.comment.type?(e.openBlock(),e.createBlock(i,{key:1})):e.createCommentVNode("v-if",!0)]),e.createElementVNode("div",wt,[e.createElementVNode("div",Ct,[t.link?(e.openBlock(),e.createElementBlock("a",{key:0,class:"wl-nick",href:t.link,target:"_blank",rel:"nofollow noreferrer"},e.toDisplayString(t.comment.nick),9,bt)):(e.openBlock(),e.createElementBlock("span",Et,e.toDisplayString(t.comment.nick),1)),"administrator"===t.comment.type?(e.openBlock(),e.createElementBlock("span",{key:2,class:"wl-badge",textContent:e.toDisplayString(t.locale.admin)},null,8,Bt)):e.createCommentVNode("v-if",!0),t.comment.label?(e.openBlock(),e.createElementBlock("span",{key:3,class:"wl-badge",textContent:e.toDisplayString(t.comment.label)},null,8,Lt)):e.createCommentVNode("v-if",!0),t.comment.sticky?(e.openBlock(),e.createElementBlock("span",{key:4,class:"wl-badge",textContent:e.toDisplayString(t.locale.sticky)},null,8,Vt)):e.createCommentVNode("v-if",!0),void 0!==t.comment.level&&t.comment.level>=0?(e.openBlock(),e.createElementBlock("span",{key:5,class:e.normalizeClass(`wl-badge level${t.comment.level}`),textContent:e.toDisplayString(t.locale[`level${t.comment.level}`]||`Level ${t.comment.level}`)},null,10,Nt)):e.createCommentVNode("v-if",!0),e.createElementVNode("span",{class:"wl-time",textContent:e.toDisplayString(t.time)},null,8,St),e.createElementVNode("div",$t,[t.isAdmin||t.isOwner?(e.openBlock(),e.createElementBlock("button",{key:0,class:"wl-edit",onClick:n[0]||(n[0]=e=>t.$emit("edit",t.comment))},[e.createVNode(c)])):e.createCommentVNode("v-if",!0),t.isAdmin||t.isOwner?(e.openBlock(),e.createElementBlock("button",{key:1,class:"wl-delete",onClick:n[1]||(n[1]=e=>t.$emit("delete",t.comment))},[e.createVNode(s)])):e.createCommentVNode("v-if",!0),e.createElementVNode("button",{class:"wl-like",title:t.like?t.locale.cancelLike:t.locale.like,onClick:n[2]||(n[2]=e=>t.$emit("like",t.comment))},[e.createVNode(m,{active:t.like},null,8,["active"]),"like"in t.comment?(e.openBlock(),e.createElementBlock("span",{key:0,textContent:e.toDisplayString(t.comment.like)},null,8,xt)):e.createCommentVNode("v-if",!0)],8,It),e.createElementVNode("button",{class:e.normalizeClass(["wl-reply",{active:t.isReplyingCurrent}]),title:t.isReplyingCurrent?t.locale.cancelReply:t.locale.reply,onClick:n[3]||(n[3]=e=>t.$emit("reply",t.isReplyingCurrent?null:t.comment))},[e.createVNode(u)],10,Rt)])]),e.createElementVNode("div",jt,[t.comment.addr?(e.openBlock(),e.createElementBlock("span",{key:0,class:"wl-addr","data-value":t.comment.addr,textContent:e.toDisplayString(t.comment.addr)},null,8,At)):e.createCommentVNode("v-if",!0),t.comment.browser?(e.openBlock(),e.createElementBlock("span",{key:1,class:"wl-browser","data-value":t.comment.browser,textContent:e.toDisplayString(t.comment.browser)},null,8,zt)):e.createCommentVNode("v-if",!0),t.comment.os?(e.openBlock(),e.createElementBlock("span",{key:2,class:"wl-os","data-value":t.comment.os,textContent:e.toDisplayString(t.comment.os)},null,8,Dt)):e.createCommentVNode("v-if",!0)]),e.createCommentVNode(" eslint-disable vue/no-v-html "),t.isEditingCurrent?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:"wl-content",innerHTML:t.comment.comment},null,8,Ut)),e.createCommentVNode(" eslint-enable vue/no-v-html "),t.isAdmin&&!t.isEditingCurrent?(e.openBlock(),e.createElementBlock("div",Mt,[e.createElementVNode("span",Tt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.commentStatus,(n=>(e.openBlock(),e.createElementBlock("button",{key:n,class:e.normalizeClass(`wl-btn wl-${n}`),disabled:t.comment.status===n,onClick:e=>t.$emit("status",{status:n,comment:t.comment}),textContent:e.toDisplayString(t.locale[n])},null,10,Pt)))),128))]),t.isAdmin&&!t.comment.rid?(e.openBlock(),e.createElementBlock("button",{key:0,class:"wl-btn wl-sticky",onClick:n[4]||(n[4]=e=>t.$emit("sticky",t.comment))},e.toDisplayString(t.comment.sticky?t.locale.unsticky:t.locale.sticky),1)):e.createCommentVNode("v-if",!0)])):e.createCommentVNode("v-if",!0),t.isReplyingCurrent||t.isEditingCurrent?(e.openBlock(),e.createElementBlock("div",{key:2,class:e.normalizeClass({"wl-reply-wrapper":t.isReplyingCurrent,"wl-edit-wrapper":t.isEditingCurrent})},[e.createVNode(d,{edit:t.edit,"reply-id":t.reply?.objectId,"reply-user":t.comment.nick,"root-id":t.rootId,onSubmit:n[5]||(n[5]=e=>t.$emit("submit",e)),onCancelReply:n[6]||(n[6]=e=>t.$emit("reply",null)),onCancelEdit:n[7]||(n[7]=e=>t.$emit("edit",null))},null,8,["edit","reply-id","reply-user","root-id"])],2)):e.createCommentVNode("v-if",!0),t.comment.children?(e.openBlock(),e.createElementBlock("div",_t,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.comment.children,(o=>(e.openBlock(),e.createBlock(p,{key:o.objectId,comment:o,reply:t.reply,edit:t.edit,"root-id":t.rootId,onReply:n[8]||(n[8]=e=>t.$emit("reply",e)),onSubmit:n[9]||(n[9]=e=>t.$emit("submit",e)),onLike:n[10]||(n[10]=e=>t.$emit("like",e)),onEdit:n[11]||(n[11]=e=>t.$emit("edit",e)),onDelete:n[12]||(n[12]=e=>t.$emit("delete",e)),onStatus:n[13]||(n[13]=e=>t.$emit("status",e)),onSticky:n[14]||(n[14]=e=>t.$emit("sticky",e))},null,8,["comment","reply","edit","root-id"])))),128))])):e.createCommentVNode("v-if",!0)])],8,ft)}],["__file","CommentCard.vue"]]);const Ht=[{key:"insertedAt_desc",name:"latest"},{key:"insertedAt_asc",name:"oldest"},{key:"like_desc",name:"hottest"}];var Ft=e.defineComponent({name:"WalineRoot",components:{Reaction:Be,CommentBox:gt,CommentCard:Ot,LoadingIcon:Le},props:["serverURL","path","meta","requiredMeta","dark","lang","locale","pageSize","wordLimit","emoji","login","highlighter","texRenderer","imageUploader","search","copyright","recaptchaV3Key","reaction"],setup(n){const o=e.computed((()=>(({serverURL:e,path:t=location.pathname,lang:n="zh-CN",locale:o,emoji:a=["//unpkg.com/@waline/emojis@1.1.0/weibo"],meta:l=["nick","mail","link"],requiredMeta:r=[],dark:d=!1,pageSize:p=10,wordLimit:g,imageUploader:v,highlighter:f,texRenderer:y,copyright:k=!0,login:w="enable",search:C=m(),reaction:b,recaptchaV3Key:E="",...L})=>({serverURL:j(e),path:I(t),locale:{...B[n]||B["zh-CN"],..."object"==typeof o?o:{}},wordLimit:A(g),meta:i(l),requiredMeta:i(r),imageUploader:z(v,c),highlighter:z(f,h),texRenderer:z(y,s),lang:n,dark:d,emoji:a,pageSize:p,login:w,copyright:k,search:C,recaptchaV3Key:E,reaction:!0===b?u:b||!1,...L}))(n))),a=ge(),l=X(),r=e.ref("loading"),d=e.ref(0),p=e.ref(1),g=e.ref(0),v=e.ref(Ht[0].key),f=e.ref([]),y=e.ref(null),k=e.ref(null),w=e.computed((()=>{return"string"==typeof(e=o.value.dark)?"auto"===e?`@media(prefers-color-scheme:dark){body${D}}`:`${e}${D}`:!0===e?`:root${D}`:"";var e}));let C;t.useStyleTag(w);const b=e=>{const{serverURL:t,path:n,pageSize:l}=o.value,i=new AbortController;r.value="loading",C?.(),(({serverURL:e,lang:t,path:n,page:o,pageSize:a,sortBy:l,signal:r,token:i})=>{const c={};return i&&(c.Authorization=`Bearer ${i}`),fetch(`${e}/comment?path=${encodeURIComponent(n)}&pageSize=${a}&page=${o}&lang=${t}&sortBy=${l}`,{signal:r,headers:c}).then((e=>e.json())).then((e=>V(e,"comment data")))})({serverURL:t,lang:o.value.lang,path:n,pageSize:l,sortBy:v.value,page:e,signal:i.signal,token:a.value?.token}).then((t=>{r.value="success",d.value=t.count,f.value.push(...t.data),p.value=e,g.value=t.totalPages})).catch((e=>{"AbortError"!==e.name&&(console.error(e.message),r.value="error")})),C=i.abort.bind(i)},E=()=>{d.value=0,f.value=[],b(1)};return e.provide("config",o),e.watch((()=>n.path),E),e.onMounted((()=>E())),{config:o,darkmodeStyle:w,i18n:e.computed((()=>o.value.locale)),status:r,count:d,page:p,totalPages:g,sortBy:v,sortByItems:Ht,data:f,reply:y,edit:k,loadMore:()=>b(p.value+1),refresh:E,onSortByChange:e=>{v.value!==e&&(v.value=e,E())},onReply:e=>{y.value=e},onSubmit:e=>{if(k.value)k.value.comment=e.comment,k.value.orig=e.orig;else if(e.rid){const t=f.value.find((({objectId:t})=>t===e.rid));if(!t)return;Array.isArray(t.children)||(t.children=[]),t.children.push(e)}else f.value.unshift(e)},onStatusChange:async({comment:e,status:t})=>{if(e.status===t)return;const{serverURL:n,lang:l}=o.value;await $({serverURL:n,lang:l,token:a.value?.token,objectId:e.objectId,status:t}),e.status=t},onDelete:async({objectId:e})=>{if(!confirm("Are you sure you want to delete this comment?"))return;const{serverURL:t,lang:n}=o.value;await(({serverURL:e,lang:t,token:n,objectId:o})=>fetch(`${e}/comment/${o}?lang=${t}`,{method:"DELETE",headers:{Authorization:`Bearer ${n}`}}).then((e=>e.json())))({serverURL:t,lang:n,token:a.value?.token,objectId:e}),f.value.some(((t,n)=>t.objectId===e?(f.value=f.value.filter(((e,t)=>t!==n)),!0):t.children.some(((o,a)=>o.objectId===e&&(f.value[n].children=t.children.filter(((e,t)=>t!==a)),!0)))))},onSticky:async e=>{if(e.rid)return;const{serverURL:t,lang:n}=o.value;await $({serverURL:t,lang:n,token:a.value?.token,objectId:e.objectId,sticky:e.sticky?0:1}),e.sticky=!e.sticky},onLike:async e=>{const{serverURL:t,lang:n}=o.value,{objectId:a}=e,r=l.value.includes(a);await(({serverURL:e,lang:t,objectId:n,like:o})=>fetch(`${e}/comment/${n}?lang=${t}`,{method:"PUT",headers:L,body:JSON.stringify({like:o})}).then((e=>e.json())))({serverURL:t,lang:n,objectId:a,like:!r}),r?l.value=l.value.filter((e=>e!==a)):(l.value=[...l.value,a],l.value.length>50&&(l.value=l.value.slice(-50))),e.like=(e.like||0)+(r?-1:1)},onEdit:e=>{k.value=e},version:"2.11.2"}}});const Wt={"data-waline":""},Gt={class:"wl-meta-head"},qt={class:"wl-count"},Kt=["textContent"],Jt={class:"wl-sort"},Zt=["onClick"],Yt={class:"wl-cards"},Qt={key:1,class:"wl-operation"},Xt=["textContent"],en={key:0,class:"wl-loading"},tn=["textContent"],nn={class:"wl-operation"},on=["textContent"],an={key:3,class:"wl-power"},ln=e.createTextVNode(" Powered by "),rn=e.createElementVNode("a",{href:"https://github.com/walinejs/waline",target:"_blank",rel:"noreferrer"}," Waline ",-1);var cn=ve(Ft,[["render",function(t,n,o,a,l,r){const i=e.resolveComponent("Reaction"),c=e.resolveComponent("CommentBox"),s=e.resolveComponent("CommentCard"),m=e.resolveComponent("LoadingIcon");return e.openBlock(),e.createElementBlock("div",Wt,[e.createVNode(i),t.reply?e.createCommentVNode("v-if",!0):(e.openBlock(),e.createBlock(c,{key:0,onSubmit:t.onSubmit},null,8,["onSubmit"])),e.createElementVNode("div",Gt,[e.createElementVNode("div",qt,[t.count?(e.openBlock(),e.createElementBlock("span",{key:0,class:"wl-num",textContent:e.toDisplayString(t.count)},null,8,Kt)):e.createCommentVNode("v-if",!0),e.createTextVNode(" "+e.toDisplayString(t.i18n.comment),1)]),e.createElementVNode("ul",Jt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.sortByItems,(n=>(e.openBlock(),e.createElementBlock("li",{key:n.key,class:e.normalizeClass([n.key===t.sortBy?"active":""]),onClick:e=>t.onSortByChange(n.key)},e.toDisplayString(t.i18n[n.name]),11,Zt)))),128))])]),e.createElementVNode("div",Yt,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.data,(n=>(e.openBlock(),e.createBlock(s,{key:n.objectId,"root-id":n.objectId,comment:n,reply:t.reply,edit:t.edit,onReply:t.onReply,onEdit:t.onEdit,onSubmit:t.onSubmit,onStatus:t.onStatusChange,onDelete:t.onDelete,onSticky:t.onSticky,onLike:t.onLike},null,8,["root-id","comment","reply","edit","onReply","onEdit","onSubmit","onStatus","onDelete","onSticky","onLike"])))),128))]),"error"===t.status?(e.openBlock(),e.createElementBlock("div",Qt,[e.createElementVNode("button",{type:"button",class:"wl-btn",onClick:n[0]||(n[0]=(...e)=>t.refresh&&t.refresh(...e)),textContent:e.toDisplayString(t.i18n.refresh)},null,8,Xt)])):(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},["loading"===t.status?(e.openBlock(),e.createElementBlock("div",en,[e.createVNode(m,{size:30})])):t.data.length?t.page<t.totalPages?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createCommentVNode(" Load more button "),e.createElementVNode("div",nn,[e.createElementVNode("button",{type:"button",class:"wl-btn",onClick:n[1]||(n[1]=(...e)=>t.loadMore&&t.loadMore(...e)),textContent:e.toDisplayString(t.i18n.more)},null,8,on)])],2112)):e.createCommentVNode("v-if",!0):(e.openBlock(),e.createElementBlock("div",{key:1,class:"wl-empty",textContent:e.toDisplayString(t.i18n.sofa)},null,8,tn))],64)),e.createCommentVNode(" Copyright Information "),t.config.copyright?(e.openBlock(),e.createElementBlock("div",an,[ln,rn,e.createTextVNode(" v"+e.toDisplayString(t.version),1)])):e.createCommentVNode("v-if",!0)])}],["__file","Waline.vue"]]);const sn=(e,t)=>{t.forEach(((t,n)=>{t.innerText=e[n].toString()}))},mn=({serverURL:e,path:t=window.location.pathname,selector:n=".waline-pageview-count",update:o=!0,lang:a="zh-CN"})=>{const l=new AbortController,r=Array.from(document.querySelectorAll(n)),i=e=>{const n=Z(e);return null!==n&&t!==n},c=n=>(({serverURL:e,lang:t,paths:n,signal:o})=>N({serverURL:e,lang:t,paths:n,type:["time"],signal:o}).then((e=>Array.isArray(e)?e:[e])))({serverURL:j(e),paths:n.map((e=>Z(e)||t)),lang:a,signal:l.signal}).then((e=>sn(e,n))).catch(_);if(o){const n=r.filter((e=>!i(e))),o=r.filter(i);(s={serverURL:j(e),path:t,lang:a},S({...s,type:"time"})).then((e=>sn(new Array(n.length).fill(e),n))),o.length&&c(o)}else c(r);var s;return l.abort.bind(l)};exports.RecentComments=({el:e,serverURL:t,count:n,lang:o="zh-CN"})=>{const a=ge(),l=O(e),r=new AbortController;return(({serverURL:e,lang:t,count:n,signal:o,token:a})=>{const l={};return a&&(l.Authorization=`Bearer ${a}`),fetch(`${e}/comment?type=recent&count=${n}&lang=${t}`,{signal:o,headers:l}).then((e=>e.json())).then((e=>V(e,"recent comment")))})({serverURL:t,count:n,lang:o,signal:r.signal,token:a.value?.token}).then((e=>l&&e.length?(l.innerHTML=`<ul class="wl-recent-list">${e.map((e=>`<li class="wl-recent-item"><a href="${e.url}">${e.nick}</a>:${e.comment}</li>`)).join("")}</ul>`,{comments:e,destroy:()=>{r.abort(),l.innerHTML=""}}):{comments:e,destroy:()=>r.abort()}))},exports.commentCount=Y,exports.defaultLocales=B,exports.init=({el:t="#waline",path:n=window.location.pathname,comment:o=!1,pageview:a=!1,...l})=>{const r=t?O(t):null;if(t&&!r)throw new Error("Option 'el' do not match any domElement!");if(!l.serverURL)throw new Error("Option 'serverURL' is missing!");const i=e.reactive({...l}),c=e.reactive({comment:o,pageview:a,path:n}),s=r?e.createApp((()=>e.h(cn,{path:c.path,...i}))):null;s&&s.mount(r);const m=e.watchEffect((()=>{c.comment&&Y({serverURL:i.serverURL,path:c.path,selector:"string"==typeof c.comment?c.comment:void 0})})),u=e.watchEffect((()=>{c.pageview&&mn({serverURL:i.serverURL,path:c.path,selector:"string"==typeof c.pageview?c.pageview:void 0})}));return{el:r,update:({comment:e,pageview:t,path:n=window.location.pathname,...o}={})=>{Object.entries(o).forEach((([e,t])=>{i[e]=t})),c.path=n,void 0!==e&&(c.comment=e),void 0!==t&&(c.pageview=t)},destroy:()=>{s?.unmount(),m(),u()}}},exports.pageviewCount=mn,exports.version="2.11.2";
2
2
  //# sourceMappingURL=shim.cjs.map