rabbitmq-forward-control 0.1.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/.next/BUILD_ID +1 -0
- package/.next/app-build-manifest.json +127 -0
- package/.next/app-path-routes-manifest.json +16 -0
- package/.next/build-manifest.json +33 -0
- package/.next/cache/.previewinfo +1 -0
- package/.next/cache/.rscinfo +1 -0
- package/.next/cache/.tsbuildinfo +1 -0
- package/.next/cache/config.json +7 -0
- package/.next/cache/next-devtools-config.json +1 -0
- package/.next/cache/webpack/client-development/0.pack.gz +0 -0
- package/.next/cache/webpack/client-development/1.pack.gz +0 -0
- package/.next/cache/webpack/client-development/2.pack.gz +0 -0
- package/.next/cache/webpack/client-development/3.pack.gz +0 -0
- package/.next/cache/webpack/client-development/4.pack.gz +0 -0
- package/.next/cache/webpack/client-development/index.pack.gz +0 -0
- package/.next/cache/webpack/client-development/index.pack.gz.old +0 -0
- package/.next/cache/webpack/client-development-fallback/0.pack.gz +0 -0
- package/.next/cache/webpack/client-development-fallback/index.pack.gz +0 -0
- package/.next/cache/webpack/client-development-fallback/index.pack.gz.old +0 -0
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/2.pack +0 -0
- package/.next/cache/webpack/client-production/3.pack +0 -0
- package/.next/cache/webpack/client-production/4.pack +0 -0
- package/.next/cache/webpack/client-production/5.pack +0 -0
- package/.next/cache/webpack/client-production/6.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/edge-server-development/0.pack.gz +0 -0
- package/.next/cache/webpack/edge-server-development/1.pack.gz +0 -0
- package/.next/cache/webpack/edge-server-development/2.pack.gz +0 -0
- package/.next/cache/webpack/edge-server-development/3.pack.gz +0 -0
- package/.next/cache/webpack/edge-server-development/index.pack.gz +0 -0
- package/.next/cache/webpack/edge-server-development/index.pack.gz.old +0 -0
- package/.next/cache/webpack/edge-server-production/0.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack +0 -0
- package/.next/cache/webpack/edge-server-production/index.pack.old +0 -0
- package/.next/cache/webpack/server-development/0.pack.gz +0 -0
- package/.next/cache/webpack/server-development/1.pack.gz +0 -0
- package/.next/cache/webpack/server-development/2.pack.gz +0 -0
- package/.next/cache/webpack/server-development/3.pack.gz +0 -0
- package/.next/cache/webpack/server-development/4.pack.gz +0 -0
- package/.next/cache/webpack/server-development/index.pack.gz +0 -0
- package/.next/cache/webpack/server-development/index.pack.gz.old +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/1.pack +0 -0
- package/.next/cache/webpack/server-production/2.pack +0 -0
- package/.next/cache/webpack/server-production/3.pack +0 -0
- package/.next/cache/webpack/server-production/4.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/.next/diagnostics/build-diagnostics.json +6 -0
- package/.next/diagnostics/framework.json +1 -0
- package/.next/export-marker.json +6 -0
- package/.next/images-manifest.json +58 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +157 -0
- package/.next/react-loadable-manifest.json +1 -0
- package/.next/required-server-files.json +323 -0
- package/.next/routes-manifest.json +77 -0
- package/.next/server/app/_not-found/page.js +2 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +8 -0
- package/.next/server/app/_not-found.rsc +16 -0
- package/.next/server/app/api/console/channel/content/route.js +1 -0
- package/.next/server/app/api/console/channel/content/route.js.nft.json +1 -0
- package/.next/server/app/api/console/channel/content/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/console/channel/list/route.js +1 -0
- package/.next/server/app/api/console/channel/list/route.js.nft.json +1 -0
- package/.next/server/app/api/console/channel/list/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/console/forwarders/route.js +7 -0
- package/.next/server/app/api/console/forwarders/route.js.nft.json +1 -0
- package/.next/server/app/api/console/forwarders/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/console/logs/content/route.js +1 -0
- package/.next/server/app/api/console/logs/content/route.js.nft.json +1 -0
- package/.next/server/app/api/console/logs/content/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/console/logs/route.js +1 -0
- package/.next/server/app/api/console/logs/route.js.nft.json +1 -0
- package/.next/server/app/api/console/logs/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/console/settings/route.js +6 -0
- package/.next/server/app/api/console/settings/route.js.nft.json +1 -0
- package/.next/server/app/api/console/settings/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/console/stats/route.js +2 -0
- package/.next/server/app/api/console/stats/route.js.nft.json +1 -0
- package/.next/server/app/api/console/stats/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/ingest/route.js +6 -0
- package/.next/server/app/api/ingest/route.js.nft.json +1 -0
- package/.next/server/app/api/ingest/route_client-reference-manifest.js +1 -0
- package/.next/server/app/console/forward/page.js +2 -0
- package/.next/server/app/console/forward/page.js.nft.json +1 -0
- package/.next/server/app/console/forward/page_client-reference-manifest.js +1 -0
- package/.next/server/app/console/forward.html +1 -0
- package/.next/server/app/console/forward.meta +7 -0
- package/.next/server/app/console/forward.rsc +18 -0
- package/.next/server/app/console/logs/page.js +2 -0
- package/.next/server/app/console/logs/page.js.nft.json +1 -0
- package/.next/server/app/console/logs/page_client-reference-manifest.js +1 -0
- package/.next/server/app/console/logs.html +1 -0
- package/.next/server/app/console/logs.meta +7 -0
- package/.next/server/app/console/logs.rsc +18 -0
- package/.next/server/app/console/page.js +2 -0
- package/.next/server/app/console/page.js.nft.json +1 -0
- package/.next/server/app/console/page_client-reference-manifest.js +1 -0
- package/.next/server/app/console/receive/page.js +5 -0
- package/.next/server/app/console/receive/page.js.nft.json +1 -0
- package/.next/server/app/console/receive/page_client-reference-manifest.js +1 -0
- package/.next/server/app/console/receive.html +3 -0
- package/.next/server/app/console/receive.meta +7 -0
- package/.next/server/app/console/receive.rsc +18 -0
- package/.next/server/app/console.html +1 -0
- package/.next/server/app/console.meta +7 -0
- package/.next/server/app/console.rsc +18 -0
- package/.next/server/app/index.html +1 -0
- package/.next/server/app/index.meta +9 -0
- package/.next/server/app/index.rsc +17 -0
- package/.next/server/app/page.js +2 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +1 -0
- package/.next/server/app-paths-manifest.json +16 -0
- package/.next/server/chunks/393.js +9 -0
- package/.next/server/chunks/404.js +6 -0
- package/.next/server/chunks/611.js +6 -0
- package/.next/server/chunks/730.js +3 -0
- package/.next/server/chunks/873.js +22 -0
- package/.next/server/chunks/877.js +1 -0
- package/.next/server/chunks/880.js +1 -0
- package/.next/server/functions-config-manifest.json +4 -0
- package/.next/server/instrumentation.js +1 -0
- package/.next/server/instrumentation.js.nft.json +1 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +1 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/middleware-react-loadable-manifest.js +1 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +1 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages/_app.js +1 -0
- package/.next/server/pages/_app.js.nft.json +1 -0
- package/.next/server/pages/_document.js +1 -0
- package/.next/server/pages/_document.js.nft.json +1 -0
- package/.next/server/pages/_error.js +19 -0
- package/.next/server/pages/_error.js.nft.json +1 -0
- package/.next/server/pages-manifest.json +6 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +1 -0
- package/.next/server/webpack-runtime.js +1 -0
- package/.next/static/chunks/255-1d1a1d3a2611d01b.js +1 -0
- package/.next/static/chunks/4bd1b696-844b1d0e78245c10.js +1 -0
- package/.next/static/chunks/657-0a7b4068b17a498e.js +1 -0
- package/.next/static/chunks/720-7c503373571041c5.js +1 -0
- package/.next/static/chunks/909-df1df79f44c4b47c.js +1 -0
- package/.next/static/chunks/930-3035d0b294080d0b.js +1 -0
- package/.next/static/chunks/app/_not-found/page-e73823794ff40fe9.js +1 -0
- package/.next/static/chunks/app/api/console/channel/content/route-70fb17a7b66a8fc3.js +1 -0
- package/.next/static/chunks/app/api/console/channel/list/route-70fb17a7b66a8fc3.js +1 -0
- package/.next/static/chunks/app/api/console/forwarders/route-70fb17a7b66a8fc3.js +1 -0
- package/.next/static/chunks/app/api/console/logs/content/route-70fb17a7b66a8fc3.js +1 -0
- package/.next/static/chunks/app/api/console/logs/route-70fb17a7b66a8fc3.js +1 -0
- package/.next/static/chunks/app/api/console/settings/route-70fb17a7b66a8fc3.js +1 -0
- package/.next/static/chunks/app/api/console/stats/route-70fb17a7b66a8fc3.js +1 -0
- package/.next/static/chunks/app/api/ingest/route-70fb17a7b66a8fc3.js +1 -0
- package/.next/static/chunks/app/console/forward/page-d9a759ec439080b4.js +1 -0
- package/.next/static/chunks/app/console/layout-194de38c97cedfc1.js +1 -0
- package/.next/static/chunks/app/console/logs/page-85e15a637bc4c004.js +1 -0
- package/.next/static/chunks/app/console/page-4f8bee8de21f562c.js +1 -0
- package/.next/static/chunks/app/console/receive/page-abda78a86a468f80.js +1 -0
- package/.next/static/chunks/app/layout-4e9c323eacd521ee.js +1 -0
- package/.next/static/chunks/app/page-70fb17a7b66a8fc3.js +1 -0
- package/.next/static/chunks/framework-0da1eca3ad5a591d.js +1 -0
- package/.next/static/chunks/main-891c01a9eeff970d.js +1 -0
- package/.next/static/chunks/main-app-c9ceb62c33b0b3f6.js +1 -0
- package/.next/static/chunks/pages/_app-5addca2b3b969fde.js +1 -0
- package/.next/static/chunks/pages/_error-022e4ac7bbb9914f.js +1 -0
- package/.next/static/chunks/polyfills-42372ed130431b0a.js +1 -0
- package/.next/static/chunks/webpack-ad3ccc1e9012aeca.js +1 -0
- package/.next/static/css/192808ba9ceee1ad.css +3 -0
- package/.next/static/y_Jw6-VHCvpm3If2CrLiz/_buildManifest.js +1 -0
- package/.next/static/y_Jw6-VHCvpm3If2CrLiz/_ssgManifest.js +1 -0
- package/.next/trace +3 -0
- package/.next/types/app/api/console/channel/content/route.ts +347 -0
- package/.next/types/app/api/console/channel/list/route.ts +347 -0
- package/.next/types/app/api/console/forwarders/route.ts +347 -0
- package/.next/types/app/api/console/logs/content/route.ts +347 -0
- package/.next/types/app/api/console/logs/route.ts +347 -0
- package/.next/types/app/api/console/settings/route.ts +347 -0
- package/.next/types/app/api/console/stats/route.ts +347 -0
- package/.next/types/app/api/ingest/route.ts +347 -0
- package/.next/types/app/console/forward/page.ts +84 -0
- package/.next/types/app/console/layout.ts +84 -0
- package/.next/types/app/console/logs/page.ts +84 -0
- package/.next/types/app/console/page.ts +84 -0
- package/.next/types/app/console/receive/page.ts +84 -0
- package/.next/types/app/layout.ts +84 -0
- package/.next/types/app/page.ts +84 -0
- package/.next/types/cache-life.d.ts +141 -0
- package/.next/types/package.json +1 -0
- package/.next/types/routes.d.ts +85 -0
- package/.next/types/validator.ts +187 -0
- package/bin/cli.mjs +36 -0
- package/next.config.ts +16 -0
- package/package.json +63 -0
- package/postcss.config.mjs +8 -0
- package/tailwind.config.ts +35 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../node_modules/next/dist/lib/constants.js","../../../../node_modules/next/dist/lib/interop-default.js","../../../../node_modules/next/dist/lib/is-error.js","../../../../node_modules/next/dist/lib/semver-noop.js","../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../node_modules/next/dist/shared/lib/segment.js","../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../node_modules/next/package.json","../../../../package.json","../../../package.json","../../chunks/393.js","../../chunks/873.js","../../chunks/880.js","../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/console/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1540":{"*":{"id":"90572","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"49304":{"*":{"id":"82072","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"64446":{"*":{"id":"41329","name":"*","chunks":[],"async":false}},"67112":{"*":{"id":"2628","name":"*","chunks":[],"async":false}},"68508":{"*":{"id":"40478","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":["720","static/chunks/720-7c503373571041c5.js","177","static/chunks/app/layout-4e9c323eacd521ee.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/globals.css":{"id":13673,"name":"*","chunks":["720","static/chunks/720-7c503373571041c5.js","177","static/chunks/app/layout-4e9c323eacd521ee.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/components/console/ConsoleShell.tsx":{"id":64446,"name":"*","chunks":["909","static/chunks/909-df1df79f44c4b47c.js","99","static/chunks/app/console/layout-194de38c97cedfc1.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/forward/ForwardClient.tsx":{"id":67112,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/logs/LogsClient.tsx":{"id":1540,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/dashboard/DashboardClient.tsx":{"id":68508,"name":"*","chunks":["909","static/chunks/909-df1df79f44c4b47c.js","930","static/chunks/930-3035d0b294080d0b.js","520","static/chunks/app/console/page-4f8bee8de21f562c.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/receive/ReceiveClient.tsx":{"id":49304,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/":[],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/layout":[{"inlined":false,"path":"static/css/192808ba9ceee1ad.css"}],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/page":[],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/layout":[],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/page":[]},"rscModuleMapping":{"1540":{"*":{"id":"14126","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"13673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"49304":{"*":{"id":"52002","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"64446":{"*":{"id":"98726","name":"*","chunks":[],"async":false}},"67112":{"*":{"id":"64146","name":"*","chunks":[],"async":false}},"68508":{"*":{"id":"81030","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
(()=>{var a={};a.id=474,a.ids=[474],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},36530:(a,b,c)=>{Promise.resolve().then(c.bind(c,82072))},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},52002:(a,b,c)=>{"use strict";c.d(b,{ReceiveClient:()=>d});let d=(0,c(97954).registerClientReference)(function(){throw Error("Attempted to call ReceiveClient() from the server but ReceiveClient is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/receive/ReceiveClient.tsx","ReceiveClient")},62186:(a,b,c)=>{"use strict";c.d(b,{BT:()=>j,Wu:()=>k,ZB:()=>i,Zp:()=>g,aR:()=>h});var d=c(21124),e=c(38301),f=c(44943);let g=e.forwardRef(({className:a,...b},c)=>(0,d.jsx)("div",{ref:c,className:(0,f.cn)("rounded-2xl border border-zinc-200/80 bg-white text-zinc-950 shadow-sm dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-50",a),...b}));g.displayName="Card";let h=e.forwardRef(({className:a,...b},c)=>(0,d.jsx)("div",{ref:c,className:(0,f.cn)("flex flex-col space-y-1.5 p-5 pb-3",a),...b}));h.displayName="CardHeader";let i=e.forwardRef(({className:a,...b},c)=>(0,d.jsx)("h3",{ref:c,className:(0,f.cn)("text-base font-semibold leading-none tracking-tight",a),...b}));i.displayName="CardTitle";let j=e.forwardRef(({className:a,...b},c)=>(0,d.jsx)("p",{ref:c,className:(0,f.cn)("text-xs text-zinc-500 dark:text-zinc-400",a),...b}));j.displayName="CardDescription";let k=e.forwardRef(({className:a,...b},c)=>(0,d.jsx)("div",{ref:c,className:(0,f.cn)("p-5 pt-0",a),...b}));k.displayName="CardContent"},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73482:(a,b,c)=>{Promise.resolve().then(c.bind(c,52002))},77739:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(75338),e=c(52002);function f(){return(0,d.jsx)("div",{className:"mx-auto flex w-full max-w-6xl flex-1 flex-col gap-4",children:(0,d.jsx)(e.ReceiveClient,{})})}},82072:(a,b,c)=>{"use strict";c.d(b,{ReceiveClient:()=>l});var d=c(21124),e=c(38301),f=c(42830),g=c(94772),h=c(19114),i=c(62186),j=c(93758),k=c(20693);function l(){let[a,b]=(0,e.useState)(null),[c,l]=(0,e.useState)(""),[m,n]=(0,e.useState)(""),[o,p]=(0,e.useState)("topic"),[q,r]=(0,e.useState)(""),[s,t]=(0,e.useState)(!1),[u,v]=(0,e.useState)("demo.topic"),[w,x]=(0,e.useState)("hello from console"),y=(0,e.useCallback)(async()=>{let a=await fetch("/api/console/settings");if(!a.ok)return;let c=await a.json();b(c),l(c.rabbitmqUrl),n(c.exchange),p(c.exchangeType)},[]),z=async()=>{let a={rabbitmqUrl:c,exchange:m,exchangeType:o};if(s&&(a.ingestToken=q),!(await fetch("/api/console/settings",{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify(a)})).ok)return void f.o.error("保存失败");f.o.success("已保存连接与交换机配置"),t(!1),r(""),y()},A=async()=>{let a={"content-type":"application/json"};q.trim()&&(a.authorization=`Bearer ${q.trim()}`);let b=await fetch("/api/ingest",{method:"POST",headers:a,body:JSON.stringify({topic:u,body:w})}),c=await b.json().catch(()=>({}));if(!b.ok)return void f.o.error(c.error??"投递失败");f.o.success("已投递到 RabbitMQ")};return(0,d.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("h1",{className:"text-lg font-semibold tracking-tight text-zinc-900 dark:text-white",children:"接收端"}),(0,d.jsxs)("p",{className:"mt-0.5 text-xs text-zinc-500 dark:text-zinc-400",children:["HTTP 投递到 RabbitMQ(topic 作为 routing key)。日志按天写入本地 ",(0,d.jsx)("span",{className:"font-mono",children:"logs/channel"}),"。"]})]}),(0,d.jsxs)(i.Zp,{children:[(0,d.jsxs)(i.aR,{children:[(0,d.jsx)(i.ZB,{className:"text-base",children:"HTTP 接口"}),(0,d.jsx)(i.BT,{children:(0,d.jsxs)("span",{className:"font-mono text-zinc-700 dark:text-zinc-300",children:["POST ","…","/api/ingest"]})})]}),(0,d.jsxs)(i.Wu,{className:"space-y-3",children:[(0,d.jsx)("pre",{className:"overflow-x-auto rounded-xl bg-zinc-950 p-3 text-[11px] text-zinc-100",children:`curl -sS -X POST "/api/ingest" \\
|
|
2
|
+
-H "Content-Type: application/json" \\ ${a?.ingestTokenSet||q.trim()?`
|
|
3
|
+
-H "Authorization: Bearer <token>" \\`:""}
|
|
4
|
+
-d '{"topic":"your.routing.key","body":"text or use object"}'`}),a&&(0,d.jsxs)("p",{className:"text-xs text-zinc-500",children:["当前 ingest 令牌:",a.ingestTokenSet?"已设置(输入新值可覆盖)":"未设置(可选)"]})]})]}),(0,d.jsxs)(i.Zp,{children:[(0,d.jsxs)(i.aR,{children:[(0,d.jsx)(i.ZB,{className:"text-base",children:"连接与交换机"}),(0,d.jsx)(i.BT,{children:"写入 data/settings.json,保存后会重连转发消费者。"})]}),(0,d.jsxs)(i.Wu,{className:"grid gap-3 sm:grid-cols-2",children:[(0,d.jsxs)("div",{className:"space-y-1.5 sm:col-span-2",children:[(0,d.jsx)(k.J,{children:"RabbitMQ URL"}),(0,d.jsx)(j.p,{value:c,onChange:a=>l(a.target.value),className:"font-mono text-xs"})]}),(0,d.jsxs)("div",{className:"space-y-1.5",children:[(0,d.jsx)(k.J,{children:"Exchange"}),(0,d.jsx)(j.p,{value:m,onChange:a=>n(a.target.value),className:"font-mono text-xs"})]}),(0,d.jsxs)("div",{className:"space-y-1.5",children:[(0,d.jsx)(k.J,{children:"类型"}),(0,d.jsxs)("select",{value:o,onChange:a=>p(a.target.value),className:"flex h-10 w-full rounded-xl border border-zinc-200 bg-white px-3 text-sm dark:border-zinc-800 dark:bg-zinc-950",children:[(0,d.jsx)("option",{value:"topic",children:"topic"}),(0,d.jsx)("option",{value:"direct",children:"direct"}),(0,d.jsx)("option",{value:"fanout",children:"fanout"})]})]}),(0,d.jsxs)("div",{className:"space-y-1.5 sm:col-span-2",children:[(0,d.jsx)(k.J,{children:"Ingest Token(可选)"}),(0,d.jsx)(j.p,{value:q,onChange:a=>{t(!0),r(a.target.value)},placeholder:"不修改请勿输入;输入新值保存;清空后保存可清除令牌",className:"font-mono text-xs"})]}),(0,d.jsx)("div",{className:"flex gap-2 sm:col-span-2",children:(0,d.jsx)(h.$,{type:"button",onClick:()=>void z(),children:"保存配置"})})]})]}),(0,d.jsxs)(i.Zp,{children:[(0,d.jsxs)(i.aR,{children:[(0,d.jsx)(i.ZB,{className:"text-base",children:"控制台试投"}),(0,d.jsx)(i.BT,{children:"使用当前页填写的 Token(若有)请求 /api/ingest。"})]}),(0,d.jsxs)(i.Wu,{className:"grid gap-3 sm:grid-cols-2",children:[(0,d.jsxs)("div",{className:"space-y-1.5",children:[(0,d.jsx)(k.J,{children:"topic"}),(0,d.jsx)(j.p,{value:u,onChange:a=>v(a.target.value),className:"font-mono text-xs"})]}),(0,d.jsxs)("div",{className:"space-y-1.5 sm:col-span-2",children:[(0,d.jsx)(k.J,{children:"body"}),(0,d.jsx)("textarea",{value:w,onChange:a=>x(a.target.value),rows:3,className:"w-full rounded-xl border border-zinc-200 bg-white px-3 py-2 text-sm dark:border-zinc-800 dark:bg-zinc-950"})]}),(0,d.jsx)(h.$,{type:"button",variant:"outline",onClick:()=>void A(),children:"试投一条"})]})]}),(0,d.jsx)(g.U,{kind:"receive",title:"接收通道日志(按天)"})]})}},85305:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["console",{children:["receive",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,77739)),"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/receive/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,25462)),"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/layout.tsx"]}]},{layout:[()=>Promise.resolve().then(c.bind(c,51472)),"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}]}.children,I=["/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/receive/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/console/receive/page",pathname:"/console/receive",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/console/receive/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
5
|
+
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},94772:(a,b,c)=>{"use strict";c.d(b,{U:()=>j});var d=c(21124),e=c(38301),f=c(19114),g=c(93758),h=c(20693),i=c(44943);function j({kind:a,title:b}){let[c,j]=(0,e.useState)([]),[k,l]=(0,e.useState)(null),[m,n]=(0,e.useState)(""),[o,p]=(0,e.useState)([]),[q,r]=(0,e.useState)(!1),s=(0,e.useCallback)(async()=>{let b=await fetch(`/api/console/channel/list?kind=${a}`,{cache:"no-store"});b.ok&&j((await b.json()).items??[])},[a]),t=(0,e.useCallback)(async()=>{if(!k)return void p([]);r(!0);let b=new URLSearchParams({kind:a,name:k,limit:"200"});m.trim()&&b.set("topic",m.trim());let c=await fetch(`/api/console/channel/content?${b}`,{cache:"no-store"});if(r(!1),!c.ok)return void p([]);p((await c.json()).lines??[])},[a,k,m]);return(0,d.jsxs)("div",{className:"flex min-h-[280px] flex-col gap-3 rounded-2xl border border-zinc-200/80 bg-white p-4 dark:border-zinc-800 dark:bg-zinc-950 lg:flex-row",children:[(0,d.jsxs)("div",{className:"flex w-full flex-col gap-2 lg:w-56 lg:shrink-0",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between gap-2",children:[(0,d.jsx)("h3",{className:"text-sm font-semibold text-zinc-900 dark:text-white",children:b}),(0,d.jsx)(f.$,{type:"button",variant:"outline",size:"sm",onClick:()=>void s(),children:"刷新列表"})]}),(0,d.jsx)(h.J,{className:"text-[11px]",children:"按 topic / routingKey 过滤"}),(0,d.jsx)(g.p,{value:m,onChange:a=>n(a.target.value),placeholder:"例如 alerts",className:"h-9 text-xs"}),(0,d.jsx)("ul",{className:"max-h-48 overflow-y-auto rounded-xl border border-zinc-100 dark:border-zinc-800",children:0===c.length?(0,d.jsx)("li",{className:"px-3 py-4 text-xs text-zinc-500",children:"暂无日志文件"}):c.map(a=>(0,d.jsx)("li",{children:(0,d.jsxs)("button",{type:"button",onClick:()=>l(a.name),className:(0,i.cn)("w-full border-l-2 px-2 py-2 text-left text-xs transition-colors",k===a.name?"border-rose-600 bg-rose-50/90 text-rose-950 dark:border-rose-500 dark:bg-rose-950/30 dark:text-rose-100":"border-transparent text-zinc-700 hover:bg-zinc-50 dark:text-zinc-300 dark:hover:bg-zinc-900"),children:[(0,d.jsx)("div",{className:"font-mono",children:a.name}),(0,d.jsx)("div",{className:"text-[10px] text-zinc-500",children:new Date(a.mtimeMs).toLocaleString()})]})},a.name))})]}),(0,d.jsxs)("div",{className:"flex min-h-0 min-w-0 flex-1 flex-col gap-2",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between gap-2",children:[(0,d.jsx)("p",{className:"text-xs text-zinc-500",children:"尾部匹配行(JSON),自动随过滤刷新"}),(0,d.jsx)(f.$,{type:"button",variant:"outline",size:"sm",disabled:q,onClick:()=>void t(),children:q?"加载…":"刷新内容"})]}),(0,d.jsx)("div",{className:"min-h-[200px] flex-1 overflow-auto rounded-xl border border-zinc-100 bg-zinc-50/50 p-2 font-mono text-[11px] leading-relaxed text-zinc-800 dark:border-zinc-800 dark:bg-zinc-900/40 dark:text-zinc-200",children:0===o.length?(0,d.jsx)("span",{className:"text-zinc-500",children:"无行"}):o.map((a,b)=>(0,d.jsxs)("div",{className:"whitespace-pre-wrap break-all border-b border-zinc-100/80 py-1 dark:border-zinc-800/80",children:[(0,d.jsx)("span",{className:"mr-2 text-zinc-400",children:a.line}),a.text]},`${a.line}-${b}`))})]})]})}}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[873,393,880,877],()=>b(b.s=85305));module.exports=c})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../node_modules/next/dist/shared/lib/segment.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../package.json","../../../../package.json","../../../chunks/393.js","../../../chunks/873.js","../../../chunks/877.js","../../../chunks/880.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/console/receive/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1540":{"*":{"id":"90572","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"49304":{"*":{"id":"82072","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"64446":{"*":{"id":"41329","name":"*","chunks":[],"async":false}},"67112":{"*":{"id":"2628","name":"*","chunks":[],"async":false}},"68508":{"*":{"id":"40478","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":["720","static/chunks/720-7c503373571041c5.js","177","static/chunks/app/layout-4e9c323eacd521ee.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/globals.css":{"id":13673,"name":"*","chunks":["720","static/chunks/720-7c503373571041c5.js","177","static/chunks/app/layout-4e9c323eacd521ee.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/components/console/ConsoleShell.tsx":{"id":64446,"name":"*","chunks":["909","static/chunks/909-df1df79f44c4b47c.js","99","static/chunks/app/console/layout-194de38c97cedfc1.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/forward/ForwardClient.tsx":{"id":67112,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/logs/LogsClient.tsx":{"id":1540,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/dashboard/DashboardClient.tsx":{"id":68508,"name":"*","chunks":["909","static/chunks/909-df1df79f44c4b47c.js","930","static/chunks/930-3035d0b294080d0b.js","520","static/chunks/app/console/page-4f8bee8de21f562c.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/receive/ReceiveClient.tsx":{"id":49304,"name":"*","chunks":["909","static/chunks/909-df1df79f44c4b47c.js","720","static/chunks/720-7c503373571041c5.js","474","static/chunks/app/console/receive/page-abda78a86a468f80.js"],"async":false}},"entryCSSFiles":{"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/":[],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/layout":[{"inlined":false,"path":"static/css/192808ba9ceee1ad.css"}],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/page":[],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/layout":[],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/page":[],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/receive/page":[]},"rscModuleMapping":{"1540":{"*":{"id":"14126","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"13673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"49304":{"*":{"id":"52002","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"64446":{"*":{"id":"98726","name":"*","chunks":[],"async":false}},"67112":{"*":{"id":"64146","name":"*","chunks":[],"async":false}},"68508":{"*":{"id":"81030","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<!DOCTYPE html><!--y_Jw6_VHCvpm3If2CrLiz--><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/192808ba9ceee1ad.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-ad3ccc1e9012aeca.js"/><script src="/_next/static/chunks/4bd1b696-844b1d0e78245c10.js" async=""></script><script src="/_next/static/chunks/255-1d1a1d3a2611d01b.js" async=""></script><script src="/_next/static/chunks/main-app-c9ceb62c33b0b3f6.js" async=""></script><script src="/_next/static/chunks/720-7c503373571041c5.js" async=""></script><script src="/_next/static/chunks/app/layout-4e9c323eacd521ee.js" async=""></script><script src="/_next/static/chunks/909-df1df79f44c4b47c.js" async=""></script><script src="/_next/static/chunks/app/console/layout-194de38c97cedfc1.js" async=""></script><script src="/_next/static/chunks/app/console/receive/page-abda78a86a468f80.js" async=""></script><title>RabbitMQ Forward Control</title><meta name="description" content="HTTP ingest, DingTalk forward, local logs"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-dvh"><div hidden=""><!--$--><!--/$--></div><div class="min-h-dvh bg-[#f0f0f2] text-zinc-900 antialiased dark:bg-zinc-950 dark:text-zinc-100 md:h-dvh md:overflow-hidden"><div class="flex h-dvh min-h-0 w-full min-w-0 md:h-full md:min-h-0"><aside class="hidden h-full w-[240px] shrink-0 flex-col border-r border-zinc-200/80 bg-white dark:border-zinc-800 dark:bg-zinc-950 md:flex"><div class="shrink-0 border-b border-zinc-100 px-3 py-4 dark:border-zinc-800"><div class="flex items-center gap-2.5"><div class="flex h-9 w-9 items-center justify-center rounded-xl bg-rose-600 text-sm font-bold text-white shadow-sm">R</div><div class="min-w-0"><div class="truncate text-[15px] font-semibold tracking-tight text-zinc-900 dark:text-white">RabbitMQ 转发台</div><p class="text-[11px] leading-snug text-zinc-500 dark:text-zinc-400">控制台</p></div></div></div><nav class="flex min-h-0 flex-1 flex-col gap-0.5 overflow-y-auto p-2"><p class="mb-1 px-2.5 pt-1 text-[10px] font-semibold uppercase tracking-[0.14em] text-zinc-400 dark:text-zinc-500">菜单</p><a class="flex cursor-pointer items-center gap-3 rounded-r-xl border-l-2 py-2.5 pl-[calc(0.75rem-2px)] pr-3 text-[13px] font-medium transition-colors border-transparent text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-900 dark:hover:text-zinc-100" href="/console"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard h-[18px] w-[18px] text-zinc-400 dark:text-zinc-500"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span class="truncate">Dashboard</span></a><a class="flex cursor-pointer items-center gap-3 rounded-r-xl border-l-2 py-2.5 pl-[calc(0.75rem-2px)] pr-3 text-[13px] font-medium transition-colors border-rose-600 bg-rose-50/95 text-rose-950 dark:border-rose-500 dark:bg-rose-950/35 dark:text-rose-100" href="/console/receive"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-inbox h-[18px] w-[18px] text-rose-600 dark:text-rose-300"><polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path></svg><span class="truncate">接收端</span></a><a class="flex cursor-pointer items-center gap-3 rounded-r-xl border-l-2 py-2.5 pl-[calc(0.75rem-2px)] pr-3 text-[13px] font-medium transition-colors border-transparent text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-900 dark:hover:text-zinc-100" href="/console/forward"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-share2 h-[18px] w-[18px] text-zinc-400 dark:text-zinc-500"><circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" x2="15.42" y1="13.51" y2="17.49"></line><line x1="15.41" x2="8.59" y1="6.51" y2="10.49"></line></svg><span class="truncate">转发端</span></a><a class="flex cursor-pointer items-center gap-3 rounded-r-xl border-l-2 py-2.5 pl-[calc(0.75rem-2px)] pr-3 text-[13px] font-medium transition-colors border-transparent text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-900 dark:hover:text-zinc-100" href="/console/logs"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-scroll-text h-[18px] w-[18px] text-zinc-400 dark:text-zinc-500"><path d="M15 12h-5"></path><path d="M15 8h-5"></path><path d="M19 17V5a2 2 0 0 0-2-2H4"></path><path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3"></path></svg><span class="truncate">日志</span></a></nav></aside><div class="flex min-h-0 min-w-0 flex-1 flex-col overflow-hidden"><nav class="flex shrink-0 gap-1 overflow-x-auto border-b border-zinc-200/80 bg-white px-3 py-2 dark:border-zinc-800 dark:bg-zinc-950 md:hidden"><a class="shrink-0 rounded-lg px-3 py-1.5 text-xs font-medium text-zinc-600 dark:text-zinc-400" href="/console">概览</a><a class="shrink-0 rounded-lg px-3 py-1.5 text-xs font-medium bg-rose-50 text-rose-900 dark:bg-rose-950/40 dark:text-rose-100" href="/console/receive">接收</a><a class="shrink-0 rounded-lg px-3 py-1.5 text-xs font-medium text-zinc-600 dark:text-zinc-400" href="/console/forward">转发</a><a class="shrink-0 rounded-lg px-3 py-1.5 text-xs font-medium text-zinc-600 dark:text-zinc-400" href="/console/logs">日志</a></nav><header class="hidden shrink-0 border-b border-zinc-200/80 bg-white/90 px-6 py-3 backdrop-blur dark:border-zinc-800 dark:bg-zinc-950/90 md:block"><div class="flex items-center justify-between gap-3"><div class="min-w-0 text-sm text-zinc-500 dark:text-zinc-400"><span class="font-medium text-zinc-800 dark:text-zinc-200">RabbitMQ Forward</span><span class="mx-2 text-zinc-300 dark:text-zinc-600">/</span><span>接收端</span></div><div class="flex items-center gap-2 rounded-xl border border-zinc-200/90 bg-zinc-50/80 px-3 py-1.5 text-xs text-zinc-400 dark:border-zinc-800 dark:bg-zinc-900/50 dark:text-zinc-500"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search h-3.5 w-3.5"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg>本地控制台</div></div></header><main class="flex min-h-0 flex-1 flex-col overflow-y-auto overscroll-y-contain bg-[#f0f0f2] px-4 py-4 dark:bg-zinc-950 sm:px-5 md:px-6 md:py-5"><div class="mx-auto flex w-full max-w-6xl flex-1 flex-col gap-4"><div class="flex flex-col gap-4"><div><h1 class="text-lg font-semibold tracking-tight text-zinc-900 dark:text-white">接收端</h1><p class="mt-0.5 text-xs text-zinc-500 dark:text-zinc-400">HTTP 投递到 RabbitMQ(topic 作为 routing key)。日志按天写入本地 <span class="font-mono">logs/channel</span>。</p></div><div class="rounded-2xl border border-zinc-200/80 bg-white text-zinc-950 shadow-sm dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-50"><div class="flex flex-col space-y-1.5 p-5 pb-3"><h3 class="font-semibold tracking-tight text-base">HTTP 接口</h3><p class="text-xs text-zinc-500 dark:text-zinc-400"><span class="font-mono text-zinc-700 dark:text-zinc-300">POST <!-- -->…<!-- -->/api/ingest</span></p></div><div class="p-5 pt-0 space-y-3"><pre class="overflow-x-auto rounded-xl bg-zinc-950 p-3 text-[11px] text-zinc-100">curl -sS -X POST "/api/ingest" \
|
|
2
|
+
-H "Content-Type: application/json" \
|
|
3
|
+
-d '{"topic":"your.routing.key","body":"text or use object"}'</pre></div></div><div class="rounded-2xl border border-zinc-200/80 bg-white text-zinc-950 shadow-sm dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-50"><div class="flex flex-col space-y-1.5 p-5 pb-3"><h3 class="font-semibold tracking-tight text-base">连接与交换机</h3><p class="text-xs text-zinc-500 dark:text-zinc-400">写入 data/settings.json,保存后会重连转发消费者。</p></div><div class="p-5 pt-0 grid gap-3 sm:grid-cols-2"><div class="space-y-1.5 sm:col-span-2"><label class="text-xs font-medium leading-none text-zinc-700 peer-disabled:cursor-not-allowed peer-disabled:opacity-70 dark:text-zinc-300">RabbitMQ URL</label><input class="flex h-10 w-full rounded-xl border border-zinc-200 bg-white px-3 py-2 text-zinc-900 shadow-sm transition-colors placeholder:text-zinc-400 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-rose-500/30 disabled:cursor-not-allowed disabled:opacity-50 dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-100 font-mono text-xs" value=""/></div><div class="space-y-1.5"><label class="text-xs font-medium leading-none text-zinc-700 peer-disabled:cursor-not-allowed peer-disabled:opacity-70 dark:text-zinc-300">Exchange</label><input class="flex h-10 w-full rounded-xl border border-zinc-200 bg-white px-3 py-2 text-zinc-900 shadow-sm transition-colors placeholder:text-zinc-400 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-rose-500/30 disabled:cursor-not-allowed disabled:opacity-50 dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-100 font-mono text-xs" value=""/></div><div class="space-y-1.5"><label class="text-xs font-medium leading-none text-zinc-700 peer-disabled:cursor-not-allowed peer-disabled:opacity-70 dark:text-zinc-300">类型</label><select class="flex h-10 w-full rounded-xl border border-zinc-200 bg-white px-3 text-sm dark:border-zinc-800 dark:bg-zinc-950"><option value="topic" selected="">topic</option><option value="direct">direct</option><option value="fanout">fanout</option></select></div><div class="space-y-1.5 sm:col-span-2"><label class="text-xs font-medium leading-none text-zinc-700 peer-disabled:cursor-not-allowed peer-disabled:opacity-70 dark:text-zinc-300">Ingest Token(可选)</label><input class="flex h-10 w-full rounded-xl border border-zinc-200 bg-white px-3 py-2 text-zinc-900 shadow-sm transition-colors placeholder:text-zinc-400 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-rose-500/30 disabled:cursor-not-allowed disabled:opacity-50 dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-100 font-mono text-xs" placeholder="不修改请勿输入;输入新值保存;清空后保存可清除令牌" value=""/></div><div class="flex gap-2 sm:col-span-2"><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-xl text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-rose-500/40 disabled:pointer-events-none disabled:opacity-50 bg-rose-600 text-white hover:bg-rose-700 dark:bg-rose-600 dark:hover:bg-rose-500 h-10 px-4 py-2" type="button">保存配置</button></div></div></div><div class="rounded-2xl border border-zinc-200/80 bg-white text-zinc-950 shadow-sm dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-50"><div class="flex flex-col space-y-1.5 p-5 pb-3"><h3 class="font-semibold tracking-tight text-base">控制台试投</h3><p class="text-xs text-zinc-500 dark:text-zinc-400">使用当前页填写的 Token(若有)请求 /api/ingest。</p></div><div class="p-5 pt-0 grid gap-3 sm:grid-cols-2"><div class="space-y-1.5"><label class="text-xs font-medium leading-none text-zinc-700 peer-disabled:cursor-not-allowed peer-disabled:opacity-70 dark:text-zinc-300">topic</label><input class="flex h-10 w-full rounded-xl border border-zinc-200 bg-white px-3 py-2 text-zinc-900 shadow-sm transition-colors placeholder:text-zinc-400 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-rose-500/30 disabled:cursor-not-allowed disabled:opacity-50 dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-100 font-mono text-xs" value="demo.topic"/></div><div class="space-y-1.5 sm:col-span-2"><label class="text-xs font-medium leading-none text-zinc-700 peer-disabled:cursor-not-allowed peer-disabled:opacity-70 dark:text-zinc-300">body</label><textarea rows="3" class="w-full rounded-xl border border-zinc-200 bg-white px-3 py-2 text-sm dark:border-zinc-800 dark:bg-zinc-950">hello from console</textarea></div><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-xl text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-rose-500/40 disabled:pointer-events-none disabled:opacity-50 border border-zinc-200 bg-white text-zinc-900 hover:bg-zinc-50 dark:border-zinc-700 dark:bg-zinc-950 dark:text-zinc-100 dark:hover:bg-zinc-900 h-10 px-4 py-2" type="button">试投一条</button></div></div><div class="flex min-h-[280px] flex-col gap-3 rounded-2xl border border-zinc-200/80 bg-white p-4 dark:border-zinc-800 dark:bg-zinc-950 lg:flex-row"><div class="flex w-full flex-col gap-2 lg:w-56 lg:shrink-0"><div class="flex items-center justify-between gap-2"><h3 class="text-sm font-semibold text-zinc-900 dark:text-white">接收通道日志(按天)</h3><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-rose-500/40 disabled:pointer-events-none disabled:opacity-50 border border-zinc-200 bg-white text-zinc-900 hover:bg-zinc-50 dark:border-zinc-700 dark:bg-zinc-950 dark:text-zinc-100 dark:hover:bg-zinc-900 h-8 rounded-lg px-3 text-xs" type="button">刷新列表</button></div><label class="font-medium text-zinc-700 peer-disabled:cursor-not-allowed peer-disabled:opacity-70 dark:text-zinc-300 text-[11px]">按 topic / routingKey 过滤</label><input class="flex w-full rounded-xl border border-zinc-200 bg-white px-3 py-2 text-zinc-900 shadow-sm transition-colors placeholder:text-zinc-400 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-rose-500/30 disabled:cursor-not-allowed disabled:opacity-50 dark:border-zinc-800 dark:bg-zinc-950 dark:text-zinc-100 h-9 text-xs" placeholder="例如 alerts" value=""/><ul class="max-h-48 overflow-y-auto rounded-xl border border-zinc-100 dark:border-zinc-800"><li class="px-3 py-4 text-xs text-zinc-500">暂无日志文件</li></ul></div><div class="flex min-h-0 min-w-0 flex-1 flex-col gap-2"><div class="flex items-center justify-between gap-2"><p class="text-xs text-zinc-500">尾部匹配行(JSON),自动随过滤刷新</p><button class="inline-flex items-center justify-center gap-2 whitespace-nowrap font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-rose-500/40 disabled:pointer-events-none disabled:opacity-50 border border-zinc-200 bg-white text-zinc-900 hover:bg-zinc-50 dark:border-zinc-700 dark:bg-zinc-950 dark:text-zinc-100 dark:hover:bg-zinc-900 h-8 rounded-lg px-3 text-xs" type="button">刷新内容</button></div><div class="min-h-[200px] flex-1 overflow-auto rounded-xl border border-zinc-100 bg-zinc-50/50 p-2 font-mono text-[11px] leading-relaxed text-zinc-800 dark:border-zinc-800 dark:bg-zinc-900/40 dark:text-zinc-200"><span class="text-zinc-500">无行</span></div></div></div></div></div><!--$--><!--/$--></main></div></div></div><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/webpack-ad3ccc1e9012aeca.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9766,[],\"\"]\n3:I[98924,[],\"\"]\n4:I[18720,[\"720\",\"static/chunks/720-7c503373571041c5.js\",\"177\",\"static/chunks/app/layout-4e9c323eacd521ee.js\"],\"Toaster\"]\n5:I[64446,[\"909\",\"static/chunks/909-df1df79f44c4b47c.js\",\"99\",\"static/chunks/app/console/layout-194de38c97cedfc1.js\"],\"ConsoleShell\"]\n6:I[49304,[\"909\",\"static/chunks/909-df1df79f44c4b47c.js\",\"720\",\"static/chunks/720-7c503373571041c5.js\",\"474\",\"static/chunks/app/console/receive/page-abda78a86a468f80.js\"],\"ReceiveClient\"]\n7:I[24431,[],\"OutletBoundary\"]\n9:I[15278,[],\"AsyncMetadataOutlet\"]\nb:I[24431,[],\"ViewportBoundary\"]\nd:I[24431,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[57150,[],\"\"]\n:HL[\"/_next/static/css/192808ba9ceee1ad.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"y_Jw6-VHCvpm3If2CrLiz\",\"p\":\"\",\"c\":[\"\",\"console\",\"receive\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"console\",{\"children\":[\"receive\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/192808ba9ceee1ad.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-dvh\",\"children\":[[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L4\",null,{\"position\":\"top-center\",\"richColors\":true,\"expand\":false,\"duration\":4000,\"toastOptions\":{\"classNames\":{\"toast\":\"border border-zinc-200 bg-white text-zinc-900 shadow-lg dark:border-zinc-700 dark:bg-zinc-900 dark:text-zinc-100\"}}}]]}]}]]}],{\"children\":[\"console\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"receive\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto flex w-full max-w-6xl flex-1 flex-col gap-4\",\"children\":[\"$\",\"$L6\",null,{}]}],null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],null],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"a:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"RabbitMQ Forward Control\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"HTTP ingest, DingTalk forward, local logs\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[9766,[],""]
|
|
3
|
+
3:I[98924,[],""]
|
|
4
|
+
4:I[18720,["720","static/chunks/720-7c503373571041c5.js","177","static/chunks/app/layout-4e9c323eacd521ee.js"],"Toaster"]
|
|
5
|
+
5:I[64446,["909","static/chunks/909-df1df79f44c4b47c.js","99","static/chunks/app/console/layout-194de38c97cedfc1.js"],"ConsoleShell"]
|
|
6
|
+
6:I[49304,["909","static/chunks/909-df1df79f44c4b47c.js","720","static/chunks/720-7c503373571041c5.js","474","static/chunks/app/console/receive/page-abda78a86a468f80.js"],"ReceiveClient"]
|
|
7
|
+
7:I[24431,[],"OutletBoundary"]
|
|
8
|
+
9:I[15278,[],"AsyncMetadataOutlet"]
|
|
9
|
+
b:I[24431,[],"ViewportBoundary"]
|
|
10
|
+
d:I[24431,[],"MetadataBoundary"]
|
|
11
|
+
e:"$Sreact.suspense"
|
|
12
|
+
10:I[57150,[],""]
|
|
13
|
+
:HL["/_next/static/css/192808ba9ceee1ad.css","style"]
|
|
14
|
+
0:{"P":null,"b":"y_Jw6-VHCvpm3If2CrLiz","p":"","c":["","console","receive"],"i":false,"f":[[["",{"children":["console",{"children":["receive",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/192808ba9ceee1ad.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"min-h-dvh","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{"position":"top-center","richColors":true,"expand":false,"duration":4000,"toastOptions":{"classNames":{"toast":"border border-zinc-200 bg-white text-zinc-900 shadow-lg dark:border-zinc-700 dark:bg-zinc-900 dark:text-zinc-100"}}}]]}]}]]}],{"children":["console",["$","$1","c",{"children":[null,["$","$L5",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":["receive",["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto flex w-full max-w-6xl flex-1 flex-col gap-4","children":["$","$L6",null,{}]}],null,["$","$L7",null,{"children":["$L8",["$","$L9",null,{"promise":"$@a"}]]}]]}],{},null,false]},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lb",null,{"children":"$Lc"}],null],["$","$Ld",null,{"children":["$","div",null,{"hidden":true,"children":["$","$e",null,{"fallback":null,"children":"$Lf"}]}]}]]}],false]],"m":"$undefined","G":["$10",[]],"s":false,"S":true}
|
|
15
|
+
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
16
|
+
8:null
|
|
17
|
+
a:{"metadata":[["$","title","0",{"children":"RabbitMQ Forward Control"}],["$","meta","1",{"name":"description","content":"HTTP ingest, DingTalk forward, local logs"}]],"error":null,"digest":"$undefined"}
|
|
18
|
+
f:"$a:metadata"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><!--y_Jw6_VHCvpm3If2CrLiz--><html lang="zh-CN"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/192808ba9ceee1ad.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-ad3ccc1e9012aeca.js"/><script src="/_next/static/chunks/4bd1b696-844b1d0e78245c10.js" async=""></script><script src="/_next/static/chunks/255-1d1a1d3a2611d01b.js" async=""></script><script src="/_next/static/chunks/main-app-c9ceb62c33b0b3f6.js" async=""></script><script src="/_next/static/chunks/720-7c503373571041c5.js" async=""></script><script src="/_next/static/chunks/app/layout-4e9c323eacd521ee.js" async=""></script><script src="/_next/static/chunks/909-df1df79f44c4b47c.js" async=""></script><script src="/_next/static/chunks/app/console/layout-194de38c97cedfc1.js" async=""></script><script src="/_next/static/chunks/930-3035d0b294080d0b.js" async=""></script><script src="/_next/static/chunks/app/console/page-4f8bee8de21f562c.js" async=""></script><title>RabbitMQ Forward Control</title><meta name="description" content="HTTP ingest, DingTalk forward, local logs"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="min-h-dvh"><div hidden=""><!--$--><!--/$--></div><div class="min-h-dvh bg-[#f0f0f2] text-zinc-900 antialiased dark:bg-zinc-950 dark:text-zinc-100 md:h-dvh md:overflow-hidden"><div class="flex h-dvh min-h-0 w-full min-w-0 md:h-full md:min-h-0"><aside class="hidden h-full w-[240px] shrink-0 flex-col border-r border-zinc-200/80 bg-white dark:border-zinc-800 dark:bg-zinc-950 md:flex"><div class="shrink-0 border-b border-zinc-100 px-3 py-4 dark:border-zinc-800"><div class="flex items-center gap-2.5"><div class="flex h-9 w-9 items-center justify-center rounded-xl bg-rose-600 text-sm font-bold text-white shadow-sm">R</div><div class="min-w-0"><div class="truncate text-[15px] font-semibold tracking-tight text-zinc-900 dark:text-white">RabbitMQ 转发台</div><p class="text-[11px] leading-snug text-zinc-500 dark:text-zinc-400">控制台</p></div></div></div><nav class="flex min-h-0 flex-1 flex-col gap-0.5 overflow-y-auto p-2"><p class="mb-1 px-2.5 pt-1 text-[10px] font-semibold uppercase tracking-[0.14em] text-zinc-400 dark:text-zinc-500">菜单</p><a class="flex cursor-pointer items-center gap-3 rounded-r-xl border-l-2 py-2.5 pl-[calc(0.75rem-2px)] pr-3 text-[13px] font-medium transition-colors border-rose-600 bg-rose-50/95 text-rose-950 dark:border-rose-500 dark:bg-rose-950/35 dark:text-rose-100" href="/console"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard h-[18px] w-[18px] text-rose-600 dark:text-rose-300"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg><span class="truncate">Dashboard</span></a><a class="flex cursor-pointer items-center gap-3 rounded-r-xl border-l-2 py-2.5 pl-[calc(0.75rem-2px)] pr-3 text-[13px] font-medium transition-colors border-transparent text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-900 dark:hover:text-zinc-100" href="/console/receive"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-inbox h-[18px] w-[18px] text-zinc-400 dark:text-zinc-500"><polyline points="22 12 16 12 14 15 10 15 8 12 2 12"></polyline><path d="M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"></path></svg><span class="truncate">接收端</span></a><a class="flex cursor-pointer items-center gap-3 rounded-r-xl border-l-2 py-2.5 pl-[calc(0.75rem-2px)] pr-3 text-[13px] font-medium transition-colors border-transparent text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-900 dark:hover:text-zinc-100" href="/console/forward"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-share2 h-[18px] w-[18px] text-zinc-400 dark:text-zinc-500"><circle cx="18" cy="5" r="3"></circle><circle cx="6" cy="12" r="3"></circle><circle cx="18" cy="19" r="3"></circle><line x1="8.59" x2="15.42" y1="13.51" y2="17.49"></line><line x1="15.41" x2="8.59" y1="6.51" y2="10.49"></line></svg><span class="truncate">转发端</span></a><a class="flex cursor-pointer items-center gap-3 rounded-r-xl border-l-2 py-2.5 pl-[calc(0.75rem-2px)] pr-3 text-[13px] font-medium transition-colors border-transparent text-zinc-600 hover:bg-zinc-50 hover:text-zinc-900 dark:text-zinc-400 dark:hover:bg-zinc-900 dark:hover:text-zinc-100" href="/console/logs"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-scroll-text h-[18px] w-[18px] text-zinc-400 dark:text-zinc-500"><path d="M15 12h-5"></path><path d="M15 8h-5"></path><path d="M19 17V5a2 2 0 0 0-2-2H4"></path><path d="M8 21h12a2 2 0 0 0 2-2v-1a1 1 0 0 0-1-1H11a1 1 0 0 0-1 1v1a2 2 0 1 1-4 0V5a2 2 0 1 0-4 0v2a1 1 0 0 0 1 1h3"></path></svg><span class="truncate">日志</span></a></nav></aside><div class="flex min-h-0 min-w-0 flex-1 flex-col overflow-hidden"><nav class="flex shrink-0 gap-1 overflow-x-auto border-b border-zinc-200/80 bg-white px-3 py-2 dark:border-zinc-800 dark:bg-zinc-950 md:hidden"><a class="shrink-0 rounded-lg px-3 py-1.5 text-xs font-medium bg-rose-50 text-rose-900 dark:bg-rose-950/40 dark:text-rose-100" href="/console">概览</a><a class="shrink-0 rounded-lg px-3 py-1.5 text-xs font-medium text-zinc-600 dark:text-zinc-400" href="/console/receive">接收</a><a class="shrink-0 rounded-lg px-3 py-1.5 text-xs font-medium text-zinc-600 dark:text-zinc-400" href="/console/forward">转发</a><a class="shrink-0 rounded-lg px-3 py-1.5 text-xs font-medium text-zinc-600 dark:text-zinc-400" href="/console/logs">日志</a></nav><header class="hidden shrink-0 border-b border-zinc-200/80 bg-white/90 px-6 py-3 backdrop-blur dark:border-zinc-800 dark:bg-zinc-950/90 md:block"><div class="flex items-center justify-between gap-3"><div class="min-w-0 text-sm text-zinc-500 dark:text-zinc-400"><span class="font-medium text-zinc-800 dark:text-zinc-200">RabbitMQ Forward</span><span class="mx-2 text-zinc-300 dark:text-zinc-600">/</span><span>Dashboard</span></div><div class="flex items-center gap-2 rounded-xl border border-zinc-200/90 bg-zinc-50/80 px-3 py-1.5 text-xs text-zinc-400 dark:border-zinc-800 dark:bg-zinc-900/50 dark:text-zinc-500"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-search h-3.5 w-3.5"><circle cx="11" cy="11" r="8"></circle><path d="m21 21-4.3-4.3"></path></svg>本地控制台</div></div></header><main class="flex min-h-0 flex-1 flex-col overflow-y-auto overscroll-y-contain bg-[#f0f0f2] px-4 py-4 dark:bg-zinc-950 sm:px-5 md:px-6 md:py-5"><div class="mx-auto flex w-full max-w-6xl flex-1 flex-col gap-4"><p class="text-sm text-zinc-500">加载统计中…</p></div><!--$--><!--/$--></main></div></div></div><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/webpack-ad3ccc1e9012aeca.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9766,[],\"\"]\n3:I[98924,[],\"\"]\n4:I[18720,[\"720\",\"static/chunks/720-7c503373571041c5.js\",\"177\",\"static/chunks/app/layout-4e9c323eacd521ee.js\"],\"Toaster\"]\n5:I[64446,[\"909\",\"static/chunks/909-df1df79f44c4b47c.js\",\"99\",\"static/chunks/app/console/layout-194de38c97cedfc1.js\"],\"ConsoleShell\"]\n6:I[68508,[\"909\",\"static/chunks/909-df1df79f44c4b47c.js\",\"930\",\"static/chunks/930-3035d0b294080d0b.js\",\"520\",\"static/chunks/app/console/page-4f8bee8de21f562c.js\"],\"DashboardClient\"]\n7:I[24431,[],\"OutletBoundary\"]\n9:I[15278,[],\"AsyncMetadataOutlet\"]\nb:I[24431,[],\"ViewportBoundary\"]\nd:I[24431,[],\"MetadataBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[57150,[],\"\"]\n:HL[\"/_next/static/css/192808ba9ceee1ad.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"y_Jw6-VHCvpm3If2CrLiz\",\"p\":\"\",\"c\":[\"\",\"console\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"console\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/192808ba9ceee1ad.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-dvh\",\"children\":[[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L4\",null,{\"position\":\"top-center\",\"richColors\":true,\"expand\":false,\"duration\":4000,\"toastOptions\":{\"classNames\":{\"toast\":\"border border-zinc-200 bg-white text-zinc-900 shadow-lg dark:border-zinc-700 dark:bg-zinc-900 dark:text-zinc-100\"}}}]]}]}]]}],{\"children\":[\"console\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"div\",null,{\"className\":\"mx-auto flex w-full max-w-6xl flex-1 flex-col gap-4\",\"children\":[\"$\",\"$L6\",null,{}]}],null,[\"$\",\"$L7\",null,{\"children\":[\"$L8\",[\"$\",\"$L9\",null,{\"promise\":\"$@a\"}]]}]]}],{},null,false]},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],null],[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$e\",null,{\"fallback\":null,\"children\":\"$Lf\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n8:null\n"])</script><script>self.__next_f.push([1,"a:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"RabbitMQ Forward Control\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"HTTP ingest, DingTalk forward, local logs\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"f:\"$a:metadata\"\n"])</script></body></html>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[9766,[],""]
|
|
3
|
+
3:I[98924,[],""]
|
|
4
|
+
4:I[18720,["720","static/chunks/720-7c503373571041c5.js","177","static/chunks/app/layout-4e9c323eacd521ee.js"],"Toaster"]
|
|
5
|
+
5:I[64446,["909","static/chunks/909-df1df79f44c4b47c.js","99","static/chunks/app/console/layout-194de38c97cedfc1.js"],"ConsoleShell"]
|
|
6
|
+
6:I[68508,["909","static/chunks/909-df1df79f44c4b47c.js","930","static/chunks/930-3035d0b294080d0b.js","520","static/chunks/app/console/page-4f8bee8de21f562c.js"],"DashboardClient"]
|
|
7
|
+
7:I[24431,[],"OutletBoundary"]
|
|
8
|
+
9:I[15278,[],"AsyncMetadataOutlet"]
|
|
9
|
+
b:I[24431,[],"ViewportBoundary"]
|
|
10
|
+
d:I[24431,[],"MetadataBoundary"]
|
|
11
|
+
e:"$Sreact.suspense"
|
|
12
|
+
10:I[57150,[],""]
|
|
13
|
+
:HL["/_next/static/css/192808ba9ceee1ad.css","style"]
|
|
14
|
+
0:{"P":null,"b":"y_Jw6-VHCvpm3If2CrLiz","p":"","c":["","console"],"i":false,"f":[[["",{"children":["console",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/192808ba9ceee1ad.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"min-h-dvh","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{"position":"top-center","richColors":true,"expand":false,"duration":4000,"toastOptions":{"classNames":{"toast":"border border-zinc-200 bg-white text-zinc-900 shadow-lg dark:border-zinc-700 dark:bg-zinc-900 dark:text-zinc-100"}}}]]}]}]]}],{"children":["console",["$","$1","c",{"children":[null,["$","$L5",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","div",null,{"className":"mx-auto flex w-full max-w-6xl flex-1 flex-col gap-4","children":["$","$L6",null,{}]}],null,["$","$L7",null,{"children":["$L8",["$","$L9",null,{"promise":"$@a"}]]}]]}],{},null,false]},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$Lb",null,{"children":"$Lc"}],null],["$","$Ld",null,{"children":["$","div",null,{"hidden":true,"children":["$","$e",null,{"fallback":null,"children":"$Lf"}]}]}]]}],false]],"m":"$undefined","G":["$10",[]],"s":false,"S":true}
|
|
15
|
+
c:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
16
|
+
8:null
|
|
17
|
+
a:{"metadata":[["$","title","0",{"children":"RabbitMQ Forward Control"}],["$","meta","1",{"name":"description","content":"HTTP ingest, DingTalk forward, local logs"}]],"error":null,"digest":"$undefined"}
|
|
18
|
+
f:"$a:metadata"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><!--y_Jw6_VHCvpm3If2CrLiz--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-ad3ccc1e9012aeca.js"/><script src="/_next/static/chunks/4bd1b696-844b1d0e78245c10.js" async=""></script><script src="/_next/static/chunks/255-1d1a1d3a2611d01b.js" async=""></script><script src="/_next/static/chunks/main-app-c9ceb62c33b0b3f6.js" async=""></script><title>RabbitMQ Forward Control</title><meta name="description" content="HTTP ingest, DingTalk forward, local logs"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-ad3ccc1e9012aeca.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9766,[],\"\"]\n3:I[98924,[],\"\"]\n4:I[18720,[\"720\",\"static/chunks/720-7c503373571041c5.js\",\"177\",\"static/chunks/app/layout-4e9c323eacd521ee.js\"],\"Toaster\"]\n6:I[24431,[],\"OutletBoundary\"]\n8:I[15278,[],\"AsyncMetadataOutlet\"]\na:I[24431,[],\"ViewportBoundary\"]\nc:I[24431,[],\"MetadataBoundary\"]\nd:\"$Sreact.suspense\"\nf:I[57150,[],\"\"]\n:HL[\"/_next/static/css/192808ba9ceee1ad.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"y_Jw6-VHCvpm3If2CrLiz\",\"p\":\"\",\"c\":[\"\",\"\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/192808ba9ceee1ad.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"children\":[\"$\",\"body\",null,{\"className\":\"min-h-dvh\",\"children\":[[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L4\",null,{\"position\":\"top-center\",\"richColors\":true,\"expand\":false,\"duration\":4000,\"toastOptions\":{\"classNames\":{\"toast\":\"border border-zinc-200 bg-white text-zinc-900 shadow-lg dark:border-zinc-700 dark:bg-zinc-900 dark:text-zinc-100\"}}}]]}]}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[\"$L5\",null,[\"$\",\"$L6\",null,{\"children\":[\"$L7\",[\"$\",\"$L8\",null,{\"promise\":\"$@9\"}]]}]]}],{},null,false]},null,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],null],[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$d\",null,{\"fallback\":null,\"children\":\"$Le\"}]}]}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"5:E{\"digest\":\"NEXT_REDIRECT;replace;/console;307;\"}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n7:null\n"])</script><script>self.__next_f.push([1,"9:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"RabbitMQ Forward Control\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"HTTP ingest, DingTalk forward, local logs\"}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"e:\"$9:metadata\"\n"])</script></body></html>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[9766,[],""]
|
|
3
|
+
3:I[98924,[],""]
|
|
4
|
+
4:I[18720,["720","static/chunks/720-7c503373571041c5.js","177","static/chunks/app/layout-4e9c323eacd521ee.js"],"Toaster"]
|
|
5
|
+
6:I[24431,[],"OutletBoundary"]
|
|
6
|
+
8:I[15278,[],"AsyncMetadataOutlet"]
|
|
7
|
+
a:I[24431,[],"ViewportBoundary"]
|
|
8
|
+
c:I[24431,[],"MetadataBoundary"]
|
|
9
|
+
d:"$Sreact.suspense"
|
|
10
|
+
f:I[57150,[],""]
|
|
11
|
+
:HL["/_next/static/css/192808ba9ceee1ad.css","style"]
|
|
12
|
+
0:{"P":null,"b":"y_Jw6-VHCvpm3If2CrLiz","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/192808ba9ceee1ad.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"className":"min-h-dvh","children":[["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L4",null,{"position":"top-center","richColors":true,"expand":false,"duration":4000,"toastOptions":{"classNames":{"toast":"border border-zinc-200 bg-white text-zinc-900 shadow-lg dark:border-zinc-700 dark:bg-zinc-900 dark:text-zinc-100"}}}]]}]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":["$L5",null,["$","$L6",null,{"children":["$L7",["$","$L8",null,{"promise":"$@9"}]]}]]}],{},null,false]},null,false],["$","$1","h",{"children":[null,[["$","$La",null,{"children":"$Lb"}],null],["$","$Lc",null,{"children":["$","div",null,{"hidden":true,"children":["$","$d",null,{"fallback":null,"children":"$Le"}]}]}]]}],false]],"m":"$undefined","G":["$f",[]],"s":false,"S":true}
|
|
13
|
+
5:E{"digest":"NEXT_REDIRECT;replace;/console;307;"}
|
|
14
|
+
b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
15
|
+
7:null
|
|
16
|
+
9:{"metadata":[["$","title","0",{"children":"RabbitMQ Forward Control"}],["$","meta","1",{"name":"description","content":"HTTP ingest, DingTalk forward, local logs"}]],"error":null,"digest":"$undefined"}
|
|
17
|
+
e:"$9:metadata"
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
(()=>{var a={};a.id=974,a.ids=[974],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},25799:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"unstable_rethrow",{enumerable:!0,get:function(){return function a(b){if((0,g.isNextRouterError)(b)||(0,f.isBailoutToCSRError)(b)||(0,i.isDynamicServerError)(b)||(0,h.isDynamicPostpone)(b)||(0,e.isPostpone)(b)||(0,d.isHangingPromiseRejectionError)(b))throw b;b instanceof Error&&"cause"in b&&a(b.cause)}}});let d=c(82831),e=c(43740),f=c(29305),g=c(61981),h=c(26906),i=c(69168);("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29088:(a,b,c)=>{"use strict";function d(){throw Object.defineProperty(Error("`unauthorized()` is experimental and only allowed to be used when `experimental.authInterrupts` is enabled."),"__NEXT_ERROR_CODE",{value:"E411",enumerable:!1,configurable:!0})}Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"unauthorized",{enumerable:!0,get:function(){return d}}),c(98541).HTTP_ERROR_FALLBACK_ERROR_CODE,("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},40309:(a,b,c)=>{Promise.resolve().then(c.bind(c,16076))},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},42013:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(49754),e=c(9117),f=c(46595),g=c(32324),h=c(39326),i=c(38928),j=c(20175),k=c(12),l=c(54290),m=c(12696),n=c(82802),o=c(77533),p=c(45229),q=c(32822),r=c(261),s=c(26453),t=c(52474),u=c(26713),v=c(51356),w=c(62685),x=c(36225),y=c(63446),z=c(2762),A=c(45742),B=c(86439),C=c(81170),D=c.n(C),E=c(62506),F=c(91203),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H=["",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,77298)),"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/page.tsx"]}]},{layout:[()=>Promise.resolve().then(c.bind(c,51472)),"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,81170,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,87028,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,90461,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,32768,23)),"next/dist/client/components/builtin/unauthorized.js"]}],I=["/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/page",pathname:"/",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
2
|
+
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},47614:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{getRedirectError:function(){return g},getRedirectStatusCodeFromError:function(){return l},getRedirectTypeFromError:function(){return k},getURLFromRedirectError:function(){return j},permanentRedirect:function(){return i},redirect:function(){return h}});let d=c(91203),e=c(92781),f=c(19121).actionAsyncStorage;function g(a,b,c){void 0===c&&(c=d.RedirectStatusCode.TemporaryRedirect);let f=Object.defineProperty(Error(e.REDIRECT_ERROR_CODE),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});return f.digest=e.REDIRECT_ERROR_CODE+";"+b+";"+a+";"+c+";",f}function h(a,b){var c;throw null!=b||(b=(null==f||null==(c=f.getStore())?void 0:c.isAction)?e.RedirectType.push:e.RedirectType.replace),g(a,b,d.RedirectStatusCode.TemporaryRedirect)}function i(a,b){throw void 0===b&&(b=e.RedirectType.replace),g(a,b,d.RedirectStatusCode.PermanentRedirect)}function j(a){return(0,e.isRedirectError)(a)?a.digest.split(";").slice(2,-2).join(";"):null}function k(a){if(!(0,e.isRedirectError)(a))throw Object.defineProperty(Error("Not a redirect error"),"__NEXT_ERROR_CODE",{value:"E260",enumerable:!1,configurable:!0});return a.digest.split(";",2)[1]}function l(a){if(!(0,e.isRedirectError)(a))throw Object.defineProperty(Error("Not a redirect error"),"__NEXT_ERROR_CODE",{value:"E260",enumerable:!1,configurable:!0});return Number(a.digest.split(";").at(-2))}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},51472:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>g,metadata:()=>f});var d=c(75338),e=c(16076);c(61135);let f={title:"RabbitMQ Forward Control",description:"HTTP ingest, DingTalk forward, local logs"};function g({children:a}){return(0,d.jsx)("html",{lang:"zh-CN",children:(0,d.jsxs)("body",{className:"min-h-dvh",children:[a,(0,d.jsx)(e.Toaster,{position:"top-center",richColors:!0,expand:!1,duration:4e3,toastOptions:{classNames:{toast:"border border-zinc-200 bg-white text-zinc-900 shadow-lg dark:border-zinc-700 dark:bg-zinc-900 dark:text-zinc-100"}}})]})})}},57509:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,54160,23)),Promise.resolve().then(c.t.bind(c,31603,23)),Promise.resolve().then(c.t.bind(c,68495,23)),Promise.resolve().then(c.t.bind(c,75170,23)),Promise.resolve().then(c.t.bind(c,77526,23)),Promise.resolve().then(c.t.bind(c,78922,23)),Promise.resolve().then(c.t.bind(c,29234,23)),Promise.resolve().then(c.t.bind(c,12263,23)),Promise.resolve().then(c.bind(c,82146))},61135:()=>{},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},63589:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,81170,23)),Promise.resolve().then(c.t.bind(c,23597,23)),Promise.resolve().then(c.t.bind(c,36893,23)),Promise.resolve().then(c.t.bind(c,89748,23)),Promise.resolve().then(c.t.bind(c,6060,23)),Promise.resolve().then(c.t.bind(c,7184,23)),Promise.resolve().then(c.t.bind(c,69576,23)),Promise.resolve().then(c.t.bind(c,73041,23)),Promise.resolve().then(c.t.bind(c,51384,23))},64404:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"notFound",{enumerable:!0,get:function(){return e}});let d=""+c(98541).HTTP_ERROR_FALLBACK_ERROR_CODE+";404";function e(){let a=Object.defineProperty(Error(d),"__NEXT_ERROR_CODE",{value:"E394",enumerable:!1,configurable:!0});throw a.digest=d,a}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},64712:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"unstable_rethrow",{enumerable:!0,get:function(){return d}});let d=c(25799).unstable_rethrow;("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},67837:(a,b,c)=>{"use strict";function d(){throw Object.defineProperty(Error("`forbidden()` is experimental and only allowed to be enabled when `experimental.authInterrupts` is enabled."),"__NEXT_ERROR_CODE",{value:"E488",enumerable:!1,configurable:!0})}Object.defineProperty(b,"__esModule",{value:!0}),Object.defineProperty(b,"forbidden",{enumerable:!0,get:function(){return d}}),c(98541).HTTP_ERROR_FALLBACK_ERROR_CODE,("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},77298:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>e});var d=c(93045);function e(){(0,d.redirect)("/console")}},78335:()=>{},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},93045:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0}),!function(a,b){for(var c in b)Object.defineProperty(a,c,{enumerable:!0,get:b[c]})}(b,{ReadonlyURLSearchParams:function(){return k},RedirectType:function(){return e.RedirectType},forbidden:function(){return g.forbidden},notFound:function(){return f.notFound},permanentRedirect:function(){return d.permanentRedirect},redirect:function(){return d.redirect},unauthorized:function(){return h.unauthorized},unstable_isUnrecognizedActionError:function(){return l},unstable_rethrow:function(){return i.unstable_rethrow}});let d=c(47614),e=c(92781),f=c(64404),g=c(67837),h=c(29088),i=c(64712);class j extends Error{constructor(){super("Method unavailable on `ReadonlyURLSearchParams`. Read more: https://nextjs.org/docs/app/api-reference/functions/use-search-params#updating-searchparams")}}class k extends URLSearchParams{append(){throw new j}delete(){throw new j}set(){throw new j}sort(){throw new j}}function l(){throw Object.defineProperty(Error("`unstable_isUnrecognizedActionError` can only be used on the client."),"__NEXT_ERROR_CODE",{value:"E776",enumerable:!1,configurable:!0})}("function"==typeof b.default||"object"==typeof b.default&&null!==b.default)&&void 0===b.default.__esModule&&(Object.defineProperty(b.default,"__esModule",{value:!0}),Object.assign(b.default,b),a.exports=b.default)},96487:()=>{},98517:(a,b,c)=>{Promise.resolve().then(c.bind(c,42830))}};var b=require("../webpack-runtime.js");b.C(a);var c=b.X(0,[873,393],()=>b(b.s=42013));module.exports=c})();
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":1,"files":["../../../node_modules/next/dist/client/components/app-router-headers.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../node_modules/next/dist/lib/client-and-server-references.js","../../../node_modules/next/dist/lib/constants.js","../../../node_modules/next/dist/lib/interop-default.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/lib/semver-noop.js","../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../node_modules/next/dist/server/lib/lru-cache.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../node_modules/next/dist/server/lib/trace/constants.js","../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../node_modules/next/dist/server/load-manifest.external.js","../../../node_modules/next/dist/server/response-cache/types.js","../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../node_modules/next/dist/shared/lib/segment.js","../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../node_modules/next/package.json","../../../package.json","../../package.json","../chunks/393.js","../chunks/873.js","../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1540":{"*":{"id":"90572","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"77526","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"78922","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"68495","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"42830","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"12263","name":"*","chunks":[],"async":false}},"49304":{"*":{"id":"82072","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"54160","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"75170","name":"*","chunks":[],"async":false}},"64446":{"*":{"id":"41329","name":"*","chunks":[],"async":false}},"67112":{"*":{"id":"2628","name":"*","chunks":[],"async":false}},"68508":{"*":{"id":"40478","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"82146","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"31603","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"29234","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":57150,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/client-page.js":{"id":81959,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/client-segment.js":{"id":17989,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":63886,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9766,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":15278,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":98924,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":24431,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":80622,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/node_modules/sonner/dist/index.mjs":{"id":18720,"name":"*","chunks":["720","static/chunks/720-7c503373571041c5.js","177","static/chunks/app/layout-4e9c323eacd521ee.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/globals.css":{"id":13673,"name":"*","chunks":["720","static/chunks/720-7c503373571041c5.js","177","static/chunks/app/layout-4e9c323eacd521ee.js"],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/components/console/ConsoleShell.tsx":{"id":64446,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/forward/ForwardClient.tsx":{"id":67112,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/logs/LogsClient.tsx":{"id":1540,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/dashboard/DashboardClient.tsx":{"id":68508,"name":"*","chunks":[],"async":false},"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/console/receive/ReceiveClient.tsx":{"id":49304,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/":[],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/layout":[{"inlined":false,"path":"static/css/192808ba9ceee1ad.css"}],"/Users/jianhui/Desktop/workspace/open-workspace/chat-client-proxy/packages/rabbitmq-forward-control/src/app/page":[]},"rscModuleMapping":{"1540":{"*":{"id":"14126","name":"*","chunks":[],"async":false}},"9766":{"*":{"id":"6060","name":"*","chunks":[],"async":false}},"13673":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"15278":{"*":{"id":"7184","name":"*","chunks":[],"async":false}},"17989":{"*":{"id":"36893","name":"*","chunks":[],"async":false}},"18720":{"*":{"id":"16076","name":"*","chunks":[],"async":false}},"24431":{"*":{"id":"73041","name":"*","chunks":[],"async":false}},"49304":{"*":{"id":"52002","name":"*","chunks":[],"async":false}},"57150":{"*":{"id":"81170","name":"*","chunks":[],"async":false}},"63886":{"*":{"id":"89748","name":"*","chunks":[],"async":false}},"64446":{"*":{"id":"98726","name":"*","chunks":[],"async":false}},"67112":{"*":{"id":"64146","name":"*","chunks":[],"async":false}},"68508":{"*":{"id":"81030","name":"*","chunks":[],"async":false}},"80622":{"*":{"id":"51384","name":"*","chunks":[],"async":false}},"81959":{"*":{"id":"23597","name":"*","chunks":[],"async":false}},"98924":{"*":{"id":"69576","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"/api/console/channel/content/route": "app/api/console/channel/content/route.js",
|
|
3
|
+
"/api/console/channel/list/route": "app/api/console/channel/list/route.js",
|
|
4
|
+
"/api/console/logs/content/route": "app/api/console/logs/content/route.js",
|
|
5
|
+
"/_not-found/page": "app/_not-found/page.js",
|
|
6
|
+
"/api/console/logs/route": "app/api/console/logs/route.js",
|
|
7
|
+
"/api/console/stats/route": "app/api/console/stats/route.js",
|
|
8
|
+
"/api/ingest/route": "app/api/ingest/route.js",
|
|
9
|
+
"/page": "app/page.js",
|
|
10
|
+
"/api/console/settings/route": "app/api/console/settings/route.js",
|
|
11
|
+
"/api/console/forwarders/route": "app/api/console/forwarders/route.js",
|
|
12
|
+
"/console/forward/page": "app/console/forward/page.js",
|
|
13
|
+
"/console/logs/page": "app/console/logs/page.js",
|
|
14
|
+
"/console/page": "app/console/page.js",
|
|
15
|
+
"/console/receive/page": "app/console/receive/page.js"
|
|
16
|
+
}
|