From 417978c567bbbdf652071186ce3160ae0c50744f Mon Sep 17 00:00:00 2001 From: Super_Z <1401203083@qq.com> Date: Tue, 23 Jun 2026 16:56:41 +0000 Subject: [PATCH] debug: offline report tracing --- .nojekyll | 0 404.html | 1 + 404/index.html | 1 + __next.__PAGE__.txt | 9 ++++++ __next._full.txt | 22 +++++++++++++ __next._head.txt | 6 ++++ __next._index.txt | 7 +++++ __next._tree.txt | 5 +++ _next/static/chunks/13dcbd2e16bce60d.js | 10 ++++++ _next/static/chunks/1920637f1ef91097.js | 5 +++ _next/static/chunks/26eb44dd9d29978b.js | 1 + _next/static/chunks/33d3f2c0cda968c7.js | 1 + _next/static/chunks/34d933785a17edf3.css | 2 ++ _next/static/chunks/58c60a5fa6b544da.js | 1 + _next/static/chunks/771dedee3f5e1621.js | 1 + _next/static/chunks/a4044d7e8b16a949.css | 1 + _next/static/chunks/a6dad97d9634a72d.js | 1 + _next/static/chunks/a6dad97d9634a72d.js.map | 1 + _next/static/chunks/cdaf9347434b3d7b.js | 1 + .../chunks/turbopack-8252eba2a1d70dbf.js | 4 +++ .../hmgioKgmTJNQc8uB385II/_buildManifest.js | 11 +++++++ .../_clientMiddlewareManifest.json | 1 + .../hmgioKgmTJNQc8uB385II/_ssgManifest.js | 1 + .../media/4fa387ec64143e14-s.3b336396.woff2 | Bin 0 -> 12872 bytes .../media/53b9e256198e5412-s.853d50a3.woff2 | Bin 0 -> 7968 bytes .../media/5ce348bf30bf5439-s.56c1f21e.woff2 | Bin 0 -> 6204 bytes .../media/6306c77e7c8268e4-s.e3369375.woff2 | Bin 0 -> 5892 bytes .../media/7178b3e590c64307-s.55554cd0.woff2 | Bin 0 -> 16540 bytes .../media/797e433ab948586e-s.p.29207c2f.woff2 | Bin 0 -> 23108 bytes .../media/7d817b4c03b0c5f1-s.a40b9a8b.woff2 | Bin 0 -> 7728 bytes .../media/8a480f0b521d4e75-s.ea323500.woff2 | Bin 0 -> 14900 bytes .../media/bbc41e54d2fcbd21-s.fe42ddf4.woff2 | Bin 0 -> 14712 bytes .../media/caa3a2e1cccd8315-s.p.3b6cae6d.woff2 | Bin 0 -> 29288 bytes .../media/fef07dbb0973bf53-s.518e079e.woff2 | Bin 0 -> 7252 bytes _not-found/__next._full.txt | 16 ++++++++++ _not-found/__next._head.txt | 6 ++++ _not-found/__next._index.txt | 7 +++++ _not-found/__next._not-found.__PAGE__.txt | 5 +++ _not-found/__next._not-found.txt | 4 +++ _not-found/__next._tree.txt | 3 ++ _not-found/index.html | 1 + _not-found/index.txt | 16 ++++++++++ index.html | 1 + index.txt | 22 +++++++++++++ logo.svg | 29 ++++++++++++++++++ robots.txt | 14 +++++++++ 46 files changed, 217 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 404/index.html create mode 100644 __next.__PAGE__.txt create mode 100644 __next._full.txt create mode 100644 __next._head.txt create mode 100644 __next._index.txt create mode 100644 __next._tree.txt create mode 100644 _next/static/chunks/13dcbd2e16bce60d.js create mode 100644 _next/static/chunks/1920637f1ef91097.js create mode 100644 _next/static/chunks/26eb44dd9d29978b.js create mode 100644 _next/static/chunks/33d3f2c0cda968c7.js create mode 100644 _next/static/chunks/34d933785a17edf3.css create mode 100644 _next/static/chunks/58c60a5fa6b544da.js create mode 100644 _next/static/chunks/771dedee3f5e1621.js create mode 100644 _next/static/chunks/a4044d7e8b16a949.css create mode 100644 _next/static/chunks/a6dad97d9634a72d.js create mode 100644 _next/static/chunks/a6dad97d9634a72d.js.map create mode 100644 _next/static/chunks/cdaf9347434b3d7b.js create mode 100644 _next/static/chunks/turbopack-8252eba2a1d70dbf.js create mode 100644 _next/static/hmgioKgmTJNQc8uB385II/_buildManifest.js create mode 100644 _next/static/hmgioKgmTJNQc8uB385II/_clientMiddlewareManifest.json create mode 100644 _next/static/hmgioKgmTJNQc8uB385II/_ssgManifest.js create mode 100644 _next/static/media/4fa387ec64143e14-s.3b336396.woff2 create mode 100644 _next/static/media/53b9e256198e5412-s.853d50a3.woff2 create mode 100644 _next/static/media/5ce348bf30bf5439-s.56c1f21e.woff2 create mode 100644 _next/static/media/6306c77e7c8268e4-s.e3369375.woff2 create mode 100644 _next/static/media/7178b3e590c64307-s.55554cd0.woff2 create mode 100644 _next/static/media/797e433ab948586e-s.p.29207c2f.woff2 create mode 100644 _next/static/media/7d817b4c03b0c5f1-s.a40b9a8b.woff2 create mode 100644 _next/static/media/8a480f0b521d4e75-s.ea323500.woff2 create mode 100644 _next/static/media/bbc41e54d2fcbd21-s.fe42ddf4.woff2 create mode 100644 _next/static/media/caa3a2e1cccd8315-s.p.3b6cae6d.woff2 create mode 100644 _next/static/media/fef07dbb0973bf53-s.518e079e.woff2 create mode 100644 _not-found/__next._full.txt create mode 100644 _not-found/__next._head.txt create mode 100644 _not-found/__next._index.txt create mode 100644 _not-found/__next._not-found.__PAGE__.txt create mode 100644 _not-found/__next._not-found.txt create mode 100644 _not-found/__next._tree.txt create mode 100644 _not-found/index.html create mode 100644 _not-found/index.txt create mode 100644 index.html create mode 100644 index.txt create mode 100644 logo.svg create mode 100644 robots.txt diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/404.html b/404.html new file mode 100644 index 000000000..8a157bb5c --- /dev/null +++ b/404.html @@ -0,0 +1 @@ +
1pOCS}(
zV?poBug5YC9b+_kZpb)%xBdGwsp_w=R{uf1$l?G~sYTS95|Yd9=c3oeSXLs~2e}bi
zE{1mJQ#@$WH;5X~Fv@f&Zmkh285?L!rXy?{(tOsrHlW%RN?HbDlhc9#vm0^LCshA{
z#PK}S4vu_7