refactor(web): migrate from Next.js to Vite + React Router

This commit is contained in:
RockChinQ
2026-04-03 11:24:14 +08:00
parent e701daa8e0
commit 2a4ba237c4
1441 changed files with 917663 additions and 3671 deletions
@@ -0,0 +1,11 @@
self.__BUILD_MANIFEST = {
"__rewrites": {
"afterFiles": [],
"beforeFiles": [],
"fallback": []
},
"sortedPages": [
"/_app",
"/_error"
]
};self.__BUILD_MANIFEST_CB && self.__BUILD_MANIFEST_CB()
@@ -0,0 +1 @@
self.__SSG_MANIFEST=new Set([]);self.__SSG_MANIFEST_CB&&self.__SSG_MANIFEST_CB()
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,6313,e=>{"use strict";var c=e.i(60498);function n({children:e}){return(0,c.jsx)("div",{className:"min-h-screen bg-background",children:(0,c.jsx)("main",{className:"min-h-screen",children:e})})}e.s(["default",()=>n])}]);
@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,11607,e=>{"use strict";var t=e.i(60498);e.i(18090);var r=e.i(10047);function a({children:e}){return(0,t.jsx)(t.Fragment,{children:e})}e.s(["default",()=>a,"extractI18nObject",0,e=>{let t=r.default.language.replace("-","_");return"en_US"===t&&e.en_US?e.en_US:"zh_Hans"===t&&e.zh_Hans?e.zh_Hans:"zh_Hant"===t&&e.zh_Hant?e.zh_Hant:"ja_JP"===t&&e.ja_JP?e.ja_JP:e.en_US||e.zh_Hans||e.zh_Hant||e.ja_JP||""},"getAPILanguageCode",0,()=>{let e=r.default.language;return"zh-Hans"===e?"zh_Hans":"zh-Hant"===e?"zh_Hant":"en-US"===e?"en":"ja-JP"===e?"ja_JP":"en"}])},73344,e=>{"use strict";var t=e.i(49311),r=(e,t,r,a,n,s,o,l)=>{let i=document.documentElement,m=["light","dark"];function c(t){var r;(Array.isArray(e)?e:[e]).forEach(e=>{let r="class"===e,a=r&&s?n.map(e=>s[e]||e):n;r?(i.classList.remove(...a),i.classList.add(s&&s[t]?s[t]:t)):i.setAttribute(e,t)}),r=t,l&&m.includes(r)&&(i.style.colorScheme=r)}if(a)c(a);else try{let e=localStorage.getItem(t)||r,a=o&&"system"===e?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":e;c(a)}catch(e){}},a=["light","dark"],n="(prefers-color-scheme: dark)",s="u"<typeof window,o=t.createContext(void 0),l={setTheme:e=>{},themes:[]},i=()=>{var e;return null!=(e=t.useContext(o))?e:l},m=e=>t.useContext(o)?t.createElement(t.Fragment,null,e.children):t.createElement(u,{...e}),c=["light","dark"],u=({forcedTheme:e,disableTransitionOnChange:r=!1,enableSystem:s=!0,enableColorScheme:l=!0,storageKey:i="theme",themes:m=c,defaultTheme:u=s?"system":"light",attribute:g="data-theme",value:v,children:p,nonce:b,scriptProps:T})=>{let[S,_]=t.useState(()=>h(i,u)),[w,C]=t.useState(()=>"system"===S?f():S),P=v?Object.values(v):m,E=t.useCallback(e=>{let t=e;if(!t)return;"system"===e&&s&&(t=f());let n=v?v[t]:t,o=r?y(b):null,i=document.documentElement,m=e=>{"class"===e?(i.classList.remove(...P),n&&i.classList.add(n)):e.startsWith("data-")&&(n?i.setAttribute(e,n):i.removeAttribute(e))};if(Array.isArray(g)?g.forEach(m):m(g),l){let e=a.includes(u)?u:null,r=a.includes(t)?t:e;i.style.colorScheme=r}null==o||o()},[b]),H=t.useCallback(e=>{let t="function"==typeof e?e(S):e;_(t);try{localStorage.setItem(i,t)}catch(e){}},[S]),z=t.useCallback(t=>{C(f(t)),"system"===S&&s&&!e&&E("system")},[S,e]);t.useEffect(()=>{let e=window.matchMedia(n);return e.addListener(z),z(e),()=>e.removeListener(z)},[z]),t.useEffect(()=>{let e=e=>{e.key===i&&(e.newValue?_(e.newValue):H(u))};return window.addEventListener("storage",e),()=>window.removeEventListener("storage",e)},[H]),t.useEffect(()=>{E(null!=e?e:S)},[e,S]);let j=t.useMemo(()=>({theme:S,setTheme:H,forcedTheme:e,resolvedTheme:"system"===S?w:S,themes:s?[...m,"system"]:m,systemTheme:s?w:void 0}),[S,H,e,w,s,m]);return t.createElement(o.Provider,{value:j},t.createElement(d,{forcedTheme:e,storageKey:i,attribute:g,enableSystem:s,enableColorScheme:l,defaultTheme:u,value:v,themes:m,nonce:b,scriptProps:T}),p)},d=t.memo(({forcedTheme:e,storageKey:a,attribute:n,enableSystem:s,enableColorScheme:o,defaultTheme:l,value:i,themes:m,nonce:c,scriptProps:u})=>{let d=JSON.stringify([n,a,l,e,m,i,s,o]).slice(1,-1);return t.createElement("script",{...u,suppressHydrationWarning:!0,nonce:"u"<typeof window?c:"",dangerouslySetInnerHTML:{__html:`(${r.toString()})(${d})`}})}),h=(e,t)=>{let r;if(!s){try{r=localStorage.getItem(e)||void 0}catch(e){}return r||t}},y=e=>{let t=document.createElement("style");return e&&t.setAttribute("nonce",e),t.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")),document.head.appendChild(t),()=>{window.getComputedStyle(document.body),setTimeout(()=>{document.head.removeChild(t)},1)}},f=e=>(e||(e=window.matchMedia(n)),e.matches?"dark":"light");e.s(["ThemeProvider",()=>m,"useTheme",()=>i])},19436,e=>{"use strict";var t=e.i(60498),r=e.i(73344),a=e.i(50098);let n=({...e})=>{let{theme:n="system"}=(0,r.useTheme)();return(0,t.jsx)(a.Toaster,{theme:n,className:"toaster group",style:{"--normal-bg":"var(--popover)","--normal-text":"var(--popover-foreground)","--normal-border":"var(--border)"},...e})};e.s(["Toaster",()=>n])},5555,e=>{"use strict";var t=e.i(60498),r=e.i(73344);function a({children:e,...a}){return(0,t.jsx)(r.ThemeProvider,{attribute:"class",defaultTheme:"system",enableSystem:!0,disableTransitionOnChange:!0,...a,children:e})}e.s(["ThemeProvider",()=>a])}]);
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,8 @@
.botConfig-module__yXJ0ia__botListContainer{grid-template-columns:repeat(auto-fill,minmax(24rem,1fr));place-items:start stretch;gap:2rem;width:100%;padding-left:.8rem;padding-right:.8rem;display:grid}
.botCard-module__1kNUfG__cardContainer{cursor:pointer;background-color:#fff;border-radius:10px;width:100%;height:10rem;padding:1.2rem;transition:all .2s;box-shadow:0 2px 2px #0003}.dark .botCard-module__1kNUfG__cardContainer{box-shadow:0;background-color:#1f1f22}.botCard-module__1kNUfG__cardContainer:hover{box-shadow:0 2px 8px #0000001a}.dark .botCard-module__1kNUfG__cardContainer:hover{box-shadow:0}.botCard-module__1kNUfG__iconBasicInfoContainer{-webkit-user-select:none;user-select:none;flex-direction:row;gap:.8rem;width:100%;height:100%;display:flex}.botCard-module__1kNUfG__iconImage{border-radius:8%;width:4rem;height:4rem;margin:.2rem}.botCard-module__1kNUfG__basicInfoContainer{flex-direction:column;gap:.2rem;width:100%;display:flex;position:relative}.botCard-module__1kNUfG__basicInfoNameContainer{flex-direction:column;display:flex}.botCard-module__1kNUfG__basicInfoName{white-space:nowrap;text-overflow:ellipsis;color:#1a1a1a;font-size:1.4rem;font-weight:500;overflow:hidden}.dark .botCard-module__1kNUfG__basicInfoName{color:#f0f0f0}.botCard-module__1kNUfG__basicInfoDescription{color:#b1b1b1;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:300;overflow:hidden}.dark .botCard-module__1kNUfG__basicInfoDescription{color:#888}.botCard-module__1kNUfG__basicInfoAdapterContainer{flex-direction:row;gap:.4rem;display:flex}.botCard-module__1kNUfG__basicInfoAdapterIcon{color:#626262;width:1.2rem;height:1.2rem;margin-top:.2rem}.dark .botCard-module__1kNUfG__basicInfoAdapterIcon{color:#a0a0a0}.botCard-module__1kNUfG__basicInfoAdapterLabel{color:#626262;font-size:1.2rem;font-weight:500}.dark .botCard-module__1kNUfG__basicInfoAdapterLabel{color:#a0a0a0}.botCard-module__1kNUfG__basicInfoPipelineContainer{flex-direction:row;gap:.4rem;display:flex}.botCard-module__1kNUfG__basicInfoPipelineIcon{color:#626262;width:1.2rem;height:1.2rem;margin-top:.2rem}.dark .botCard-module__1kNUfG__basicInfoPipelineIcon{color:#a0a0a0}.botCard-module__1kNUfG__basicInfoPipelineLabel{color:#626262;font-size:1.2rem;font-weight:500}.dark .botCard-module__1kNUfG__basicInfoPipelineLabel{color:#a0a0a0}.botCard-module__1kNUfG__bigText{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:1.4rem;font-weight:700;overflow:hidden}.botCard-module__1kNUfG__botOperationContainer{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:.4rem;width:3rem;height:100%;display:flex}
.createCartComponent-module__mFGHBq__cardContainer{cursor:pointer;background-color:#fff;border-radius:9px;flex-direction:column;justify-content:space-evenly;align-items:center;transition:all .2s;display:flex;box-shadow:0 0 5px #0000001a}.dark .createCartComponent-module__mFGHBq__cardContainer{box-shadow:0;background-color:#1f1f22}.createCartComponent-module__mFGHBq__cardContainer:hover{box-shadow:0 0 15px #0000000d}.dark .createCartComponent-module__mFGHBq__cardContainer:hover{box-shadow:0}.createCartComponent-module__mFGHBq__createCardContainer{color:#acacac;font-size:90px}.dark .createCartComponent-module__mFGHBq__createCardContainer{color:#666}
.pipelineCard-module__GUxC_G__cardContainer{cursor:pointer;background-color:#fff;border-radius:10px;flex-direction:row;justify-content:space-between;gap:.5rem;width:100%;height:10rem;padding:1rem;transition:all .2s;display:flex;box-shadow:0 2px 2px #0003}.dark .pipelineCard-module__GUxC_G__cardContainer{box-shadow:0;background-color:#1f1f22}.pipelineCard-module__GUxC_G__cardContainer:hover{box-shadow:0 2px 8px #0000001a}.dark .pipelineCard-module__GUxC_G__cardContainer:hover{box-shadow:0}.pipelineCard-module__GUxC_G__basicInfoContainer{flex-direction:column;justify-content:space-between;gap:.5rem;width:100%;min-width:0;height:100%;display:flex}.pipelineCard-module__GUxC_G__iconEmoji{background-color:#f5f5f5;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.75rem;display:flex}.dark .pipelineCard-module__GUxC_G__iconEmoji{background-color:#2a2a2d}.pipelineCard-module__GUxC_G__iconBasicInfoContainer{flex-direction:row;flex:1;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.pipelineCard-module__GUxC_G__basicInfoNameContainer{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.pipelineCard-module__GUxC_G__basicInfoNameText{color:#1a1a1a;font-size:1.4rem;font-weight:500}.dark .pipelineCard-module__GUxC_G__basicInfoNameText{color:#f0f0f0}.pipelineCard-module__GUxC_G__basicInfoDescriptionText{-webkit-line-clamp:3;text-overflow:ellipsis;color:#b1b1b1;-webkit-box-orient:vertical;font-size:.9rem;font-weight:400;display:-webkit-box;overflow:hidden}.dark .pipelineCard-module__GUxC_G__basicInfoDescriptionText{color:#888}.pipelineCard-module__GUxC_G__basicInfoLastUpdatedTimeContainer{flex-direction:row;align-items:center;gap:.5rem;display:flex}.pipelineCard-module__GUxC_G__basicInfoUpdateTimeIcon{color:#626262;width:1.2rem;height:1.2rem}.dark .pipelineCard-module__GUxC_G__basicInfoUpdateTimeIcon{color:#a0a0a0}.pipelineCard-module__GUxC_G__basicInfoUpdateTimeText{color:#626262;font-size:1rem;font-weight:400}.dark .pipelineCard-module__GUxC_G__basicInfoUpdateTimeText{color:#a0a0a0}.pipelineCard-module__GUxC_G__operationContainer{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:.5rem;width:8rem;display:flex}.pipelineCard-module__GUxC_G__operationDefaultBadge{flex-direction:row;gap:.5rem;display:flex}.pipelineCard-module__GUxC_G__operationDefaultBadgeIcon{color:#ffcd27;width:1.2rem;height:1.2rem}.dark .pipelineCard-module__GUxC_G__operationDefaultBadgeIcon{color:#fbbf24}.pipelineCard-module__GUxC_G__operationDefaultBadgeText{color:#ffcd27;font-size:1rem;font-weight:400}.dark .pipelineCard-module__GUxC_G__operationDefaultBadgeText{color:#fbbf24}.pipelineCard-module__GUxC_G__bigText{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:1.4rem;font-weight:700;overflow:hidden}.pipelineCard-module__GUxC_G__debugButtonIcon{width:1.2rem;height:1.2rem}
.knowledgeBase-module__9XJSwq__configPageContainer{width:100%;height:100%}.knowledgeBase-module__9XJSwq__knowledgeListContainer{grid-template-columns:repeat(auto-fill,minmax(24rem,1fr));place-items:start stretch;gap:2rem;width:100%;margin-top:2rem;padding-left:.8rem;padding-right:.8rem;display:grid}
.pipelineConfig-module__W2iQ7G__configPageContainer{width:100%;height:100%}.pipelineConfig-module__W2iQ7G__pipelineListContainer{grid-template-columns:repeat(auto-fill,minmax(24rem,1fr));place-items:start stretch;gap:2rem;width:100%;padding-left:.8rem;padding-right:.8rem;display:grid}
.botLog-module__gbBa3q__botLogListContainer{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:100%;min-height:10rem;display:flex;overflow:hidden auto}.botLog-module__gbBa3q__botLogCardContainer{box-sizing:border-box;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;max-width:100%;margin-bottom:.75rem;padding:1rem;transition:all .2s;overflow:hidden}.botLog-module__gbBa3q__botLogCardContainer:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0000000d}.dark .botLog-module__gbBa3q__botLogCardContainer{background-color:#1f1f22;border:1px solid #2a2a2e}.dark .botLog-module__gbBa3q__botLogCardContainer:hover{border-color:#3a3a3e;box-shadow:0 1px 3px #0000004d}.botLog-module__gbBa3q__listHeader{flex-direction:row;align-items:center;width:100%;height:2.5rem;margin-bottom:.5rem;display:flex}.botLog-module__gbBa3q__tag{color:#1e40af;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;letter-spacing:.025em;background-color:#dbeafe;border-radius:4px;flex-direction:row;justify-content:center;align-items:center;gap:.25rem;max-width:16rem;height:auto;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-flex;overflow:hidden}.dark .botLog-module__gbBa3q__tag{color:#93c5fd;background-color:#1e3a8a}.botLog-module__gbBa3q__chatTag{color:#4b5563;text-transform:none;cursor:pointer;background-color:#f3f4f6;transition:all .15s}.botLog-module__gbBa3q__chatTag:hover{background-color:#e5e7eb}.dark .botLog-module__gbBa3q__chatTag{color:#9ca3af;background-color:#374151}.dark .botLog-module__gbBa3q__chatTag:hover{background-color:#4b5563}.botLog-module__gbBa3q__chatId{text-overflow:ellipsis;white-space:nowrap;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.7rem;overflow:hidden}.botLog-module__gbBa3q__cardTitleContainer{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;display:flex}.botLog-module__gbBa3q__cardText{color:#1e293b;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;max-width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:.875rem;line-height:1.7}.dark .botLog-module__gbBa3q__cardText{color:#e2e8f0}.botLog-module__gbBa3q__timestamp{color:#64748b;white-space:nowrap;font-size:.75rem}.dark .botLog-module__gbBa3q__timestamp{color:#64748b}
.KBCard-module__3ly5mq__cardContainer{cursor:pointer;background-color:#fff;border-radius:10px;flex-direction:row;justify-content:space-between;gap:.5rem;width:100%;height:10rem;padding:1rem;transition:all .2s;display:flex;box-shadow:0 2px 2px #0003}.dark .KBCard-module__3ly5mq__cardContainer{box-shadow:0;background-color:#1f1f22}.KBCard-module__3ly5mq__cardContainer:hover{box-shadow:0 2px 8px #0000001a}.dark .KBCard-module__3ly5mq__cardContainer:hover{box-shadow:0}.KBCard-module__3ly5mq__basicInfoContainer{flex-direction:column;justify-content:space-between;gap:.5rem;width:100%;min-width:0;height:100%;display:flex}.KBCard-module__3ly5mq__iconEmoji{background-color:#f5f5f5;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.75rem;display:flex}.dark .KBCard-module__3ly5mq__iconEmoji{background-color:#2a2a2d}.KBCard-module__3ly5mq__iconBasicInfoContainer{flex-direction:row;flex:1;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.KBCard-module__3ly5mq__basicInfoNameContainer{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.KBCard-module__3ly5mq__basicInfoNameText{color:#1a1a1a;font-size:1.4rem;font-weight:500}.dark .KBCard-module__3ly5mq__basicInfoNameText{color:#f0f0f0}.KBCard-module__3ly5mq__basicInfoDescriptionText{-webkit-line-clamp:3;text-overflow:ellipsis;color:#b1b1b1;-webkit-box-orient:vertical;font-size:.9rem;font-weight:400;display:-webkit-box;overflow:hidden}.dark .KBCard-module__3ly5mq__basicInfoDescriptionText{color:#888}.KBCard-module__3ly5mq__basicInfoLastUpdatedTimeContainer{flex-direction:row;align-items:center;gap:.5rem;display:flex}.KBCard-module__3ly5mq__basicInfoUpdateTimeIcon{color:#626262;width:1.2rem;height:1.2rem}.dark .KBCard-module__3ly5mq__basicInfoUpdateTimeIcon{color:#a0a0a0}.KBCard-module__3ly5mq__basicInfoUpdateTimeText{color:#626262;font-size:1rem;font-weight:400}.dark .KBCard-module__3ly5mq__basicInfoUpdateTimeText{color:#a0a0a0}.KBCard-module__3ly5mq__operationContainer{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:.5rem;width:8rem;display:flex}.KBCard-module__3ly5mq__operationDefaultBadge{flex-direction:row;gap:.5rem;display:flex}.KBCard-module__3ly5mq__operationDefaultBadgeIcon{color:#ffcd27;width:1.2rem;height:1.2rem}.dark .KBCard-module__3ly5mq__operationDefaultBadgeIcon{color:#fbbf24}.KBCard-module__3ly5mq__operationDefaultBadgeText{color:#ffcd27;font-size:1rem;font-weight:400}.dark .KBCard-module__3ly5mq__operationDefaultBadgeText{color:#fbbf24}.KBCard-module__3ly5mq__bigText{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:1.4rem;font-weight:700;overflow:hidden}.KBCard-module__3ly5mq__debugButtonIcon{width:1.2rem;height:1.2rem}
@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,42063,e=>{"use strict";var c=e.i(60498);function n({children:e}){return(0,c.jsx)("div",{className:"min-h-screen bg-background",children:(0,c.jsx)("main",{className:"min-h-screen",children:e})})}e.s(["default",()=>n])}]);
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,69035,(e,t,r)=>{"use strict";Object.defineProperty(r,"__esModule",{value:!0}),Object.defineProperty(r,"warnOnce",{enumerable:!0,get:function(){return n}});let n=e=>{}}]);
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,4480,(e,t,s)=>{t.exports=e.r(96387)},65835,e=>{"use strict";var t=e.i(60498),s=e.i(4480),u=e.i(49311);function i(){let e=(0,s.useRouter)();return(0,u.useEffect)(()=>{e.push("/login")},[]),(0,t.jsx)("div",{className:""})}e.s(["default",()=>i])}]);
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
.PhotoView-Portal{touch-action:none;z-index:2000;direction:ltr;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}@keyframes PhotoView__rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes PhotoView__delayIn{0%,50%{opacity:0}to{opacity:1}}.PhotoView__Spinner{animation:.4s linear both PhotoView__delayIn}.PhotoView__Spinner svg{animation:.6s linear infinite PhotoView__rotate}.PhotoView__Photo{cursor:grab;-webkit-user-select:none;user-select:none;max-width:none}.PhotoView__Photo:active{cursor:grabbing}.PhotoView__icon{display:inline-block;position:absolute;top:0;left:0;transform:translate(-50%,-50%)}.PhotoView__PhotoBox,.PhotoView__PhotoWrap{touch-action:none;direction:ltr;width:100%;position:absolute;inset:0}.PhotoView__PhotoWrap{z-index:10;overflow:hidden}.PhotoView__PhotoBox{transform-origin:0 0}@keyframes PhotoView__fade{0%{opacity:0}to{opacity:1}}.PhotoView-Slider__clean .PhotoView-Slider__ArrowLeft,.PhotoView-Slider__clean .PhotoView-Slider__ArrowRight,.PhotoView-Slider__clean .PhotoView-Slider__BannerWrap,.PhotoView-Slider__clean .PhotoView-Slider__Overlay,.PhotoView-Slider__willClose .PhotoView-Slider__BannerWrap:hover{opacity:0}.PhotoView-Slider__Backdrop{z-index:-1;background:#000;width:100%;height:100%;transition-property:background-color;position:absolute;top:0;left:0}.PhotoView-Slider__fadeIn{opacity:0;animation:linear both PhotoView__fade}.PhotoView-Slider__fadeOut{opacity:0;animation:linear reverse both PhotoView__fade}.PhotoView-Slider__BannerWrap{color:#fff;z-index:20;background-color:#00000080;justify-content:space-between;align-items:center;width:100%;height:44px;transition:opacity .2s ease-out;display:flex;position:absolute;top:0;left:0}.PhotoView-Slider__BannerWrap:hover{opacity:1}.PhotoView-Slider__Counter{opacity:.75;padding:0 10px;font-size:14px}.PhotoView-Slider__BannerRight{align-items:center;height:100%;display:flex}.PhotoView-Slider__toolbarIcon{fill:#fff;box-sizing:border-box;cursor:pointer;opacity:.75;padding:10px;transition:opacity .2s linear}.PhotoView-Slider__toolbarIcon:hover{opacity:1}.PhotoView-Slider__ArrowLeft,.PhotoView-Slider__ArrowRight{cursor:pointer;opacity:.75;-webkit-user-select:none;user-select:none;z-index:20;justify-content:center;align-items:center;width:70px;height:100px;margin:auto;transition:opacity .2s linear;display:flex;position:absolute;top:0;bottom:0}.PhotoView-Slider__ArrowLeft:hover,.PhotoView-Slider__ArrowRight:hover{opacity:1}.PhotoView-Slider__ArrowLeft svg,.PhotoView-Slider__ArrowRight svg{fill:#fff;box-sizing:content-box;background:#0000004d;width:24px;height:24px;padding:10px}.PhotoView-Slider__ArrowLeft{left:0}.PhotoView-Slider__ArrowRight{right:0}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,88478,e=>{"use strict";var c=e.i(60498);function n({children:e}){return(0,c.jsx)("div",{className:"min-h-screen bg-background",children:(0,c.jsx)("main",{className:"min-h-screen",children:e})})}e.s(["default",()=>n])}]);
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB