@tonyclaw/llm-inspector 1.19.4 → 1.20.0
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.
- package/.output/cli.js +478 -14
- package/.output/nitro.json +1 -1
- package/.output/public/assets/{CompareDrawer-BdEBCsf4.js → CompareDrawer-DaEfZjXJ.js} +1 -1
- package/.output/public/assets/{ProxyViewerContainer-fB4tzYhi.js → ProxyViewerContainer-RhHgw8Ej.js} +4 -4
- package/.output/public/assets/{ReplayDialog-BAZf5kkH.js → ReplayDialog-BjQGoECv.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-CDeKWFUb.js → RequestAnatomy-QU9eugVN.js} +1 -1
- package/.output/public/assets/{ResponseView-zcykwAih.js → ResponseView-aYiH9vL2.js} +1 -1
- package/.output/public/assets/{StreamingChunkSequence-BQLmasyY.js → StreamingChunkSequence-Cpx_Qp8w.js} +1 -1
- package/.output/public/assets/_sessionId-BloLpBNK.js +1 -0
- package/.output/public/assets/index-BKzkybBt.js +1 -0
- package/.output/public/assets/{index-CSziseTI.css → index-DUZVFAL8.css} +1 -1
- package/.output/public/assets/{json-viewer-DIlY59fE.js → json-viewer-iMGYFtiP.js} +1 -1
- package/.output/public/assets/{main-BQH0aL4n.js → main-DLMLYxyQ.js} +2 -2
- package/.output/server/{_sessionId-Cx1nCmF9.mjs → _sessionId-B-zUQeOo.mjs} +2 -2
- package/.output/server/_ssr/{CompareDrawer-BWAbcxuc.mjs → CompareDrawer-CX6uQvQB.mjs} +3 -3
- package/.output/server/_ssr/{ProxyViewerContainer-CIZhmr5I.mjs → ProxyViewerContainer-DsQWgvwt.mjs} +9 -9
- package/.output/server/_ssr/{ReplayDialog-3TOIktFD.mjs → ReplayDialog-BrMgVKb9.mjs} +4 -4
- package/.output/server/_ssr/{RequestAnatomy-THGbi9T0.mjs → RequestAnatomy-ll7Vbnl7.mjs} +2 -2
- package/.output/server/_ssr/{ResponseView-C9h6-6mm.mjs → ResponseView-CdloAejU.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-C3mKWisH.mjs → StreamingChunkSequence-C9LC9S8C.mjs} +3 -3
- package/.output/server/_ssr/{index-DMFL5NAe.mjs → index-DBs4Nc1G.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{json-viewer-DzzDudEa.mjs → json-viewer-l1tDAk7X.mjs} +2 -2
- package/.output/server/_ssr/{router-CwNkbEd-.mjs → router-O1ouXZtT.mjs} +3 -3
- package/.output/server/{_tanstack-start-manifest_v-B-xky_RK.mjs → _tanstack-start-manifest_v-OkvTTh2H.mjs} +1 -1
- package/.output/server/index.mjs +57 -57
- package/package.json +1 -1
- package/src/cli/doctor.ts +530 -0
- package/src/cli.ts +6 -0
- package/.output/public/assets/_sessionId-C0R0Kby0.js +0 -1
- package/.output/public/assets/index-CttxoDLJ.js +0 -1
|
@@ -198,7 +198,7 @@ function getResponse() {
|
|
|
198
198
|
return event.res;
|
|
199
199
|
}
|
|
200
200
|
async function getStartManifest(matchedRoutes) {
|
|
201
|
-
const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-
|
|
201
|
+
const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-OkvTTh2H.mjs");
|
|
202
202
|
const startManifest = tsrStartManifest();
|
|
203
203
|
const rootRoute = startManifest.routes[rootRouteId] = startManifest.routes[rootRouteId] || {};
|
|
204
204
|
rootRoute.assets = rootRoute.assets || [];
|
|
@@ -767,7 +767,7 @@ let entriesPromise;
|
|
|
767
767
|
let baseManifestPromise;
|
|
768
768
|
let cachedFinalManifestPromise;
|
|
769
769
|
async function loadEntries() {
|
|
770
|
-
const routerEntry = await import("./router-
|
|
770
|
+
const routerEntry = await import("./router-O1ouXZtT.mjs").then((n) => n.f);
|
|
771
771
|
const startEntry = await import("./start-HYkvq4Ni.mjs");
|
|
772
772
|
return { startEntry, routerEntry };
|
|
773
773
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { q as parseJsonText, c as cn, k as TooltipProvider, l as Tooltip, m as TooltipTrigger, n as TooltipContent } from "./ProxyViewerContainer-
|
|
3
|
-
import "./router-
|
|
2
|
+
import { q as parseJsonText, c as cn, k as TooltipProvider, l as Tooltip, m as TooltipTrigger, n as TooltipContent } from "./ProxyViewerContainer-DsQWgvwt.mjs";
|
|
3
|
+
import "./router-O1ouXZtT.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
6
|
import { C as Check, a as Copy, b as ChevronDown, f as ChevronRight, q as ChevronsDown } from "../_libs/lucide-react.mjs";
|
|
@@ -49,7 +49,7 @@ import "../_libs/mimic-function.mjs";
|
|
|
49
49
|
import "../_libs/semver.mjs";
|
|
50
50
|
import "../_libs/uint8array-extras.mjs";
|
|
51
51
|
const faviconSvg = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%20role='img'%20aria-label='LLM%20Inspector'%3e%3crect%20width='64'%20height='64'%20rx='14'%20fill='%23111827'%20/%3e%3cg%20fill='none'%20stroke='%23f59e0b'%20stroke-width='4.2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20fill='%23f59e0b'%20d='M15%2036c0-11%207-18%2017-18s17%207%2017%2018c0%208-7%2013-17%2013s-17-5-17-13z'%20/%3e%3cpath%20d='M16%2031c-6-5-12-3-12%204%200%205%206%206%2011%202'%20/%3e%3cpath%20d='M48%2031c6-5%2012-3%2012%204%200%205-6%206-11%202'%20/%3e%3cpath%20d='M27%2019l-3-7'%20/%3e%3cpath%20d='M37%2019l3-7'%20/%3e%3cpath%20d='M19%2045l-6%209'%20/%3e%3cpath%20d='M27%2048l-3%209'%20/%3e%3cpath%20d='M37%2048l3%209'%20/%3e%3cpath%20d='M45%2045l6%209'%20/%3e%3c/g%3e%3cpath%20d='M14%2047l9-8%208%209c-5%203.5-12%203-17-1z'%20fill='%232f6b3f'%20opacity='.95'%20/%3e%3cpath%20d='M18%2046l5-5%205%206c-3%201.6-7%201.4-10-1z'%20fill='%236fb36f'%20opacity='.95'%20/%3e%3cpath%20d='M23%2041v10'%20fill='none'%20stroke='%23d6b45f'%20stroke-width='1.6'%20stroke-linecap='round'%20/%3e%3ccircle%20cx='31'%20cy='48'%20r='1.8'%20fill='%23c2412d'%20/%3e%3cpath%20d='M24%2044l13-11%2014%2013c-8%205.8-18%205.3-27-2z'%20fill='%232f6b3f'%20opacity='.97'%20/%3e%3cpath%20d='M30%2043l7-7%209%209c-5%202.7-11%202.5-16-2z'%20fill='%236fb36f'%20opacity='.95'%20/%3e%3cpath%20d='M37%2036v14'%20fill='none'%20stroke='%23d6b45f'%20stroke-width='2'%20stroke-linecap='round'%20/%3e%3cpath%20d='M30%2043c5-2%2011-1.5%2016%202'%20fill='none'%20stroke='%239fca78'%20stroke-width='1.8'%20stroke-linecap='round'%20/%3e%3ccircle%20cx='51'%20cy='46'%20r='2'%20fill='%23c2412d'%20/%3e%3cpath%20d='M40%2050l8-8%207%208c-4.2%203.2-10%203-15%200z'%20fill='%232f6b3f'%20opacity='.95'%20/%3e%3cpath%20d='M43%2049l5-5%204.5%205.5c-3%201.5-6%201.2-9.5-.5z'%20fill='%236fb36f'%20opacity='.95'%20/%3e%3cpath%20d='M48%2044v9'%20fill='none'%20stroke='%23d6b45f'%20stroke-width='1.5'%20stroke-linecap='round'%20/%3e%3ccircle%20cx='55'%20cy='50'%20r='1.7'%20fill='%23c2412d'%20/%3e%3ccircle%20cx='24'%20cy='11'%20r='3.2'%20fill='%23f59e0b'%20/%3e%3ccircle%20cx='40'%20cy='11'%20r='3.2'%20fill='%23f59e0b'%20/%3e%3ccircle%20cx='25'%20cy='34'%20r='2.1'%20fill='%23111827'%20/%3e%3ccircle%20cx='39'%20cy='34'%20r='2.1'%20fill='%23111827'%20/%3e%3c/svg%3e";
|
|
52
|
-
const appCss = "/assets/index-
|
|
52
|
+
const appCss = "/assets/index-DUZVFAL8.css";
|
|
53
53
|
const Route$l = createRootRoute({
|
|
54
54
|
head: () => ({
|
|
55
55
|
meta: [
|
|
@@ -76,7 +76,7 @@ function RootDocument({ children }) {
|
|
|
76
76
|
] })
|
|
77
77
|
] });
|
|
78
78
|
}
|
|
79
|
-
const $$splitComponentImporter$1 = () => import("./index-
|
|
79
|
+
const $$splitComponentImporter$1 = () => import("./index-DBs4Nc1G.mjs");
|
|
80
80
|
const Route$k = createFileRoute("/")({
|
|
81
81
|
component: lazyRouteComponent($$splitComponentImporter$1, "component")
|
|
82
82
|
});
|
|
@@ -119,7 +119,7 @@ function decodeSessionIdFromPath(encoded) {
|
|
|
119
119
|
function getSessionPath(sessionId) {
|
|
120
120
|
return `/session/${encodeSessionIdForPath(sessionId)}`;
|
|
121
121
|
}
|
|
122
|
-
const $$splitComponentImporter = () => import("../_sessionId-
|
|
122
|
+
const $$splitComponentImporter = () => import("../_sessionId-B-zUQeOo.mjs");
|
|
123
123
|
const Route$j = createFileRoute("/session/$sessionId")({
|
|
124
124
|
component: lazyRouteComponent($$splitComponentImporter, "component"),
|
|
125
125
|
parseParams: (params) => ({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const tsrStartManifest = () => ({ "routes": { "__root__": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/__root.tsx", "children": ["/", "/api/config", "/api/health", "/api/logs", "/api/mcp", "/api/models", "/api/providers", "/api/sessions", "/proxy/$", "/session/$sessionId"], "preloads": ["/assets/main-
|
|
1
|
+
const tsrStartManifest = () => ({ "routes": { "__root__": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/__root.tsx", "children": ["/", "/api/config", "/api/health", "/api/logs", "/api/mcp", "/api/models", "/api/providers", "/api/sessions", "/proxy/$", "/session/$sessionId"], "preloads": ["/assets/main-DLMLYxyQ.js"], "assets": [] }, "/": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/index.tsx", "assets": [], "preloads": ["/assets/index-BKzkybBt.js", "/assets/ProxyViewerContainer-RhHgw8Ej.js"] }, "/api/config": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/config.ts", "children": ["/api/config/paths"] }, "/api/health": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/health.ts" }, "/api/logs": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/logs.ts", "children": ["/api/logs/$id", "/api/logs/stream"] }, "/api/mcp": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/mcp.ts" }, "/api/models": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/models.ts" }, "/api/providers": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/providers.ts", "children": ["/api/providers/$providerId", "/api/providers/export", "/api/providers/import", "/api/providers/scan"] }, "/api/sessions": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/sessions.ts" }, "/proxy/$": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/proxy/$.ts" }, "/session/$sessionId": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/session/$sessionId.tsx", "assets": [], "preloads": ["/assets/_sessionId-BloLpBNK.js", "/assets/ProxyViewerContainer-RhHgw8Ej.js"] }, "/api/config/paths": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/config.paths.ts" }, "/api/logs/$id": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/logs.$id.ts", "children": ["/api/logs/$id/chunks", "/api/logs/$id/replay"] }, "/api/logs/stream": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/logs.stream.ts" }, "/api/providers/$providerId": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/providers.$providerId.ts", "children": ["/api/providers/$providerId/test"] }, "/api/providers/export": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/providers.export.ts" }, "/api/providers/import": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/providers.import.ts" }, "/api/providers/scan": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/providers.scan.ts" }, "/api/logs/$id/chunks": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/logs.$id.chunks.ts" }, "/api/logs/$id/replay": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/logs.$id.replay.ts" }, "/api/providers/$providerId/test": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/providers.$providerId.test.ts", "children": ["/api/providers/$providerId/test/log"] }, "/api/providers/$providerId/test/log": { "filePath": "C:/Users/claw/workspace/llm-inspector/src/routes/api/providers.$providerId.test.log.ts" } }, "clientEntry": "/assets/main-DLMLYxyQ.js" });
|
|
2
2
|
export {
|
|
3
3
|
tsrStartManifest
|
|
4
4
|
};
|
package/.output/server/index.mjs
CHANGED
|
@@ -38,107 +38,107 @@ const assets = {
|
|
|
38
38
|
"/assets/alibaba-TTwafVwX.svg": {
|
|
39
39
|
"type": "image/svg+xml",
|
|
40
40
|
"etag": '"171b-6dyV5K8QjiaY35sN9qNprh9zDIs"',
|
|
41
|
-
"mtime": "2026-06-
|
|
41
|
+
"mtime": "2026-06-20T00:50:36.226Z",
|
|
42
42
|
"size": 5915,
|
|
43
43
|
"path": "../public/assets/alibaba-TTwafVwX.svg"
|
|
44
44
|
},
|
|
45
|
-
"/assets/index-
|
|
45
|
+
"/assets/index-BKzkybBt.js": {
|
|
46
46
|
"type": "text/javascript; charset=utf-8",
|
|
47
|
-
"etag": '"74
|
|
48
|
-
"mtime": "2026-06-
|
|
47
|
+
"etag": '"74-UKYg7v7pdMJGpY8l8NZyhnJ2u0Q"',
|
|
48
|
+
"mtime": "2026-06-20T00:50:36.226Z",
|
|
49
49
|
"size": 116,
|
|
50
|
-
"path": "../public/assets/index-
|
|
50
|
+
"path": "../public/assets/index-BKzkybBt.js"
|
|
51
|
+
},
|
|
52
|
+
"/assets/CompareDrawer-DaEfZjXJ.js": {
|
|
53
|
+
"type": "text/javascript; charset=utf-8",
|
|
54
|
+
"etag": '"4a1f-37ilcIB3uwSLFBXJNBsm4srG3Cc"',
|
|
55
|
+
"mtime": "2026-06-20T00:50:36.227Z",
|
|
56
|
+
"size": 18975,
|
|
57
|
+
"path": "../public/assets/CompareDrawer-DaEfZjXJ.js"
|
|
58
|
+
},
|
|
59
|
+
"/assets/index-DUZVFAL8.css": {
|
|
60
|
+
"type": "text/css; charset=utf-8",
|
|
61
|
+
"etag": '"1789c-0/l5ZIGy+tNwwf4kwZ1H/2P3kfw"',
|
|
62
|
+
"mtime": "2026-06-20T00:50:36.226Z",
|
|
63
|
+
"size": 96412,
|
|
64
|
+
"path": "../public/assets/index-DUZVFAL8.css"
|
|
51
65
|
},
|
|
52
66
|
"/assets/minimax-BPMzvuL-.jpeg": {
|
|
53
67
|
"type": "image/jpeg",
|
|
54
68
|
"etag": '"1b06-IwivU89ko5UTMUM1/t7hn4sQK9A"',
|
|
55
|
-
"mtime": "2026-06-
|
|
69
|
+
"mtime": "2026-06-20T00:50:36.226Z",
|
|
56
70
|
"size": 6918,
|
|
57
71
|
"path": "../public/assets/minimax-BPMzvuL-.jpeg"
|
|
58
72
|
},
|
|
59
|
-
"/assets/
|
|
60
|
-
"type": "text/javascript; charset=utf-8",
|
|
61
|
-
"etag": '"51388-sCwk8pMbvQpJHoC/3E8vihr+hnQ"',
|
|
62
|
-
"mtime": "2026-06-18T09:48:17.901Z",
|
|
63
|
-
"size": 332680,
|
|
64
|
-
"path": "../public/assets/main-BQH0aL4n.js"
|
|
65
|
-
},
|
|
66
|
-
"/assets/ReplayDialog-BAZf5kkH.js": {
|
|
73
|
+
"/assets/ReplayDialog-BjQGoECv.js": {
|
|
67
74
|
"type": "text/javascript; charset=utf-8",
|
|
68
|
-
"etag": '"11c0-
|
|
69
|
-
"mtime": "2026-06-
|
|
75
|
+
"etag": '"11c0-DPZ4iKsJsdKQk+GTMhXUmFBHY6A"',
|
|
76
|
+
"mtime": "2026-06-20T00:50:36.227Z",
|
|
70
77
|
"size": 4544,
|
|
71
|
-
"path": "../public/assets/ReplayDialog-
|
|
78
|
+
"path": "../public/assets/ReplayDialog-BjQGoECv.js"
|
|
72
79
|
},
|
|
73
|
-
"/assets/
|
|
80
|
+
"/assets/ResponseView-aYiH9vL2.js": {
|
|
74
81
|
"type": "text/javascript; charset=utf-8",
|
|
75
|
-
"etag": '"
|
|
76
|
-
"mtime": "2026-06-
|
|
77
|
-
"size":
|
|
78
|
-
"path": "../public/assets/
|
|
82
|
+
"etag": '"6e91-P7hpuUo4EEblUWZLCSgkX7iIauk"',
|
|
83
|
+
"mtime": "2026-06-20T00:50:36.227Z",
|
|
84
|
+
"size": 28305,
|
|
85
|
+
"path": "../public/assets/ResponseView-aYiH9vL2.js"
|
|
79
86
|
},
|
|
80
|
-
"/assets/json-viewer-
|
|
87
|
+
"/assets/json-viewer-iMGYFtiP.js": {
|
|
81
88
|
"type": "text/javascript; charset=utf-8",
|
|
82
|
-
"etag": '"1e651-
|
|
83
|
-
"mtime": "2026-06-
|
|
89
|
+
"etag": '"1e651-O8VMc/GqtsPUHanLc6OI4L+iG6A"',
|
|
90
|
+
"mtime": "2026-06-20T00:50:36.227Z",
|
|
84
91
|
"size": 124497,
|
|
85
|
-
"path": "../public/assets/json-viewer-
|
|
86
|
-
},
|
|
87
|
-
"/assets/index-CSziseTI.css": {
|
|
88
|
-
"type": "text/css; charset=utf-8",
|
|
89
|
-
"etag": '"17701-PG5NpcPwzsftLKnefxR4JXXi6Is"',
|
|
90
|
-
"mtime": "2026-06-18T09:48:17.901Z",
|
|
91
|
-
"size": 96001,
|
|
92
|
-
"path": "../public/assets/index-CSziseTI.css"
|
|
92
|
+
"path": "../public/assets/json-viewer-iMGYFtiP.js"
|
|
93
93
|
},
|
|
94
|
-
"/assets/RequestAnatomy-
|
|
94
|
+
"/assets/RequestAnatomy-QU9eugVN.js": {
|
|
95
95
|
"type": "text/javascript; charset=utf-8",
|
|
96
|
-
"etag": '"142a-
|
|
97
|
-
"mtime": "2026-06-
|
|
96
|
+
"etag": '"142a-cK+LQXqVU4PpY8HLQ9pxhI6zNn4"',
|
|
97
|
+
"mtime": "2026-06-20T00:50:36.227Z",
|
|
98
98
|
"size": 5162,
|
|
99
|
-
"path": "../public/assets/RequestAnatomy-
|
|
99
|
+
"path": "../public/assets/RequestAnatomy-QU9eugVN.js"
|
|
100
100
|
},
|
|
101
|
-
"/assets/StreamingChunkSequence-
|
|
101
|
+
"/assets/StreamingChunkSequence-Cpx_Qp8w.js": {
|
|
102
102
|
"type": "text/javascript; charset=utf-8",
|
|
103
|
-
"etag": '"d81-
|
|
104
|
-
"mtime": "2026-06-
|
|
103
|
+
"etag": '"d81-8rV/rvQQVae+wS6nUchljhz8vEk"',
|
|
104
|
+
"mtime": "2026-06-20T00:50:36.227Z",
|
|
105
105
|
"size": 3457,
|
|
106
|
-
"path": "../public/assets/StreamingChunkSequence-
|
|
106
|
+
"path": "../public/assets/StreamingChunkSequence-Cpx_Qp8w.js"
|
|
107
107
|
},
|
|
108
108
|
"/assets/zhipuai-BPNAnxo-.svg": {
|
|
109
109
|
"type": "image/svg+xml",
|
|
110
110
|
"etag": '"2bf8-hNaLCTi89nOFCsIIfWpP/jrfo0s"',
|
|
111
|
-
"mtime": "2026-06-
|
|
111
|
+
"mtime": "2026-06-20T00:50:36.226Z",
|
|
112
112
|
"size": 11256,
|
|
113
113
|
"path": "../public/assets/zhipuai-BPNAnxo-.svg"
|
|
114
114
|
},
|
|
115
|
-
"/assets/_sessionId-
|
|
115
|
+
"/assets/_sessionId-BloLpBNK.js": {
|
|
116
116
|
"type": "text/javascript; charset=utf-8",
|
|
117
|
-
"etag": '"d2-
|
|
118
|
-
"mtime": "2026-06-
|
|
117
|
+
"etag": '"d2-EI9Biaib5hB2C/gxBzBJ1lNwtPI"',
|
|
118
|
+
"mtime": "2026-06-20T00:50:36.226Z",
|
|
119
119
|
"size": 210,
|
|
120
|
-
"path": "../public/assets/_sessionId-
|
|
120
|
+
"path": "../public/assets/_sessionId-BloLpBNK.js"
|
|
121
121
|
},
|
|
122
|
-
"/assets/
|
|
122
|
+
"/assets/main-DLMLYxyQ.js": {
|
|
123
123
|
"type": "text/javascript; charset=utf-8",
|
|
124
|
-
"etag": '"
|
|
125
|
-
"mtime": "2026-06-
|
|
126
|
-
"size":
|
|
127
|
-
"path": "../public/assets/
|
|
124
|
+
"etag": '"51388-Wow2QJ41/NUH/FvBVlRV/w4kckI"',
|
|
125
|
+
"mtime": "2026-06-20T00:50:36.226Z",
|
|
126
|
+
"size": 332680,
|
|
127
|
+
"path": "../public/assets/main-DLMLYxyQ.js"
|
|
128
128
|
},
|
|
129
129
|
"/assets/qwen-CONDcHqt.png": {
|
|
130
130
|
"type": "image/png",
|
|
131
131
|
"etag": '"572c3-cdJAPaHdOvFCGzuaQjagdgOu6XE"',
|
|
132
|
-
"mtime": "2026-06-
|
|
132
|
+
"mtime": "2026-06-20T00:50:36.226Z",
|
|
133
133
|
"size": 357059,
|
|
134
134
|
"path": "../public/assets/qwen-CONDcHqt.png"
|
|
135
135
|
},
|
|
136
|
-
"/assets/
|
|
136
|
+
"/assets/ProxyViewerContainer-RhHgw8Ej.js": {
|
|
137
137
|
"type": "text/javascript; charset=utf-8",
|
|
138
|
-
"etag": '"
|
|
139
|
-
"mtime": "2026-06-
|
|
140
|
-
"size":
|
|
141
|
-
"path": "../public/assets/
|
|
138
|
+
"etag": '"77558-qCK8wPoq/Ji6Ahm7wVf0Yzht3us"',
|
|
139
|
+
"mtime": "2026-06-20T00:50:36.227Z",
|
|
140
|
+
"size": 488792,
|
|
141
|
+
"path": "../public/assets/ProxyViewerContainer-RhHgw8Ej.js"
|
|
142
142
|
}
|
|
143
143
|
};
|
|
144
144
|
function readAsset(id) {
|