@fgbg/mdocs 1.1.2 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (66) hide show
  1. package/agent-skills/changelog/SKILL.md +27 -0
  2. package/agent-skills/usage-knowledge-graph/SKILL.md +0 -2
  3. package/dist/server/agent/Agent/run.js.map +1 -1
  4. package/dist/server/agent/Agent/system-prompt.js +13 -6
  5. package/dist/server/agent/Agent/system-prompt.js.map +1 -1
  6. package/dist/server/agent/Agent/tools-overwrite.js +10 -0
  7. package/dist/server/agent/Agent/tools-overwrite.js.map +1 -1
  8. package/dist/server/agent/Config/config.js +26 -5
  9. package/dist/server/agent/Config/config.js.map +1 -1
  10. package/dist/server/agent/Config/config.test.js +23 -3
  11. package/dist/server/agent/Config/config.test.js.map +1 -1
  12. package/dist/server/documents/document.service.js +43 -19
  13. package/dist/server/documents/document.service.js.map +1 -1
  14. package/dist/server/documents/graph.integration.test.js +1 -0
  15. package/dist/server/documents/graph.integration.test.js.map +1 -1
  16. package/dist/server/documents/graph.service.js +4 -1
  17. package/dist/server/documents/graph.service.js.map +1 -1
  18. package/dist/server/documents/tree.service.js +1 -0
  19. package/dist/server/documents/tree.service.js.map +1 -1
  20. package/dist/server/routes/agent.routes.js +3 -0
  21. package/dist/server/routes/agent.routes.js.map +1 -1
  22. package/dist/server/routes/documents.routes.js +7 -1
  23. package/dist/server/routes/documents.routes.js.map +1 -1
  24. package/dist/server/routes/graph.routes.js +21 -4
  25. package/dist/server/routes/graph.routes.js.map +1 -1
  26. package/dist/server/routes/tree.routes.js +2 -1
  27. package/dist/server/routes/tree.routes.js.map +1 -1
  28. package/dist/shared/docPath.js +2 -2
  29. package/dist/shared/docPath.js.map +1 -1
  30. package/dist/shared/file-type-policy.js +120 -0
  31. package/dist/shared/file-type-policy.js.map +1 -0
  32. package/dist/shared/file-types.js +4 -2
  33. package/dist/shared/file-types.js.map +1 -1
  34. package/dist/shared/storagePath.js +11 -8
  35. package/dist/shared/storagePath.js.map +1 -1
  36. package/dist/web/assets/AgentChatPanel-B7IcnUpo.js +22 -0
  37. package/dist/web/assets/AgentSkillFormCard-BvGtfSYA.js +6 -0
  38. package/dist/web/assets/{AiWriteWorkbench-Boie5E_-.js → AiWriteWorkbench-CiCbou2k.js} +1 -1
  39. package/dist/web/assets/{DiagramEditor-NtNY3sZL-CZy-tmEe.js → DiagramEditor-NtNY3sZL-D8pO8wBI.js} +1 -1
  40. package/dist/web/assets/{DocumentEditor-1A6lpvV-.js → DocumentEditor-DO_AX4v-.js} +2 -2
  41. package/dist/web/assets/HtmlEditor-Bw2cVxtF.css +1 -0
  42. package/dist/web/assets/HtmlEditor-CneI2y4w.js +1 -0
  43. package/dist/web/assets/{MergeView-Dip0aW7s.js → MergeView-BiLf0JJw.js} +2 -2
  44. package/dist/web/assets/PlaygroundPage-C7glsS72.js +8 -0
  45. package/dist/web/assets/SettingsPage-CMbhjz76.js +1 -0
  46. package/dist/web/assets/{Toolbar-BHLX-ug4.js → Toolbar-CsA1tpSD.js} +24 -29
  47. package/dist/web/assets/{VisitorPickerModal-BPyEWlQo.js → VisitorPickerModal-D53YaNbf.js} +1 -1
  48. package/dist/web/assets/code-xml-6zfU0nfd.js +6 -0
  49. package/dist/web/assets/{copy-BE64wQqi.js → copy-CkzT-0Cs.js} +1 -1
  50. package/dist/web/assets/diagram-Bk84WZto.js +3320 -0
  51. package/dist/web/assets/index-DGnp1IRN.js +263 -0
  52. package/dist/web/assets/index-DTZrHyAu.css +1 -0
  53. package/dist/web/assets/{meta2dEngine-BD2XbzaV-z-eR7E_V.js → meta2dEngine-BD2XbzaV-BMzVEEHU.js} +1 -1
  54. package/dist/web/assets/{motion-DX3HNq_4.js → motion-DFABYlwt.js} +1 -1
  55. package/dist/web/assets/{plus-ECzYbQfA.js → plus-CmYtaPfl.js} +1 -1
  56. package/dist/web/assets/{react-GP8hKHRA.js → react-Dy2okueo.js} +3 -3
  57. package/dist/web/assets/{ui-BQStT3dY.js → ui-CvA4pq3d.js} +4 -4
  58. package/dist/web/index.html +5 -5
  59. package/package.json +2 -1
  60. package/dist/web/assets/AgentChatPanel-Bt38gm3b.js +0 -6
  61. package/dist/web/assets/AgentSkillFormCard-CtfWIf7Y.js +0 -6
  62. package/dist/web/assets/PlaygroundPage-C4X6Lj-Q.js +0 -8
  63. package/dist/web/assets/SettingsPage-nlnmzNZK.js +0 -1
  64. package/dist/web/assets/diagram-CT58wBdU.js +0 -5772
  65. package/dist/web/assets/index-BkKvQv2F.js +0 -248
  66. package/dist/web/assets/index-DKshvHIN.css +0 -1
@@ -1,5 +1,5 @@
1
- const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/diagram-CT58wBdU.js","assets/react-vendor-BuABiQkA.js"])))=>i.map(i=>d[i]);
2
- var gS=Object.defineProperty;var bS=(e,t,r)=>t in e?gS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var he=(e,t,r)=>bS(e,typeof t!="symbol"?t+"":t,r);import{r as u,j as N,R as q,a as vS,b as Eo,c as yS,m as Rl,T as su,d as T5,e as j5,f as A5,g as R5,h as z5,i as xb,k as xS,M as wS,l as CS,n as SS,o as wb,p as kS,q as $S,s as DS,t as _S,u as B5,S as ES,v as MS,w as IS,x as FS,y as ad,z as TS,_ as Nh,A as jS,B as Oh,C as cl,P as AS,D as lu,E as RS,F as zS,G as BS,H as PS,I as NS,J as OS,K as LS,L as Cb,N as Lh,O as HS,Q as qS,U as WS,V as VS,W as GS,X as US,Y as XS,Z as YS,$ as KS,a0 as Sb,a1 as kb,a2 as $b,a3 as ba,a4 as ZS,a5 as QS,a6 as JS,a7 as ek}from"./react-vendor-BuABiQkA.js";import{c as tk,r as rk,g as nk,s as Hh,G as ok,m as ul,u as ik,C as qn,M as ak,a as sk,b as P5,d as qh,T as lk,e as ck}from"./motion-DX3HNq_4.js";const Wh=u.createContext(null);u.memo(({children:e,motion:t})=>N.jsx(Wh,{value:t,children:e}));const dte=()=>{const e=u.use(Wh);if(!e)throw new Error("Please wrap your app with <ConfigProvider> (or <MotionProvider>) and pass the motion component");return e};function uk(e){var t=[];if(e.length===0)return"";if(typeof e[0]!="string")throw new TypeError("Url must be a string. Received "+e[0]);if(e[0].match(/^[^/:]+:\/*$/)&&e.length>1){var r=e.shift();e[0]=r+e[0]}e[0].match(/^file:\/\/\//)?e[0]=e[0].replace(/^([^/:]+):\/*/,"$1:///"):e[0]=e[0].replace(/^([^/:]+):\/*/,"$1://");for(var n=0;n<e.length;n++){var o=e[n];if(typeof o!="string")throw new TypeError("Url must be a string. Received "+o);o!==""&&(n>0&&(o=o.replace(/^[\/]+/,"")),n<e.length-1?o=o.replace(/[\/]+$/,""):o=o.replace(/[\/]+$/,"/"),t.push(o))}var i=t.join("/");i=i.replace(/\/(\?|&|#[^!])/g,"$1");var a=i.split("?");return i=a.shift()+(a.length>0?"?":"")+a.join("&"),i}function Db(){var e;return typeof arguments[0]=="object"?e=arguments[0]:e=[].slice.call(arguments),uk(e)}const dk="https://unpkg.com",fk="https://registry.npmmirror.com",N5=({pkg:e,version:t="latest",path:r,proxy:n})=>{switch(n){case"unpkg":return Db(dk,`${e}@${t}`,r);default:return Db(fk,e,t,"files",r)}},Vh=u.createContext(null),O5=u.createContext({locale:"en",t:e=>e}),fc=e=>typeof(e==null?void 0:e.then)=="function",fte=u.memo(({children:e,config:t,locale:r,resources:n,motion:o})=>{const i=r??"en",[a,s]=u.useState(()=>n&&!fc(n)?n:void 0),[l,c]=u.useState(i),d=u.useRef(0);u.useEffect(()=>{const m=++d.current;if(!n){s(void 0),c(i);return}if(fc(n)){const h=i;n.then(g=>{d.current===m&&(s(g),c(h))}).catch(()=>{d.current});return}s(n),c(i)},[i,n]);const f=fc(n)?a:n,p=fc(n)?l:i;return N.jsx(O5,{value:u.useMemo(()=>{const m=Array.isArray(f)?f:f?Object.values(f):[],h=Object.assign({},...m);return{locale:p,t:y=>h[y]||y}},[p,f]),children:N.jsx(Vh,{value:t??null,children:N.jsx(Wh,{value:o,children:e})})})}),_b=({pkg:e,version:t,path:r})=>N5({path:r,pkg:e,proxy:"aliyun",version:t}),Gh=()=>{const e=u.use(Vh);return e?(e==null?void 0:e.proxy)!=="custom"?({pkg:t,version:r,path:n})=>N5({path:n,pkg:t,proxy:e.proxy,version:r}):(e==null?void 0:e.customCdnFn)||_b:_b},pk=()=>u.use(O5);function L5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Mo(e){"@babel/helpers - typeof";return Mo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Mo(e)}function mk(e,t){if(Mo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Mo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function H5(e){var t=mk(e,"string");return Mo(t)=="symbol"?t:t+""}function hk(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,H5(n.key),n)}}function q5(e,t,r){return t&&hk(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function W5(e,t,r){return(t=H5(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var gk=function(){function e(){L5(this,e),W5(this,"_cacheList",[tk])}return q5(e,[{key:"add",value:function(r){var n=this.getCache(r.key);return n||(this._cacheList.push(r),r)}},{key:"delete",value:function(r){this._cacheList=this._cacheList.filter(function(n){return n.key!==r.key})}},{key:"hasCache",value:function(r){return this._cacheList.some(function(n){return n.key===r.key})}},{key:"getCache",value:function(r){return this._cacheList.find(function(n){return n.key===r})}},{key:"getCacheList",value:function(){return this._cacheList}}]),e}(),Eb=typeof document<"u",V5=function(t,r){return"".concat(t,"-").concat(r)},bk=function(t,r,n,o){var i=o.hashPriority;rk(t,r,n);var a=".".concat(V5(t.key,r.name)),s=i==="low"?":where(".concat(a,")"):a;if(t.inserted[r.name]===void 0){var l="",c=r;do{var d=t.insert(r===c?s:"",c,t.sheet,!0);!Eb&&d!==void 0&&(l+=d),c=c.next}while(c!==void 0);if(!Eb&&l.length!==0)return l}},Uh=function(t){return Mo(t)==="object"&&"styles"in t&&"name"in t&&"toString"in t},vk=function e(t){for(var r="",n=0;n<t.length;n++){var o=t[n];if(o!==null){var i=void 0;switch(Mo(o)){case"boolean":break;case"object":{if(Array.isArray(o))i=e(o);else{i="";for(var a in o)o[a]&&a&&(i&&(i+=" "),i+=a)}break}default:i=o}i&&(r&&(r+=" "),r+=i)}}return r},yk=function(t,r,n){var o=[],i=nk(t,o,n);return o.length<2?n:i+r(o)},xk=function(t,r){return function(){for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];var a=Hh(o,t.registered,void 0);return bk(t,a,!1,r),V5(t.key,a.name)}},wk=function(t,r){return function(){for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];var a=o.map(function(s){return Uh(s)?r(s):s});return yk(t.registered,r,vk(a))}},Xh=function(t,r){var n=xk(t,{hashPriority:r.hashPriority||"high",label:r.label}),o=wk(t,n);return{css:n,cx:o}},zl=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return Hh(r)},G5="acss";function Mb(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function Ot(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Mb(Object(r),!0).forEach(function(n){W5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Mb(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Ck=function(t){return u.createContext(t)},Sk=function(t){return function(){for(var r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return u.memo(function(i){var a=t();return N.jsx(ok,{styles:Hh(n,void 0,Ot(Ot({},i),{},{theme:a}))})})}};const ut=e=>{const t=u.useRef(e);return t.current=e,u.useCallback((...n)=>{var o;return(o=t.current)==null?void 0:o.call(t,...n)},[])};function uo(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}const Ib=uo()?u.useLayoutEffect:u.useEffect,Vt=(e,t)=>{const r=u.useRef(!0);Ib(()=>e(r.current),t),Ib(()=>(r.current=!1,()=>{r.current=!0}),[])},x0=(e,t)=>{Vt(r=>{if(!r)return e()},t)},kk=e=>{const t=u.useRef(!1),[r,n]=u.useState(e);u.useEffect(()=>(t.current=!1,()=>{t.current=!0}),[]);function o(i,a){a&&t.current||n(i)}return[r,o]};function Jt(e,t){const[r,n]=u.useState(e),o=t!==void 0?t:r;return Vt(i=>{i||n(t)},[t]),[o,n]}var U5={exports:{}},Kt={};/**
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/diagram-Bk84WZto.js","assets/react-vendor-BuABiQkA.js"])))=>i.map(i=>d[i]);
2
+ var gS=Object.defineProperty;var bS=(e,t,r)=>t in e?gS(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var he=(e,t,r)=>bS(e,typeof t!="symbol"?t+"":t,r);import{r as u,j as N,R as q,a as vS,b as Eo,c as yS,m as Rl,T as su,d as T5,e as j5,f as A5,g as R5,h as z5,i as xb,k as xS,M as wS,l as CS,n as SS,o as wb,p as kS,q as $S,s as DS,t as _S,u as B5,S as ES,v as MS,w as IS,x as FS,y as ad,z as TS,_ as Nh,A as jS,B as Oh,C as cl,P as AS,D as lu,E as RS,F as zS,G as BS,H as PS,I as NS,J as OS,K as LS,L as Cb,N as Lh,O as HS,Q as qS,U as WS,V as VS,W as GS,X as US,Y as XS,Z as YS,$ as KS,a0 as Sb,a1 as kb,a2 as $b,a3 as ba,a4 as ZS,a5 as QS,a6 as JS,a7 as ek}from"./react-vendor-BuABiQkA.js";import{c as tk,r as rk,g as nk,s as Hh,G as ok,m as ul,u as ik,C as qn,M as ak,a as sk,b as P5,d as qh,T as lk,e as ck}from"./motion-DFABYlwt.js";const Wh=u.createContext(null);u.memo(({children:e,motion:t})=>N.jsx(Wh,{value:t,children:e}));const dte=()=>{const e=u.use(Wh);if(!e)throw new Error("Please wrap your app with <ConfigProvider> (or <MotionProvider>) and pass the motion component");return e};function uk(e){var t=[];if(e.length===0)return"";if(typeof e[0]!="string")throw new TypeError("Url must be a string. Received "+e[0]);if(e[0].match(/^[^/:]+:\/*$/)&&e.length>1){var r=e.shift();e[0]=r+e[0]}e[0].match(/^file:\/\/\//)?e[0]=e[0].replace(/^([^/:]+):\/*/,"$1:///"):e[0]=e[0].replace(/^([^/:]+):\/*/,"$1://");for(var n=0;n<e.length;n++){var o=e[n];if(typeof o!="string")throw new TypeError("Url must be a string. Received "+o);o!==""&&(n>0&&(o=o.replace(/^[\/]+/,"")),n<e.length-1?o=o.replace(/[\/]+$/,""):o=o.replace(/[\/]+$/,"/"),t.push(o))}var i=t.join("/");i=i.replace(/\/(\?|&|#[^!])/g,"$1");var a=i.split("?");return i=a.shift()+(a.length>0?"?":"")+a.join("&"),i}function Db(){var e;return typeof arguments[0]=="object"?e=arguments[0]:e=[].slice.call(arguments),uk(e)}const dk="https://unpkg.com",fk="https://registry.npmmirror.com",N5=({pkg:e,version:t="latest",path:r,proxy:n})=>{switch(n){case"unpkg":return Db(dk,`${e}@${t}`,r);default:return Db(fk,e,t,"files",r)}},Vh=u.createContext(null),O5=u.createContext({locale:"en",t:e=>e}),fc=e=>typeof(e==null?void 0:e.then)=="function",fte=u.memo(({children:e,config:t,locale:r,resources:n,motion:o})=>{const i=r??"en",[a,s]=u.useState(()=>n&&!fc(n)?n:void 0),[l,c]=u.useState(i),d=u.useRef(0);u.useEffect(()=>{const m=++d.current;if(!n){s(void 0),c(i);return}if(fc(n)){const h=i;n.then(g=>{d.current===m&&(s(g),c(h))}).catch(()=>{d.current});return}s(n),c(i)},[i,n]);const f=fc(n)?a:n,p=fc(n)?l:i;return N.jsx(O5,{value:u.useMemo(()=>{const m=Array.isArray(f)?f:f?Object.values(f):[],h=Object.assign({},...m);return{locale:p,t:y=>h[y]||y}},[p,f]),children:N.jsx(Vh,{value:t??null,children:N.jsx(Wh,{value:o,children:e})})})}),_b=({pkg:e,version:t,path:r})=>N5({path:r,pkg:e,proxy:"aliyun",version:t}),Gh=()=>{const e=u.use(Vh);return e?(e==null?void 0:e.proxy)!=="custom"?({pkg:t,version:r,path:n})=>N5({path:n,pkg:t,proxy:e.proxy,version:r}):(e==null?void 0:e.customCdnFn)||_b:_b},pk=()=>u.use(O5);function L5(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Mo(e){"@babel/helpers - typeof";return Mo=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Mo(e)}function mk(e,t){if(Mo(e)!="object"||!e)return e;var r=e[Symbol.toPrimitive];if(r!==void 0){var n=r.call(e,t);if(Mo(n)!="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function H5(e){var t=mk(e,"string");return Mo(t)=="symbol"?t:t+""}function hk(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,H5(n.key),n)}}function q5(e,t,r){return t&&hk(e.prototype,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function W5(e,t,r){return(t=H5(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var gk=function(){function e(){L5(this,e),W5(this,"_cacheList",[tk])}return q5(e,[{key:"add",value:function(r){var n=this.getCache(r.key);return n||(this._cacheList.push(r),r)}},{key:"delete",value:function(r){this._cacheList=this._cacheList.filter(function(n){return n.key!==r.key})}},{key:"hasCache",value:function(r){return this._cacheList.some(function(n){return n.key===r.key})}},{key:"getCache",value:function(r){return this._cacheList.find(function(n){return n.key===r})}},{key:"getCacheList",value:function(){return this._cacheList}}]),e}(),Eb=typeof document<"u",V5=function(t,r){return"".concat(t,"-").concat(r)},bk=function(t,r,n,o){var i=o.hashPriority;rk(t,r,n);var a=".".concat(V5(t.key,r.name)),s=i==="low"?":where(".concat(a,")"):a;if(t.inserted[r.name]===void 0){var l="",c=r;do{var d=t.insert(r===c?s:"",c,t.sheet,!0);!Eb&&d!==void 0&&(l+=d),c=c.next}while(c!==void 0);if(!Eb&&l.length!==0)return l}},Uh=function(t){return Mo(t)==="object"&&"styles"in t&&"name"in t&&"toString"in t},vk=function e(t){for(var r="",n=0;n<t.length;n++){var o=t[n];if(o!==null){var i=void 0;switch(Mo(o)){case"boolean":break;case"object":{if(Array.isArray(o))i=e(o);else{i="";for(var a in o)o[a]&&a&&(i&&(i+=" "),i+=a)}break}default:i=o}i&&(r&&(r+=" "),r+=i)}}return r},yk=function(t,r,n){var o=[],i=nk(t,o,n);return o.length<2?n:i+r(o)},xk=function(t,r){return function(){for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];var a=Hh(o,t.registered,void 0);return bk(t,a,!1,r),V5(t.key,a.name)}},wk=function(t,r){return function(){for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];var a=o.map(function(s){return Uh(s)?r(s):s});return yk(t.registered,r,vk(a))}},Xh=function(t,r){var n=xk(t,{hashPriority:r.hashPriority||"high",label:r.label}),o=wk(t,n);return{css:n,cx:o}},zl=function(){for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return Hh(r)},G5="acss";function Mb(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(o){return Object.getOwnPropertyDescriptor(e,o).enumerable})),r.push.apply(r,n)}return r}function Ot(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};t%2?Mb(Object(r),!0).forEach(function(n){W5(e,n,r[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Mb(Object(r)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(r,n))})}return e}var Ck=function(t){return u.createContext(t)},Sk=function(t){return function(){for(var r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return u.memo(function(i){var a=t();return N.jsx(ok,{styles:Hh(n,void 0,Ot(Ot({},i),{},{theme:a}))})})}};const ut=e=>{const t=u.useRef(e);return t.current=e,u.useCallback((...n)=>{var o;return(o=t.current)==null?void 0:o.call(t,...n)},[])};function uo(){return!!(typeof window<"u"&&window.document&&window.document.createElement)}const Ib=uo()?u.useLayoutEffect:u.useEffect,Vt=(e,t)=>{const r=u.useRef(!0);Ib(()=>e(r.current),t),Ib(()=>(r.current=!1,()=>{r.current=!0}),[])},x0=(e,t)=>{Vt(r=>{if(!r)return e()},t)},kk=e=>{const t=u.useRef(!1),[r,n]=u.useState(e);u.useEffect(()=>(t.current=!1,()=>{t.current=!0}),[]);function o(i,a){a&&t.current||n(i)}return[r,o]};function Jt(e,t){const[r,n]=u.useState(e),o=t!==void 0?t:r;return Vt(i=>{i||n(t)},[t]),[o,n]}var U5={exports:{}},Kt={};/**
3
3
  * @license React
4
4
  * react-is.production.min.js
5
5
  *
@@ -2444,7 +2444,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
2444
2444
  overflow: hidden;
2445
2445
  max-width: 100%;
2446
2446
  height: auto;
2447
- `})),RV=ur(Cn.root,{defaultVariants:{variant:"filled"},variants:{variant:{filled:Cn.filled,outlined:Cn.outlined,borderless:Cn.borderless}}}),zV="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgdmlld0JveD0iMCAwIDI1NiAyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiBmaWxsPSIjM0IzQjNCIi8+CjxwYXRoIGQ9Ik0xNTYuODg4IDkxLjAwMkgxMDAuMTEyQzk1LjYzMjkgOTEuMDAyIDkyLjAwMTUgOTQuNjMzNCA5Mi4wMDE1IDk5LjExMjdWMTU1Ljg4OEM5Mi4wMDE1IDE2MC4zNjcgOTUuNjMyOSAxNjMuOTk5IDEwMC4xMTIgMTYzLjk5OUgxNTYuODg4QzE2MS4zNjcgMTYzLjk5OSAxNjQuOTk4IDE2MC4zNjcgMTY0Ljk5OCAxNTUuODg4Vjk5LjExMjdDMTY0Ljk5OCA5NC42MzM0IDE2MS4zNjcgOTEuMDAyIDE1Ni44ODggOTEuMDAyWiIgc3Ryb2tlPSIjNjI2MjYyIiBzdHJva2Utd2lkdGg9IjguMTEwNzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTY0Ljk5OCAxMzkuNjY4TDE1Mi40ODQgMTI3LjE1M0MxNTAuOTYyIDEyNS42MzIgMTQ4LjkgMTI0Ljc3OCAxNDYuNzQ5IDEyNC43NzhDMTQ0LjU5OSAxMjQuNzc4IDE0Mi41MzYgMTI1LjYzMiAxNDEuMDE1IDEyNy4xNTNMMTA0LjE2OCAxNjRNMTE2LjMzNCAxMjMuNDQ1QzEyMC44MTMgMTIzLjQ0NSAxMjQuNDQ1IDExOS44MTQgMTI0LjQ0NSAxMTUuMzM0QzEyNC40NDUgMTEwLjg1NSAxMjAuODEzIDEwNy4yMjQgMTE2LjMzNCAxMDcuMjI0QzExMS44NTUgMTA3LjIyNCAxMDguMjIzIDExMC44NTUgMTA4LjIyMyAxMTUuMzM0QzEwOC4yMjMgMTE5LjgxNCAxMTEuODU1IDEyMy40NDUgMTE2LjMzNCAxMjMuNDQ1WiIgc3Ryb2tlPSIjNjI2MjYyIiBzdHJva2Utd2lkdGg9IjguMTEwNzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K",BV="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgdmlld0JveD0iMCAwIDI1NiAyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiBmaWxsPSIjRUNFQ0VDIi8+CjxwYXRoIGQ9Ik0xNTYuODg4IDkxLjAwMkgxMDAuMTEyQzk1LjYzMjkgOTEuMDAyIDkyLjAwMTUgOTQuNjMzNCA5Mi4wMDE1IDk5LjExMjdWMTU1Ljg4OEM5Mi4wMDE1IDE2MC4zNjcgOTUuNjMyOSAxNjMuOTk5IDEwMC4xMTIgMTYzLjk5OUgxNTYuODg4QzE2MS4zNjcgMTYzLjk5OSAxNjQuOTk4IDE2MC4zNjcgMTY0Ljk5OCAxNTUuODg4Vjk5LjExMjdDMTY0Ljk5OCA5NC42MzM0IDE2MS4zNjcgOTEuMDAyIDE1Ni44ODggOTEuMDAyWiIgc3Ryb2tlPSIjRDdEN0Q3IiBzdHJva2Utd2lkdGg9IjguMTEwNzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTY0Ljk5OCAxMzkuNjY4TDE1Mi40ODQgMTI3LjE1M0MxNTAuOTYyIDEyNS42MzIgMTQ4LjkgMTI0Ljc3OCAxNDYuNzQ5IDEyNC43NzhDMTQ0LjU5OSAxMjQuNzc4IDE0Mi41MzYgMTI1LjYzMiAxNDEuMDE1IDEyNy4xNTNMMTA0LjE2OCAxNjRNMTE2LjMzNCAxMjMuNDQ1QzEyMC44MTMgMTIzLjQ0NSAxMjQuNDQ1IDExOS44MTQgMTI0LjQ0NSAxMTUuMzM0QzEyNC40NDUgMTEwLjg1NSAxMjAuODEzIDEwNy4yMjQgMTE2LjMzNCAxMDcuMjI0QzExMS44NTUgMTA3LjIyNCAxMDguMjIzIDExMC44NTUgMTA4LjIyMyAxMTUuMzM0QzEwOC4yMjMgMTE5LjgxNCAxMTEuODU1IDEyMy40NDUgMTE2LjMzNCAxMjMuNDQ1WiIgc3Ryb2tlPSIjRDdEN0Q3IiBzdHJva2Utd2lkdGg9IjguMTEwNzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K",r9=u.memo(({children:e,visible:t})=>{const r=u.useRef(null);return u.useEffect(()=>{if(!r.current)return;const n=o=>{o.preventDefault()};t?r.current.addEventListener("wheel",n,{passive:!1}):r.current.removeEventListener("wheel",n)},[t]),N.jsx("div",{ref:r,children:e})});var PV={"image.copy":"Copy","image.copyFailed":"Copy Failed","image.copySuccess":"Copy Success","image.download":"Download","image.downloadFailed":"Download Failed","image.downloadSuccess":"Download Success","image.flipHorizontal":"Flip Horizontal","image.flipVertical":"Flip Vertical","image.rotateLeft":"Rotate Left","image.rotateRight":"Rotate Right","image.zoomIn":"Zoom In","image.zoomOut":"Zoom Out"};const NV=e=>new Promise((t,r)=>{const n=new Image,o=URL.createObjectURL(e);n.onload=()=>{URL.revokeObjectURL(o);const i=document.createElement("canvas");i.width=n.naturalWidth,i.height=n.naturalHeight;const a=i.getContext("2d");if(!a){r(new Error("Canvas context not available"));return}a.drawImage(n,0,0),i.toBlob(s=>{s?t(s):r(new Error("Failed to convert to PNG"))},"image/png",1)},n.onerror=()=>{URL.revokeObjectURL(o),r(new Error("Failed to load image"))},n.src=o}),OV=async e=>{const t=(e.type||"").toLowerCase();return t==="image/png"||t==="image/svg+xml"?{[t]:e}:{"image/png":await NV(e)}},LV=e=>{try{const t=new URL(e).pathname.match(/\/([^/]+)$/);return t?decodeURIComponent(t[1]):"image"}catch{return"image"}},HV=e=>{var t;return{"image/svg+xml":"svg","image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/webp":"webp","image/gif":"gif"}[e==null?void 0:e.toLowerCase()]||((t=e==null?void 0:e.split("/")[1])==null?void 0:t.split("+")[0])||"png"},n9=u.memo(({children:e,info:t,minScale:r,maxScale:n})=>{const{t:o}=IW(PV),[i,a]=u.useState(null),[s,l]=u.useState(!1),[c,d]=u.useState(!1),{transform:{scale:f},actions:{onFlipY:p,onFlipX:m,onRotateLeft:h,onRotateRight:g,onZoomOut:y,onZoomIn:b},image:{url:v}}=t,x=u.useCallback(async()=>{d(!0);try{const S=await(await fetch(v,{mode:"cors"})).blob(),C=URL.createObjectURL(S);let k=LV(v);const D=HV(S.type);k.includes(".")?k.endsWith(".svg+xml")&&(k=k.replace(/\.svg\+xml$/i,".svg")):k=`${k}.${D}`,await jW(C,k),URL.revokeObjectURL(C),Wa.success(o("image.downloadSuccess"))}catch{Wa.error(o("image.downloadFailed"))}finally{d(!1)}},[v,o]),w=u.useCallback(async()=>{l(!0);try{const S=await OV(await(await fetch(v,{mode:"cors"})).blob());await navigator.clipboard.write([new ClipboardItem(S)]),Wa.success(o("image.copySuccess"))}catch{Wa.error(o("image.copyFailed"))}finally{l(!1)}},[v,o]);return N.jsx(E1,{popupContainer:i??void 0,children:N.jsxs(or,{horizontal:!0,className:Cn.toolbar,gap:4,ref:a,children:[N.jsx(dn,{icon:XH,title:o("image.flipHorizontal"),onClick:m}),N.jsx(dn,{icon:GH,title:o("image.flipVertical"),onClick:p}),N.jsx(dn,{icon:OH,title:o("image.rotateLeft"),onClick:h}),N.jsx(dn,{icon:HH,title:o("image.rotateRight"),onClick:g}),N.jsx(dn,{disabled:f===r,icon:tq,title:o("image.zoomOut"),onClick:y}),N.jsx(dn,{disabled:f===n,icon:JH,title:o("image.zoomIn"),onClick:b}),N.jsx(dn,{icon:Zw,loading:s,title:o("image.copy"),onClick:w}),N.jsx(dn,{icon:EH,loading:c,title:o("image.download"),onClick:x}),e]})})}),qV=e=>{const[t,r]=u.useState(!1);return u.useMemo(()=>{if(e===!1)return e;const{onVisibleChange:n,onOpenChange:o,minScale:i=.32,maxScale:a=32,toolbarAddon:s,rootClassName:l,imageRender:c,toolbarRender:d,...f}=e===!0?{}:e||{};return{actionsRender:(p,m)=>{const h=N.jsx(n9,{info:m,maxScale:a,minScale:i,children:s});return d?d(h,m):h},closeIcon:N.jsx(jt,{color:"#fff",icon:Wu}),imageRender:(p,m)=>{const h=N.jsx(r9,{visible:t,children:p});return c?c(h,m):h},maxScale:a,minScale:i,onOpenChange:(p,m)=>{r(p),o==null||o(p,m),n==null||n(p,!p,m.current)},rootClassName:Fe(Cn.preview,l),...f}},[e,t,Cn])},{PreviewGroup:WV}=l1,o9=u.memo(({items:e,children:t,enable:r=!0,preview:n})=>{const o=qV(n);return r?N.jsx(WV,{items:e,preview:o,children:t}):t});o9.displayName="PreviewGroup";const VV=e=>{const[t,r]=u.useState(!1);return u.useMemo(()=>{if(e===!1)return e;const{onVisibleChange:n,onOpenChange:o,minScale:i=.32,maxScale:a=32,toolbarAddon:s,rootClassName:l,imageRender:c,toolbarRender:d,actionsRender:f,...p}=e===!0?{}:e||{};return{actionsRender:f||((m,h)=>{const g=N.jsx(n9,{info:h,maxScale:a,minScale:i,children:s});return d?d(g,h):g}),closeIcon:N.jsx(jt,{color:"#fff",icon:Wu}),imageRender:(m,h)=>{const g=N.jsx(r9,{visible:t,children:m});return c?c(g,h):g},maxScale:a,minScale:i,onOpenChange:m=>{r(m),o==null||o(m),n==null||n(m,!m)},rootClassName:Fe(Cn.preview,l),styles:{mask:{backdropFilter:"blur(8px)"}},...p}},[e,t,Cn])},i9=u.memo(({ref:e,style:t,preview:r,isLoading:n,maxHeight:o="100%",maxWidth:i="100%",minHeight:a,minWidth:s,actions:l,className:c,alwaysShowActions:d,variant:f="filled",objectFit:p="cover",classNames:m,styles:h,onClick:g,width:y,height:b,...v})=>{const{isDarkMode:x}=En(),w=d?Cn.actionsVisible:Cn.actionsHidden,S=VV(r);return n?N.jsx("div",{onClick:g,children:N.jsx(la.Avatar,{active:!0,style:{borderRadius:Ce.borderRadius,height:b,maxHeight:o,maxWidth:i,minHeight:a,minWidth:s,width:y}})}):N.jsxs(or,{className:Fe(RV({variant:f}),c),ref:e,style:t,children:[l&&N.jsx("div",{className:Fe(w,d?"":"actions-hidden"),children:l}),N.jsx(l1,{className:Fe(Cn.image,m==null?void 0:m.image),fallback:x?zV:BV,height:b,loading:"lazy",preview:r===!1?!1:S,width:y,classNames:{root:Fe(Cn.wrapper,m==null?void 0:m.wrapper)},style:{maxHeight:o,maxWidth:i,minHeight:a,minWidth:s,objectFit:p||"cover",...h==null?void 0:h.image},styles:{root:h==null?void 0:h.wrapper},onClick:g,...v})]})});i9.displayName="Image";const B1=i9;B1.PreviewGroup=o9;const a9=[{displayName:"Lobe Theme",id:"lobe-theme"},{background:"#fbf9ff",displayName:"Mermaid Default",id:"default"},{background:"#fffcf8",displayName:"Mermaid Base",id:"base"},{background:"#000",displayName:"Mermaid Dark",id:"dark"},{background:"#f9ffeb",displayName:"Mermaid Forest",id:"forest"},{background:"#fff",displayName:"Mermaid Neutral",id:"neutral"}],Zo=new Map,Jy=500,GV=()=>{if(Zo.size>Jy){const e=Math.floor(Jy*.2),t=Array.from(Zo.keys()).slice(0,e);for(const r of t)Zo.delete(r)}};let Sf=null;const s9=()=>typeof window>"u"?Promise.resolve(null):(Sf||(Sf=Nh(()=>import("./diagram-CT58wBdU.js").then(e=>e.z),__vite__mapDeps([0,1])).then(e=>e.default)),Sf),l9=(e,t,r="strict")=>({fontFamily:e.fontFamilyCode,gantt:{useWidth:1920},securityLevel:r,startOnLoad:!1,theme:t||(e.isDarkMode?"dark":"neutral"),themeVariables:t?void 0:{errorBkgColor:e.colorTextDescription,errorTextColor:e.colorTextDescription,fontFamily:e.fontFamily,lineColor:e.colorTextSecondary,mainBkg:e.colorBgContainer,noteBkgColor:e.colorInfoBg,noteTextColor:e.colorInfoText,pie1:e.geekblue,pie2:e.colorWarning,pie3:e.colorSuccess,pie4:e.colorError,primaryBorderColor:e.colorBorder,primaryColor:e.colorBgContainer,primaryTextColor:e.colorText,secondaryBorderColor:e.colorInfoBorder,secondaryColor:e.colorInfoBg,secondaryTextColor:e.colorInfoText,tertiaryBorderColor:e.colorSuccessBorder,tertiaryColor:e.colorSuccessBg,tertiaryTextColor:e.colorSuccessText,textColor:e.colorText}}),UV=(e,{id:t,theme:r,securityLevel:n})=>{const o=m1(),[i,a]=u.useState(""),s=u.useMemo(()=>l9(o,r,n),[o.fontFamilyCode,o.isDarkMode,o.colorTextDescription,o.fontFamily,o.colorTextSecondary,o.colorBgContainer,o.colorInfoBg,o.colorInfoText,o.geekblue,o.colorWarning,o.colorSuccess,o.colorError,o.colorBorder,o.colorInfoBorder,o.colorSuccessBorder,o.colorSuccessBg,o.colorSuccessText,o.colorText,r,n]),l=u.useMemo(()=>{const c=e.length<1e4?e:Il.hashStr(e);return[t,r||(o.isDarkMode?"d":"l"),c].filter(Boolean).join("-")},[e,t,o.isDarkMode,r]);return u.useEffect(()=>{const c=Zo.get(l);if(c){c.then(f=>{a(f)}).catch(()=>{});return}const d=(async()=>{try{const f=await s9();if(!f)return"";if(await f.parse(e)){f.initialize(s);const{svg:p}=await f.render(t,e);return p}else throw new Error("Mermaid 语法无效")}catch(f){return console.error("Mermaid 解析错误:",f),""}})();Zo.set(l,d),GV(),d.then(f=>{Zo.get(l)===d&&a(f)}).catch(()=>{Zo.get(l)===d&&Zo.delete(l)})},[l,e,t,s]),i},c9=u.memo(({children:e,className:t,fallbackClassName:r,ref:n,style:o,theme:i,variant:a})=>{const s=e??"",l=i==="lobe-theme"||!i,c=u.useMemo(()=>{var g;if(!l)return(g=a9.find(y=>y.id===i))==null?void 0:g.background},[l,i]),d=UV(s,{id:Lw(`mermaid-${u.useId()}`),theme:l?void 0:i}),f=!d,[p,m]=u.useState();u.useEffect(()=>()=>{p&&URL.revokeObjectURL(p)},[p]),u.useEffect(()=>{if(f||!d)return;let g=d;if(typeof window<"u"&&typeof navigator<"u"&&navigator.userAgent.includes("Firefox")){const b=new DOMParser().parseFromString(d,"image/svg+xml"),v=b.documentElement;if(v&&v.hasAttribute("viewBox")){const x=v.getAttribute("viewBox").split(" ");Array.isArray(x)&&x.length===4&&(v.setAttribute("width",x[2]),v.setAttribute("height",x[3])),g=new XMLSerializer().serializeToString(b)}}const y=new Blob([g],{type:"image/svg+xml"});m(URL.createObjectURL(y))},[f,d]);const h={background:a==="filled"?c:void 0,margin:0,minWidth:300,padding:a==="borderless"?0:16,position:"relative",width:"100%",...o};return p?N.jsx(B1,{alt:"mermaid",className:t,maxHeight:480,minWidth:300,objectFit:"contain",ref:n,src:p,style:h,variant:"borderless",width:"100%"}):N.jsx("div",{className:r,style:o,children:N.jsx("div",{style:{padding:16},children:"Loading..."})})});c9.displayName="StaticMermaid";const XV=(e,{enabled:t=!0,id:r,theme:n})=>{const o=m1(),[i,a]=u.useState(""),s=u.useRef(""),l=u.useRef(e),c=u.useRef(void 0),d=u.useMemo(()=>l9(o,n),[o.fontFamilyCode,o.isDarkMode,o.colorTextDescription,o.fontFamily,o.colorTextSecondary,o.colorBgContainer,o.colorInfoBg,o.colorInfoText,o.geekblue,o.colorWarning,o.colorSuccess,o.colorError,o.colorBorder,o.colorInfoBorder,o.colorSuccessBorder,o.colorSuccessBg,o.colorSuccessText,o.colorText,n]);return u.useEffect(()=>{l.current=e},[e]),u.useEffect(()=>{if(!t){a(""),s.current="";const m=c.current;m&&clearTimeout(m);return}const f=l.current;if(f===s.current&&i)return;const p=c.current;return p&&clearTimeout(p),c.current=setTimeout(async()=>{const m=l.current;if(m===f)try{const h=await s9();if(!h)return;if(await h.parse(m)){h.initialize(d);const{svg:g}=await h.render(r,m);l.current===m&&(a(g),s.current=m)}}catch(h){m===l.current&&console.error("Mermaid 解析错误:",h)}},300),()=>{const m=c.current;m&&clearTimeout(m)}},[t,e,r,d,i]),i},u9=u.memo(({children:e,className:t,fallbackClassName:r,ref:n,style:o,theme:i,variant:a})=>{const s=e??"",l=i==="lobe-theme"||!i,c=u.useMemo(()=>{var g;if(!l)return(g=a9.find(y=>y.id===i))==null?void 0:g.background},[l,i]),d=XV(s,{enabled:!0,id:Lw(`mermaid-${u.useId()}`),theme:l?void 0:i}),f=!d,[p,m]=u.useState();u.useEffect(()=>()=>{p&&URL.revokeObjectURL(p)},[p]),u.useEffect(()=>{if(f||!d){m(void 0);return}let g=d;if(typeof window<"u"&&typeof navigator<"u"&&navigator.userAgent.includes("Firefox")){const b=new DOMParser().parseFromString(d,"image/svg+xml"),v=b.documentElement;if(v&&v.hasAttribute("viewBox")){const x=v.getAttribute("viewBox").split(" ");Array.isArray(x)&&x.length===4&&(v.setAttribute("width",x[2]),v.setAttribute("height",x[3])),g=new XMLSerializer().serializeToString(b)}}const y=new Blob([g],{type:"image/svg+xml"});m(URL.createObjectURL(y))},[f,d]);const h={background:a==="filled"?c:void 0,margin:0,minWidth:300,padding:a==="borderless"?0:16,position:"relative",width:"100%",...o};return p?N.jsx(B1,{alt:"mermaid",className:t,maxHeight:480,minWidth:300,objectFit:"contain",ref:n,src:p,style:h,variant:"borderless",width:"100%"}):N.jsx("div",{className:r,style:o,children:N.jsx("div",{style:{padding:16},children:"Rendering..."})})});u9.displayName="StreamMermaid";const YV=tc`
2447
+ `})),RV=ur(Cn.root,{defaultVariants:{variant:"filled"},variants:{variant:{filled:Cn.filled,outlined:Cn.outlined,borderless:Cn.borderless}}}),zV="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgdmlld0JveD0iMCAwIDI1NiAyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiBmaWxsPSIjM0IzQjNCIi8+CjxwYXRoIGQ9Ik0xNTYuODg4IDkxLjAwMkgxMDAuMTEyQzk1LjYzMjkgOTEuMDAyIDkyLjAwMTUgOTQuNjMzNCA5Mi4wMDE1IDk5LjExMjdWMTU1Ljg4OEM5Mi4wMDE1IDE2MC4zNjcgOTUuNjMyOSAxNjMuOTk5IDEwMC4xMTIgMTYzLjk5OUgxNTYuODg4QzE2MS4zNjcgMTYzLjk5OSAxNjQuOTk4IDE2MC4zNjcgMTY0Ljk5OCAxNTUuODg4Vjk5LjExMjdDMTY0Ljk5OCA5NC42MzM0IDE2MS4zNjcgOTEuMDAyIDE1Ni44ODggOTEuMDAyWiIgc3Ryb2tlPSIjNjI2MjYyIiBzdHJva2Utd2lkdGg9IjguMTEwNzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTY0Ljk5OCAxMzkuNjY4TDE1Mi40ODQgMTI3LjE1M0MxNTAuOTYyIDEyNS42MzIgMTQ4LjkgMTI0Ljc3OCAxNDYuNzQ5IDEyNC43NzhDMTQ0LjU5OSAxMjQuNzc4IDE0Mi41MzYgMTI1LjYzMiAxNDEuMDE1IDEyNy4xNTNMMTA0LjE2OCAxNjRNMTE2LjMzNCAxMjMuNDQ1QzEyMC44MTMgMTIzLjQ0NSAxMjQuNDQ1IDExOS44MTQgMTI0LjQ0NSAxMTUuMzM0QzEyNC40NDUgMTEwLjg1NSAxMjAuODEzIDEwNy4yMjQgMTE2LjMzNCAxMDcuMjI0QzExMS44NTUgMTA3LjIyNCAxMDguMjIzIDExMC44NTUgMTA4LjIyMyAxMTUuMzM0QzEwOC4yMjMgMTE5LjgxNCAxMTEuODU1IDEyMy40NDUgMTE2LjMzNCAxMjMuNDQ1WiIgc3Ryb2tlPSIjNjI2MjYyIiBzdHJva2Utd2lkdGg9IjguMTEwNzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K",BV="data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjU2IiBoZWlnaHQ9IjI1NiIgdmlld0JveD0iMCAwIDI1NiAyNTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHdpZHRoPSIyNTYiIGhlaWdodD0iMjU2IiBmaWxsPSIjRUNFQ0VDIi8+CjxwYXRoIGQ9Ik0xNTYuODg4IDkxLjAwMkgxMDAuMTEyQzk1LjYzMjkgOTEuMDAyIDkyLjAwMTUgOTQuNjMzNCA5Mi4wMDE1IDk5LjExMjdWMTU1Ljg4OEM5Mi4wMDE1IDE2MC4zNjcgOTUuNjMyOSAxNjMuOTk5IDEwMC4xMTIgMTYzLjk5OUgxNTYuODg4QzE2MS4zNjcgMTYzLjk5OSAxNjQuOTk4IDE2MC4zNjcgMTY0Ljk5OCAxNTUuODg4Vjk5LjExMjdDMTY0Ljk5OCA5NC42MzM0IDE2MS4zNjcgOTEuMDAyIDE1Ni44ODggOTEuMDAyWiIgc3Ryb2tlPSIjRDdEN0Q3IiBzdHJva2Utd2lkdGg9IjguMTEwNzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTY0Ljk5OCAxMzkuNjY4TDE1Mi40ODQgMTI3LjE1M0MxNTAuOTYyIDEyNS42MzIgMTQ4LjkgMTI0Ljc3OCAxNDYuNzQ5IDEyNC43NzhDMTQ0LjU5OSAxMjQuNzc4IDE0Mi41MzYgMTI1LjYzMiAxNDEuMDE1IDEyNy4xNTNMMTA0LjE2OCAxNjRNMTE2LjMzNCAxMjMuNDQ1QzEyMC44MTMgMTIzLjQ0NSAxMjQuNDQ1IDExOS44MTQgMTI0LjQ0NSAxMTUuMzM0QzEyNC40NDUgMTEwLjg1NSAxMjAuODEzIDEwNy4yMjQgMTE2LjMzNCAxMDcuMjI0QzExMS44NTUgMTA3LjIyNCAxMDguMjIzIDExMC44NTUgMTA4LjIyMyAxMTUuMzM0QzEwOC4yMjMgMTE5LjgxNCAxMTEuODU1IDEyMy40NDUgMTE2LjMzNCAxMjMuNDQ1WiIgc3Ryb2tlPSIjRDdEN0Q3IiBzdHJva2Utd2lkdGg9IjguMTEwNzciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K",r9=u.memo(({children:e,visible:t})=>{const r=u.useRef(null);return u.useEffect(()=>{if(!r.current)return;const n=o=>{o.preventDefault()};t?r.current.addEventListener("wheel",n,{passive:!1}):r.current.removeEventListener("wheel",n)},[t]),N.jsx("div",{ref:r,children:e})});var PV={"image.copy":"Copy","image.copyFailed":"Copy Failed","image.copySuccess":"Copy Success","image.download":"Download","image.downloadFailed":"Download Failed","image.downloadSuccess":"Download Success","image.flipHorizontal":"Flip Horizontal","image.flipVertical":"Flip Vertical","image.rotateLeft":"Rotate Left","image.rotateRight":"Rotate Right","image.zoomIn":"Zoom In","image.zoomOut":"Zoom Out"};const NV=e=>new Promise((t,r)=>{const n=new Image,o=URL.createObjectURL(e);n.onload=()=>{URL.revokeObjectURL(o);const i=document.createElement("canvas");i.width=n.naturalWidth,i.height=n.naturalHeight;const a=i.getContext("2d");if(!a){r(new Error("Canvas context not available"));return}a.drawImage(n,0,0),i.toBlob(s=>{s?t(s):r(new Error("Failed to convert to PNG"))},"image/png",1)},n.onerror=()=>{URL.revokeObjectURL(o),r(new Error("Failed to load image"))},n.src=o}),OV=async e=>{const t=(e.type||"").toLowerCase();return t==="image/png"||t==="image/svg+xml"?{[t]:e}:{"image/png":await NV(e)}},LV=e=>{try{const t=new URL(e).pathname.match(/\/([^/]+)$/);return t?decodeURIComponent(t[1]):"image"}catch{return"image"}},HV=e=>{var t;return{"image/svg+xml":"svg","image/png":"png","image/jpeg":"jpg","image/jpg":"jpg","image/webp":"webp","image/gif":"gif"}[e==null?void 0:e.toLowerCase()]||((t=e==null?void 0:e.split("/")[1])==null?void 0:t.split("+")[0])||"png"},n9=u.memo(({children:e,info:t,minScale:r,maxScale:n})=>{const{t:o}=IW(PV),[i,a]=u.useState(null),[s,l]=u.useState(!1),[c,d]=u.useState(!1),{transform:{scale:f},actions:{onFlipY:p,onFlipX:m,onRotateLeft:h,onRotateRight:g,onZoomOut:y,onZoomIn:b},image:{url:v}}=t,x=u.useCallback(async()=>{d(!0);try{const S=await(await fetch(v,{mode:"cors"})).blob(),C=URL.createObjectURL(S);let k=LV(v);const D=HV(S.type);k.includes(".")?k.endsWith(".svg+xml")&&(k=k.replace(/\.svg\+xml$/i,".svg")):k=`${k}.${D}`,await jW(C,k),URL.revokeObjectURL(C),Wa.success(o("image.downloadSuccess"))}catch{Wa.error(o("image.downloadFailed"))}finally{d(!1)}},[v,o]),w=u.useCallback(async()=>{l(!0);try{const S=await OV(await(await fetch(v,{mode:"cors"})).blob());await navigator.clipboard.write([new ClipboardItem(S)]),Wa.success(o("image.copySuccess"))}catch{Wa.error(o("image.copyFailed"))}finally{l(!1)}},[v,o]);return N.jsx(E1,{popupContainer:i??void 0,children:N.jsxs(or,{horizontal:!0,className:Cn.toolbar,gap:4,ref:a,children:[N.jsx(dn,{icon:XH,title:o("image.flipHorizontal"),onClick:m}),N.jsx(dn,{icon:GH,title:o("image.flipVertical"),onClick:p}),N.jsx(dn,{icon:OH,title:o("image.rotateLeft"),onClick:h}),N.jsx(dn,{icon:HH,title:o("image.rotateRight"),onClick:g}),N.jsx(dn,{disabled:f===r,icon:tq,title:o("image.zoomOut"),onClick:y}),N.jsx(dn,{disabled:f===n,icon:JH,title:o("image.zoomIn"),onClick:b}),N.jsx(dn,{icon:Zw,loading:s,title:o("image.copy"),onClick:w}),N.jsx(dn,{icon:EH,loading:c,title:o("image.download"),onClick:x}),e]})})}),qV=e=>{const[t,r]=u.useState(!1);return u.useMemo(()=>{if(e===!1)return e;const{onVisibleChange:n,onOpenChange:o,minScale:i=.32,maxScale:a=32,toolbarAddon:s,rootClassName:l,imageRender:c,toolbarRender:d,...f}=e===!0?{}:e||{};return{actionsRender:(p,m)=>{const h=N.jsx(n9,{info:m,maxScale:a,minScale:i,children:s});return d?d(h,m):h},closeIcon:N.jsx(jt,{color:"#fff",icon:Wu}),imageRender:(p,m)=>{const h=N.jsx(r9,{visible:t,children:p});return c?c(h,m):h},maxScale:a,minScale:i,onOpenChange:(p,m)=>{r(p),o==null||o(p,m),n==null||n(p,!p,m.current)},rootClassName:Fe(Cn.preview,l),...f}},[e,t,Cn])},{PreviewGroup:WV}=l1,o9=u.memo(({items:e,children:t,enable:r=!0,preview:n})=>{const o=qV(n);return r?N.jsx(WV,{items:e,preview:o,children:t}):t});o9.displayName="PreviewGroup";const VV=e=>{const[t,r]=u.useState(!1);return u.useMemo(()=>{if(e===!1)return e;const{onVisibleChange:n,onOpenChange:o,minScale:i=.32,maxScale:a=32,toolbarAddon:s,rootClassName:l,imageRender:c,toolbarRender:d,actionsRender:f,...p}=e===!0?{}:e||{};return{actionsRender:f||((m,h)=>{const g=N.jsx(n9,{info:h,maxScale:a,minScale:i,children:s});return d?d(g,h):g}),closeIcon:N.jsx(jt,{color:"#fff",icon:Wu}),imageRender:(m,h)=>{const g=N.jsx(r9,{visible:t,children:m});return c?c(g,h):g},maxScale:a,minScale:i,onOpenChange:m=>{r(m),o==null||o(m),n==null||n(m,!m)},rootClassName:Fe(Cn.preview,l),styles:{mask:{backdropFilter:"blur(8px)"}},...p}},[e,t,Cn])},i9=u.memo(({ref:e,style:t,preview:r,isLoading:n,maxHeight:o="100%",maxWidth:i="100%",minHeight:a,minWidth:s,actions:l,className:c,alwaysShowActions:d,variant:f="filled",objectFit:p="cover",classNames:m,styles:h,onClick:g,width:y,height:b,...v})=>{const{isDarkMode:x}=En(),w=d?Cn.actionsVisible:Cn.actionsHidden,S=VV(r);return n?N.jsx("div",{onClick:g,children:N.jsx(la.Avatar,{active:!0,style:{borderRadius:Ce.borderRadius,height:b,maxHeight:o,maxWidth:i,minHeight:a,minWidth:s,width:y}})}):N.jsxs(or,{className:Fe(RV({variant:f}),c),ref:e,style:t,children:[l&&N.jsx("div",{className:Fe(w,d?"":"actions-hidden"),children:l}),N.jsx(l1,{className:Fe(Cn.image,m==null?void 0:m.image),fallback:x?zV:BV,height:b,loading:"lazy",preview:r===!1?!1:S,width:y,classNames:{root:Fe(Cn.wrapper,m==null?void 0:m.wrapper)},style:{maxHeight:o,maxWidth:i,minHeight:a,minWidth:s,objectFit:p||"cover",...h==null?void 0:h.image},styles:{root:h==null?void 0:h.wrapper},onClick:g,...v})]})});i9.displayName="Image";const B1=i9;B1.PreviewGroup=o9;const a9=[{displayName:"Lobe Theme",id:"lobe-theme"},{background:"#fbf9ff",displayName:"Mermaid Default",id:"default"},{background:"#fffcf8",displayName:"Mermaid Base",id:"base"},{background:"#000",displayName:"Mermaid Dark",id:"dark"},{background:"#f9ffeb",displayName:"Mermaid Forest",id:"forest"},{background:"#fff",displayName:"Mermaid Neutral",id:"neutral"}],Zo=new Map,Jy=500,GV=()=>{if(Zo.size>Jy){const e=Math.floor(Jy*.2),t=Array.from(Zo.keys()).slice(0,e);for(const r of t)Zo.delete(r)}};let Sf=null;const s9=()=>typeof window>"u"?Promise.resolve(null):(Sf||(Sf=Nh(()=>import("./diagram-Bk84WZto.js").then(e=>e.z),__vite__mapDeps([0,1])).then(e=>e.default)),Sf),l9=(e,t,r="strict")=>({fontFamily:e.fontFamilyCode,gantt:{useWidth:1920},securityLevel:r,startOnLoad:!1,theme:t||(e.isDarkMode?"dark":"neutral"),themeVariables:t?void 0:{errorBkgColor:e.colorTextDescription,errorTextColor:e.colorTextDescription,fontFamily:e.fontFamily,lineColor:e.colorTextSecondary,mainBkg:e.colorBgContainer,noteBkgColor:e.colorInfoBg,noteTextColor:e.colorInfoText,pie1:e.geekblue,pie2:e.colorWarning,pie3:e.colorSuccess,pie4:e.colorError,primaryBorderColor:e.colorBorder,primaryColor:e.colorBgContainer,primaryTextColor:e.colorText,secondaryBorderColor:e.colorInfoBorder,secondaryColor:e.colorInfoBg,secondaryTextColor:e.colorInfoText,tertiaryBorderColor:e.colorSuccessBorder,tertiaryColor:e.colorSuccessBg,tertiaryTextColor:e.colorSuccessText,textColor:e.colorText}}),UV=(e,{id:t,theme:r,securityLevel:n})=>{const o=m1(),[i,a]=u.useState(""),s=u.useMemo(()=>l9(o,r,n),[o.fontFamilyCode,o.isDarkMode,o.colorTextDescription,o.fontFamily,o.colorTextSecondary,o.colorBgContainer,o.colorInfoBg,o.colorInfoText,o.geekblue,o.colorWarning,o.colorSuccess,o.colorError,o.colorBorder,o.colorInfoBorder,o.colorSuccessBorder,o.colorSuccessBg,o.colorSuccessText,o.colorText,r,n]),l=u.useMemo(()=>{const c=e.length<1e4?e:Il.hashStr(e);return[t,r||(o.isDarkMode?"d":"l"),c].filter(Boolean).join("-")},[e,t,o.isDarkMode,r]);return u.useEffect(()=>{const c=Zo.get(l);if(c){c.then(f=>{a(f)}).catch(()=>{});return}const d=(async()=>{try{const f=await s9();if(!f)return"";if(await f.parse(e)){f.initialize(s);const{svg:p}=await f.render(t,e);return p}else throw new Error("Mermaid 语法无效")}catch(f){return console.error("Mermaid 解析错误:",f),""}})();Zo.set(l,d),GV(),d.then(f=>{Zo.get(l)===d&&a(f)}).catch(()=>{Zo.get(l)===d&&Zo.delete(l)})},[l,e,t,s]),i},c9=u.memo(({children:e,className:t,fallbackClassName:r,ref:n,style:o,theme:i,variant:a})=>{const s=e??"",l=i==="lobe-theme"||!i,c=u.useMemo(()=>{var g;if(!l)return(g=a9.find(y=>y.id===i))==null?void 0:g.background},[l,i]),d=UV(s,{id:Lw(`mermaid-${u.useId()}`),theme:l?void 0:i}),f=!d,[p,m]=u.useState();u.useEffect(()=>()=>{p&&URL.revokeObjectURL(p)},[p]),u.useEffect(()=>{if(f||!d)return;let g=d;if(typeof window<"u"&&typeof navigator<"u"&&navigator.userAgent.includes("Firefox")){const b=new DOMParser().parseFromString(d,"image/svg+xml"),v=b.documentElement;if(v&&v.hasAttribute("viewBox")){const x=v.getAttribute("viewBox").split(" ");Array.isArray(x)&&x.length===4&&(v.setAttribute("width",x[2]),v.setAttribute("height",x[3])),g=new XMLSerializer().serializeToString(b)}}const y=new Blob([g],{type:"image/svg+xml"});m(URL.createObjectURL(y))},[f,d]);const h={background:a==="filled"?c:void 0,margin:0,minWidth:300,padding:a==="borderless"?0:16,position:"relative",width:"100%",...o};return p?N.jsx(B1,{alt:"mermaid",className:t,maxHeight:480,minWidth:300,objectFit:"contain",ref:n,src:p,style:h,variant:"borderless",width:"100%"}):N.jsx("div",{className:r,style:o,children:N.jsx("div",{style:{padding:16},children:"Loading..."})})});c9.displayName="StaticMermaid";const XV=(e,{enabled:t=!0,id:r,theme:n})=>{const o=m1(),[i,a]=u.useState(""),s=u.useRef(""),l=u.useRef(e),c=u.useRef(void 0),d=u.useMemo(()=>l9(o,n),[o.fontFamilyCode,o.isDarkMode,o.colorTextDescription,o.fontFamily,o.colorTextSecondary,o.colorBgContainer,o.colorInfoBg,o.colorInfoText,o.geekblue,o.colorWarning,o.colorSuccess,o.colorError,o.colorBorder,o.colorInfoBorder,o.colorSuccessBorder,o.colorSuccessBg,o.colorSuccessText,o.colorText,n]);return u.useEffect(()=>{l.current=e},[e]),u.useEffect(()=>{if(!t){a(""),s.current="";const m=c.current;m&&clearTimeout(m);return}const f=l.current;if(f===s.current&&i)return;const p=c.current;return p&&clearTimeout(p),c.current=setTimeout(async()=>{const m=l.current;if(m===f)try{const h=await s9();if(!h)return;if(await h.parse(m)){h.initialize(d);const{svg:g}=await h.render(r,m);l.current===m&&(a(g),s.current=m)}}catch(h){m===l.current&&console.error("Mermaid 解析错误:",h)}},300),()=>{const m=c.current;m&&clearTimeout(m)}},[t,e,r,d,i]),i},u9=u.memo(({children:e,className:t,fallbackClassName:r,ref:n,style:o,theme:i,variant:a})=>{const s=e??"",l=i==="lobe-theme"||!i,c=u.useMemo(()=>{var g;if(!l)return(g=a9.find(y=>y.id===i))==null?void 0:g.background},[l,i]),d=XV(s,{enabled:!0,id:Lw(`mermaid-${u.useId()}`),theme:l?void 0:i}),f=!d,[p,m]=u.useState();u.useEffect(()=>()=>{p&&URL.revokeObjectURL(p)},[p]),u.useEffect(()=>{if(f||!d){m(void 0);return}let g=d;if(typeof window<"u"&&typeof navigator<"u"&&navigator.userAgent.includes("Firefox")){const b=new DOMParser().parseFromString(d,"image/svg+xml"),v=b.documentElement;if(v&&v.hasAttribute("viewBox")){const x=v.getAttribute("viewBox").split(" ");Array.isArray(x)&&x.length===4&&(v.setAttribute("width",x[2]),v.setAttribute("height",x[3])),g=new XMLSerializer().serializeToString(b)}}const y=new Blob([g],{type:"image/svg+xml"});m(URL.createObjectURL(y))},[f,d]);const h={background:a==="filled"?c:void 0,margin:0,minWidth:300,padding:a==="borderless"?0:16,position:"relative",width:"100%",...o};return p?N.jsx(B1,{alt:"mermaid",className:t,maxHeight:480,minWidth:300,objectFit:"contain",ref:n,src:p,style:h,variant:"borderless",width:"100%"}):N.jsx("div",{className:r,style:o,children:N.jsx("div",{style:{padding:16},children:"Rendering..."})})});u9.displayName="StreamMermaid";const YV=tc`
2448
2448
  0% {
2449
2449
  opacity: 0;
2450
2450
  }
@@ -3113,4 +3113,4 @@ l0,-`+(r+144)+`c-2,-159.3,-10,-310.7,-24,-454c-53.3,-528,-210,-949.7,
3113
3113
  `,viewportTopRight:e`
3114
3114
  inset-block-start: 16px;
3115
3115
  inset-inline-end: 16px;
3116
- `})),Uee=ur(Nt.viewport,{defaultVariants:{position:"bottom-right"},variants:{position:{bottom:Nt.viewportBottom,"bottom-left":Nt.viewportBottomLeft,"bottom-right":Nt.viewportBottomRight,top:Nt.viewportTop,"top-left":Nt.viewportTopLeft,"top-right":Nt.viewportTopRight}}}),Xee=ur(Nt.root,{defaultVariants:{position:"bottom-right"},variants:{position:{bottom:Nt.rootBottom,"bottom-left":Nt.rootBottom,"bottom-right":Nt.rootBottom,top:Nt.rootTop,"top-left":Nt.rootTop,"top-right":Nt.rootTop}}}),F5=ur(Nt.action,{defaultVariants:{variant:"primary"},variants:{variant:{danger:Nt.actionDanger,ghost:Nt.actionGhost,primary:Nt.actionPrimary,secondary:Nt.actionSecondary,text:Nt.actionText}}}),Yee={default:Iy,error:xH,info:Iy,loading:Vd,success:vH,warning:KH},Kee={default:Ce.colorText,error:Ce.colorError,info:Ce.colorInfo,loading:Ce.colorPrimary,success:Ce.colorSuccess,warning:Ce.colorWarning},pS=u.memo(({toast:e,classNames:t,styles:r})=>{const{position:n,swipeDirection:o}=Gee(),i=e.data,a=(i==null?void 0:i.type)??"default",s=(i==null?void 0:i.closable)??!0,l=(i==null?void 0:i.hideCloseButton)??!1,c=s&&!l,d=i==null?void 0:i.icon,f=e.title??(i==null?void 0:i.title),p=e.description??(i==null?void 0:i.description),m=e.actionProps??(i==null?void 0:i.actionProps),h=i==null?void 0:i.actions,g=Kee[a],y=d??Yee[a],b=a==="loading",v=()=>y?N.jsx("div",{className:Fe(Nt.icon,t==null?void 0:t.icon),style:r==null?void 0:r.icon,children:N.jsx(jt,{color:g,icon:y,size:18,spin:b})}):null,x=()=>h&&h.length>0?N.jsx("div",{className:Fe(Nt.actions,t==null?void 0:t.actions),style:r==null?void 0:r.actions,children:h.map((w,S)=>N.jsx($b,{style:r==null?void 0:r.action,className:Fe(F5({variant:w.variant??"primary"}),t==null?void 0:t.action),onClick:w.onClick,...w.props,children:w.label},S))}):m?N.jsx($b,{className:Fe(F5({variant:"primary"}),t==null?void 0:t.action),style:r==null?void 0:r.action,...m}):null;return N.jsx(XS,{className:Fe(Xee({position:n}),t==null?void 0:t.root),swipeDirection:o,toast:e,style:{...r==null?void 0:r.root,...i==null?void 0:i.style},children:N.jsx(YS,{className:Fe(Nt.content,t==null?void 0:t.content),style:r==null?void 0:r.content,children:N.jsxs("div",{className:f?Nt.toastBody:Nt.toastBodyCenter,children:[v(),N.jsxs("div",{className:Nt.contentArea,children:[f?N.jsxs(N.Fragment,{children:[N.jsxs("div",{className:Nt.titleRow,children:[N.jsx(KS,{className:Fe(Nt.title,t==null?void 0:t.title),style:r==null?void 0:r.title,children:f}),c&&N.jsx(Sb,{"aria-label":"Close",className:Fe(Nt.close,t==null?void 0:t.close),style:r==null?void 0:r.close,children:N.jsx(Wu,{size:14})})]}),p&&N.jsx(kb,{className:Fe(Nt.description,t==null?void 0:t.description),style:{marginBlockStart:4,...r==null?void 0:r.description},children:p})]}):p&&N.jsxs("div",{className:Nt.titleRow,children:[N.jsx(kb,{className:Fe(Nt.description,t==null?void 0:t.description),style:r==null?void 0:r.description,children:p}),c&&N.jsx(Sb,{"aria-label":"Close",className:Fe(Nt.close,t==null?void 0:t.close),style:r==null?void 0:r.close,children:N.jsx(Wu,{size:14})})]}),x()]})]})})})});pS.displayName="ToastItem";const Zee=["top","top-left","top-right","bottom","bottom-left","bottom-right"];let Bh={duration:5e3,position:"bottom-right"};const Ph={bottom:ba(),"bottom-left":ba(),"bottom-right":ba(),top:ba(),"top-left":ba(),"top-right":ba()},ll={bottom:new Set,"bottom-left":new Set,"bottom-right":new Set,top:new Set,"top-left":new Set,"top-right":new Set},id=e=>Ph[e],uc=(e,t)=>typeof e=="string"?{description:e,type:t}:{...e,type:t},Qee=(e,t)=>({close:()=>id(t).close(e),id:e,update:r=>{id(t).update(e,{data:r,description:r.description,title:r.title})}}),_o=e=>{const t=e.placement??Bh.position,r=id(t),n=e.onRemove,o=r.add({data:e,description:e.description,onClose:e.onClose,onRemove:()=>{ll[t].delete(o),n==null||n()},timeout:e.duration??Bh.duration,title:e.title});return ll[t].add(o),Qee(o,t)},Jee=e=>{if(e)for(const[t,r]of Object.entries(Ph))ll[t].delete(e),r.close(e);else for(const[t,r]of Object.entries(Ph)){const n=Array.from(ll[t]);for(const o of n)r.close(o);ll[t].clear()}},ete=e=>_o(uc(e,"success")),tte=e=>_o(uc(e,"error")),rte=e=>_o(uc(e,"info")),nte=e=>_o(uc(e,"warning")),ote=e=>_o({duration:0,...uc(e,"loading")});async function ite(e,t){const r=_o({closable:!1,duration:0,type:"loading",...typeof t.loading=="string"?{description:t.loading}:t.loading});try{const n=await e;return r.close(),_o({type:"success",...typeof t.success=="string"?{description:t.success}:typeof t.success=="function"?{description:t.success(n)}:t.success}),n}catch(n){throw r.close(),_o({type:"error",...typeof t.error=="string"?{description:t.error}:typeof t.error=="function"?{description:t.error(n)}:t.error}),n}}const ate=e=>_o({type:"default",...e}),Lte=Object.assign(ate,{dismiss:Jee,error:tte,info:rte,loading:ote,promise:ite,success:ete,warning:nte}),mS=u.memo(()=>{const{toasts:e}=ek();return e.map(t=>N.jsx(pS,{toast:t},t.id))});mS.displayName="ToastList";const ste=u.memo(({root:e,className:t,duration:r=5e3,limit:n=5,position:o="bottom-right",swipeDirection:i=["down","right"]})=>{const a=_1(),s=nc();if(u.useEffect(()=>{Bh={duration:r,limit:n,position:o,swipeDirection:i}},[r,n,o,i]),!a)return null;const l=e??s??document.body;return Zee.map(c=>N.jsx(fS,{value:{position:c,swipeDirection:i},children:N.jsx(ZS,{limit:n,timeout:r,toastManager:id(c),children:N.jsx(QS,{container:l,children:N.jsx(JS,{className:Fe(Uee({position:c}),t),children:N.jsx(mS,{})})})})},c))});ste.displayName="ToastHost";u.createContext(null);export{m3 as $,_te as A,CV as B,wV as C,xV as D,yV as E,dV as F,mV as G,aV as H,bV as I,pV as J,$V as K,kV as L,SV as M,_V as N,DV as O,fV as P,vV as Q,gV as R,hV as S,Fte as T,kte as U,oV as V,nV as W,Ete as X,Ste as Y,Tte as Z,B$ as _,kk as a,mte as a0,hte as a1,k$ as a2,gte as a3,p3 as a4,fte as a5,PL as a6,ste as a7,MW as a8,AV as a9,jt as aA,Ce as aB,yte as aC,r7 as aD,Wa as aE,dn as aF,cX as aG,vL as aH,l1 as aI,QW as aJ,qW as aK,ci as aL,Ml as aM,Vee as aN,VW as aO,uw as aP,uC as aQ,GW as aR,Qm as aS,E1 as aT,vte as aU,dte as aV,TR as aW,Y8 as aX,Ate as aY,_W as aa,Nq as ab,_l as ac,bL as ad,Ote as ae,Nte as af,ir as ag,Fe as ah,tc as ai,Rte as aj,rr as ak,zte as al,Pte as am,Bte as an,Pn as ao,jte as ap,m0 as aq,kn as ar,Lte as as,Cq as at,T7 as au,QV as av,En as aw,Dq as ax,or as ay,WW as az,V as b,uo as c,Xr as d,es as e,wte as f,ia as g,ml as h,qb as i,Ob as j,Ite as k,Dte as l,$te as m,iV as n,Ho as o,uV as p,cV as q,sV as r,Tk as s,lV as t,ut as u,Mte as v,_t as w,J7 as x,Cte as y,Q7 as z};
3116
+ `})),Uee=ur(Nt.viewport,{defaultVariants:{position:"bottom-right"},variants:{position:{bottom:Nt.viewportBottom,"bottom-left":Nt.viewportBottomLeft,"bottom-right":Nt.viewportBottomRight,top:Nt.viewportTop,"top-left":Nt.viewportTopLeft,"top-right":Nt.viewportTopRight}}}),Xee=ur(Nt.root,{defaultVariants:{position:"bottom-right"},variants:{position:{bottom:Nt.rootBottom,"bottom-left":Nt.rootBottom,"bottom-right":Nt.rootBottom,top:Nt.rootTop,"top-left":Nt.rootTop,"top-right":Nt.rootTop}}}),F5=ur(Nt.action,{defaultVariants:{variant:"primary"},variants:{variant:{danger:Nt.actionDanger,ghost:Nt.actionGhost,primary:Nt.actionPrimary,secondary:Nt.actionSecondary,text:Nt.actionText}}}),Yee={default:Iy,error:xH,info:Iy,loading:Vd,success:vH,warning:KH},Kee={default:Ce.colorText,error:Ce.colorError,info:Ce.colorInfo,loading:Ce.colorPrimary,success:Ce.colorSuccess,warning:Ce.colorWarning},pS=u.memo(({toast:e,classNames:t,styles:r})=>{const{position:n,swipeDirection:o}=Gee(),i=e.data,a=(i==null?void 0:i.type)??"default",s=(i==null?void 0:i.closable)??!0,l=(i==null?void 0:i.hideCloseButton)??!1,c=s&&!l,d=i==null?void 0:i.icon,f=e.title??(i==null?void 0:i.title),p=e.description??(i==null?void 0:i.description),m=e.actionProps??(i==null?void 0:i.actionProps),h=i==null?void 0:i.actions,g=Kee[a],y=d??Yee[a],b=a==="loading",v=()=>y?N.jsx("div",{className:Fe(Nt.icon,t==null?void 0:t.icon),style:r==null?void 0:r.icon,children:N.jsx(jt,{color:g,icon:y,size:18,spin:b})}):null,x=()=>h&&h.length>0?N.jsx("div",{className:Fe(Nt.actions,t==null?void 0:t.actions),style:r==null?void 0:r.actions,children:h.map((w,S)=>N.jsx($b,{style:r==null?void 0:r.action,className:Fe(F5({variant:w.variant??"primary"}),t==null?void 0:t.action),onClick:w.onClick,...w.props,children:w.label},S))}):m?N.jsx($b,{className:Fe(F5({variant:"primary"}),t==null?void 0:t.action),style:r==null?void 0:r.action,...m}):null;return N.jsx(XS,{className:Fe(Xee({position:n}),t==null?void 0:t.root),swipeDirection:o,toast:e,style:{...r==null?void 0:r.root,...i==null?void 0:i.style},children:N.jsx(YS,{className:Fe(Nt.content,t==null?void 0:t.content),style:r==null?void 0:r.content,children:N.jsxs("div",{className:f?Nt.toastBody:Nt.toastBodyCenter,children:[v(),N.jsxs("div",{className:Nt.contentArea,children:[f?N.jsxs(N.Fragment,{children:[N.jsxs("div",{className:Nt.titleRow,children:[N.jsx(KS,{className:Fe(Nt.title,t==null?void 0:t.title),style:r==null?void 0:r.title,children:f}),c&&N.jsx(Sb,{"aria-label":"Close",className:Fe(Nt.close,t==null?void 0:t.close),style:r==null?void 0:r.close,children:N.jsx(Wu,{size:14})})]}),p&&N.jsx(kb,{className:Fe(Nt.description,t==null?void 0:t.description),style:{marginBlockStart:4,...r==null?void 0:r.description},children:p})]}):p&&N.jsxs("div",{className:Nt.titleRow,children:[N.jsx(kb,{className:Fe(Nt.description,t==null?void 0:t.description),style:r==null?void 0:r.description,children:p}),c&&N.jsx(Sb,{"aria-label":"Close",className:Fe(Nt.close,t==null?void 0:t.close),style:r==null?void 0:r.close,children:N.jsx(Wu,{size:14})})]}),x()]})]})})})});pS.displayName="ToastItem";const Zee=["top","top-left","top-right","bottom","bottom-left","bottom-right"];let Bh={duration:5e3,position:"bottom-right"};const Ph={bottom:ba(),"bottom-left":ba(),"bottom-right":ba(),top:ba(),"top-left":ba(),"top-right":ba()},ll={bottom:new Set,"bottom-left":new Set,"bottom-right":new Set,top:new Set,"top-left":new Set,"top-right":new Set},id=e=>Ph[e],uc=(e,t)=>typeof e=="string"?{description:e,type:t}:{...e,type:t},Qee=(e,t)=>({close:()=>id(t).close(e),id:e,update:r=>{id(t).update(e,{data:r,description:r.description,title:r.title})}}),_o=e=>{const t=e.placement??Bh.position,r=id(t),n=e.onRemove,o=r.add({data:e,description:e.description,onClose:e.onClose,onRemove:()=>{ll[t].delete(o),n==null||n()},timeout:e.duration??Bh.duration,title:e.title});return ll[t].add(o),Qee(o,t)},Jee=e=>{if(e)for(const[t,r]of Object.entries(Ph))ll[t].delete(e),r.close(e);else for(const[t,r]of Object.entries(Ph)){const n=Array.from(ll[t]);for(const o of n)r.close(o);ll[t].clear()}},ete=e=>_o(uc(e,"success")),tte=e=>_o(uc(e,"error")),rte=e=>_o(uc(e,"info")),nte=e=>_o(uc(e,"warning")),ote=e=>_o({duration:0,...uc(e,"loading")});async function ite(e,t){const r=_o({closable:!1,duration:0,type:"loading",...typeof t.loading=="string"?{description:t.loading}:t.loading});try{const n=await e;return r.close(),_o({type:"success",...typeof t.success=="string"?{description:t.success}:typeof t.success=="function"?{description:t.success(n)}:t.success}),n}catch(n){throw r.close(),_o({type:"error",...typeof t.error=="string"?{description:t.error}:typeof t.error=="function"?{description:t.error(n)}:t.error}),n}}const ate=e=>_o({type:"default",...e}),Lte=Object.assign(ate,{dismiss:Jee,error:tte,info:rte,loading:ote,promise:ite,success:ete,warning:nte}),mS=u.memo(()=>{const{toasts:e}=ek();return e.map(t=>N.jsx(pS,{toast:t},t.id))});mS.displayName="ToastList";const ste=u.memo(({root:e,className:t,duration:r=5e3,limit:n=5,position:o="bottom-right",swipeDirection:i=["down","right"]})=>{const a=_1(),s=nc();if(u.useEffect(()=>{Bh={duration:r,limit:n,position:o,swipeDirection:i}},[r,n,o,i]),!a)return null;const l=e??s??document.body;return Zee.map(c=>N.jsx(fS,{value:{position:c,swipeDirection:i},children:N.jsx(ZS,{limit:n,timeout:r,toastManager:id(c),children:N.jsx(QS,{container:l,children:N.jsx(JS,{className:Fe(Uee({position:c}),t),children:N.jsx(mS,{})})})})},c))});ste.displayName="ToastHost";u.createContext(null);export{m3 as $,xV as A,yV as B,dV as C,mV as D,aV as E,bV as F,pV as G,$V as H,kV as I,SV as J,_V as K,DV as L,fV as M,vV as N,gV as O,hV as P,Fte as Q,kte as R,oV as S,nV as T,Ete as U,Ste as V,Tte as W,ml as X,B$ as Y,Ob as Z,qb as _,kk as a,mte as a0,hte as a1,k$ as a2,gte as a3,p3 as a4,fte as a5,PL as a6,ste as a7,MW as a8,AV as a9,jt as aA,Ce as aB,yte as aC,r7 as aD,Wa as aE,dn as aF,cX as aG,vL as aH,l1 as aI,QW as aJ,qW as aK,ci as aL,Ml as aM,Vee as aN,VW as aO,uw as aP,uC as aQ,GW as aR,Qm as aS,E1 as aT,vte as aU,dte as aV,TR as aW,Y8 as aX,Ate as aY,_W as aa,Nq as ab,_l as ac,bL as ad,Ote as ae,Nte as af,ir as ag,Fe as ah,tc as ai,Rte as aj,rr as ak,zte as al,Pte as am,Bte as an,Pn as ao,jte as ap,m0 as aq,kn as ar,Lte as as,Cq as at,T7 as au,QV as av,En as aw,Dq as ax,or as ay,WW as az,V as b,uo as c,Xr as d,es as e,wte as f,ia as g,Dte as h,Ite as i,$te as j,iV as k,Ho as l,uV as m,cV as n,sV as o,lV as p,Mte as q,J7 as r,Tk as s,Cte as t,ut as u,Q7 as v,_t as w,_te as x,CV as y,wV as z};
@@ -27,12 +27,12 @@
27
27
  opacity: 0.65;
28
28
  }
29
29
  </style>
30
- <script type="module" crossorigin src="/assets/index-BkKvQv2F.js"></script>
30
+ <script type="module" crossorigin src="/assets/index-DGnp1IRN.js"></script>
31
31
  <link rel="modulepreload" crossorigin href="/assets/react-vendor-BuABiQkA.js">
32
- <link rel="modulepreload" crossorigin href="/assets/motion-DX3HNq_4.js">
33
- <link rel="modulepreload" crossorigin href="/assets/ui-BQStT3dY.js">
34
- <link rel="modulepreload" crossorigin href="/assets/diagram-CT58wBdU.js">
35
- <link rel="stylesheet" crossorigin href="/assets/index-DKshvHIN.css">
32
+ <link rel="modulepreload" crossorigin href="/assets/motion-DFABYlwt.js">
33
+ <link rel="modulepreload" crossorigin href="/assets/ui-CvA4pq3d.js">
34
+ <link rel="modulepreload" crossorigin href="/assets/diagram-Bk84WZto.js">
35
+ <link rel="stylesheet" crossorigin href="/assets/index-DTZrHyAu.css">
36
36
  </head>
37
37
  <body>
38
38
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fgbg/mdocs",
3
- "version": "1.1.2",
3
+ "version": "1.2.1",
4
4
  "description": "A Markdown knowledge base for small teams",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -56,6 +56,7 @@
56
56
  "express": "^4.21.0",
57
57
  "lexical": "0.42.0",
58
58
  "lucide-react": "^0.562.0",
59
+ "mermaid": "^11.16.1",
59
60
  "motion": "^12.0.0",
60
61
  "multer": "^2.1.1",
61
62
  "node-diff3": "^3.2.0",
@@ -1,6 +0,0 @@
1
- import{r as o,j as e}from"./react-vendor-BuABiQkA.js";import{c as Le,ag as be,ah as Ke,i as ve,ai as Se,aj as Oe,ak as Ue,al as We,am as Ge,an as Xe,ao as Re,ap as Ye,aq as Ve,ar as Je}from"./index-BkKvQv2F.js";import{H as Qe,A as we,S as Ze,a as es}from"./AgentSkillFormCard-CtfWIf7Y.js";import{P as ss}from"./plus-ECzYbQfA.js";import{ae as ts,af as ns}from"./ui-BQStT3dY.js";import{C as as,a as is}from"./copy-BE64wQqi.js";import"./diagram-CT58wBdU.js";import"./motion-DX3HNq_4.js";/**
2
- * @license lucide-react v0.562.0 - ISC
3
- *
4
- * This source code is licensed under the ISC license.
5
- * See the LICENSE file in the root directory of this source tree.
6
- */const rs=[["path",{d:"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",key:"1oefj6"}],["path",{d:"M14 2v5a1 1 0 0 0 1 1h5",key:"wfsgrz"}],["path",{d:"M10 9H8",key:"b1mrlr"}],["path",{d:"M16 13H8",key:"t4e002"}],["path",{d:"M16 17H8",key:"z1uh3a"}]],ls=Le("file-text",rs);function le(r){var n;return r==null||typeof r=="boolean"?"":typeof r=="string"||typeof r=="number"?String(r):Array.isArray(r)?r.map(le).join(""):typeof r=="object"&&"props"in r?le((n=r.props)==null?void 0:n.children):""}function cs(r){const[n,c]=o.useState(!1),d=o.useRef(null),v=le(r.children).replace(/\n$/,"");o.useEffect(()=>()=>{d.current!=null&&window.clearTimeout(d.current)},[]);async function x(){if(v)try{await navigator.clipboard.writeText(v),c(!0),d.current!=null&&window.clearTimeout(d.current),d.current=window.setTimeout(()=>c(!1),1500)}catch{}}return e.jsxs("div",{className:"mdocs-agent-panel-md-pre-wrap",children:[e.jsx("button",{type:"button",className:"mdocs-agent-panel-md-copy",onClick:()=>void x(),"aria-label":n?"已复制":"复制代码",title:n?"已复制":"复制",children:n?e.jsx(as,{size:14,"aria-hidden":!0}):e.jsx(is,{size:14,"aria-hidden":!0})}),e.jsx("pre",{children:r.children})]})}function Ae(r){return e.jsx("div",{className:"mdocs-agent-panel-md",children:e.jsx(ts,{remarkPlugins:[ns],components:{pre:({children:n})=>e.jsx(cs,{children:n})},children:r.children})})}const os=["如何发布文档?","草稿是什么?","如何创建域?"];function Ce(r,n){return n.map((c,d)=>{const v=c.skillNames&&c.skillNames.length>0?c.skillNames:c.skillIds&&c.skillIds.length>0?c.skillIds:void 0;return{id:`h-${r}-${d}-${c.role}`,role:c.role,content:c.content,skillNames:v}})}function ds(r,n){const c=r.slice(),d=c[c.length-1];return(d==null?void 0:d.type)==="text"?c[c.length-1]={type:"text",text:d.text+n}:c.push({type:"text",text:n}),c}function us(r,n){const c=r.slice(),d=c[c.length-1];return(d==null?void 0:d.type)==="thinking"?c[c.length-1]={type:"thinking",text:d.text+n}:c.push({type:"thinking",text:n}),c}function Ie(r){return r!=null&&r.length?r.filter(n=>n.type==="text").map(n=>n.text).join(""):""}function ms(r){return!!(r!=null&&r.some(n=>n.type==="thinking"&&n.text.length>0))}function ps(r){const n=new Date(r);if(Number.isNaN(n.getTime()))return"";const c=new Date;return n.getFullYear()===c.getFullYear()&&n.getMonth()===c.getMonth()&&n.getDate()===c.getDate()?n.toLocaleTimeString(void 0,{hour:"2-digit",minute:"2-digit"}):n.toLocaleDateString(void 0,{month:"2-digit",day:"2-digit"})}function _e(r){if(r>=1e3){const n=r/1e3;return`${n>=10?Math.round(n):Math.round(n*10)/10}K`}return String(r)}function hs(r){const{block:n,onResolved:c}=r,[d,v]=o.useState(""),[x,$]=o.useState(!1),[_,R]=o.useState(1),A=o.useRef(!1),F=o.useRef(c);F.current=c;const S=n.status==="open",B=o.useRef(0);o.useEffect(()=>{if(!S)return;A.current=!1;const k=new Date(n.expiresAt).getTime(),N=Date.now(),w=Math.max(k-N,1);B.current=w,R(1);const u=()=>{const U=k-Date.now(),P=Math.max(0,Math.min(1,U/w));R(P),U<=0&&!A.current&&(A.current=!0,Ve(n.requestId).catch(()=>{}).finally(()=>{F.current(n.requestId,"","expired")}))};u();const T=window.setInterval(u,100);return()=>window.clearInterval(T)},[S,n.expiresAt,n.requestId]);async function D(k){const N=k.trim();if(!(!N||x||!S)){$(!0);try{await Je(n.requestId,N),c(n.requestId,N,"selected")}catch{c(n.requestId,N,"failed")}finally{$(!1)}}}async function H(){if(!(x||!S)){$(!0),A.current=!0;try{await Re(n.requestId),c(n.requestId,"","cancelled")}catch{c(n.requestId,"","failed")}finally{$(!1)}}}const L=Math.max(0,Math.ceil(_*B.current/1e3));return e.jsxs("div",{className:"mdocs-agent-choice-card"+(S?"":" mdocs-agent-choice-card-done"),children:[e.jsxs("div",{className:"mdocs-agent-choice-head",children:[e.jsx("p",{className:"mdocs-agent-choice-title",children:n.title}),S?e.jsxs("span",{className:"mdocs-agent-choice-timer","aria-live":"polite",children:[L,"s"]}):null]}),S?e.jsx("div",{className:"mdocs-agent-choice-progress",role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":Math.round(_*100),children:e.jsx("div",{className:"mdocs-agent-choice-progress-bar",style:{transform:`scaleX(${_})`}})}):null,n.status==="selected"&&n.selected?e.jsxs("p",{className:"mdocs-agent-choice-result",children:["已选择:",n.selected]}):null,n.status==="cancelled"?e.jsx("p",{className:"mdocs-agent-choice-result muted",children:"已取消"}):null,n.status==="expired"?e.jsx("p",{className:"mdocs-agent-choice-result muted",children:"已超时,选择已失效"}):null,n.status==="failed"?e.jsx("p",{className:"mdocs-agent-choice-result muted",children:"提交失败或已失效"}):null,S?e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"mdocs-agent-choice-options",children:n.options.map(k=>e.jsx("button",{type:"button",className:"mdocs-agent-choice-option",disabled:x,onClick:()=>void D(k),children:k},k))}),e.jsxs("div",{className:"mdocs-agent-choice-custom",children:[e.jsx("input",{value:d,disabled:x,placeholder:"或输入自己的内容…",onChange:k=>v(k.target.value),onKeyDown:k=>{k.key==="Enter"&&(k.preventDefault(),D(d))}}),e.jsx("button",{type:"button",disabled:x||!d.trim(),onClick:()=>void D(d),children:"提交"})]}),e.jsx("div",{className:"mdocs-agent-choice-footer",children:e.jsx("button",{type:"button",className:"mdocs-agent-choice-cancel",disabled:x,onClick:()=>void H(),children:"取消"})})]}):null]})}function fs(r){const v=2*Math.PI*8.75,x=Math.min(100,Math.max(0,r.percent)),$=v*(1-x/100),_=x>=90?"danger":x>=70?"warn":"ok",R=`上下文 ${x}% · 已用 ${_e(r.used)} / ${_e(r.limit)} tokens`;return e.jsx("span",{className:"mdocs-agent-panel-context mdocs-agent-panel-context-"+_,"data-tooltip":R,"aria-label":R,role:"img",tabIndex:0,children:e.jsxs("svg",{width:20,height:20,viewBox:"0 0 20 20","aria-hidden":!0,children:[e.jsx("circle",{className:"mdocs-agent-panel-context-track",cx:20/2,cy:20/2,r:8.75,fill:"none",strokeWidth:2.5}),e.jsx("circle",{className:"mdocs-agent-panel-context-value",cx:20/2,cy:20/2,r:8.75,fill:"none",strokeWidth:2.5,strokeLinecap:"round",strokeDasharray:v,strokeDashoffset:$,transform:`rotate(-90 ${20/2} ${20/2})`})]})})}function gs(r){var n;for(const c of r)if(!(c.role!=="assistant"||!((n=c.blocks)!=null&&n.length))){for(const d of c.blocks)if((d.type==="choice_card"||d.type==="skill_form_card")&&d.status==="open")return!0}return!1}const ws=o.forwardRef(function(n,c){const{open:d,onClose:v,visitorName:x,anchorStyle:$,fullscreen:_,domainId:R,documentId:A,documentTitle:F,documentPath:S,onOpenDocument:B,onTreeChanged:D,onDocumentOverwritten:H,onOpenCoding:L}=n,k=((x==null?void 0:x.trim().charAt(0))||"我").toUpperCase(),[N,w]=o.useState(!1),[u,T]=o.useState(null),[U,P]=o.useState(null),[q,y]=o.useState([]),[J,W]=o.useState(null),[ce,qe]=o.useState([]),[$e,oe]=o.useState(!1),[G,X]=o.useState(""),[K,de]=o.useState([]),[Ee,ue]=o.useState(!1),[g,Y]=o.useState(!1),[me,E]=o.useState(null),[V,pe]=o.useState(null),[Q,z]=o.useState(!1),[M,he]=o.useState(!1),Me=o.useRef(null),Z=o.useRef(null),C=o.useRef(null),fe=o.useRef(0),O=o.useRef(!0),ee=o.useRef(q);ee.current=q;const ge=!!(A!=null&&A.trim())&&!Ee,De=(F==null?void 0:F.trim())||"当前文档",xe=(S==null?void 0:S.trim())||"";o.useEffect(()=>{ue(!1)},[A]);function ye(s){return fe.current+=1,`${s}-${fe.current}`}function ze(s,m=48){return s.scrollHeight-s.scrollTop-s.clientHeight<=m}function I(){const s=Z.current;!s||!O.current||(s.scrollTop=s.scrollHeight)}function Fe(){const s=Z.current;s&&(O.current=ze(s))}async function Te(){oe(!0);try{const s=await Ue();qe(s.sessions),J||W(s.lastOpenedSessionId)}catch{}finally{oe(!1)}}async function se(){try{const s=await Oe();pe(s)}catch{}}async function je(){try{const s=await be();T(s),P(null)}catch(s){T(null),P(s instanceof Error?s.message:String(s))}}o.useEffect(()=>{var m;if(!d){w(!1),(m=C.current)==null||m.abort(),C.current=null,Y(!1);return}let s=!1;return(async()=>{try{const a=await be();s||(T(a),P(null))}catch(a){s||(T(null),P(a instanceof Error?a.message:String(a)))}})(),se(),()=>{s=!0}},[d]),o.useEffect(()=>{if(!d)return;let s=!1;return(async()=>{try{const m=await Ke();if(s)return;W(m.sessionId),y(a=>a.length>0?a:Ce(m.sessionId,m.messages))}catch{}})(),()=>{s=!0}},[d]),o.useEffect(()=>{!d||!N||Te()},[d,N]);function te(){if(!M){if(gs(ee.current)){z(!0);return}z(!1),v()}}async function Pe(){var a;if(M)return;he(!0);const s=ee.current,m=[];for(const j of s)if(!(j.role!=="assistant"||!j.blocks))for(const p of j.blocks)p.type==="choice_card"&&p.status==="open"&&m.push(Re(p.requestId).catch(()=>{})),p.type==="skill_form_card"&&p.status==="open"&&m.push(Ye(p.requestId).catch(()=>{}));await Promise.all(m),(a=C.current)==null||a.abort(),y(j=>j.map(p=>p.role!=="assistant"||!p.blocks?p:{...p,blocks:p.blocks.map(h=>h.type==="choice_card"&&h.status==="open"?{...h,status:"cancelled"}:h.type==="skill_form_card"&&h.status==="open"?{...h,status:"cancelled"}:h)})),z(!1),he(!1),v()}const ne=o.useRef(te);ne.current=te,o.useImperativeHandle(c,()=>({requestClose:()=>ne.current()}),[]),o.useEffect(()=>{if(!d){z(!1);return}const s=m=>{if(m.key==="Escape"){if(Q){M||z(!1);return}if(N){w(!1);return}ne.current()}};return document.addEventListener("keydown",s),()=>document.removeEventListener("keydown",s)},[d,N,Q,M]);async function ae(s){var h;const m=s.trim();if(!m||g)return;if(!(u!=null&&u.enabled)){E((u==null?void 0:u.reason)==="missing_api_key"?"请先配置 API Key":(u==null?void 0:u.reason)==="skills_missing"?"手册 skills 未就绪,请确认已构建 agent-skills":"助手暂不可用");return}(h=C.current)==null||h.abort();const a=new AbortController;C.current=a;const j={id:ye("u"),role:"user",content:m,skillNames:K.length>0?[...K]:void 0},p=ye("a");O.current=!0,y(b=>[...b,j,{id:p,role:"assistant",content:""}]),X(""),Y(!0),E(null),w(!1),requestAnimationFrame(()=>I());try{let b=!1;await Xe(m,{skillNames:K.length>0?K:void 0,references:{domainId:(R==null?void 0:R.trim())||void 0,documentId:ge?A.trim():void 0},signal:a.signal,onEvent:i=>{i.type==="text_delta"?(y(f=>f.map(t=>{if(t.id!==p)return t;const l=ds(t.blocks??[],i.text);return{...t,blocks:l,content:Ie(l)}})),requestAnimationFrame(()=>I())):i.type==="thinking_delta"?(y(f=>f.map(t=>{if(t.id!==p)return t;const l=us(t.blocks??[],i.text);return{...t,blocks:l}})),requestAnimationFrame(()=>I())):i.type==="sources"?(y(f=>f.map(t=>{if(t.id!==p)return t;const l=(t.blocks??[]).slice(),re=l[l.length-1];return(re==null?void 0:re.type)==="sources"?l[l.length-1]={type:"sources",items:i.items}:l.push({type:"sources",items:i.items}),{...t,blocks:l}})),requestAnimationFrame(()=>I())):i.type==="document_table"?(y(f=>f.map(t=>{if(t.id!==p)return t;const l=[...t.blocks??[],{type:"document_table",title:i.title,rows:i.rows}];return{...t,blocks:l}})),requestAnimationFrame(()=>I())):i.type==="document_card"?(y(f=>f.map(t=>{if(t.id!==p)return t;const l=[...t.blocks??[],{type:"document_card",documentId:i.documentId,title:i.title,path:i.path,preview:i.preview}];return{...t,blocks:l}})),requestAnimationFrame(()=>I())):i.type==="tool_notice"?(y(f=>f.map(t=>{if(t.id!==p)return t;const l=[...t.blocks??[],{type:"tool_notice",toolName:i.toolName,text:i.text}];return{...t,blocks:l}})),requestAnimationFrame(()=>I())):i.type==="choice_card"?(y(f=>f.map(t=>{if(t.id!==p)return t;const l=[...t.blocks??[],{type:"choice_card",requestId:i.requestId,title:i.title,options:i.options,expiresAt:i.expiresAt,status:"open"}];return{...t,blocks:l}})),requestAnimationFrame(()=>I())):i.type==="choice_expired"?y(f=>f.map(t=>t.id!==p||!t.blocks?t:{...t,blocks:t.blocks.map(l=>l.type==="choice_card"&&l.requestId===i.requestId&&l.status==="open"?{...l,status:"expired"}:l)})):i.type==="skill_form_card"?(y(f=>f.map(t=>{if(t.id!==p)return t;const l=[...t.blocks??[],{type:"skill_form_card",requestId:i.requestId,mode:i.mode,title:i.title,currentName:i.currentName,initialName:i.initialName,initialDescription:i.initialDescription,initialBody:i.initialBody,expiresAt:i.expiresAt,status:"open"}];return{...t,blocks:l}})),requestAnimationFrame(()=>I())):i.type==="skill_form_expired"?y(f=>f.map(t=>t.id!==p||!t.blocks?t:{...t,blocks:t.blocks.map(l=>l.type==="skill_form_card"&&l.requestId===i.requestId&&l.status==="open"?{...l,status:"expired"}:l)})):i.type==="tree_changed"?D==null||D():i.type==="document_overwritten"?H==null||H({documentId:i.documentId,headCommitId:i.headCommitId}):i.type==="open_coding"?L==null||L({documentId:i.documentId,displayName:i.displayName}):i.type==="context_usage"?pe({percent:i.percent,used:i.used,limit:i.limit}):i.type==="error"&&(b=!0,E(i.message))}}),!a.signal.aborted&&!b&&de([])}catch(b){if(a.signal.aborted)return;E(b instanceof Error?b.message:String(b))}finally{C.current===a&&(C.current=null),Y(!1)}}async function Be(){var s;if(!g){(s=C.current)==null||s.abort(),E(null),w(!1),Y(!1);try{const m=await We();W(m.sessionId),y([]),X(""),O.current=!0,se()}catch(m){E(m instanceof Error?m.message:String(m))}}}async function He(s){var m;if(!g){if(s===J){w(!1);return}(m=C.current)==null||m.abort(),E(null);try{const a=await Ge(s);W(a.sessionId),y(Ce(a.sessionId,a.messages)),X(""),w(!1),O.current=!0,requestAnimationFrame(()=>I()),se()}catch(a){E(a instanceof Error?a.message:String(a))}}}function ke(s){!s||!B||B(s)}if(!d)return null;const ie=(u==null?void 0:u.reason)==="missing_api_key",Ne=U??(u&&!u.enabled&&!ie?u.reason==="skills_missing"?"skills 未就绪":"助手暂不可用":null);return e.jsxs("div",{ref:Me,className:"mdocs-agent-panel"+(_?" mdocs-agent-panel--fullscreen":""),role:"dialog","aria-label":"mdocs 智能助手","aria-modal":_?!0:void 0,style:_?void 0:$,children:[e.jsxs("header",{className:"mdocs-agent-panel-header",children:[e.jsxs("div",{className:"mdocs-agent-panel-title",children:[e.jsx("img",{src:ve,alt:"",className:"mdocs-agent-panel-title-logo"}),e.jsx("span",{children:"mdocs 智能助手"})]}),e.jsxs("div",{className:"mdocs-agent-panel-actions",children:[e.jsx("button",{type:"button",className:"mdocs-agent-panel-icon-btn",title:"新会话","aria-label":"新会话",disabled:g,onClick:()=>void Be(),children:e.jsx(ss,{size:16,strokeWidth:1.8})}),e.jsx("button",{type:"button",className:"mdocs-agent-panel-icon-btn"+(N?" active":""),title:"历史会话","aria-label":"历史会话",onClick:()=>w(s=>!s),children:e.jsx(Qe,{size:16,strokeWidth:1.8})}),e.jsx("button",{type:"button",className:"mdocs-agent-panel-icon-btn",title:"关闭","aria-label":"关闭",onClick:te,children:e.jsx(Se,{size:16,strokeWidth:1.8})})]})]}),N?e.jsxs("div",{className:"mdocs-agent-panel-history",children:[e.jsxs("div",{className:"mdocs-agent-panel-history-head",children:[e.jsx("span",{children:"历史会话"}),e.jsx("button",{type:"button",className:"mdocs-agent-panel-history-back",onClick:()=>w(!1),children:"返回对话"})]}),$e?e.jsx("p",{className:"mdocs-agent-panel-history-hint",children:"加载中…"}):ce.length===0?e.jsxs(e.Fragment,{children:[e.jsx("p",{className:"mdocs-agent-panel-history-empty",children:"暂无历史会话"}),e.jsx("p",{className:"mdocs-agent-panel-history-hint",children:"发一条消息后会出现在这里"})]}):e.jsx("ul",{className:"mdocs-agent-panel-history-list",children:ce.map(s=>e.jsx("li",{children:e.jsxs("button",{type:"button",className:"mdocs-agent-panel-history-item"+(s.id===J?" active":""),disabled:g,onClick:()=>void He(s.id),children:[e.jsx("span",{className:"mdocs-agent-panel-history-title",children:s.title}),e.jsx("span",{className:"mdocs-agent-panel-history-time",children:ps(s.updatedAt)})]})},s.id))})]}):e.jsxs("div",{className:"mdocs-agent-panel-body",children:[e.jsx("div",{className:"mdocs-agent-panel-welcome",ref:Z,onScroll:Fe,children:q.length===0?e.jsxs(e.Fragment,{children:[e.jsx("p",{className:"mdocs-agent-panel-hello",children:"你好,我是 mdocs 智能助手"}),e.jsx("p",{className:"mdocs-agent-panel-desc",children:"我能答疑、搜文档、整理结构,也能帮你写全文;需要精细改稿请点文档顶栏「帮写」。"}),ie?e.jsx(we,{onConfigured:je}):Ne?e.jsx("p",{className:"mdocs-agent-panel-status-warn",children:Ne}):e.jsx("div",{className:"mdocs-agent-panel-chips",children:os.map(s=>e.jsx("button",{type:"button",className:"mdocs-agent-panel-chip",onClick:()=>void ae(s),disabled:g||!(u!=null&&u.enabled),children:s},s))})]}):e.jsx("div",{className:"mdocs-agent-panel-messages",children:q.map(s=>{var m;return e.jsxs("div",{className:"mdocs-agent-panel-msg"+(s.role==="user"?" mdocs-agent-panel-msg-user":" mdocs-agent-panel-msg-assistant"),children:[s.role==="assistant"?e.jsx("div",{className:"mdocs-agent-panel-avatar mdocs-agent-panel-avatar-ai","aria-hidden":!0,children:e.jsx("img",{src:ve,alt:""})}):null,e.jsxs("div",{className:"mdocs-agent-panel-msg-bubble",children:[s.role==="user"&&s.skillNames&&s.skillNames.length>0?e.jsxs("div",{className:"mdocs-agent-msg-skills",children:["Skill ×",s.skillNames.length]}):null,s.role==="assistant"?s.blocks&&s.blocks.length>0?e.jsxs("div",{className:"mdocs-agent-panel-timeline",children:[s.blocks.map((a,j)=>{var p;return a.type==="thinking"?a.text?e.jsxs("details",{className:"mdocs-agent-panel-think-fold",open:g&&s.id===((p=q[q.length-1])==null?void 0:p.id),children:[e.jsx("summary",{children:"思考中"}),e.jsx("pre",{className:"mdocs-agent-panel-think-body",children:a.text})]},`${s.id}-th-${j}`):null:a.type==="text"?a.text?e.jsx("div",{className:"mdocs-agent-panel-block",children:e.jsx(Ae,{children:a.text})},`${s.id}-t-${j}`):null:a.type==="sources"?a.items.length===0?null:e.jsx("div",{className:"mdocs-agent-panel-block",children:e.jsxs("details",{className:"mdocs-agent-panel-tool-fold",children:[e.jsxs("summary",{children:["已阅读 ",a.items.length," 个页面"]}),e.jsx("ol",{className:"mdocs-agent-panel-sources-list",children:a.items.map(h=>e.jsx("li",{children:e.jsx("a",{href:h.url,target:"_blank",rel:"noreferrer",children:h.name})},h.id))})]})},`${s.id}-s-${j}`):a.type==="tool_notice"?e.jsx("div",{className:"mdocs-agent-panel-block",children:e.jsx("p",{className:"mdocs-agent-panel-tool-notice",children:a.text})},`${s.id}-n-${j}`):a.type==="choice_card"?e.jsx("div",{className:"mdocs-agent-panel-block",children:e.jsx(hs,{block:a,onResolved:(h,b,i)=>{y(f=>f.map(t=>t.id!==s.id||!t.blocks?t:{...t,blocks:t.blocks.map(l=>l.type==="choice_card"&&l.requestId===h?{...l,status:i,selected:i==="selected"?b:l.selected}:l)}))}})},`${s.id}-ch-${j}`):a.type==="skill_form_card"?e.jsx("div",{className:"mdocs-agent-panel-block",children:e.jsx(Ze,{block:a,onResolved:(h,b,i)=>{y(f=>f.map(t=>t.id!==s.id||!t.blocks?t:{...t,blocks:t.blocks.map(l=>l.type==="skill_form_card"&&l.requestId===h?{...l,status:b,submittedName:b==="submitted"?i:l.submittedName}:l)}))}})},`${s.id}-sf-${j}`):a.type==="document_card"?e.jsx("div",{className:"mdocs-agent-panel-block",children:e.jsxs("details",{className:"mdocs-agent-panel-tool-fold",children:[e.jsxs("summary",{children:[e.jsxs("button",{type:"button",className:"mdocs-agent-panel-doc-link",onClick:h=>{h.preventDefault(),h.stopPropagation(),ke(a.documentId)},children:["《",a.title,"》"]}),e.jsx("span",{className:"mdocs-agent-panel-tool-fold-hint",children:"文档预览"})]}),e.jsxs("div",{className:"mdocs-agent-panel-doc-card-body",children:[a.path?e.jsx("p",{className:"mdocs-agent-panel-doc-card-path",children:a.path}):null,a.preview?e.jsx("p",{className:"mdocs-agent-panel-doc-card-preview",children:a.preview}):e.jsx("p",{className:"mdocs-agent-panel-doc-card-preview muted",children:"(无正文预览)"})]})]})},`${s.id}-c-${j}`):e.jsx("div",{className:"mdocs-agent-panel-block",children:e.jsxs("details",{className:"mdocs-agent-panel-tool-fold",children:[e.jsxs("summary",{children:[a.title,e.jsx("span",{className:"mdocs-agent-panel-tool-fold-hint",children:a.rows.length===0?"无结果":`${a.rows.length} 条`})]}),e.jsx("div",{className:"mdocs-agent-panel-doc-table-wrap",children:a.rows.length===0?e.jsx("p",{className:"mdocs-agent-panel-doc-table-empty",children:"无结果"}):e.jsxs("table",{className:"mdocs-agent-panel-doc-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:"文章名字"}),e.jsx("th",{children:"文章内容"})]})}),e.jsx("tbody",{children:a.rows.map(h=>e.jsxs("tr",{children:[e.jsx("td",{children:e.jsx("button",{type:"button",className:"mdocs-agent-panel-doc-link",onClick:()=>ke(h.documentId),children:h.title})}),e.jsx("td",{children:h.summary||"-"})]},h.documentId))})]})})]})},`${s.id}-d-${j}`)}),g&&s.id===((m=q[q.length-1])==null?void 0:m.id)&&!Ie(s.blocks)&&!ms(s.blocks)?e.jsxs("span",{className:"mdocs-agent-panel-thinking","aria-label":"思考中",children:[e.jsx("span",{}),e.jsx("span",{}),e.jsx("span",{})]}):null]}):s.content?e.jsx(Ae,{children:s.content}):g?e.jsxs("span",{className:"mdocs-agent-panel-thinking","aria-label":"思考中",children:[e.jsx("span",{}),e.jsx("span",{}),e.jsx("span",{})]}):null:s.content]}),s.role==="user"?e.jsx("div",{className:"mdocs-agent-panel-avatar mdocs-agent-panel-avatar-user","aria-hidden":!0,children:k}):null]},s.id)})})}),me?e.jsx("p",{className:"mdocs-agent-panel-status-warn",children:me}):null,ie&&q.length>0?e.jsx(we,{onConfigured:je}):null,e.jsx(es,{selectedNames:K,onChange:de,disabled:g||!(u!=null&&u.enabled)}),e.jsxs("div",{className:"mdocs-agent-panel-input-wrap",children:[ge?e.jsxs("div",{className:"mdocs-agent-doc-ref",children:[e.jsx(ls,{size:15,strokeWidth:1.75,className:"mdocs-agent-doc-ref-icon","aria-hidden":!0}),e.jsxs("div",{className:"mdocs-agent-doc-ref-text",children:[e.jsx("span",{className:"mdocs-agent-doc-ref-title",children:De}),xe?e.jsx("span",{className:"mdocs-agent-doc-ref-path",children:xe}):null]}),e.jsx("button",{type:"button",className:"mdocs-agent-doc-ref-unlink",title:"取消引用","aria-label":"取消引用当前文档",disabled:g,onClick:()=>ue(!0),children:e.jsx(Se,{size:14,strokeWidth:2,"aria-hidden":!0})})]}):null,e.jsxs("div",{className:"mdocs-agent-panel-input-body",children:[e.jsx("textarea",{className:"mdocs-agent-panel-input",rows:2,placeholder:u!=null&&u.enabled?"把你的问题告诉我…":"请先配置 API Key",value:G,disabled:g||!(u!=null&&u.enabled),onChange:s=>X(s.target.value),onKeyDown:s=>{s.key==="Enter"&&!s.shiftKey&&(s.preventDefault(),ae(G))}}),V?e.jsx(fs,{percent:V.percent,used:V.used,limit:V.limit}):null,e.jsx("button",{type:"button",className:g?"mdocs-agent-panel-send mdocs-agent-panel-send-stop":"mdocs-agent-panel-send",disabled:g?!1:!(u!=null&&u.enabled)||!G.trim(),onClick:()=>{var s;if(g){(s=C.current)==null||s.abort();return}ae(G)},title:g?"停止":"发送","aria-label":g?"停止":"发送",children:g?"■":"↑"})]})]}),e.jsx("p",{className:"mdocs-agent-panel-footnote",children:"内容由 AI 生成,仅供参考"})]}),Q?e.jsx("div",{className:"mdocs-agent-close-confirm-backdrop",role:"presentation",onClick:()=>{M||z(!1)},children:e.jsxs("div",{className:"mdocs-message-dialog mdocs-agent-close-confirm",role:"dialog","aria-modal":"true","aria-labelledby":"mdocs-agent-close-confirm-title",onClick:s=>s.stopPropagation(),children:[e.jsx("h3",{id:"mdocs-agent-close-confirm-title",className:"mdocs-message-dialog-title",children:"有待处理的倒计时"}),e.jsx("p",{className:"mdocs-message-dialog-body",children:"当前还有选择卡或 Skill 表单在倒计时。强制关闭会取消这些操作并退出助手;也可以继续等待完成后再关。"}),e.jsxs("div",{className:"mdocs-message-dialog-actions mdocs-agent-close-confirm-actions",children:[e.jsx("button",{type:"button",className:"secondary",disabled:M,onClick:()=>z(!1),children:"继续等待"}),e.jsx("button",{type:"button",disabled:M,onClick:()=>void Pe(),children:M?"关闭中…":"强制关闭并退出"})]})]})}):null]})});export{ws as AgentChatPanel};
@@ -1,6 +0,0 @@
1
- import{c as K,a2 as q,b as L,a0 as R,at as T,ap as B,au as P}from"./index-BkKvQv2F.js";import{r as n,j as e}from"./react-vendor-BuABiQkA.js";/**
2
- * @license lucide-react v0.562.0 - ISC
3
- *
4
- * This source code is licensed under the ISC license.
5
- * See the LICENSE file in the root directory of this source tree.
6
- */const F=[["path",{d:"M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8",key:"1357e3"}],["path",{d:"M3 3v5h5",key:"1xhq8a"}],["path",{d:"M12 7v5l4 2",key:"1fdv2h"}]],H=K("history",F),E=5;function O(o){const s=n.useRef(!0),i=n.useRef(null),[m,v]=n.useState([]),[p,x]=n.useState(!1),[g,b]=n.useState(null);n.useEffect(()=>(s.current=!0,()=>{s.current=!1}),[]),n.useEffect(()=>{(async()=>{try{const t=await q();if(!s.current)return;v(t)}catch(t){if(!s.current)return;b(t instanceof Error?t.message:String(t))}})()},[]),n.useEffect(()=>{if(!p)return;function t(f){const r=i.current;!r||r.contains(f.target)||x(!1)}function l(f){f.key==="Escape"&&x(!1)}return document.addEventListener("mousedown",t),document.addEventListener("keydown",l),()=>{document.removeEventListener("mousedown",t),document.removeEventListener("keydown",l)}},[p]);const c=m.filter(t=>o.selectedNames.includes(t.name));function h(t){if(o.disabled)return;const l=new Set(o.selectedNames);if(l.has(t))l.delete(t);else{if(l.size>=E)return;l.add(t)}o.onChange([...l])}return m.length===0&&!g?null:e.jsxs("div",{className:"mdocs-agent-skill-ref",ref:i,children:[e.jsxs("div",{className:"mdocs-agent-skill-ref-bar",children:[e.jsxs("div",{className:"mdocs-agent-skill-ref-anchor",children:[p&&m.length>0?e.jsxs("div",{className:"mdocs-agent-skill-popover",role:"listbox","aria-label":"选择 Skill",children:[e.jsxs("div",{className:"mdocs-agent-skill-popover-hint",children:["选择要引用的 Skill(最多 ",E," 个)"]}),e.jsx("ul",{className:"mdocs-agent-skill-popover-list",children:m.map(t=>{const l=o.selectedNames.includes(t.name),f=!l&&o.selectedNames.length>=E;return e.jsx("li",{children:e.jsxs("button",{type:"button",role:"option","aria-selected":l,className:"mdocs-agent-skill-popover-item"+(l?" mdocs-agent-skill-popover-item-on":""),disabled:o.disabled||f,onClick:()=>h(t.name),children:[e.jsx("span",{className:"mdocs-agent-skill-popover-check","aria-hidden":!0,children:l?"✓":""}),e.jsxs("span",{className:"mdocs-agent-skill-popover-text",children:[e.jsx("span",{className:"mdocs-agent-skill-popover-name",children:t.name}),t.description?e.jsx("span",{className:"mdocs-agent-skill-popover-desc",children:t.description}):e.jsx("span",{className:"mdocs-agent-skill-popover-desc mdocs-agent-skill-popover-desc-muted",children:"无简介"})]})]})},t.id)})})]}):null,e.jsxs("button",{type:"button",className:"mdocs-agent-skill-ref-toggle"+(p?" mdocs-agent-skill-ref-toggle-open":""),disabled:o.disabled||m.length===0,onClick:()=>x(t=>!t),"aria-expanded":p,"aria-haspopup":"listbox",title:"引用 Skill",children:["Skill",c.length>0?` · ${c.length}`:""]})]}),c.map(t=>e.jsxs("button",{type:"button",className:"mdocs-agent-skill-chip mdocs-agent-skill-chip-on",disabled:o.disabled,onClick:()=>h(t.name),title:"移除引用",children:[t.name,e.jsx("span",{"aria-hidden":!0,children:" ×"})]},t.name))]}),g?e.jsx("p",{className:"mdocs-agent-panel-status-warn",children:g}):null]})}const _=[{value:"openai-completions",label:"OpenAI 兼容"},{value:"anthropic-messages",label:"Anthropic 兼容"}];function W(o){const{t:s}=L(),[i,m]=n.useState("deepseek"),[v,p]=n.useState(""),[x,g]=n.useState(""),[b,c]=n.useState("openai-completions"),[h,t]=n.useState(""),[l,f]=n.useState(!1),[r,y]=n.useState(!1),[S,u]=n.useState(null),w=n.useRef(!1);function C(a){if(p(a),w.current)return;a.toLowerCase().includes("anthropic")?c("anthropic-messages"):c("openai-completions")}function I(a){w.current=!0,c(a)}async function j(){var N;const a=h.trim();if(!a){u("请输入 API Key");return}y(!0),u(null);try{if(i==="deepseek")await R({kind:"deepseek",modelId:"deepseek-v4-flash",apiKey:a});else{const k=v.trim();if(!k){u("请输入 API 地址");return}const A=x.trim();if(!A){u("请输入 Model ID");return}await R({kind:"custom",baseUrl:k,modelId:A,apiType:b,apiKey:a})}t(""),p(""),g(""),await((N=o.onConfigured)==null?void 0:N.call(o))}catch(k){u(k instanceof Error?k.message:String(k))}finally{y(!1)}}const d=h.trim()&&(i==="deepseek"||v.trim()&&x.trim());return e.jsxs("div",{className:"mdocs-agent-apikey-inline",children:[e.jsx("p",{className:"mdocs-agent-apikey-inline-lead",children:"配置 AI 供应商后即可使用(仅本人可见,不会分享给其他访客)"}),e.jsxs("div",{className:"mdocs-agent-kind-tabs mdocs-agent-apikey-inline-tabs",role:"tablist","aria-label":"配置方式",children:[e.jsx("button",{type:"button",role:"tab","aria-selected":i==="deepseek",className:i==="deepseek"?"active":"",onClick:()=>m("deepseek"),disabled:r,children:"Deepseek"}),e.jsx("button",{type:"button",role:"tab","aria-selected":i==="custom",className:i==="custom"?"active":"",onClick:()=>m("custom"),disabled:r,children:"自定义"})]}),i==="custom"?e.jsxs(e.Fragment,{children:[e.jsxs("label",{className:"mdocs-agent-field mdocs-agent-apikey-inline-field",children:[e.jsx("span",{children:"API 地址"}),e.jsx("input",{type:"url",value:v,onChange:a=>C(a.target.value),placeholder:"https://api.example.com/v1",className:"mdocs-agent-mono",disabled:r,onKeyDown:a=>{a.key==="Enter"&&(a.preventDefault(),j())}})]}),e.jsxs("label",{className:"mdocs-agent-field mdocs-agent-apikey-inline-field",children:[e.jsx("span",{children:"API 协议"}),e.jsx("div",{className:"mdocs-agent-apikey-inline-protocol",children:_.map(a=>e.jsx("button",{type:"button",className:b===a.value?"active":"",onClick:()=>I(a.value),disabled:r,children:a.label},a.value))})]}),e.jsxs("label",{className:"mdocs-agent-field mdocs-agent-apikey-inline-field",children:[e.jsx("span",{children:"Model ID"}),e.jsx("input",{type:"text",value:x,onChange:a=>g(a.target.value),placeholder:"模型名称,如 gpt-4o / claude-3-5-sonnet",className:"mdocs-agent-mono",disabled:r,onKeyDown:a=>{a.key==="Enter"&&(a.preventDefault(),j())}})]})]}):null,e.jsxs("div",{className:"mdocs-agent-config-apikey mdocs-agent-apikey-inline-field",children:[e.jsx("input",{type:l?"text":"password",value:h,onChange:a=>t(a.target.value),placeholder:s("agentConfigApiKeyPlaceholder"),autoComplete:"off",disabled:r,onKeyDown:a=>{a.key==="Enter"&&(a.preventDefault(),j())}}),e.jsx("button",{type:"button",className:"mdocs-agent-config-eye","aria-label":s(l?"agentConfigHideKey":"agentConfigShowKey"),onClick:()=>f(a=>!a),disabled:r,children:l?e.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8","aria-hidden":!0,children:[e.jsx("path",{d:"M3 3l18 18"}),e.jsx("path",{d:"M10.6 10.6a2 2 0 002.8 2.8"}),e.jsx("path",{d:"M9.9 5.1A10.5 0 0121 12c-.6 1.1-1.4 2.1-2.4 2.9"}),e.jsx("path",{d:"M6.1 6.1C4.5 7.4 3.2 9.1 2.5 12c1.5 3.5 5 7 9.5 7 1.4 0 2.7-.3 3.9-.8"})]}):e.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8","aria-hidden":!0,children:[e.jsx("path",{d:"M2.5 12C4 8.5 7.5 5 12 5s8 3.5 9.5 7c-1.5 3.5-5 7-9.5 7s-8-3.5-9.5-7z"}),e.jsx("circle",{cx:"12",cy:"12",r:"3"})]})})]}),S?e.jsx("p",{className:"mdocs-agent-apikey-inline-error",children:S}):null,e.jsx("button",{type:"button",className:"mdocs-agent-apikey-inline-save",onClick:()=>void j(),disabled:r||!d,children:r?s("saving"):"保存并启用"})]})}const U=/^[A-Za-z0-9_]+$/;function X(o){const{block:s,onResolved:i}=o,[m,v]=n.useState(s.initialName),[p,x]=n.useState(s.initialDescription),[g,b]=n.useState(s.initialBody),[c,h]=n.useState(!1),[t,l]=n.useState(null),[f,r]=n.useState(1),y=n.useRef(!1),S=n.useRef(i);S.current=i;const u=s.status==="open",w=n.useRef(0);n.useEffect(()=>{if(!u)return;y.current=!1;const d=new Date(s.expiresAt).getTime(),a=Date.now(),N=Math.max(d-a,1);w.current=N,r(1);const k=()=>{const M=d-Date.now(),D=Math.max(0,Math.min(1,M/N));r(D),M<=0&&!y.current&&(y.current=!0,T(s.requestId).catch(()=>{}).finally(()=>{S.current(s.requestId,"expired")}))};k();const A=window.setInterval(k,100);return()=>window.clearInterval(A)},[u,s.expiresAt,s.requestId]);async function C(){if(c||!u)return;const d=m.trim();if(!d){l("名称不能为空");return}if(!U.test(d)){l("名称仅允许英文、数字、下划线");return}if(!g.trim()){l("正文不能为空");return}h(!0),l(null);try{await P(s.requestId,{name:d,description:p.trim(),body:g}),i(s.requestId,"submitted",d)}catch{i(s.requestId,"failed")}finally{h(!1)}}async function I(){if(!(c||!u)){h(!0),l(null),y.current=!0;try{await B(s.requestId),i(s.requestId,"cancelled")}catch{i(s.requestId,"failed")}finally{h(!1)}}}const j=Math.max(0,Math.ceil(f*w.current/1e3));return e.jsxs("div",{className:"mdocs-agent-choice-card mdocs-agent-skill-form-card"+(u?"":" mdocs-agent-choice-card-done"),children:[e.jsxs("div",{className:"mdocs-agent-choice-head",children:[e.jsx("p",{className:"mdocs-agent-choice-title",children:s.title}),u?e.jsxs("span",{className:"mdocs-agent-choice-timer","aria-live":"polite",children:[j,"s"]}):null]}),u?e.jsx("div",{className:"mdocs-agent-choice-progress",role:"progressbar","aria-valuemin":0,"aria-valuemax":100,"aria-valuenow":Math.round(f*100),children:e.jsx("div",{className:"mdocs-agent-choice-progress-bar",style:{transform:`scaleX(${f})`}})}):null,s.status==="submitted"?e.jsxs("p",{className:"mdocs-agent-choice-result",children:["已提交",s.submittedName?`:${s.submittedName}`:""]}):null,s.status==="cancelled"?e.jsx("p",{className:"mdocs-agent-choice-result muted",children:"已取消"}):null,s.status==="expired"?e.jsx("p",{className:"mdocs-agent-choice-result muted",children:"已超时,表单已失效"}):null,s.status==="failed"?e.jsx("p",{className:"mdocs-agent-choice-result muted",children:"提交失败或已失效"}):null,u?e.jsxs("div",{className:"mdocs-agent-skill-form-fields",children:[e.jsxs("label",{className:"mdocs-agent-skill-form-field",children:[e.jsx("span",{children:"名称(英文数字下划线)"}),e.jsx("input",{type:"text",value:m,onChange:d=>v(d.target.value),maxLength:64,disabled:c,autoComplete:"off",spellCheck:!1})]}),e.jsxs("label",{className:"mdocs-agent-skill-form-field",children:[e.jsx("span",{children:"简介"}),e.jsx("input",{type:"text",value:p,onChange:d=>x(d.target.value),maxLength:200,disabled:c})]}),e.jsxs("label",{className:"mdocs-agent-skill-form-field",children:[e.jsx("span",{children:"正文"}),e.jsx("textarea",{value:g,onChange:d=>b(d.target.value),rows:8,disabled:c})]}),t?e.jsx("p",{className:"mdocs-agent-skill-form-error",children:t}):null,e.jsxs("div",{className:"mdocs-agent-skill-form-actions",children:[e.jsx("button",{type:"button",className:"mdocs-agent-skill-form-cancel",disabled:c,onClick:()=>void I(),children:"取消"}),e.jsx("button",{type:"button",disabled:c,onClick:()=>void C(),children:c?"提交中…":s.mode==="create"?"创建":"保存"})]})]}):null]})}export{W as A,H,X as S,O as a};
@@ -1,8 +0,0 @@
1
- import{r as n,j as o,ad as C}from"./react-vendor-BuABiQkA.js";import{u as N,E as T,R as I,a as E,b as M,c as j,d as O,e as P,f as A,g as _,h as D,i as L,w as f,j as H,k as F,l as q,I as U,m as b,n as V,o as J,p as W,q as z,r as B,s as $,t as K,v as Y,x as G,y as Z}from"./react-GP8hKHRA.js";import{a7 as Q,a8 as X,a9 as ee,aa as te,ab as k,ac as oe}from"./ui-BQStT3dY.js";import{H as re,a as ae,b as ne,M as le,T as ie,S as se,W as de,c as R,o as ce}from"./Toolbar-BHLX-ug4.js";import{N as me}from"./index-BkKvQv2F.js";import"./editor-CL03se2B.js";import"./diagram-CT58wBdU.js";import"./plus-ECzYbQfA.js";import"./copy-BE64wQqi.js";import"./motion-DX3HNq_4.js";const ue=({children:h,json:r,markdown:a,collapsible:m=!1,defaultActiveKey:y=["editor","text","json"],onJSONChange:p})=>{const[g,c]=n.useState(r),s=n.useRef(r);n.useEffect(()=>{r!==s.current&&(c(r),s.current=r)},[r]);const x=n.useCallback(d=>{s.current=d,c(d)},[]);return o.jsxs(o.Fragment,{children:[o.jsx(Q,{}),o.jsx(X,{collapsible:m,defaultActiveKey:y,items:[{children:h,key:"editor",label:"Playground"},{children:o.jsx(ee,{language:"markdown",style:{fontSize:12,padding:16},variant:"borderless",children:a}),key:"text",label:"Text Output"},{children:o.jsx(te,{language:"json",onBlur:()=>{if(r!==s.current)try{const d=JSON.parse(s.current||"");p==null||p(d)}catch(d){console.error("Invalid JSON:",d)}},onValueChange:x,value:g,variant:"borderless"}),key:"json",label:"JSON Output"}],padding:{body:0},style:{border:"none",borderRadius:0,width:"100%"},variant:"outlined"})]})},he={children:[{children:[{detail:0,format:0,mode:"normal",style:"",text:"Welcome to the Lobe Editor Demo!",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"heading",version:1,tag:"h1"},{children:[{detail:0,format:0,mode:"normal",style:"",text:"In case you were wondering what the black box at the bottom is – it's the debug view, showing the current state of the editor. You can disable it by pressing on the settings control in the bottom-left of your screen and toggling the debug view setting.",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"quote",version:1},{children:[{detail:0,format:0,mode:"normal",style:"",text:"The playground is a demo environment built with ",type:"text",version:1},{children:[{detail:0,format:0,mode:"normal",style:"",text:"\uFEFF",type:"cursor",version:1},{detail:0,format:0,mode:"normal",style:"",text:"\uFEFF",type:"cursor",version:1},{detail:0,format:0,mode:"normal",style:"",text:"\uFEFF",type:"cursor",version:1},{detail:0,format:0,mode:"normal",style:"",text:"@lobehub/editor",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"codeInline",version:1},{detail:0,format:0,mode:"normal",style:"",text:"\uFEFF",type:"cursor",version:1},{detail:0,format:0,mode:"normal",style:"",text:". Try typing in ",type:"text",version:1},{detail:0,format:1,mode:"normal",style:"",text:"some text",type:"text",version:1},{detail:0,format:0,mode:"normal",style:"",text:" with ",type:"text",version:1},{detail:0,format:2,mode:"normal",style:"",text:"different formats",type:"text",version:1},{detail:0,format:0,mode:"normal",style:"",text:".",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"paragraph",version:1,textFormat:0,textStyle:""},{children:[{children:[{detail:0,format:0,mode:"normal",style:"",text:"Visit the ",type:"text",version:1},{children:[{detail:0,format:0,mode:"normal",style:"",text:"Lobe Editor website",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"link",version:1,rel:"noreferrer",target:null,title:null,url:"https://editor.lobehub.com"},{detail:0,format:0,mode:"normal",style:"",text:" for documentation and more information.",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"listitem",version:1,value:1},{children:[{detail:0,format:0,mode:"normal",style:"",text:"Check out the code on our ",type:"text",version:1},{children:[{detail:0,format:0,mode:"normal",style:"",text:"GitHub repository",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"link",version:1,rel:null,target:null,title:"https://github.com/lobehub/lobe-editor",url:"https://github.com/lobehub/lobe-editor"},{detail:0,format:0,mode:"normal",style:"",text:".",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"listitem",version:1,value:2},{children:[{detail:0,format:0,mode:"normal",style:"",text:"Playground code ",type:"text",version:1},{children:[{detail:0,format:0,mode:"normal",style:"",text:"Playground code",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"link",version:1,rel:"noreferrer",target:null,title:null,url:"https://github.com/lobehub/lobe-editor/blob/master/src/react/Editor/demos/index.tsx"},{detail:0,format:0,mode:"normal",style:"",text:" can be found here.",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"listitem",version:1,value:3},{children:[{detail:0,format:0,mode:"normal",style:"",text:"Join our ",type:"text",version:1},{children:[{detail:0,format:0,mode:"normal",style:"",text:"Discover Server",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"link",version:1,rel:null,target:null,title:"https://discord.gg/AYFPHvv2jT",url:"https://discord.gg/AYFPHvv2jT"},{detail:0,format:0,mode:"normal",style:"",text:" and chat with the team.",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"listitem",version:1,value:4}],direction:"ltr",format:"",indent:0,type:"list",version:1,listType:"bullet",start:1,tag:"ul"},{children:[{detail:0,format:0,mode:"normal",style:"",text:"Lastly, we're constantly adding cool new features to this playground. So make sure you check back here when you next get a chance 🙂.",type:"text",version:1}],direction:"ltr",format:"",indent:0,type:"paragraph",version:1,textFormat:0,textStyle:""},{children:[{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-info);",text:"import",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-text);",text:" ",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-info);",text:"{",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-error);",text:" ",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-text);",text:"Editor",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-error);",text:" ",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-info);",text:"}",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-text);",text:" ",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-info);",text:"from",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-text);",text:" ",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-info);",text:"'",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-success);",text:"@lobehub/editor",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-info);",text:"'",type:"code-highlight",version:1},{detail:0,format:0,mode:"normal",style:"color: var(--ant-color-info);",text:";",type:"code-highlight",version:1}],direction:null,format:"",indent:0,type:"code",version:1,language:"typescript",theme:"lobe-theme"},{children:[],direction:null,format:"",indent:0,type:"paragraph",version:1,textFormat:0,textStyle:""}],direction:"ltr",format:"",indent:0,type:"root",version:1},ye={root:he};function S(h,r){let a;const m=(...y)=>{a!==void 0&&clearTimeout(a),a=setTimeout(()=>h(...y),r)};return m.cancel=()=>{a!==void 0&&(clearTimeout(a),a=void 0)},m}window.__scrollIntoView=Z;const pe=h=>{const r=N(),a=n.useRef([]),[m,y]=n.useState(""),[p,g]=n.useState(""),c=n.useMemo(()=>S(t=>{const e=t.getDocument("markdown"),l=t.getDocument("json");g(e||""),y(JSON.stringify(l||{},null,2))},200),[]),s=n.useMemo(()=>S(t=>{r&&(console.info("handleJSONChange",t),r.setDocument("json",t))},200),[r]),x=t=>{window.editor=t,c(t)};n.useEffect(()=>()=>{for(const t of a.current)URL.revokeObjectURL(t);a.current=[],c.cancel(),s.cancel(),delete window.editor,delete window.__scrollIntoView},[c,s]);const d=n.useMemo(()=>[{icon:o.jsx(k,{avatar:"💻",size:24}),key:"bot1",label:"前端研发专家",metadata:{id:"bot1"}},{icon:o.jsx(k,{avatar:"🌍",size:24}),key:"bot2",label:"中英文互译助手",metadata:{id:"bot2"}},{icon:o.jsx(k,{avatar:"📖",size:24}),key:"bot3",label:"学术写作增强专家",metadata:{id:"bot3"}}],[]),w=n.useMemo(()=>[{icon:re,key:"h1",label:"Heading 1",onSelect:e=>{e.dispatchCommand(b,{tag:"h1"})}},{icon:ae,key:"h2",label:"Heading 2",onSelect:e=>{e.dispatchCommand(b,{tag:"h2"})}},{icon:ne,key:"h3",label:"Heading 3",onSelect:e=>{e.dispatchCommand(b,{tag:"h3"})}},{type:"divider"},{icon:le,key:"hr",label:"Hr",onSelect:e=>{e.dispatchCommand(V,{})}},{icon:ie,key:"table",label:"Table",onSelect:e=>{e.dispatchCommand(J,{columns:"3",rows:"3"})}},{icon:se,key:"tex",label:"Tex",onSelect:e=>{e.dispatchCommand(W,{code:"x^2 + y^2 = z^2"}),queueMicrotask(()=>{e.focus()})}},{type:"divider"},{key:"file",label:"File",onSelect:e=>{ce(l=>{for(const u of l)e.dispatchCommand(z,{file:u})})}},{key:"set-text-content",label:"SetTextContent",onSelect:e=>{e.setDocument("text",`123
2
- 123`),queueMicrotask(()=>{e.focus()})}},{key:"insert-link",label:"InsertLink",onSelect:e=>{e.dispatchCommand(B,{url:"https://example.com"}),queueMicrotask(()=>{e.focus()})}},{key:"insert-codeInline",label:"InsertCodeInline",onSelect:e=>{e.dispatchCommand($,void 0),queueMicrotask(()=>{e.focus()})}},{key:"insert-codeBlock",label:"InsertCodeBlock",onSelect:e=>{e.dispatchCommand(K,void 0),queueMicrotask(()=>{e.focus()})}},{icon:de,key:"meta2d",label:"Meta2d",onSelect:e=>{e.dispatchCommand(Y,void 0),queueMicrotask(()=>{e.focus()})}},{icon:me,key:"markmap",label:"Markmap",onSelect:e=>{e.dispatchCommand(G,void 0),queueMicrotask(()=>{e.focus()})}}].map(e=>e.type==="divider"?e:{...e,extra:o.jsx(oe,{code:!0,fontSize:12,type:"secondary",children:e.key})}),[]);return o.jsxs(ue,{json:m,markdown:p,onJSONChange:s,...h,children:[o.jsx(R,{editor:r}),o.jsx(T,{className:"mdocs-playground-editor",content:ye,editor:r,lineEmptyPlaceholder:"Start typing here...",mentionOption:{items:d,markdownWriter:t=>{var e;return`
3
- <mention>${t.label}[${((e=t.metadata)==null?void 0:e.id)||t.label}]</mention>
4
- `},onSelect:(t,e)=>{t.dispatchCommand(U,{label:String(e.label),metadata:{id:e.key}})},searchKeys:["label"]},onInit:x,onTextChange:c,pasteVSCodeAsCodeBlock:!0,placeholder:"Type something...",plugins:[I,E,M,j,O,P,A,_,D,L,f(H,{children:o.jsx(R,{editor:r,floating:!0})}),f(F,{delay:1e3,onAutoComplete:async({input:t,afterText:e,selectionType:l,abortSignal:u})=>{console.log("Auto-complete triggered:",{afterText:e,input:t,selectionType:l});try{const v=await fetch(`${location.origin}/nodeserver/completion`,{body:JSON.stringify({prompt:`Please complete the following text:
5
-
6
- ${t}`}),headers:{"Content-Type":"application/json"},method:"POST",signal:u});if(u.aborted)return console.log("Auto-complete aborted"),null;const i=await v.json();if(i)return typeof i.content=="string"&&i.content.startsWith(t)?i.content.replace(t,""):i.content}catch{}return null}}),f(M,{defaultBlockImage:!0,handleRehost:async t=>{const l=await(await fetch(t)).blob();return await new Promise((u,v)=>{const i=new FileReader;i.onloadend=()=>u({url:i.result}),i.onerror=v,i.readAsDataURL(l)})},needRehost:t=>(console.debug("needRehost",t),t.startsWith("blob:"))}),f(q,{handleUpload:async t=>(console.debug("Files uploaded:",t),new Promise(e=>{setTimeout(()=>{const l=URL.createObjectURL(t);a.current.push(l),e({url:l})},1e3)})),markdownWriter:t=>`
7
- <file>${t.fileUrl}</file>
8
- `})],slashOption:{items:w}})]})};function Ce(){return o.jsxs("div",{className:"mdocs-playground-page",children:[o.jsx("header",{className:"mdocs-playground-header",children:o.jsx(C,{className:"mdocs-playground-back",to:"/",children:"← mdocs"})}),o.jsx(pe,{})]})}export{Ce as PlaygroundPage};
@@ -1 +0,0 @@
1
- import{r as a,j as e}from"./react-vendor-BuABiQkA.js";import{b as te,q as Je,s as Qe,D as Xe,l as Ne,t as es,v as ss,w as J,x as ye,y as ts,z as as,A as ns,a as is,d as Ee,B as ze,C as Fe,E as ls,G as cs,H as rs,I as os,J as ds,K as Be,L as je,O as ms,Q as us,R as hs,T as ps,U as gs,f as fs,V as xs,W as js,X as bs,Y as Ns,Z as ys,_ as Ke,$ as vs,a0 as ks,a1 as ws,a2 as Ss,a3 as Cs,a4 as Ds,a5 as Is,a6 as Ts,a7 as As,a8 as Es,a9 as Ps,aa as Ms,ab as Ls,P as Rs,ac as zs,ad as Fs,ae as Bs,r as Ks,k as $s,af as Os,n as Vs,o as Us}from"./index-BkKvQv2F.js";import{V as $e,a as Ws,M as Pe}from"./VisitorPickerModal-BPyEWlQo.js";import"./ui-BQStT3dY.js";import"./motion-DX3HNq_4.js";import"./diagram-CT58wBdU.js";function _s({draft:t,onClose:s,onSuccess:v}){const{t:u,lang:m}=te(),[z,r]=a.useState([]),[N,j]=a.useState(t.domainId??""),[k,n]=a.useState([]),[y,h]=a.useState(""),[I,S]=a.useState(`${t.displayName||"untitled"}_recovered.md`),[p,f]=a.useState(!1),[A,M]=a.useState(null),C=a.useRef(null),E=a.useRef(!0);a.useEffect(()=>(E.current=!0,()=>{E.current=!1}),[]),a.useEffect(()=>{Je().then(b=>{E.current&&r(b)})},[]),a.useEffect(()=>{N&&(n([]),h(""),Qe(N).then(b=>{E.current&&n(b)}).catch(()=>{E.current&&n([])}))},[N]),a.useEffect(()=>{const b=window.setTimeout(()=>{var T;return(T=C.current)==null?void 0:T.focus()},0);return()=>window.clearTimeout(b)},[]),a.useEffect(()=>{const b=T=>{T.key==="Escape"&&s()};return window.addEventListener("keydown",b),()=>window.removeEventListener("keydown",b)},[s]);function B(b,T){for(const w of b){if(w.type==="folder"&&w.path===T)return w.documentId;if(w.type==="folder"){const P=B(w.children,T);if(P)return P}}return null}async function R(b){b.preventDefault(),f(!0),M(null);const T=I.replace(/\s+/g,"_").replace(/[^a-zA-Z0-9_\-.]/g,""),w=T.endsWith(".md")?T:T+".md",P=w.replace(/\.md$/i,"");try{const d=y?`${y}/${w}`:w,c=y?B(k,y)??void 0:void 0;await ss({fileName:w,displayName:P,content:t.content,domainId:N,parentId:c}),v()}catch(d){M(J(u,d))}finally{f(!1)}}return e.jsx("div",{className:"mdocs-dialog-backdrop",role:"presentation",onMouseDown:b=>{b.target===b.currentTarget&&!p&&s()},children:e.jsxs("div",{className:"mdocs-dialog card mdocs-recovery-dialog",role:"dialog","aria-modal":"true",children:[e.jsx("h1",{children:u("recoverDraft")}),e.jsx("p",{className:"muted",children:u("recoverDraftDesc",{name:t.displayName||u("unknownTitle")})}),e.jsxs("form",{onSubmit:R,className:"mdocs-dialog-form",children:[e.jsxs("label",{className:"mdocs-dialog-label",children:[u("domainLabel"),z.length>0&&e.jsx(Xe,{domains:z,value:N,onChange:j,onDomainsChange:r,ariaLabel:u("domainLabel"),localizeName:b=>Ne(b,m,u)})]}),e.jsxs("label",{className:"mdocs-dialog-label mdocs-recovery-tree-label",children:[u("recoverTargetFolder"),e.jsx("div",{className:"mdocs-recovery-tree",children:e.jsx(es,{nodes:k,activeDocumentId:null,selectedParentPath:y,onOpen:()=>{},onOpenFolder:b=>h(b),onContextMenu:()=>{},onDeselect:()=>h("")})})]}),e.jsxs("label",{className:"mdocs-dialog-label",children:[u("fileNameLabel"),e.jsx("input",{ref:C,value:I,onChange:b=>S(b.target.value),placeholder:"recovered.md",maxLength:200,disabled:p})]}),A&&e.jsx("div",{className:"mdocs-dialog-error",children:A}),e.jsxs("div",{className:"mdocs-dialog-actions",children:[e.jsx("button",{type:"button",onClick:()=>!p&&s(),disabled:p,children:u("cancel")}),e.jsx("button",{type:"submit",className:"primary",disabled:p,children:u(p?"creating":"create")})]})]})]})})}function Hs({onPublish:t,onClose:s,onCountChange:v,onRecover:u}){const{t:m}=te(),[z,r]=a.useState([]),[N,j]=a.useState(new Set),[k,n]=a.useState(!1),[y,h]=a.useState(null),[I,S]=a.useState(null),[p,f]=a.useState(null),A=a.useRef(null),M=a.useRef(!0);a.useEffect(()=>(M.current=!0,ye().then(c=>{if(!M.current)return;const g=c.filter(D=>!D.published);r(g),v==null||v(g.length)}),()=>{M.current=!1,A.current&&(clearTimeout(A.current),A.current=null)}),[]),a.useEffect(()=>{const c=g=>{g.key==="Escape"&&s()};return window.addEventListener("keydown",c),()=>window.removeEventListener("keydown",c)},[s]);const C=a.useCallback((c,g)=>{f({message:c,type:g}),A.current&&clearTimeout(A.current),A.current=setTimeout(()=>f(null),3e3)},[]);async function E(c){await as(c),j(g=>new Set(g).add(c));try{await t(c),r(g=>{const D=g.filter(F=>F.documentId!==c);return v==null||v(D.length),D}),C(m("published"),"success")}catch(g){g instanceof ns||C(m("publishFailed"),"error");const D=await is(c);D&&r(F=>F.map(V=>V.documentId===c?D:V))}finally{j(g=>{const D=new Set(g);return D.delete(c),D})}}async function B(c){h(null),await Ee(c),r(g=>{const D=g.filter(F=>F.documentId!==c);return v==null||v(D.length),D}),C(m("draftDeleted"),"success")}function R(c){const g=z.find(D=>D.documentId===c);g&&S(g)}function b(c){S(null),Ee(c),r(g=>{const D=g.filter(F=>F.documentId!==c);return v==null||v(D.length),D}),u==null||u(z.find(g=>g.documentId===c)),C(m("published"),"success")}async function T(){n(!0);let c=0,g=0;for(const V of z)try{await t(V.documentId),c++}catch{g++}const F=(await ye()).filter(V=>!V.published);r(F),v==null||v(F.length),g===0?C(m("publishAll"),"success"):C(`${c} published, ${g} failed`,"error"),n(!1)}const w=c=>new Date(c).toLocaleString(void 0,{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"}),P=c=>ts(m,c,c.publishError??"UNKNOWN"),d=z;return e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"mdocs-drawer-overlay",onClick:s}),e.jsxs("div",{className:"mdocs-drawer",role:"dialog","aria-modal":"true",children:[e.jsxs("header",{className:"mdocs-drawer-header",children:[e.jsxs("div",{className:"mdocs-drawer-header-text",children:[e.jsxs("h2",{className:"mdocs-drawer-title",children:[m("unpublishedDrafts"),d.length>0&&e.jsx("span",{className:"mdocs-drawer-count-badge",children:d.length})]}),e.jsx("span",{className:"mdocs-drawer-subtitle",children:m("draftCount",{count:String(d.length)})})]}),e.jsx("button",{type:"button",className:"mdocs-drawer-close-btn",onClick:s,"aria-label":m("close"),children:"×"})]}),e.jsx("div",{className:"mdocs-drawer-body",children:d.length===0?e.jsxs("div",{className:"mdocs-drawer-empty",children:[e.jsx("div",{className:"mdocs-drawer-empty-icon","aria-hidden":"true",children:"✓"}),e.jsx("p",{className:"mdocs-drawer-empty-text",children:m("draftsEmptyState")})]}):e.jsx("div",{className:"mdocs-drawer-items",children:d.map(c=>{const g=!!c.publishError;return e.jsxs("div",{className:g?"mdocs-drawer-item mdocs-drawer-item-failed":"mdocs-drawer-item",children:[e.jsx("div",{className:"mdocs-drawer-item-icon","aria-hidden":"true",children:"📄"}),e.jsxs("div",{className:"mdocs-drawer-item-info",children:[e.jsx("span",{className:"mdocs-drawer-item-name",children:c.displayName||m("unknownTitle")}),g?e.jsxs("span",{className:"mdocs-drawer-item-error",children:[w(c.publishErrorAt)," · ",P(c)]}):e.jsxs("span",{className:"mdocs-drawer-item-meta",children:[w(c.updatedAt)," · ",m("localSnapshot")]})]}),e.jsxs("div",{className:"mdocs-drawer-item-actions",children:[g?e.jsx("button",{type:"button",className:"mdocs-btn-ghost mdocs-btn-ghost-primary",disabled:k,onClick:()=>R(c.documentId),children:m("recoverDraft")}):e.jsx("button",{type:"button",className:"mdocs-btn-ghost mdocs-btn-ghost-primary",disabled:N.has(c.documentId)||k,onClick:()=>void E(c.documentId),children:N.has(c.documentId)?m("publishing"):m("publish")}),e.jsx("button",{type:"button",className:"mdocs-btn-ghost mdocs-btn-ghost-danger",disabled:k,onClick:()=>h(c.documentId),children:m("delete")})]})]},c.documentId)})})}),e.jsxs("footer",{className:"mdocs-drawer-footer",children:[e.jsx("button",{type:"button",onClick:s,children:m("close")}),e.jsx("button",{type:"button",className:"primary",disabled:d.length===0||k,onClick:()=>void T(),children:k?m("publishing"):`${m("publishAll")} (${d.length})`})]}),p&&e.jsx("div",{className:"mdocs-drawer-toast mdocs-drawer-toast--"+p.type,role:"status",children:p.message})]}),y&&e.jsx("div",{className:"mdocs-dialog-backdrop",role:"presentation",onMouseDown:c=>{c.target===c.currentTarget&&h(null)},children:e.jsxs("div",{className:"mdocs-dialog card",role:"dialog","aria-modal":"true",children:[e.jsx("h1",{children:m("delete")}),e.jsx("p",{className:"muted",children:m("confirmDeleteDraft")}),e.jsxs("div",{className:"mdocs-dialog-actions",children:[e.jsx("button",{type:"button",onClick:()=>h(null),children:m("cancel")}),e.jsx("button",{type:"button",className:"danger",onClick:()=>void B(y),children:m("delete")})]})]})}),I&&e.jsx(_s,{draft:I,onClose:()=>S(null),onSuccess:()=>b(I.documentId)})]})}function qs(){const{t,lang:s}=te(),v=ze(),u=a.useRef(!1),[m,z]=a.useState([]),[r,N]=a.useState(!1),[j,k]=a.useState(""),[n,y]=a.useState("restricted"),[h,I]=a.useState(!1),[S,p]=a.useState(null),[f,A]=a.useState(null),[M,C]=a.useState(""),[E,B]=a.useState(""),[R,b]=a.useState("all"),[T,w]=a.useState(null);a.useEffect(()=>(u.current=!0,()=>{u.current=!1}),[]);const P=a.useCallback(async()=>{N(!0),p(null);try{const x=await Fe();if(!u.current)return;z(x)}catch(x){if(!u.current)return;p(J(t,x))}finally{u.current&&N(!1)}},[t]);a.useEffect(()=>{P()},[P]);async function d(x){if(x.preventDefault(),!j.trim()){p(t("domainNameRequired"));return}I(!0),p(null);try{if(await ds({domainName:j.trim(),permission:n}),!u.current)return;k(""),y("restricted"),await P()}catch($){if(!u.current)return;p(J(t,$))}finally{u.current&&I(!1)}}async function c(x){if(M.trim()){p(null);try{if(await os(x,M.trim()),!u.current)return;A(null),w(null),await P()}catch($){if(!u.current)return;p(J(t,$))}}}function g(x){A(x.domainId),C(x.domainName),w(null)}function D(){A(null),w(null)}async function F(x,$){p(null);try{if(await rs(x,$),!u.current)return;w(null),await P()}catch(U){if(!u.current)return;p(J(t,U))}}async function V(x){if(window.confirm(t("deleteDomainConfirmDetail",{name:x.domainName,count:String(x.docCount)}))){p(null);try{if(await cs(x.domainId),!u.current)return;await P()}catch($){if(!u.current)return;p(J(t,$))}}}const H=a.useCallback(x=>ls(x,t),[t]),q=a.useCallback(x=>Ne(x.domainName,s,t),[s,t]),G=a.useMemo(()=>{const x=E.trim().toLowerCase();return m.filter($=>R!=="all"&&$.permission!==R?!1:x?Ne($.domainName,s,t).toLowerCase().includes(x)||$.domainName.toLowerCase().includes(x):!0)},[m,E,R,s,t]),W=a.useCallback((x,$)=>{const U=H(x.permission);return $?`${U} ${t("domainTypeBuiltinSuffix")}`:U},[H,t]);return{domains:m,loadingDomains:r,domainError:S,newDomainName:j,setNewDomainName:k,newDomainPermission:n,setNewDomainPermission:y,creating:h,handleCreateDomain:d,renamingId:f,setRenamingId:A,renameDraft:M,setRenameDraft:C,startRename:g,cancelRename:D,handleRename:c,changeTypeForId:T,setChangeTypeForId:w,handlePermissionChange:F,handleDelete:V,domainSearch:E,setDomainSearch:B,domainFilter:R,setDomainFilter:b,filteredDomains:G,visitorId:v,plabel:H,localizeDomain:q,domainTypeLabel:W}}function Gs(){const{t}=te(),s=qs(),[v,u]=a.useState([]),[m,z]=a.useState(null),[r,N]=a.useState(null),j=a.useCallback(async()=>{try{const n=await Be();u(n)}catch{u([])}},[]);a.useEffect(()=>{j()},[j]);async function k(n){z(null);try{const y=await gs(n.domainId);N({domainId:n.domainId,creatorVisitorId:n.creatorVisitorId,initialIds:y.map(h=>h.visitorId),memberRows:y})}catch(y){z({kind:"err",text:J(t,y)})}}return e.jsxs("div",{className:"mdocs-settings",children:[e.jsx("div",{className:"mdocs-settings-header",children:e.jsx("h2",{className:"mdocs-settings-title",children:t("domainManagement")})}),e.jsx("p",{className:"mdocs-domain-mgmt-restricted-hint",children:t("domainMgmtRestrictedMemberHint")}),e.jsxs("div",{className:"mdocs-settings-cards",children:[e.jsxs("div",{className:"mdocs-settings-card mdocs-domain-mgmt-create",children:[e.jsx("div",{className:"mdocs-settings-card-title",children:t("createDomain")}),e.jsxs("form",{onSubmit:s.handleCreateDomain,className:"mdocs-domain-mgmt-create-form",children:[e.jsxs("label",{className:"mdocs-domain-mgmt-field",children:[e.jsx("span",{className:"mdocs-domain-mgmt-label",children:t("domainName")}),e.jsx("input",{value:s.newDomainName,onChange:n=>s.setNewDomainName(n.target.value),placeholder:t("domainName"),maxLength:100,disabled:s.creating,className:"mdocs-domain-name-input"})]}),e.jsxs("fieldset",{className:"mdocs-domain-mgmt-fieldset",children:[e.jsx("legend",{className:"mdocs-domain-mgmt-label",children:t("domainPermission")}),e.jsx("div",{className:"mdocs-domain-mgmt-type-radios",children:je.map(n=>e.jsxs("label",{className:"mdocs-domain-mgmt-radio",children:[e.jsx("input",{type:"radio",name:"newDomainPermission",checked:s.newDomainPermission===n,onChange:()=>s.setNewDomainPermission(n),disabled:s.creating}),e.jsx("span",{children:s.plabel(n)})]},n))})]}),e.jsx("button",{type:"submit",className:"primary mdocs-domain-mgmt-submit",disabled:s.creating,children:s.creating?t("creating"):t("create")})]})]}),m&&e.jsx("div",{className:"mdocs-settings-card",style:{color:m.kind==="ok"?"var(--mdocs-success, #0a7)":"var(--mdocs-danger)"},children:e.jsx("span",{className:"mdocs-settings-item-desc",children:m.text})}),s.domainError&&e.jsx("div",{className:"mdocs-settings-card mdocs-domain-error",children:e.jsx("span",{className:"mdocs-settings-item-desc",style:{color:"var(--mdocs-danger)"},children:s.domainError})}),e.jsxs("div",{className:"mdocs-settings-card mdocs-domain-mgmt-toolbar",children:[e.jsx("input",{type:"search",value:s.domainSearch,onChange:n=>s.setDomainSearch(n.target.value),placeholder:t("domainSearchPlaceholder"),className:"mdocs-domain-mgmt-search","aria-label":t("domainSearchPlaceholder")}),e.jsx("div",{className:"mdocs-domain-mgmt-filters",role:"group","aria-label":t("domainPermission"),children:["all",...je].map(n=>e.jsx("button",{type:"button",className:"mdocs-domain-mgmt-filter"+(s.domainFilter===n?" active":""),"aria-pressed":s.domainFilter===n,onClick:()=>s.setDomainFilter(n),children:n==="all"?t("domainFilterAll"):s.plabel(n)},n))})]}),s.loadingDomains?e.jsx("div",{className:"mdocs-settings-card",children:e.jsx("span",{className:"mdocs-settings-item-desc",children:t("loading")})}):s.domains.length===0?e.jsx("div",{className:"mdocs-settings-card mdocs-settings-draft-empty",children:e.jsx("span",{className:"mdocs-settings-item-desc",children:t("noDomains")})}):s.filteredDomains.length===0?e.jsx("div",{className:"mdocs-settings-card mdocs-settings-draft-empty",children:e.jsx("span",{className:"mdocs-settings-item-desc",children:t("domainNoMatch")})}):e.jsx("div",{className:"mdocs-settings-card mdocs-domain-table-wrap",children:e.jsxs("table",{className:"mdocs-domain-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{scope:"col",children:t("domainColName")}),e.jsx("th",{scope:"col",children:t("domainColType")}),e.jsx("th",{scope:"col",className:"mdocs-domain-table-num",children:t("domainColDocCount")}),e.jsx("th",{scope:"col",children:t("domainColActions")})]})}),e.jsx("tbody",{children:s.filteredDomains.map(n=>{const y=ms(n,s.visitorId),h=us(n.domainId),I=hs(n),S=I?t("domainTooltipTypeLocked",{count:String(n.docCount)}):void 0;return e.jsxs("tr",{className:h?"mdocs-domain-table-row-builtin":void 0,children:[e.jsx("td",{children:s.renamingId===n.domainId?e.jsxs("div",{className:"mdocs-domain-table-rename",children:[e.jsx("input",{value:s.renameDraft,onChange:p=>s.setRenameDraft(p.target.value),maxLength:100,autoFocus:!0,className:"mdocs-domain-name-input"}),e.jsx("button",{type:"button",className:"primary",onClick:()=>void s.handleRename(n.domainId),children:t("save")}),e.jsx("button",{type:"button",onClick:s.cancelRename,children:t("cancel")})]}):e.jsxs("div",{className:"mdocs-domain-table-name-cell",children:[e.jsx("span",{className:"mdocs-domain-table-name",children:s.localizeDomain(n)}),h&&e.jsx("span",{className:"mdocs-domain-badge-builtin",children:t("domainBuiltIn")}),!y&&!h&&e.jsx("span",{className:"mdocs-domain-badge-shared",children:t("shared")})]})}),e.jsx("td",{children:e.jsxs("span",{className:"mdocs-domain-table-type",title:S,children:[e.jsx("span",{className:"mdocs-domain-permission-badge","data-permission":n.permission,children:s.domainTypeLabel(n,h)}),I&&!h&&e.jsx("span",{className:"mdocs-domain-type-lock","aria-hidden":"true",children:"🔒"})]})}),e.jsx("td",{className:"mdocs-domain-table-num",children:n.docCount}),e.jsxs("td",{className:"mdocs-domain-table-actions",children:[h&&e.jsx("span",{className:"mdocs-domain-not-modifiable",children:t("domainNotModifiable")}),!h&&!y&&e.jsx("span",{className:"mdocs-domain-not-creator-inline",children:t("domainNotCreator")}),!h&&y&&s.changeTypeForId===n.domainId&&e.jsxs("div",{className:"mdocs-domain-change-type-panel",children:[e.jsx("div",{className:"mdocs-domain-permission-select",children:je.map(p=>e.jsx("button",{type:"button",className:n.permission===p?"active":"",onClick:()=>void s.handlePermissionChange(n.domainId,p),children:s.plabel(p)},p))}),e.jsx("button",{type:"button",className:"secondary",onClick:()=>s.setChangeTypeForId(null),children:t("cancel")})]}),!h&&y&&s.renamingId!==n.domainId&&s.changeTypeForId!==n.domainId&&e.jsxs("div",{className:"mdocs-domain-action-buttons",children:[e.jsx("button",{type:"button",className:"secondary",title:I?t("domainLocked"):void 0,onClick:()=>{s.setChangeTypeForId(null),s.startRename(n)},disabled:I,children:t("rename")}),e.jsx("button",{type:"button",className:"secondary",title:I?S:void 0,onClick:()=>{s.setRenamingId(null),s.setChangeTypeForId(n.domainId)},disabled:I,children:t("domainChangeType")}),e.jsx("button",{type:"button",className:"secondary",title:I?t("domainLocked"):void 0,onClick:()=>void s.handleDelete(n),disabled:I,children:t("deleteDomain")}),n.permission==="restricted"&&!h&&e.jsx("button",{type:"button",className:"secondary",onClick:()=>void k(n),children:t("domainMembersManageButton")})]})]})]},n.domainId)})})]})})]}),e.jsx($e,{open:r!==null,title:t("domainMembersPickerTitle"),initialSelectedIds:(r==null?void 0:r.initialIds)??[],lockedIds:r?[r.creatorVisitorId]:[],seedMembers:r==null?void 0:r.memberRows,templates:v,onClose:()=>N(null),onConfirm:async n=>{r&&(await ps(r.domainId,n),z({kind:"ok",text:t("domainMembersSaved",{count:String(n.length)})}))}})]})}function Me(t){return t.length<=6?t:`${t.slice(0,6)}…`}function Zs(){const{t}=te(),s=a.useRef(!0),[v,u]=a.useState([]),[m,z]=a.useState(!0),[r,N]=a.useState(null),[j,k]=a.useState(1),[n,y]=a.useState(null),[h,I]=a.useState(""),[S,p]=a.useState([]),[f,A]=a.useState(!1),[M,C]=a.useState(null),[E,B]=a.useState(!1),R=ze(),[b,T]=a.useState([]),[w,P]=a.useState("idle"),[d,c]=a.useState("");a.useEffect(()=>(s.current=!0,()=>{s.current=!1}),[]),a.useEffect(()=>{P("loading"),fs().then(o=>{s.current&&(T(o),P("ok"))}).catch(()=>{s.current&&P("err")})},[]);const g=a.useMemo(()=>{const o=new Map;for(const L of b)o.set(L.visitorId,L.visitorName);return o},[b]),D=a.useCallback(async()=>{z(!0),C(null);try{const o=await Be();s.current&&u(o)}catch(o){s.current&&C(J(t,o))}finally{s.current&&z(!1)}},[t]);a.useEffect(()=>{D()},[D]);const F=a.useMemo(()=>S.map(o=>{const L=b.find(O=>O.visitorId===o);return{visitorId:o,name:L?L.visitorName:t("visitorPickerUnknownVisitor"),muted:!L}}),[S,b,t]);function V(o){p(L=>L.includes(o)?L.filter(O=>O!==o):[...L,o])}const H=j===1?h.trim().length>0:j===2?S.length>0:!0;function q(){if(!(j>=3)){if(!H){B(!0);return}B(!1),k(j+1),c("")}}function G(){j<=1||(B(!1),k(j-1))}function W(){N(null),y(null),I(""),p(R?[R]:[]),C(null),k(1),c(""),B(!1)}function x(o){N(null),y(o.id),I(o.displayName);const L=R&&!o.visitorIds.includes(R)?[...o.visitorIds,R]:[...o.visitorIds];p(L),C(null),k(1),c(""),B(!1)}async function $(){if(!(!h.trim()||S.length===0)){A(!0),C(null);try{if(n===null?await xs({displayName:h.trim(),visitorIds:S}):await js(n,{displayName:h.trim(),visitorIds:S}),!s.current)return;W(),await D()}catch(o){if(!s.current)return;C(J(t,o))}finally{s.current&&A(!1)}}}async function U(o){A(!0),C(null);try{if(await bs(o),!s.current)return;N(null),n===o&&W(),await D()}catch(L){if(!s.current)return;C(J(t,L))}finally{s.current&&A(!1)}}const Z=[{key:1,label:t("memberTemplateStepName")},{key:2,label:t("memberTemplateStepMembers")},{key:3,label:t("memberTemplateStepSave")}],Q=`${(j-1)/2*100}%`;return e.jsxs("div",{className:"mdocs-settings",children:[e.jsxs("div",{className:"mdocs-settings-header",children:[e.jsx("h2",{className:"mdocs-settings-title",children:t(n!==null?"memberTemplateUpdate":"memberTemplateFormNew")}),n!==null&&e.jsx("button",{type:"button",className:"secondary",onClick:W,style:{fontSize:12},children:t("memberTemplateCancelEdit")})]}),e.jsxs("div",{className:"mdocs-wizard-progress",children:[e.jsx("div",{className:"mdocs-wizard-progress-track",children:e.jsx("div",{className:"mdocs-wizard-progress-fill",style:{width:Q}})}),e.jsx("div",{className:"mdocs-wizard-progress-steps",children:Z.map(o=>{const L=j===o.key,O=j>o.key;return e.jsxs("div",{className:"mdocs-wizard-step-indicator",children:[e.jsx("div",{className:`mdocs-wizard-step-circle${L?" current":""}${O?" done":""}`,children:O?"✓":o.key}),e.jsx("span",{className:`mdocs-wizard-step-label${L?" current":""}${O?" done":""}`,children:o.label})]},o.key)})})]}),M&&e.jsx("div",{className:"mdocs-settings-item-desc",style:{color:"var(--mdocs-danger)",marginBottom:12,marginTop:12},children:M}),e.jsxs("div",{className:"mdocs-settings-cards",children:[e.jsxs("div",{className:"mdocs-settings-card mdocs-wizard-card",children:[j===1&&e.jsxs("div",{className:"mdocs-wizard-step-content",children:[e.jsx("input",{className:"mdocs-wizard-name-input",value:h,onChange:o=>I(o.target.value),placeholder:t("memberTemplateNamePlaceholder"),maxLength:200,disabled:f,autoFocus:!0,"aria-invalid":E&&!h.trim()}),E&&!h.trim()&&e.jsx("p",{className:"mdocs-wizard-hint",style:{color:"var(--mdocs-danger)"},children:t("domainNameRequired")})]}),j===2&&e.jsxs("div",{className:"mdocs-wizard-step-content",children:[e.jsx(Ws,{visitors:b,loadState:w,searchFilter:d,onSearchChange:c,selectedIds:new Set(S),onToggle:V,selectedRows:F,myVisitorId:R}),e.jsx("p",{className:`mdocs-wizard-hint${E&&S.length===0?" danger":""}`,children:"💡 "+t("memberTemplateStep2Hint")})]}),j===3&&e.jsx("div",{className:"mdocs-wizard-step-content",children:e.jsxs("div",{className:"mdocs-wizard-preview-card",children:[e.jsxs("div",{className:"mdocs-wizard-preview-row",children:[e.jsx("span",{className:"mdocs-wizard-preview-label",children:t("memberTemplateNameLabel")}),e.jsx("span",{className:"mdocs-wizard-preview-value",children:h})]}),e.jsxs("div",{className:"mdocs-wizard-preview-row",children:[e.jsx("span",{className:"mdocs-wizard-preview-label",children:t("memberTemplateIdsLabel")}),e.jsx("span",{className:"mdocs-wizard-preview-value",children:t("memberTemplateSelectedSummary",{count:String(S.length)})})]}),S.length>0&&e.jsxs("div",{className:"mdocs-wizard-preview-tags",children:[S.slice(0,15).map(o=>e.jsx("span",{className:"mdocs-wizard-preview-tag",children:Me(o)},o)),S.length>15&&e.jsxs("span",{className:"mdocs-wizard-preview-tag mdocs-wizard-preview-tag-more",children:["+",S.length-15]})]})]})}),e.jsxs("div",{className:"mdocs-wizard-footer",children:[e.jsxs("button",{type:"button",className:"secondary",onClick:G,children:["← ",t("memberTemplateWizardBack")]}),j<3?e.jsxs("button",{type:"button",className:"primary",onClick:q,children:[t("memberTemplateWizardNext")," →"]}):e.jsx("button",{type:"button",className:"primary",onClick:()=>void $(),children:t(f?"saving":n===null?"memberTemplateCreate":"memberTemplateUpdate")})]})]}),e.jsxs("div",{className:"mdocs-settings-card",children:[e.jsx("div",{className:"mdocs-settings-card-title",children:t("memberTemplateSavedList")}),m?e.jsx("span",{className:"mdocs-settings-item-desc",children:t("loading")}):v.length===0?e.jsxs("div",{className:"mdocs-member-template-empty",children:[e.jsx("span",{className:"mdocs-settings-item-desc",children:t("memberTemplateEmpty")}),n===null&&e.jsx("button",{type:"button",className:"primary",onClick:W,children:t("memberTemplateEmptyAction")})]}):e.jsx("ul",{className:"mdocs-member-template-list",children:v.map(o=>e.jsx("li",{className:"mdocs-member-template-row",children:r===o.id?e.jsxs("div",{className:"mdocs-member-template-confirm-row",children:[e.jsx("span",{className:"mdocs-member-template-confirm-text",children:t("memberTemplateConfirmDeleteDesc",{name:o.displayName})}),e.jsxs("div",{className:"mdocs-member-template-confirm-actions",children:[e.jsx("button",{type:"button",className:"secondary",style:{color:"var(--mdocs-danger)"},onClick:()=>void U(o.id),children:t(f?"saving":"memberTemplateConfirmDeleteSubmit")}),e.jsx("button",{type:"button",className:"secondary",onClick:()=>N(null),children:t("memberTemplateConfirmDeleteCancel")})]})]}):e.jsxs(e.Fragment,{children:[e.jsxs("div",{className:"mdocs-member-template-row-head",children:[e.jsx("strong",{children:o.displayName}),e.jsx("span",{className:"mdocs-settings-item-desc",children:t("memberTemplateCount",{count:String(o.visitorIds.length)})}),o.visitorIds.length>0&&e.jsx("div",{className:"mdocs-member-template-tags mdocs-member-template-tags-scroll",children:o.visitorIds.map(L=>e.jsx("span",{className:"mdocs-member-template-tag",children:g.get(L)??Me(L)},L))})]}),e.jsxs("div",{className:"mdocs-member-template-row-actions",children:[e.jsx("button",{type:"button",className:"secondary",onClick:()=>x(o),children:t("edit")}),e.jsx("button",{type:"button",className:"secondary",onClick:()=>N(o.id),children:t("memberTemplateDelete")})]})]})},o.id))})]})]})]})}const Ys=[{value:"deepseek-v4-flash",label:"deepseek-v4-flash"},{value:"deepseek-v4-pro",label:"deepseek-v4-pro"}],Js=[{value:"openai-completions",label:"OpenAI 兼容"},{value:"anthropic-messages",label:"Anthropic 兼容"}];function Qs(t,s,v){return t==="deepseek"?"Deepseek":s||v}function Le(t){return`${Qs(t.kind,t.providerId,t.name)} · ${t.modelId} · ${t.name}`}function Xs(){const{t}=te(),s=a.useRef(!0),[v,u]=a.useState(""),[m,z]=a.useState([]),[r,N]=a.useState(null),[j,k]=a.useState(null),[n,y]=a.useState("deepseek"),[h,I]=a.useState(""),[S,p]=a.useState(""),[f,A]=a.useState(""),[M,C]=a.useState("openai-completions"),[E,B]=a.useState("deepseek-v4-flash"),[R,b]=a.useState(128e3),[T,w]=a.useState(""),[P,d]=a.useState(!1),[c,g]=a.useState(null),[D,F]=a.useState(!1),[V,H]=a.useState(!0),[q,G]=a.useState(!1),[W,x]=a.useState(null),[$,U]=a.useState(!1),[Z,Q]=a.useState(!1),[o,L]=a.useState(!1),[O,ae]=a.useState(null),[re,ie]=a.useState(null),le=a.useRef(!1);a.useEffect(()=>(s.current=!0,()=>{s.current=!1}),[]);const X=a.useCallback(async()=>{const l=await Ns();if(s.current)return z(l),l},[]);function ee(){k(null),y("deepseek"),I(""),p(""),A(""),C("openai-completions"),B("deepseek-v4-flash"),b(128e3),w(""),d(!1),g(null),F(!1),Q(!1),L(!1),x(null),U(!1)}function oe(l){k(l.id),y(l.kind),I(l.name),p(l.providerId??""),A(l.baseUrl),C(l.apiType),B(l.modelId),b(l.contextWindow||128e3),d(l.hasApiKey),g(l.apiKeyMasked),w(""),F(l.isDefault)}a.useEffect(()=>{(async()=>{try{const l=await ys();if(!s.current)return;u(l.visitorName);const _=await X();if(!s.current||!_)return;_.length===0&&(ee(),N("create"))}catch(l){if(!s.current)return;x(l instanceof Error?l.message:String(l)),N("create")}finally{s.current&&H(!1)}})()},[X]);function me(){ee(),N("create")}function de(l){oe(l),N("edit"),U(!1),x(null)}function se(){ee(),N(null)}async function ue(l){if(!(l.isDefault||re)){ie(l.id),x(null);try{await vs(l.id),await X()}catch(_){if(!s.current)return;x(_ instanceof Error?_.message:String(_))}finally{s.current&&ie(null)}}}async function he(){if(O){G(!0),x(null);try{await ws(O.id);const l=await X();if(!s.current)return;r==="edit"&&j===O.id&&se(),((l==null?void 0:l.length)??0)===0&&(ee(),N("create"))}catch(l){if(!s.current)return;x(l instanceof Error?l.message:String(l))}finally{s.current&&(G(!1),ae(null))}}}async function pe(){G(!0),x(null),U(!1);try{const l=n==="custom"?{...r==="edit"&&j?{id:j}:{},...r==="create"&&D?{isDefault:!0}:{},kind:n,baseUrl:f,modelId:E,providerId:S.trim()||void 0,apiType:M,name:h,contextWindow:R,...T.trim()?{apiKey:T.trim()}:{}}:{...r==="edit"&&j?{id:j}:{},...r==="create"&&D?{isDefault:!0}:{},kind:n,modelId:E,name:h,contextWindow:R,...T.trim()?{apiKey:T.trim()}:{}};if(await ks(l),!s.current)return;await X(),U(!0),N(null),ee()}catch(l){if(!s.current)return;x(l instanceof Error?l.message:String(l))}finally{s.current&&G(!1)}}const ce=r!==null;return e.jsxs("div",{className:"mdocs-agent-config-panel",children:[e.jsxs("div",{className:"mdocs-settings-header",children:[e.jsx("h2",{className:"mdocs-settings-title",children:t("agentConfig")}),!V&&!ce?e.jsx("button",{type:"button",className:"secondary",onClick:me,children:"添加配置"}):null]}),e.jsxs("div",{className:"mdocs-settings-cards",children:[!V&&m.length>0&&!ce?e.jsxs("div",{className:"mdocs-settings-card mdocs-agent-config-card",children:[e.jsx("p",{className:"mdocs-agent-config-lead",children:"选择默认配置后,智能助手与帮写将使用该模型。"}),e.jsx("ul",{className:"mdocs-agent-config-list",children:m.map(l=>e.jsxs("li",{className:"mdocs-agent-config-item",children:[e.jsxs("label",{className:"mdocs-agent-config-item-default",children:[e.jsx("input",{type:"radio",name:"agent-default-config",checked:l.isDefault,disabled:re!==null,onChange:()=>void ue(l)}),e.jsx("span",{children:l.isDefault?"默认":"设为默认"})]}),e.jsxs("div",{className:"mdocs-agent-config-item-main",children:[e.jsx("strong",{children:Le(l)}),l.kind==="custom"?e.jsx("span",{className:"mdocs-agent-badge",children:"自定义"}):null,e.jsx("p",{className:"mdocs-agent-config-item-meta",children:l.hasApiKey?`Key ${l.apiKeyMasked??"已配置"}`:"未配置 Key"})]}),e.jsxs("div",{className:"mdocs-agent-config-item-actions",children:[e.jsx("button",{type:"button",className:"secondary small",onClick:()=>de(l),children:t("edit")}),e.jsx("button",{type:"button",className:"secondary small",onClick:()=>ae(l),children:"删除"})]})]},l.id))}),$?e.jsx("p",{className:"mdocs-agent-config-ok",children:t("saved")}):null,W?e.jsx("p",{className:"mdocs-agent-config-error",children:W}):null]}):null,ce?e.jsxs("div",{className:"mdocs-settings-card mdocs-agent-config-card",children:[e.jsx("p",{className:"mdocs-agent-config-lead",children:r==="create"?"新建模型配置":"编辑模型配置"}),e.jsxs("div",{className:"mdocs-agent-form",children:[e.jsxs("div",{className:"mdocs-agent-kind-tabs",role:"tablist","aria-label":"配置方式",children:[e.jsx("button",{type:"button",role:"tab","aria-selected":n==="deepseek",className:n==="deepseek"?"active":"",onClick:()=>y("deepseek"),children:"Deepseek"}),e.jsx("button",{type:"button",role:"tab","aria-selected":n==="custom",className:n==="custom"?"active":"",onClick:()=>y("custom"),children:"自定义"})]}),n==="deepseek"?e.jsxs(e.Fragment,{children:[e.jsxs("label",{className:"mdocs-agent-field",children:[e.jsx("span",{children:t("agentConfigModel")}),e.jsx(Pe,{options:[...Ys],value:E,onChange:B})]}),e.jsxs("label",{className:"mdocs-agent-field",children:[e.jsx("span",{children:t("agentConfigApiKey")}),e.jsxs("div",{className:"mdocs-agent-config-apikey",children:[e.jsx("input",{type:Z?"text":"password",value:T,onChange:l=>w(l.target.value),placeholder:P?t("agentConfigApiKeyConfigured").replace("{{masked}}",c??"…"):t("agentConfigApiKeyPlaceholder"),autoComplete:"off"}),e.jsx("button",{type:"button",className:"mdocs-agent-config-eye","aria-label":t(Z?"agentConfigHideKey":"agentConfigShowKey"),onClick:()=>Q(l=>!l),children:Z?"隐藏":"显示"})]})]})]}):e.jsxs(e.Fragment,{children:[e.jsxs("label",{className:"mdocs-agent-field",children:[e.jsx("span",{children:"API 地址"}),e.jsx("input",{type:"url",value:f,onChange:l=>{const _=l.target.value;if(A(_),le.current)return;_.toLowerCase().includes("anthropic")?C("anthropic-messages"):C("openai-completions")},placeholder:"https://api.example.com/v1",className:"mdocs-agent-mono"})]}),e.jsxs("label",{className:"mdocs-agent-field",children:[e.jsx("span",{children:"Model ID"}),e.jsx("input",{type:"text",value:E,onChange:l=>B(l.target.value),placeholder:"模型名称,如 gpt-4o",className:"mdocs-agent-mono"})]}),e.jsxs("label",{className:"mdocs-agent-field",children:[e.jsx("span",{children:t("agentConfigApiKey")}),e.jsxs("div",{className:"mdocs-agent-config-apikey",children:[e.jsx("input",{type:Z?"text":"password",value:T,onChange:l=>w(l.target.value),placeholder:P?t("agentConfigApiKeyConfigured").replace("{{masked}}",c??"…"):"粘贴 API Key",autoComplete:"off"}),e.jsx("button",{type:"button",className:"mdocs-agent-config-eye","aria-label":t(Z?"agentConfigHideKey":"agentConfigShowKey"),onClick:()=>Q(l=>!l),children:Z?"隐藏":"显示"})]})]})]}),e.jsxs("details",{className:"mdocs-agent-advanced",open:o,onToggle:l=>L(l.target.open),children:[e.jsx("summary",{children:"高级选项"}),n==="custom"?e.jsxs(e.Fragment,{children:[e.jsxs("label",{className:"mdocs-agent-field",children:[e.jsx("span",{children:"Provider ID(选填)"}),e.jsx("input",{type:"text",value:S,onChange:l=>p(l.target.value),placeholder:"不填则自动从 API 地址提取域名"})]}),e.jsxs("label",{className:"mdocs-agent-field",children:[e.jsx("span",{children:"API 协议"}),e.jsx(Pe,{options:[...Js],value:M,onChange:l=>{le.current=!0,C(l)}})]})]}):null,e.jsxs("label",{className:"mdocs-agent-field",children:[e.jsx("span",{children:t("agentConfigName")}),e.jsx("input",{type:"text",value:h,onChange:l=>I(l.target.value),placeholder:t("agentConfigNameDefault").replace("{{name}}",v||"…")})]}),e.jsxs("label",{className:"mdocs-agent-field",children:[e.jsx("span",{children:t("agentConfigContextWindow")}),e.jsx("input",{type:"number",min:1e3,max:2e6,step:1e3,value:R,onChange:l=>b(Number(l.target.value)||128e3)}),e.jsx("p",{className:"mdocs-agent-field-hint",children:t("agentConfigContextWindowDesc")})]})]}),r==="create"&&m.length>0?e.jsxs("label",{className:"mdocs-agent-config-default-check",children:[e.jsx("input",{type:"checkbox",checked:D,onChange:l=>F(l.target.checked)}),e.jsx("span",{children:"保存后设为默认配置"})]}):null,W?e.jsx("p",{className:"mdocs-agent-config-error",children:W}):null,e.jsxs("div",{className:"mdocs-agent-config-actions",children:[e.jsx("button",{type:"button",onClick:()=>void pe(),disabled:q,children:t(q?"saving":"save")}),m.length>0?e.jsx("button",{type:"button",className:"secondary",onClick:se,disabled:q,children:t("cancel")}):null]})]})]}):V?e.jsx("div",{className:"mdocs-settings-card mdocs-agent-config-card",children:e.jsx("p",{className:"mdocs-agent-config-muted",children:t("loading")})}):null]}),O?e.jsx(Ke,{title:"删除配置",message:`确定删除「${Le(O)}」?${O.isDefault&&m.length>1?" 删除后将自动把另一条设为默认。":""}`,confirmLabel:"删除",cancelLabel:t("cancel"),onConfirm:()=>void he(),onCancel:()=>ae(null)}):null]})}const et=/^[A-Za-z0-9_]+$/;function be(t){return et.test(t.trim())}function st(){const t=a.useRef(!0),[s,v]=a.useState([]),[u,m]=a.useState(!0),[z,r]=a.useState(null),[N,j]=a.useState(null),[k,n]=a.useState(!1),[y,h]=a.useState(""),[I,S]=a.useState(""),[p,f]=a.useState(""),[A,M]=a.useState(!1);a.useEffect(()=>(t.current=!0,()=>{t.current=!1}),[]);async function C(){m(!0),r(null);try{const d=await Ss();if(!t.current)return;v(d)}catch(d){if(!t.current)return;r(d instanceof Error?d.message:String(d))}finally{t.current&&m(!1)}}a.useEffect(()=>{C()},[]);function E(){n(!0),j(null),h(""),S(""),f(""),r(null)}function B(d){n(!1),j(d.id),h(d.name),S(d.description),f(d.body),r(null)}function R(){n(!1),j(null),h(""),S(""),f("")}async function b(){const d=y.trim();if(!be(d)){r("名称仅允许英文、数字、下划线");return}if(!p.trim()){r("正文不能为空");return}M(!0),r(null);try{if(k?await Cs({name:d,description:I,body:p}):N&&await Ds(N,{name:d,description:I,body:p}),!t.current)return;R(),await C()}catch(c){if(!t.current)return;r(c instanceof Error?c.message:String(c))}finally{t.current&&M(!1)}}async function T(d){if(window.confirm("删除该 Skill?已引用的历史轮次将跳过缺失项。")){r(null);try{if(await Is(d),!t.current)return;N===d&&R(),await C()}catch(c){if(!t.current)return;r(c instanceof Error?c.message:String(c))}}}const w=k||N!==null,P=!y.trim()||be(y);return e.jsxs("div",{className:"mdocs-agent-skills-panel",children:[e.jsxs("div",{className:"mdocs-settings-header",children:[e.jsxs("h2",{className:"mdocs-settings-title",children:["Agent Skills",!u&&s.length>0?e.jsx("span",{className:"mdocs-agent-skills-count",children:s.length}):null]}),w?null:e.jsx("button",{type:"button",className:"secondary",onClick:E,children:"新建"})]}),e.jsx("div",{className:"mdocs-settings-cards",children:e.jsxs("div",{className:"mdocs-settings-card",children:[e.jsx("p",{className:"mdocs-settings-item-desc mdocs-agent-skills-lead",children:"私人提示词宏。名称对本账号唯一,仅英文、数字、下划线;智能助手 / 帮写里按名称引用。"}),z?e.jsx("p",{className:"mdocs-agent-skills-error",children:z}):null,w?e.jsxs("div",{className:"mdocs-agent-skills-form",children:[e.jsx("div",{className:"mdocs-agent-skills-form-head",children:e.jsx("strong",{children:k?"新建 Skill":"编辑 Skill"})}),e.jsxs("label",{className:"mdocs-agent-skills-field",children:[e.jsx("span",{children:"名称"}),e.jsx("input",{type:"text",value:y,onChange:d=>h(d.target.value),maxLength:64,spellCheck:!1,autoComplete:"off",placeholder:"e.g. weekly_report",className:P?void 0:"mdocs-agent-skills-input-invalid"}),P?e.jsx("span",{className:"mdocs-agent-skills-hint",children:"引用与索引键,保存后按此名称使用"}):e.jsx("span",{className:"mdocs-agent-skills-hint-bad",children:"仅允许 A–Z、a–z、0–9、_"})]}),e.jsxs("label",{className:"mdocs-agent-skills-field",children:[e.jsx("span",{children:"简介(可选)"}),e.jsx("input",{type:"text",value:I,onChange:d=>S(d.target.value),maxLength:200,placeholder:"一句话说明用途"})]}),e.jsxs("label",{className:"mdocs-agent-skills-field",children:[e.jsx("span",{children:"正文"}),e.jsx("textarea",{value:p,onChange:d=>f(d.target.value),rows:10,placeholder:"写入 Agent 应遵守的步骤与约束…"})]}),e.jsxs("div",{className:"mdocs-agent-config-actions",children:[e.jsx("button",{type:"button",onClick:()=>void b(),disabled:A||!P||!y.trim()||!p.trim(),children:A?"保存中…":"保存"}),e.jsx("button",{type:"button",className:"secondary",onClick:R,disabled:A,children:"取消"})]})]}):null,u?e.jsx("p",{className:"mdocs-settings-item-desc",children:"加载中…"}):null,!u&&s.length===0&&!w?e.jsxs("div",{className:"mdocs-agent-skills-empty",children:[e.jsx("p",{children:"还没有 Skill"}),e.jsx("button",{type:"button",className:"secondary",onClick:E,children:"新建第一个"})]}):null,!u&&s.length>0?e.jsx("ul",{className:"mdocs-agent-skills-list",children:s.map(d=>{const c=be(d.name),g=N===d.id;return e.jsxs("li",{className:"mdocs-agent-skills-item"+(g?" mdocs-agent-skills-item-active":""),children:[e.jsxs("div",{className:"mdocs-agent-skills-item-main",children:[e.jsxs("div",{className:"mdocs-agent-skills-item-title-row",children:[e.jsx("code",{className:"mdocs-agent-skills-name",children:d.name}),c?null:e.jsx("span",{className:"mdocs-agent-skills-badge-warn",title:"名称含非法字符,请编辑改为英文数字下划线",children:"需改名"})]}),e.jsx("span",{className:"mdocs-agent-skills-desc",children:d.description.trim()||"无简介"})]}),e.jsxs("div",{className:"mdocs-agent-skills-item-actions",children:[e.jsx("button",{type:"button",className:"secondary small",onClick:()=>B(d),disabled:w&&!g,children:"编辑"}),e.jsx("button",{type:"button",className:"secondary small",onClick:()=>void T(d.id),disabled:w,children:"删除"})]})]},d.id)})}):null]})})]})}function Re(t,s){const v=localStorage.getItem(t);return v===null?s:v==="true"}function rt(t){const{t:s,lang:v,setLang:u}=te(),{onBack:m,onPublishDraft:z}=t,r=Ts(),[N,j]=a.useState(!1),k=a.useRef(!0);a.useEffect(()=>(k.current=!0,()=>{k.current=!1}),[]),a.useEffect(()=>{r||j(!1)},[r]);const[n,y]=a.useState(()=>Re("mdocs.autoPublish",!1)),[h,I]=a.useState(()=>Re("mdocs.autoEdit",!0)),[S,p]=a.useState(!1),[f,A]=a.useState("general");function M(i){A(i),r&&j(!1)}const C=s(f==="general"?"general":f==="bookmarks"?"bookmarkTitle":f==="myDocuments"?"myDocuments":f==="domainManagement"?"domainManagement":f==="memberTemplates"?"memberTemplates":f==="agentConfig"?"agentConfig":"saveAndPublish"),[E,B]=a.useState([]),[R,b]=a.useState(!0),[T,w]=a.useState(null),[P,d]=a.useState(!1),[c,g]=a.useState(!1),[D,F]=a.useState(!1),[V,H]=a.useState(!1),[q,G]=a.useState(null),[W,x]=a.useState(!1),[$,U]=a.useState(!1),[Z,Q]=a.useState(!1),[o,L]=a.useState(""),[O,ae]=a.useState(!1),[re,ie]=a.useState(!1),[le,X]=a.useState(0),[ee,oe]=a.useState([]),[me,de]=a.useState(!1),[se,ue]=a.useState(""),[he,pe]=a.useState([]),[ce,l]=a.useState(!1),[_,ve]=a.useState(""),[Oe,Ve]=a.useState([]),[Ue,ge]=a.useState(!1),[fe,ke]=a.useState(null),[xe,we]=a.useState(new Map);a.useEffect(()=>{localStorage.setItem("mdocs.autoPublish",String(n))},[n]),a.useEffect(()=>{localStorage.setItem("mdocs.autoEdit",String(h))},[h]),a.useEffect(()=>{f==="savePublish"&&ye().then(i=>{k.current&&X(i.filter(K=>!K.published).length)})},[f]),a.useEffect(()=>{f==="bookmarks"&&We(),f==="myDocuments"&&De()},[f]),a.useEffect(()=>{Ce()},[]),a.useEffect(()=>{Fe().then(i=>{k.current&&Ve(i)}).catch(()=>{})},[]);const Se=new Map(Oe.map(i=>[i.domainId,i.domainName]));async function Ce(){try{b(!0);const i=await As();if(!k.current)return;B(i)}catch{}finally{k.current&&b(!1)}}async function We(){try{de(!0);const i=await Es();if(!k.current)return;oe(i)}catch{}finally{k.current&&de(!1)}}async function De(){try{l(!0);const i=await Ps();if(!k.current)return;pe(i)}catch{}finally{k.current&&l(!1)}}async function _e(i){try{await Ks(i),oe(K=>K.filter(ne=>ne.documentId!==i))}catch{}}function He(){if(E.some(K=>!K.revoked)){g(!0);return}Ie()}async function Ie(){try{d(!0);const i=await Os();w({token:i.token,name:i.name}),await Ce()}finally{d(!1)}}async function qe(){try{Q(!0);const i=await Fs();G(i.recoveryCode)}finally{Q(!1)}}async function Ge(i){i.preventDefault();const K=o.trim();if(!(K&&K.length<4))try{ae(!0),await Bs(K),L(""),ie(!0),setTimeout(()=>ie(!1),3e3)}finally{ae(!1)}}async function Ze(i){ke(i);try{const K=await $s(i),ne=new Map;K.forEach(Y=>{ne.set(Y.visitorId,Y.permission)}),we(ne)}catch{we(new Map)}ge(!0)}async function Ye(i){if(fe)try{const K=new Set(i.map(Y=>Y.visitorId)),ne=new Set(xe.keys());for(const Y of ne)K.has(Y)||await Vs(fe,Y);for(const Y of i)await Us(fe,Y.visitorId,Y.permission);await De()}finally{ge(!1),ke(null)}}const Te=ee.filter(i=>{if(!se.trim())return!0;const K=se.toLowerCase();return(i.displayName||i.relativePath||"").toLowerCase().includes(K)||(i.ownerVisitorName||"").toLowerCase().includes(K)||(i.domainId||"").toLowerCase().includes(K)}),Ae=he.filter(i=>{if(!_.trim())return!0;const K=_.toLowerCase();return(i.displayName||i.relativePath||"").toLowerCase().includes(K)||(i.domainId||"").toLowerCase().includes(K)});return e.jsxs("div",{className:"mdocs-layout"+(r?" mdocs-layout--reader mdocs-layout--settings":""),children:[r&&N?e.jsx("button",{type:"button",className:"mdocs-mobile-nav-scrim","aria-label":s("collapseSidebar"),onClick:()=>j(!1)}):null,e.jsxs("aside",{className:"mdocs-sidebar"+(r?N?" mdocs-sidebar--drawer-open":" mdocs-sidebar--drawer":""),children:[e.jsxs("header",{className:"mdocs-sidebar-header",children:[e.jsxs("div",{className:"mdocs-brand",children:[e.jsx("img",{src:Ms,alt:s("brand"),className:"mdocs-brand-logo"}),e.jsx("span",{children:s("brand")})]}),r?e.jsx("button",{type:"button",className:"mdocs-sidebar-toggle",onClick:()=>j(!1),"aria-label":s("collapseSidebar"),style:{background:"none",border:"none",cursor:"pointer",padding:"6px",color:"var(--mdocs-text-muted, #999)",borderRadius:4,display:"flex",alignItems:"center",justifyContent:"center"},children:e.jsx(Ls,{size:18})}):null]}),e.jsxs("nav",{className:"mdocs-config-tree",children:[e.jsx("div",{className:"mdocs-config-item"+(f==="general"?" active":""),onClick:()=>M("general"),children:s("general")}),e.jsx("div",{className:"mdocs-config-item"+(f==="bookmarks"?" active":""),onClick:()=>M("bookmarks"),children:s("bookmarkTitle")}),e.jsx("div",{className:"mdocs-config-item"+(f==="myDocuments"?" active":""),onClick:()=>M("myDocuments"),children:s("myDocuments")}),e.jsx("div",{className:"mdocs-config-item"+(f==="domainManagement"?" active":""),onClick:()=>M("domainManagement"),children:s("domainManagement")}),e.jsx("div",{className:"mdocs-config-item"+(f==="memberTemplates"?" active":""),onClick:()=>M("memberTemplates"),children:s("memberTemplates")}),e.jsx("div",{className:"mdocs-config-item"+(f==="agentConfig"?" active":""),onClick:()=>M("agentConfig"),children:s("agentConfig")}),e.jsx("div",{className:"mdocs-config-item"+(f==="savePublish"?" active":""),onClick:()=>M("savePublish"),children:s("saveAndPublish")})]}),e.jsx("footer",{className:"mdocs-settings-sidebar-footer",onClick:m,children:s("backToDocs")})]}),e.jsxs("main",{className:"mdocs-main",children:[r?e.jsxs("div",{className:"mdocs-settings-mobile-bar",children:[e.jsx("button",{type:"button",className:"mdocs-reader-nav-btn",onClick:()=>j(!0),"aria-label":s("expandSidebar"),children:e.jsx(Rs,{size:18,strokeWidth:1.75})}),e.jsx("span",{className:"mdocs-settings-mobile-bar-title",children:C})]}):null,zs(),f==="general"?e.jsxs("div",{className:"mdocs-settings",children:[e.jsx("div",{className:"mdocs-settings-header",children:e.jsx("h2",{className:"mdocs-settings-title",children:s("general")})}),e.jsxs("div",{className:"mdocs-settings-cards",children:[e.jsx("div",{className:"mdocs-settings-card",children:e.jsxs("label",{className:"mdocs-settings-item",children:[e.jsx("span",{className:"mdocs-settings-item-info",children:e.jsx("span",{className:"mdocs-settings-card-title",children:s("language")})}),e.jsxs("span",{className:"mdocs-settings-lang",children:[e.jsx("button",{type:"button",className:v==="en"?"active":"",onClick:()=>u("en"),children:"EN"}),e.jsx("span",{children:"/"}),e.jsx("button",{type:"button",className:v==="zh"?"active":"",onClick:()=>u("zh"),children:"中"})]})]})}),e.jsx("div",{className:"mdocs-settings-card",children:e.jsxs("label",{className:"mdocs-settings-item",children:[e.jsxs("span",{className:"mdocs-settings-item-info",children:[e.jsx("span",{className:"mdocs-settings-card-title",children:s("autoEdit")}),e.jsx("span",{className:"mdocs-settings-item-desc",children:s("autoEditDesc")})]}),e.jsx("button",{type:"button",className:"mdocs-toggle"+(h?" active":""),role:"switch","aria-checked":h,onClick:()=>I(i=>!i),children:e.jsx("span",{className:"mdocs-toggle-knob"})})]})}),e.jsxs("div",{className:"mdocs-settings-card",children:[e.jsxs("div",{className:"mdocs-settings-item",children:[e.jsxs("span",{className:"mdocs-settings-item-info",children:[e.jsx("span",{className:"mdocs-settings-card-title",children:s("cliToken")}),e.jsx("span",{className:"mdocs-settings-item-desc",children:s("cliTokenDesc")}),!R&&E.length>0&&e.jsx("span",{className:"mdocs-settings-item-desc",style:{marginTop:8,fontSize:"0.85em",opacity:.8},children:E.map(i=>e.jsxs("span",{style:{display:"block"},children:[i.name," — ",new Date(i.createdAt).toLocaleString()," ",i.revoked?`(${s("cliTokenRevoked")})`:`(${s("cliTokenActive")})`]},i.tokenId))})]}),e.jsx("button",{type:"button",className:"secondary",onClick:He,disabled:P||R,children:P?"…":E.some(i=>!i.revoked)?s("cliTokenReset"):s("cliTokenCreate")})]}),T&&e.jsxs("div",{className:"mdocs-settings-secret-result mdocs-settings-secret-result--ok",children:[e.jsxs("div",{className:"mdocs-settings-secret-result-head",children:[e.jsx("span",{className:"mdocs-settings-card-title",children:s("cliTokenGenerated")}),e.jsx("span",{className:"mdocs-settings-secret-value",children:T.token})]}),e.jsxs("div",{className:"mdocs-settings-secret-result-actions",children:[e.jsx("button",{type:"button",className:"secondary",onClick:()=>{(async()=>{try{await navigator.clipboard.writeText(T.token),H(!1),F(!0),window.setTimeout(()=>F(!1),2e3)}catch{F(!1),H(!0),window.setTimeout(()=>H(!1),3e3)}})()},children:s(D?"cliTokenCopied":"cliTokenCopy")}),e.jsx("button",{type:"button",onClick:()=>w(null),children:s("close")})]}),D&&e.jsxs("div",{className:"mdocs-settings-copy-feedback mdocs-settings-copy-feedback--ok",role:"status",children:["✓ ",s("cliTokenCopied")]}),V&&e.jsx("div",{className:"mdocs-settings-copy-feedback mdocs-settings-copy-feedback--err",role:"status",children:s("cliTokenCopyFailed")})]})]}),e.jsxs("div",{className:"mdocs-settings-card",children:[e.jsxs("div",{className:"mdocs-settings-item",children:[e.jsxs("span",{className:"mdocs-settings-item-info",children:[e.jsx("span",{className:"mdocs-settings-card-title",children:"🔑 恢复码"}),e.jsx("span",{className:"mdocs-settings-item-desc",children:"当 Token 丢失时,可用恢复码找回身份。生成后请立即保存,仅显示一次。"})]}),e.jsx("button",{type:"button",className:"secondary",onClick:qe,disabled:Z,children:Z?"…":"生成恢复码"})]}),q&&e.jsxs("div",{className:"mdocs-settings-secret-result mdocs-settings-secret-result--warn",children:[e.jsxs("div",{className:"mdocs-settings-secret-result-head",children:[e.jsx("span",{className:"mdocs-settings-card-title",children:"🔑 你的恢复码"}),e.jsx("span",{className:"mdocs-settings-item-desc",style:{marginTop:8},children:"请立即复制保存,关闭后不可再查看。"}),e.jsx("div",{className:"mdocs-settings-secret-code",children:q})]}),e.jsxs("div",{className:"mdocs-settings-secret-result-actions",children:[e.jsx("button",{type:"button",className:"primary",onClick:()=>{(async()=>{try{await navigator.clipboard.writeText(q),U(!1),x(!0),window.setTimeout(()=>x(!1),2e3)}catch{x(!1),U(!0),window.setTimeout(()=>U(!1),3e3)}})()},children:W?"已复制":"复制恢复码"}),e.jsx("button",{type:"button",onClick:()=>G(null),children:s("close")})]}),W&&e.jsx("div",{className:"mdocs-settings-copy-feedback mdocs-settings-copy-feedback--ok",role:"status",children:"✓ 已复制到剪贴板"}),$&&e.jsx("div",{className:"mdocs-settings-copy-feedback mdocs-settings-copy-feedback--err",role:"status",children:"复制失败,请手动选中上方内容复制"})]})]}),e.jsxs("div",{className:"mdocs-settings-card",children:[e.jsx("div",{className:"mdocs-settings-item",children:e.jsxs("span",{className:"mdocs-settings-item-info",children:[e.jsx("span",{className:"mdocs-settings-card-title",children:"🔐 登录密码"}),e.jsx("span",{className:"mdocs-settings-item-desc",children:"设置密码后,可在其他浏览器或设备用「用户名+密码」登录。"})]})}),e.jsxs("form",{onSubmit:Ge,style:{marginTop:12},children:[e.jsx("input",{type:"password",placeholder:"输入新密码(至少 4 位,留空则清除密码)",value:o,onChange:i=>L(i.target.value),minLength:0,style:{marginBottom:8}}),re&&e.jsx("div",{style:{color:"#4caf50",marginBottom:8,fontSize:"0.875rem"},children:"✓ 密码设置成功"}),e.jsx("button",{type:"submit",className:"secondary",disabled:O,children:O?"设置中…":"保存密码"})]})]})]})]}):f==="bookmarks"?e.jsxs("div",{className:"mdocs-settings",children:[e.jsx("div",{className:"mdocs-settings-header",children:e.jsx("h2",{className:"mdocs-settings-title",children:s("bookmarkTitle")})}),e.jsxs("div",{className:"mdocs-settings-card",children:[e.jsx("input",{type:"text",className:"mdocs-settings-search",placeholder:s("bookmarkSearch"),value:se,onChange:i=>ue(i.target.value)}),me?e.jsx("div",{style:{textAlign:"center",padding:"40px 0"},children:s("loading")}):e.jsx(e.Fragment,{children:Te.length===0?e.jsx("div",{style:{textAlign:"center",padding:"40px 0",opacity:.6},children:s(se?"bookmarkNoMatch":"bookmarkEmpty")}):e.jsxs("table",{className:"mdocs-settings-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:s("bookmarkColTitle")}),e.jsx("th",{children:s("bookmarkColDomain")}),e.jsx("th",{children:s("bookmarkColAuthor")}),e.jsx("th",{children:s("bookmarkColTime")}),e.jsx("th",{style:{textAlign:"right"}})]})}),e.jsx("tbody",{children:Te.map(i=>e.jsxs("tr",{children:[e.jsx("td",{style:{cursor:"pointer",fontWeight:500},onClick:()=>t.onOpenDocument(i.documentId),children:i.displayName||i.relativePath||"Untitled"}),e.jsx("td",{children:i.isDeleted?e.jsx("span",{style:{opacity:.5,fontStyle:"italic"},children:"已删除"}):Se.get(i.domainId||"")||i.domainId||"—"}),e.jsx("td",{children:i.ownerVisitorName||"—"}),e.jsx("td",{children:new Date(i.bookmarkedAt).toLocaleDateString()}),e.jsx("td",{style:{textAlign:"right"},children:e.jsx("button",{type:"button",className:"secondary small",onClick:()=>_e(i.documentId),children:s("bookmarkRemove")})})]},i.documentId))})]})})]})]}):f==="myDocuments"?e.jsxs("div",{className:"mdocs-settings",children:[e.jsx("div",{className:"mdocs-settings-header",children:e.jsx("h2",{className:"mdocs-settings-title",children:s("myDocuments")})}),e.jsxs("div",{className:"mdocs-settings-card",children:[e.jsx("input",{type:"text",className:"mdocs-settings-search",placeholder:"搜索文章…",value:_,onChange:i=>ve(i.target.value)}),ce?e.jsx("div",{style:{textAlign:"center",padding:"40px 0"},children:s("loading")}):e.jsx(e.Fragment,{children:Ae.length===0?e.jsx("div",{style:{textAlign:"center",padding:"40px 0",opacity:.6},children:s(_?"myDocumentsNoMatch":"myDocumentsEmpty")}):e.jsxs("table",{className:"mdocs-settings-table",children:[e.jsx("thead",{children:e.jsxs("tr",{children:[e.jsx("th",{children:s("myDocumentsColTitle")}),e.jsx("th",{children:s("myDocumentsColDomain")}),e.jsx("th",{children:s("myDocumentsColUpdated")}),e.jsx("th",{children:s("myDocumentsColCreated")}),e.jsx("th",{colSpan:2})]})}),e.jsx("tbody",{children:Ae.map(i=>e.jsxs("tr",{children:[e.jsx("td",{style:{cursor:"pointer",fontWeight:500},onClick:()=>t.onOpenDocument(i.documentId),children:i.displayName||i.relativePath||"Untitled"}),e.jsx("td",{children:Se.get(i.domainId||"")||i.domainId||"—"}),e.jsx("td",{children:new Date(i.updatedAt).toLocaleDateString()}),e.jsx("td",{children:new Date(i.createdAt).toLocaleDateString()}),e.jsx("td",{style:{textAlign:"right"},children:e.jsx("button",{type:"button",className:"secondary small",onClick:()=>Ze(i.documentId),children:s("docInfoInviteMember")})}),e.jsx("td",{style:{textAlign:"right",paddingLeft:0},children:e.jsx("button",{type:"button",className:"primary small",onClick:()=>t.onOpenDocument(i.documentId),children:s("bookmarkOpen")})})]},i.documentId))})]})})]})]}):f==="domainManagement"?e.jsx(Gs,{}):f==="memberTemplates"?e.jsx(Zs,{}):f==="agentConfig"?e.jsxs("div",{className:"mdocs-settings",children:[e.jsx(Xs,{}),e.jsx(st,{})]}):e.jsxs("div",{className:"mdocs-settings",children:[e.jsxs("div",{className:"mdocs-settings-header",children:[e.jsx("h2",{className:"mdocs-settings-title",children:s("saveAndPublish")}),e.jsx("button",{type:"button",className:"secondary",onClick:m,children:s("backToDocs")})]}),e.jsxs("div",{className:"mdocs-settings-cards",children:[e.jsx("div",{className:"mdocs-settings-card",children:e.jsxs("label",{className:"mdocs-settings-item",children:[e.jsxs("span",{className:"mdocs-settings-item-info",children:[e.jsx("span",{className:"mdocs-settings-card-title",children:s("autoSave")}),e.jsx("span",{className:"mdocs-settings-item-desc",children:s("autoSaveAlwaysOnDesc")})]}),e.jsx("span",{className:"mdocs-toggle active",role:"switch","aria-checked":"true","aria-disabled":"true",style:{opacity:.6,cursor:"not-allowed"},children:e.jsx("span",{className:"mdocs-toggle-knob"})})]})}),e.jsx("div",{className:"mdocs-settings-card",children:e.jsxs("label",{className:"mdocs-settings-item",children:[e.jsxs("span",{className:"mdocs-settings-item-info",children:[e.jsx("span",{className:"mdocs-settings-card-title",children:s("autoPublish")}),e.jsx("span",{className:"mdocs-settings-item-desc",children:s("autoPublishDesc")})]}),e.jsx("button",{type:"button",className:"mdocs-toggle"+(n?" active":""),role:"switch","aria-checked":n,onClick:()=>y(i=>!i),children:e.jsx("span",{className:"mdocs-toggle-knob"})})]})}),le>0?e.jsxs("button",{className:"mdocs-settings-card mdocs-settings-draft-link",onClick:()=>p(!0),children:[e.jsxs("span",{className:"mdocs-settings-draft-link-text",children:["📄 ",s("viewDrafts")," (",le,")"]}),e.jsx("span",{className:"mdocs-settings-draft-arrow","aria-hidden":"true",children:"›"})]}):e.jsx("div",{className:"mdocs-settings-card mdocs-settings-draft-empty",children:e.jsx("span",{className:"mdocs-settings-item-desc",children:s("noDrafts")})})]})]}),S&&e.jsx(Hs,{onPublish:z,onClose:()=>p(!1),onCountChange:X,onRecover:t.onRecoverDraft})]}),c&&e.jsx(Ke,{title:s("cliToken"),message:s("cliTokenResetConfirm"),confirmLabel:s("cliTokenReset"),cancelLabel:s("cancel"),busy:P,onConfirm:()=>{g(!1),Ie()},onCancel:()=>g(!1)}),e.jsx($e,{open:Ue,title:s("docInfoInviteMember"),initialSelectedIds:[...xe.keys()],initialPermissions:xe,templates:[],showPermissionSelect:!0,permissionOptions:[{value:"read",label:s("invitePermissionRead")},{value:"edit",label:s("invitePermissionEdit")}],onClose:()=>ge(!1),onConfirm:i=>{Ye(i)}})]})}export{rt as SettingsPage};