@witty-ai/skill-insight 0.6.0-beta → 0.7.0-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/.env.example +1 -0
  2. package/.next/standalone/.next/BUILD_ID +1 -1
  3. package/.next/standalone/.next/build-manifest.json +2 -2
  4. package/.next/standalone/.next/server/app/_global-error.html +2 -2
  5. package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
  6. package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  12. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  13. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  14. package/.next/standalone/.next/server/app/_not-found.rsc +4 -4
  15. package/.next/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
  16. package/.next/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  17. package/.next/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  18. package/.next/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  19. package/.next/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  20. package/.next/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  21. package/.next/standalone/.next/server/app/api/config/create/route.js +4 -3
  22. package/.next/standalone/.next/server/app/api/config/create/route.js.nft.json +1 -1
  23. package/.next/standalone/.next/server/app/api/config/route.js +3 -2
  24. package/.next/standalone/.next/server/app/api/config/route.js.nft.json +1 -1
  25. package/.next/standalone/.next/server/app/api/data/route.js +5 -4
  26. package/.next/standalone/.next/server/app/api/data/route.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/api/evaluation/route.js.nft.json +1 -1
  28. package/.next/standalone/.next/server/app/api/otel/v1/logs/route.js +5 -4
  29. package/.next/standalone/.next/server/app/api/otel/v1/logs/route.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/api/otel/v1/traces/route.js +3 -2
  31. package/.next/standalone/.next/server/app/api/otel/v1/traces/route.js.nft.json +1 -1
  32. package/.next/standalone/.next/server/app/api/proxy/[taskId]/[...path]/route.js +1 -1
  33. package/.next/standalone/.next/server/app/api/proxy/[taskId]/end/route.js +4 -3
  34. package/.next/standalone/.next/server/app/api/proxy/[taskId]/end/route.js.nft.json +1 -1
  35. package/.next/standalone/.next/server/app/api/rejudge/route.js +5 -4
  36. package/.next/standalone/.next/server/app/api/rejudge/route.js.nft.json +1 -1
  37. package/.next/standalone/.next/server/app/api/session/route.js +4 -4
  38. package/.next/standalone/.next/server/app/api/session/route.js.nft.json +1 -1
  39. package/.next/standalone/.next/server/app/api/skills/[id]/versions/[version]/download/route.js.nft.json +1 -1
  40. package/.next/standalone/.next/server/app/api/skills/[id]/versions/[version]/route.js.nft.json +1 -1
  41. package/.next/standalone/.next/server/app/api/skills/[id]/versions/route.js +5 -2
  42. package/.next/standalone/.next/server/app/api/skills/[id]/versions/route.js.nft.json +1 -1
  43. package/.next/standalone/.next/server/app/api/skills/automation/import/route.js +5 -2
  44. package/.next/standalone/.next/server/app/api/skills/automation/import/route.js.nft.json +1 -1
  45. package/.next/standalone/.next/server/app/api/skills/logs/route.js +5 -4
  46. package/.next/standalone/.next/server/app/api/skills/logs/route.js.nft.json +1 -1
  47. package/.next/standalone/.next/server/app/api/skills/route.js.nft.json +1 -1
  48. package/.next/standalone/.next/server/app/api/skills/sync-enterprise/route.js.nft.json +1 -1
  49. package/.next/standalone/.next/server/app/api/skills/upload/route.js +5 -2
  50. package/.next/standalone/.next/server/app/api/skills/upload/route.js.nft.json +1 -1
  51. package/.next/standalone/.next/server/app/api/task-stats/route.js +5 -4
  52. package/.next/standalone/.next/server/app/api/task-stats/route.js.nft.json +1 -1
  53. package/.next/standalone/.next/server/app/api/upload/route.js +4 -3
  54. package/.next/standalone/.next/server/app/api/upload/route.js.nft.json +1 -1
  55. package/.next/standalone/.next/server/app/details/page/react-loadable-manifest.json +1 -1
  56. package/.next/standalone/.next/server/app/details/page.js.nft.json +1 -1
  57. package/.next/standalone/.next/server/app/details/page_client-reference-manifest.js +1 -1
  58. package/.next/standalone/.next/server/app/details.html +1 -1
  59. package/.next/standalone/.next/server/app/details.rsc +5 -5
  60. package/.next/standalone/.next/server/app/details.segments/_full.segment.rsc +5 -5
  61. package/.next/standalone/.next/server/app/details.segments/_head.segment.rsc +1 -1
  62. package/.next/standalone/.next/server/app/details.segments/_index.segment.rsc +3 -3
  63. package/.next/standalone/.next/server/app/details.segments/_tree.segment.rsc +2 -2
  64. package/.next/standalone/.next/server/app/details.segments/details/__PAGE__.segment.rsc +2 -2
  65. package/.next/standalone/.next/server/app/details.segments/details.segment.rsc +1 -1
  66. package/.next/standalone/.next/server/app/index.html +1 -1
  67. package/.next/standalone/.next/server/app/index.rsc +5 -5
  68. package/.next/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  69. package/.next/standalone/.next/server/app/index.segments/_full.segment.rsc +5 -5
  70. package/.next/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  71. package/.next/standalone/.next/server/app/index.segments/_index.segment.rsc +3 -3
  72. package/.next/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  73. package/.next/standalone/.next/server/app/login/page.js.nft.json +1 -1
  74. package/.next/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/.next/server/app/login.html +1 -1
  76. package/.next/standalone/.next/server/app/login.rsc +5 -5
  77. package/.next/standalone/.next/server/app/login.segments/_full.segment.rsc +5 -5
  78. package/.next/standalone/.next/server/app/login.segments/_head.segment.rsc +1 -1
  79. package/.next/standalone/.next/server/app/login.segments/_index.segment.rsc +3 -3
  80. package/.next/standalone/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  81. package/.next/standalone/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  82. package/.next/standalone/.next/server/app/login.segments/login.segment.rsc +1 -1
  83. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  84. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  85. package/.next/standalone/.next/server/app/skills/page.js.nft.json +1 -1
  86. package/.next/standalone/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  87. package/.next/standalone/.next/server/app/skills.html +1 -1
  88. package/.next/standalone/.next/server/app/skills.rsc +5 -5
  89. package/.next/standalone/.next/server/app/skills.segments/_full.segment.rsc +5 -5
  90. package/.next/standalone/.next/server/app/skills.segments/_head.segment.rsc +1 -1
  91. package/.next/standalone/.next/server/app/skills.segments/_index.segment.rsc +3 -3
  92. package/.next/standalone/.next/server/app/skills.segments/_tree.segment.rsc +2 -2
  93. package/.next/standalone/.next/server/app/skills.segments/skills/__PAGE__.segment.rsc +2 -2
  94. package/.next/standalone/.next/server/app/skills.segments/skills.segment.rsc +1 -1
  95. package/.next/standalone/.next/server/chunks/[root-of-the-server]__02ddba88._.js +1 -1
  96. package/.next/standalone/.next/server/chunks/[root-of-the-server]__15dbd1f2._.js +1 -1
  97. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1c95bcde._.js +1 -1
  98. package/.next/standalone/.next/server/chunks/[root-of-the-server]__23efcd78._.js +3 -0
  99. package/.next/standalone/.next/server/chunks/[root-of-the-server]__4a6d443b._.js +1 -1
  100. package/.next/standalone/.next/server/chunks/[root-of-the-server]__53775b48._.js +1 -1
  101. package/.next/standalone/.next/server/chunks/[root-of-the-server]__5444db55._.js +1 -1
  102. package/.next/standalone/.next/server/chunks/[root-of-the-server]__591248f3._.js +1 -1
  103. package/.next/standalone/.next/server/chunks/[root-of-the-server]__5d8178f6._.js +1 -1
  104. package/.next/standalone/.next/server/chunks/[root-of-the-server]__6261d672._.js +3 -0
  105. package/.next/standalone/.next/server/chunks/[root-of-the-server]__6923eecf._.js +1 -1
  106. package/.next/standalone/.next/server/chunks/[root-of-the-server]__6fc12878._.js +1 -1
  107. package/.next/standalone/.next/server/chunks/[root-of-the-server]__8402dfd1._.js +1 -1
  108. package/.next/standalone/.next/server/chunks/[root-of-the-server]__863cf6de._.js +1 -1
  109. package/.next/standalone/.next/server/chunks/[root-of-the-server]__89404730._.js +1 -1
  110. package/.next/standalone/.next/server/chunks/[root-of-the-server]__98b3de5e._.js +1 -1
  111. package/.next/standalone/.next/server/chunks/[root-of-the-server]__9d551ea2._.js +1 -1
  112. package/.next/standalone/.next/server/chunks/[root-of-the-server]__a4d3d791._.js +1 -1
  113. package/.next/standalone/.next/server/chunks/[root-of-the-server]__aa3d72e3._.js +3 -0
  114. package/.next/standalone/.next/server/chunks/[root-of-the-server]__b11acc79._.js +1 -1
  115. package/.next/standalone/.next/server/chunks/[root-of-the-server]__ba01f286._.js +1 -1
  116. package/.next/standalone/.next/server/chunks/[root-of-the-server]__bd91659b._.js +1 -1
  117. package/.next/standalone/.next/server/chunks/[root-of-the-server]__c200214a._.js +1 -1
  118. package/.next/standalone/.next/server/chunks/[root-of-the-server]__c602c518._.js +3 -0
  119. package/.next/standalone/.next/server/chunks/[root-of-the-server]__d7fab946._.js +1 -1
  120. package/.next/standalone/.next/server/chunks/[root-of-the-server]__d8c1808b._.js +1 -1
  121. package/.next/standalone/.next/server/chunks/[root-of-the-server]__d9b9fecc._.js +1 -1
  122. package/.next/standalone/.next/server/chunks/[root-of-the-server]__ddf63a21._.js +1 -1
  123. package/.next/standalone/.next/server/chunks/[root-of-the-server]__e280561d._.js +1 -1
  124. package/.next/standalone/.next/server/chunks/[root-of-the-server]__e550423c._.js +1 -1
  125. package/.next/standalone/.next/server/chunks/_33c0c729._.js +1 -1
  126. package/.next/standalone/.next/server/chunks/_46f10554._.js +3 -0
  127. package/.next/standalone/.next/server/chunks/_4c806e26._.js +1 -1
  128. package/.next/standalone/.next/server/chunks/_cd3d20ca._.js +1 -1
  129. package/.next/standalone/.next/server/chunks/src_98433cb8._.js +77 -15
  130. package/.next/standalone/.next/server/chunks/src_c8971a2d._.js +57 -8
  131. package/.next/standalone/.next/server/chunks/src_lib_119f6c7b._.js +3 -0
  132. package/.next/standalone/.next/server/chunks/ssr/{[root-of-the-server]__9ab7cc4a._.js → [root-of-the-server]__082c32a2._.js} +2 -2
  133. package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__51073007._.js +1 -1
  134. package/.next/standalone/.next/server/chunks/ssr/_049876f0._.js +1 -1
  135. package/.next/standalone/.next/server/chunks/ssr/_09546b95._.js +1 -1
  136. package/.next/standalone/.next/server/chunks/ssr/_8f5379ab._.js +1 -1
  137. package/.next/standalone/.next/server/chunks/ssr/_c8c8c083._.js +9 -9
  138. package/.next/standalone/.next/server/chunks/ssr/{_b121f1ae._.js → _e2faf4f5._.js} +2 -2
  139. package/.next/standalone/.next/server/chunks/ssr/_fd46f439._.js +2 -2
  140. package/.next/standalone/.next/server/chunks/ssr/src_66a70595._.js +1 -1
  141. package/.next/standalone/.next/server/chunks/ssr/src_app_login_page_tsx_72f58654._.js +1 -1
  142. package/.next/standalone/.next/server/pages/404.html +1 -1
  143. package/.next/standalone/.next/server/pages/500.html +2 -2
  144. package/.next/standalone/.next/static/chunks/{9445b2873a413c58.js → 015467355d3866a3.js} +1 -1
  145. package/.next/standalone/.next/static/chunks/09f192c9b0609ad8.js +1 -0
  146. package/.next/standalone/.next/static/chunks/1945a5514fbc393c.css +1 -0
  147. package/.next/standalone/.next/static/chunks/{07c9f28a269c701a.js → 361e4cf1e9a71ccb.js} +1 -1
  148. package/.next/{static/chunks/5432ce4a494bc74d.js → standalone/.next/static/chunks/60bc50374fd32f20.js} +3 -3
  149. package/.next/standalone/.next/static/chunks/{251551dcdf74a60d.js → 65bac0880a87bff3.js} +1 -1
  150. package/.next/standalone/.next/static/chunks/961f7fa606dd26a8.js +1 -0
  151. package/.next/standalone/.next/static/chunks/bab2ffd4f527acfb.js +1 -0
  152. package/.next/standalone/.next/static/chunks/c513373e5cfedd5b.js +2 -0
  153. package/.next/standalone/.next/static/chunks/ca3017e51e817855.js +1 -0
  154. package/.next/{static/chunks/7e35f4cf2e266022.js → standalone/.next/static/chunks/cb104c3cb4c52833.js} +1 -1
  155. package/.next/standalone/.next/static/chunks/{cd0fde15dc0dfcca.js → f786bb68e17b12b4.js} +1 -1
  156. package/.next/standalone/.next/static/chunks/fc61b990c5ec4ef4.js +109 -0
  157. package/.next/standalone/node_modules/.prisma/client/edge.js +4 -3
  158. package/.next/standalone/node_modules/.prisma/client/index-browser.js +1 -0
  159. package/.next/standalone/node_modules/.prisma/client/index.js +4 -3
  160. package/.next/standalone/node_modules/.prisma/client/package.json +1 -1
  161. package/.next/standalone/node_modules/.prisma/client/schema.prisma +14 -13
  162. package/.next/standalone/node_modules/.prisma/client/wasm.js +1 -0
  163. package/.next/standalone/package.json +1 -1
  164. package/.next/standalone/prisma/schema.prisma +4 -3
  165. package/.next/standalone/scripts/opencode_plugin.ts +135 -45
  166. package/.next/static/chunks/{9445b2873a413c58.js → 015467355d3866a3.js} +1 -1
  167. package/.next/static/chunks/09f192c9b0609ad8.js +1 -0
  168. package/.next/static/chunks/1945a5514fbc393c.css +1 -0
  169. package/.next/static/chunks/{07c9f28a269c701a.js → 361e4cf1e9a71ccb.js} +1 -1
  170. package/.next/{standalone/.next/static/chunks/5432ce4a494bc74d.js → static/chunks/60bc50374fd32f20.js} +3 -3
  171. package/.next/static/chunks/{251551dcdf74a60d.js → 65bac0880a87bff3.js} +1 -1
  172. package/.next/static/chunks/961f7fa606dd26a8.js +1 -0
  173. package/.next/static/chunks/bab2ffd4f527acfb.js +1 -0
  174. package/.next/static/chunks/c513373e5cfedd5b.js +2 -0
  175. package/.next/static/chunks/ca3017e51e817855.js +1 -0
  176. package/.next/{standalone/.next/static/chunks/7e35f4cf2e266022.js → static/chunks/cb104c3cb4c52833.js} +1 -1
  177. package/.next/static/chunks/{cd0fde15dc0dfcca.js → f786bb68e17b12b4.js} +1 -1
  178. package/.next/static/chunks/fc61b990c5ec4ef4.js +109 -0
  179. package/package.json +1 -1
  180. package/prisma/schema.prisma +4 -3
  181. package/scripts/opencode_plugin.ts +135 -45
  182. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1013b265._.js +0 -3
  183. package/.next/standalone/.next/server/chunks/[root-of-the-server]__1ce5e3b8._.js +0 -3
  184. package/.next/standalone/.next/server/chunks/[root-of-the-server]__6d8053e2._.js +0 -3
  185. package/.next/standalone/.next/server/chunks/[root-of-the-server]__b835ea7f._.js +0 -3
  186. package/.next/standalone/.next/server/chunks/_41a98bd8._.js +0 -3
  187. package/.next/standalone/.next/server/chunks/src_lib_12408140._.js +0 -3
  188. package/.next/standalone/.next/static/chunks/1e782a49beaf489c.js +0 -1
  189. package/.next/standalone/.next/static/chunks/4ee8dc41c9f15b7b.js +0 -1
  190. package/.next/standalone/.next/static/chunks/67bd1a5de2195779.js +0 -1
  191. package/.next/standalone/.next/static/chunks/94dfb15df65ef720.js +0 -2
  192. package/.next/standalone/.next/static/chunks/9d1c5c3494fa53de.js +0 -109
  193. package/.next/standalone/.next/static/chunks/c6bd2818656b1f20.css +0 -1
  194. package/.next/standalone/.next/static/chunks/dc59a07a8f327b40.js +0 -1
  195. package/.next/static/chunks/1e782a49beaf489c.js +0 -1
  196. package/.next/static/chunks/4ee8dc41c9f15b7b.js +0 -1
  197. package/.next/static/chunks/67bd1a5de2195779.js +0 -1
  198. package/.next/static/chunks/94dfb15df65ef720.js +0 -2
  199. package/.next/static/chunks/9d1c5c3494fa53de.js +0 -109
  200. package/.next/static/chunks/c6bd2818656b1f20.css +0 -1
  201. package/.next/static/chunks/dc59a07a8f327b40.js +0 -1
  202. /package/.next/standalone/.next/static/{0uvhCJooDO_gMNlKOaHwB → iKG72t8Hpebb09DcIpKUJ}/_buildManifest.js +0 -0
  203. /package/.next/standalone/.next/static/{0uvhCJooDO_gMNlKOaHwB → iKG72t8Hpebb09DcIpKUJ}/_clientMiddlewareManifest.json +0 -0
  204. /package/.next/standalone/.next/static/{0uvhCJooDO_gMNlKOaHwB → iKG72t8Hpebb09DcIpKUJ}/_ssgManifest.js +0 -0
  205. /package/.next/static/{0uvhCJooDO_gMNlKOaHwB → iKG72t8Hpebb09DcIpKUJ}/_buildManifest.js +0 -0
  206. /package/.next/static/{0uvhCJooDO_gMNlKOaHwB → iKG72t8Hpebb09DcIpKUJ}/_clientMiddlewareManifest.json +0 -0
  207. /package/.next/static/{0uvhCJooDO_gMNlKOaHwB → iKG72t8Hpebb09DcIpKUJ}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><!--0uvhCJooDO_gMNlKOaHwB--><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/chunks/c6bd2818656b1f20.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/7a2a661262d12385.js"/><script src="/_next/static/chunks/8aa5edbcb03dafa5.js" async=""></script><script src="/_next/static/chunks/e313ddffb6f2a870.js" async=""></script><script src="/_next/static/chunks/d432d2eab6ecb221.js" async=""></script><script src="/_next/static/chunks/turbopack-b2a715461dcaf3d5.js" async=""></script><script src="/_next/static/chunks/1e782a49beaf489c.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/a2dfb6fc5208ab9b.js" async=""></script><script src="/_next/static/chunks/7e35f4cf2e266022.js" async=""></script><script src="/_next/static/chunks/9445b2873a413c58.js" async=""></script><script src="/_next/static/chunks/94dfb15df65ef720.js" async=""></script><title>Skill-Insight</title><meta name="description" content="智能体技能评估、分析与优化"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/7a2a661262d12385.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[1661,[\"/_next/static/chunks/1e782a49beaf489c.js\"],\"Providers\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"default\"]\n5:I[58116,[\"/_next/static/chunks/1e782a49beaf489c.js\",\"/_next/static/chunks/7e35f4cf2e266022.js\",\"/_next/static/chunks/9445b2873a413c58.js\",\"/_next/static/chunks/94dfb15df65ef720.js\"],\"default\"]\n6:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"ViewportBoundary\"]\nb:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"MetadataBoundary\"]\nd:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/c6bd2818656b1f20.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"0uvhCJooDO_gMNlKOaHwB\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/c6bd2818656b1f20.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/1e782a49beaf489c.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"children\":[\"$\",\"body\",null,{\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",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\"}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"main\",null,{\"children\":[\"$\",\"$L5\",null,{}]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/7e35f4cf2e266022.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/9445b2873a413c58.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/94dfb15df65ef720.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"IconMark\"]\n8:null\nc:[[\"$\",\"title\",\"0\",{\"children\":\"Skill-Insight\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"智能体技能评估、分析与优化\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--iKG72t8Hpebb09DcIpKUJ--><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/chunks/1945a5514fbc393c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/7a2a661262d12385.js"/><script src="/_next/static/chunks/8aa5edbcb03dafa5.js" async=""></script><script src="/_next/static/chunks/e313ddffb6f2a870.js" async=""></script><script src="/_next/static/chunks/d432d2eab6ecb221.js" async=""></script><script src="/_next/static/chunks/turbopack-b2a715461dcaf3d5.js" async=""></script><script src="/_next/static/chunks/961f7fa606dd26a8.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/a2dfb6fc5208ab9b.js" async=""></script><script src="/_next/static/chunks/cb104c3cb4c52833.js" async=""></script><script src="/_next/static/chunks/015467355d3866a3.js" async=""></script><script src="/_next/static/chunks/c513373e5cfedd5b.js" async=""></script><title>Skill-insight</title><meta name="description" content="智能体技能评估、分析与优化"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><main><div class="jsx-6f5ba7556324d067 dashboard-container"><header style="flex-direction:column;align-items:flex-start;gap:1rem" class="jsx-6f5ba7556324d067 header"><div style="display:flex;justify-content:space-between;width:100%;align-items:center" class="jsx-6f5ba7556324d067"><div style="display:flex;flex-direction:column;gap:4px" class="jsx-6f5ba7556324d067"><h1 style="margin-bottom:0" class="jsx-6f5ba7556324d067 title">Skill-insight</h1><span style="font-size:0.8rem;color:var(--foreground-secondary);letter-spacing:1px" class="jsx-6f5ba7556324d067">智能体技能评估、分析与优化</span></div><div class="jsx-6f5ba7556324d067 tabs"><button class="jsx-6f5ba7556324d067 tab-btn active">数据概览</button><button class="jsx-6f5ba7556324d067 tab-btn ">数据集管理</button><button class="jsx-6f5ba7556324d067 tab-btn ">技能管理</button></div></div><div style="display:flex;gap:8px" class="jsx-6f5ba7556324d067 controls"><button title="切换到深色主题" class="jsx-6f5ba7556324d067 theme-toggle-btn">🌙</button><select class="jsx-6f5ba7556324d067"><option value="all" class="jsx-6f5ba7556324d067" selected="">全部时间</option><option value="24h" class="jsx-6f5ba7556324d067">24H</option><option value="3h" class="jsx-6f5ba7556324d067">3H</option><option value="1h" class="jsx-6f5ba7556324d067">1H</option></select><button style="padding:4px 8px;background:transparent;border:1px solid var(--border);color:var(--foreground-secondary)" class="jsx-6f5ba7556324d067 btn-secondary">⚙️ Eval Config</button></div></header><h2 class="jsx-6f5ba7556324d067 section-title">全景概览</h2><div class="jsx-6f5ba7556324d067 grid"></div><h2 class="jsx-6f5ba7556324d067 section-title">对比分析</h2><div class="jsx-6f5ba7556324d067 analysis-controls"><div style="display:flex;gap:1rem;flex-wrap:wrap" class="jsx-6f5ba7556324d067"><label style="cursor:pointer;color:var(--foreground);display:flex;align-items:center;gap:5px" class="jsx-6f5ba7556324d067"><input type="radio" class="jsx-6f5ba7556324d067"/>单问题</label><label style="cursor:pointer;color:var(--foreground);display:flex;align-items:center;gap:5px" class="jsx-6f5ba7556324d067"><input type="radio" class="jsx-6f5ba7556324d067" checked=""/>最新10问</label><label style="cursor:pointer;color:var(--foreground);display:flex;align-items:center;gap:5px" class="jsx-6f5ba7556324d067"><input type="radio" class="jsx-6f5ba7556324d067"/>所有</label></div><div style="margin-left:10px;display:flex;gap:8px;border-left:1px solid var(--border);padding-left:10px" class="jsx-6f5ba7556324d067"><span style="color:var(--foreground-secondary);font-size:0.9rem;display:flex;align-items:center" class="jsx-6f5ba7556324d067">分类:</span><button style="padding:2px 8px;font-size:0.8rem;background:var(--primary);color:#ffffff;border:1px solid var(--primary)" class="jsx-6f5ba7556324d067 tab-btn-sm active">框架</button><button style="padding:2px 8px;font-size:0.8rem;background:transparent;color:var(--foreground-secondary);border:1px solid var(--primary)" class="jsx-6f5ba7556324d067 tab-btn-sm ">模型</button></div><div style="margin-left:10px;display:flex;align-items:center;gap:10px" class="jsx-6f5ba7556324d067"><label style="cursor:pointer;color:var(--foreground);display:flex;align-items:center;gap:5px" class="jsx-6f5ba7556324d067"><input type="checkbox" class="jsx-6f5ba7556324d067"/>按标签分类</label></div></div><div style="text-align:center;padding:2rem;color:#52525b" class="jsx-6f5ba7556324d067 card">无数据</div><h2 class="jsx-6f5ba7556324d067 section-title">单问题详情</h2><div class="jsx-6f5ba7556324d067 analysis-controls"><select class="jsx-6f5ba7556324d067"><option value="" class="jsx-6f5ba7556324d067" selected="">选择框架</option></select><select style="flex:1" class="jsx-6f5ba7556324d067"><option value="" class="jsx-6f5ba7556324d067" selected="">选择问题</option></select><select style="font-size:0.9rem" class="jsx-6f5ba7556324d067"><option value="latency" class="jsx-6f5ba7556324d067" selected="">最好/最差指标: 时延</option><option value="accuracy" class="jsx-6f5ba7556324d067">最好/最差指标: 准确率</option><option value="tokens" class="jsx-6f5ba7556324d067">最好/最差指标: Token</option><option value="cost" class="jsx-6f5ba7556324d067">最好/最差指标: 成本</option><option value="recall" class="jsx-6f5ba7556324d067">最好/最差指标: 召回率</option></select><div style="margin-left:10px;display:flex;align-items:center;gap:20px" class="jsx-6f5ba7556324d067"><label style="cursor:pointer;color:var(--foreground);display:flex;align-items:center;gap:5px" class="jsx-6f5ba7556324d067"><input type="checkbox" class="jsx-6f5ba7556324d067"/>按标签分类</label><label style="cursor:pointer;color:var(--foreground);display:flex;align-items:center;gap:5px" class="jsx-6f5ba7556324d067"><input type="checkbox" class="jsx-6f5ba7556324d067"/>按模型分类</label></div></div><div style="text-align:center;padding:2rem;color:#a1a1aa" class="jsx-6f5ba7556324d067 card">请选择一个问题进行分析</div><h2 class="jsx-6f5ba7556324d067 section-title">执行记录</h2><div style="margin-bottom:1rem" class="jsx-6f5ba7556324d067 analysis-controls"><select style="font-size:0.9rem" class="jsx-6f5ba7556324d067"><option value="" class="jsx-6f5ba7556324d067" selected="">所有框架</option></select><select style="font-size:0.9rem" class="jsx-6f5ba7556324d067"><option value="" class="jsx-6f5ba7556324d067" selected="">所有标签</option></select><select style="font-size:0.9rem" class="jsx-6f5ba7556324d067"><option value="" class="jsx-6f5ba7556324d067" selected="">所有模型</option></select><input type="text" placeholder="搜索问题..." style="padding:0.5rem;background:var(--input-bg);border:1px solid var(--input-border);border-radius:4px;color:var(--foreground);min-width:250px" class="jsx-6f5ba7556324d067" value=""/><span style="margin-left:auto;color:var(--foreground-secondary);font-size:0.9rem" class="jsx-6f5ba7556324d067">共有 <!-- -->0<!-- --> 条数据</span></div><div style="overflow-x:auto" class="jsx-6f5ba7556324d067 card table-container"><table style="width:100%;border-collapse:collapse" class="jsx-6f5ba7556324d067"><thead style="text-align:left;color:var(--foreground-secondary);border-bottom:1px solid var(--border)" class="jsx-6f5ba7556324d067"><tr class="jsx-6f5ba7556324d067"><th style="white-space:nowrap;width:130px" class="jsx-6f5ba7556324d067 p-2">时间</th><th style="white-space:nowrap;width:90px" class="jsx-6f5ba7556324d067 p-2">框架</th><th style="white-space:nowrap;max-width:200px" class="jsx-6f5ba7556324d067 p-2">用户输入</th><th style="white-space:nowrap;width:100px" class="jsx-6f5ba7556324d067 p-2"><span class="jsx-6f5ba7556324d067">时延 <span style="margin-left:4px;cursor:help;font-size:0.8rem;display:inline-block">ⓘ</span></span></th><th style="white-space:nowrap;width:80px" class="jsx-6f5ba7556324d067 p-2"><span class="jsx-6f5ba7556324d067">Token <span style="margin-left:4px;cursor:help;font-size:0.8rem;display:inline-block">ⓘ</span></span></th><th style="white-space:nowrap;width:80px" class="jsx-6f5ba7556324d067 p-2"><span class="jsx-6f5ba7556324d067">准确率 <span style="margin-left:4px;cursor:help;font-size:0.8rem;display:inline-block">ⓘ</span></span></th><th style="white-space:nowrap;width:90px" class="jsx-6f5ba7556324d067 p-2"><span class="jsx-6f5ba7556324d067">预估花费 <span style="margin-left:4px;cursor:help;font-size:0.8rem;display:inline-block">ⓘ</span></span></th><th style="white-space:nowrap;width:100px" class="jsx-6f5ba7556324d067 p-2">模型</th><th style="white-space:nowrap;width:90px" class="jsx-6f5ba7556324d067 p-2">标签</th><th style="white-space:nowrap;width:120px" class="jsx-6f5ba7556324d067 p-2">操作</th></tr></thead><tbody class="jsx-6f5ba7556324d067"></tbody></table></div><div style="margin-top:2rem;margin-bottom:0.5rem;height:1px;background:linear-gradient(to right, transparent, rgba(56, 189, 248, 0.5), transparent)" class="jsx-6f5ba7556324d067"></div><div style="margin-top:0.5rem;padding:0.5rem;text-align:center" class="jsx-6f5ba7556324d067"><p style="margin:0;font-size:0.9rem;color:#a1a1aa;line-height:1.6" class="jsx-6f5ba7556324d067"><a href="https://atomgit.com/openeuler/witty-skill-insight" target="_blank" rel="noopener noreferrer" style="color:#a1a1aa;text-decoration:underline;text-underline-offset:3px" class="jsx-6f5ba7556324d067">你的 ⭐ Star 是前进动力,📢 Issue 使产品更稳,🚀 PR 让功能更强。</a></p></div><button style="position:fixed;top:1.5rem;right:2rem;width:3rem;height:3rem;border-radius:50%;background:#2563eb;color:#fafafa;border:none;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);cursor:pointer;z-index:900;transition:transform 0.2s" title="User Settings" class="jsx-6f5ba7556324d067">👤</button></div></main><!--$--><!--/$--><script src="/_next/static/chunks/7a2a661262d12385.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[1661,[\"/_next/static/chunks/961f7fa606dd26a8.js\"],\"Providers\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"default\"]\n5:I[58116,[\"/_next/static/chunks/961f7fa606dd26a8.js\",\"/_next/static/chunks/cb104c3cb4c52833.js\",\"/_next/static/chunks/015467355d3866a3.js\",\"/_next/static/chunks/c513373e5cfedd5b.js\"],\"default\"]\n6:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"ViewportBoundary\"]\nb:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"MetadataBoundary\"]\nd:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/1945a5514fbc393c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"iKG72t8Hpebb09DcIpKUJ\",\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/1945a5514fbc393c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/961f7fa606dd26a8.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"children\":[\"$\",\"body\",null,{\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",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\"}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"main\",null,{\"children\":[\"$\",\"$L5\",null,{}]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/cb104c3cb4c52833.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/015467355d3866a3.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/c513373e5cfedd5b.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"IconMark\"]\n8:null\nc:[[\"$\",\"title\",\"0\",{\"children\":\"Skill-insight\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"智能体技能评估、分析与优化\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"3\",{}]]\n"])</script></body></html>
@@ -1,16 +1,16 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[1661,["/_next/static/chunks/1e782a49beaf489c.js"],"Providers"]
2
+ 2:I[1661,["/_next/static/chunks/961f7fa606dd26a8.js"],"Providers"]
3
3
  3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
4
4
  4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
5
- 5:I[58116,["/_next/static/chunks/1e782a49beaf489c.js","/_next/static/chunks/7e35f4cf2e266022.js","/_next/static/chunks/9445b2873a413c58.js","/_next/static/chunks/94dfb15df65ef720.js"],"default"]
5
+ 5:I[58116,["/_next/static/chunks/961f7fa606dd26a8.js","/_next/static/chunks/cb104c3cb4c52833.js","/_next/static/chunks/015467355d3866a3.js","/_next/static/chunks/c513373e5cfedd5b.js"],"default"]
6
6
  6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"OutletBoundary"]
7
7
  7:"$Sreact.suspense"
8
8
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"ViewportBoundary"]
9
9
  b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"MetadataBoundary"]
10
10
  d:I[68027,[],"default"]
11
- :HL["/_next/static/chunks/c6bd2818656b1f20.css","style"]
12
- 0:{"P":null,"b":"0uvhCJooDO_gMNlKOaHwB","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/c6bd2818656b1f20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/1e782a49beaf489c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","main",null,{"children":["$","$L5",null,{}]}],[["$","script","script-0",{"src":"/_next/static/chunks/7e35f4cf2e266022.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/9445b2873a413c58.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94dfb15df65ef720.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],null]}],false]],"m":"$undefined","G":["$d",[]],"S":true}
11
+ :HL["/_next/static/chunks/1945a5514fbc393c.css","style"]
12
+ 0:{"P":null,"b":"iKG72t8Hpebb09DcIpKUJ","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1945a5514fbc393c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/961f7fa606dd26a8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","main",null,{"children":["$","$L5",null,{}]}],[["$","script","script-0",{"src":"/_next/static/chunks/cb104c3cb4c52833.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/015467355d3866a3.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/c513373e5cfedd5b.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],null]}],false]],"m":"$undefined","G":["$d",[]],"S":true}
13
13
  a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
14
14
  e:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"IconMark"]
15
15
  8:null
16
- c:[["$","title","0",{"children":"Skill-Insight"}],["$","meta","1",{"name":"description","content":"智能体技能评估、分析与优化"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Le","3",{}]]
16
+ c:[["$","title","0",{"children":"Skill-insight"}],["$","meta","1",{"name":"description","content":"智能体技能评估、分析与优化"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Le","3",{}]]
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[58116,["/_next/static/chunks/1e782a49beaf489c.js","/_next/static/chunks/7e35f4cf2e266022.js","/_next/static/chunks/9445b2873a413c58.js","/_next/static/chunks/94dfb15df65ef720.js"],"default"]
2
+ 2:I[58116,["/_next/static/chunks/961f7fa606dd26a8.js","/_next/static/chunks/cb104c3cb4c52833.js","/_next/static/chunks/015467355d3866a3.js","/_next/static/chunks/c513373e5cfedd5b.js"],"default"]
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"OutletBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"0uvhCJooDO_gMNlKOaHwB","rsc":["$","$1","c",{"children":[["$","main",null,{"children":["$","$L2",null,{}]}],[["$","script","script-0",{"src":"/_next/static/chunks/7e35f4cf2e266022.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/9445b2873a413c58.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/94dfb15df65ef720.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"iKG72t8Hpebb09DcIpKUJ","rsc":["$","$1","c",{"children":[["$","main",null,{"children":["$","$L2",null,{}]}],[["$","script","script-0",{"src":"/_next/static/chunks/cb104c3cb4c52833.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/015467355d3866a3.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/c513373e5cfedd5b.js","async":true}]],["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"loading":null,"isPartial":false}
6
6
  5:null
@@ -1,16 +1,16 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[1661,["/_next/static/chunks/1e782a49beaf489c.js"],"Providers"]
2
+ 2:I[1661,["/_next/static/chunks/961f7fa606dd26a8.js"],"Providers"]
3
3
  3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
4
4
  4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
5
- 5:I[58116,["/_next/static/chunks/1e782a49beaf489c.js","/_next/static/chunks/7e35f4cf2e266022.js","/_next/static/chunks/9445b2873a413c58.js","/_next/static/chunks/94dfb15df65ef720.js"],"default"]
5
+ 5:I[58116,["/_next/static/chunks/961f7fa606dd26a8.js","/_next/static/chunks/cb104c3cb4c52833.js","/_next/static/chunks/015467355d3866a3.js","/_next/static/chunks/c513373e5cfedd5b.js"],"default"]
6
6
  6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"OutletBoundary"]
7
7
  7:"$Sreact.suspense"
8
8
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"ViewportBoundary"]
9
9
  b:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"MetadataBoundary"]
10
10
  d:I[68027,[],"default"]
11
- :HL["/_next/static/chunks/c6bd2818656b1f20.css","style"]
12
- 0:{"P":null,"b":"0uvhCJooDO_gMNlKOaHwB","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/c6bd2818656b1f20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/1e782a49beaf489c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","main",null,{"children":["$","$L5",null,{}]}],[["$","script","script-0",{"src":"/_next/static/chunks/7e35f4cf2e266022.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/9445b2873a413c58.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/94dfb15df65ef720.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],null]}],false]],"m":"$undefined","G":["$d",[]],"S":true}
11
+ :HL["/_next/static/chunks/1945a5514fbc393c.css","style"]
12
+ 0:{"P":null,"b":"iKG72t8Hpebb09DcIpKUJ","c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1945a5514fbc393c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/961f7fa606dd26a8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[["$","main",null,{"children":["$","$L5",null,{}]}],[["$","script","script-0",{"src":"/_next/static/chunks/cb104c3cb4c52833.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/015467355d3866a3.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/c513373e5cfedd5b.js","async":true,"nonce":"$undefined"}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],null]}],false]],"m":"$undefined","G":["$d",[]],"S":true}
13
13
  a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
14
14
  e:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"IconMark"]
15
15
  8:null
16
- c:[["$","title","0",{"children":"Skill-Insight"}],["$","meta","1",{"name":"description","content":"智能体技能评估、分析与优化"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Le","3",{}]]
16
+ c:[["$","title","0",{"children":"Skill-insight"}],["$","meta","1",{"name":"description","content":"智能体技能评估、分析与优化"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$Le","3",{}]]
@@ -3,4 +3,4 @@
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"IconMark"]
6
- 0:{"buildId":"0uvhCJooDO_gMNlKOaHwB","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Skill-Insight"}],["$","meta","1",{"name":"description","content":"智能体技能评估、分析与优化"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"iKG72t8Hpebb09DcIpKUJ","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Skill-insight"}],["$","meta","1",{"name":"description","content":"智能体技能评估、分析与优化"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[1661,["/_next/static/chunks/1e782a49beaf489c.js"],"Providers"]
2
+ 2:I[1661,["/_next/static/chunks/961f7fa606dd26a8.js"],"Providers"]
3
3
  3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
4
4
  4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
5
- :HL["/_next/static/chunks/c6bd2818656b1f20.css","style"]
6
- 0:{"buildId":"0uvhCJooDO_gMNlKOaHwB","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/c6bd2818656b1f20.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/1e782a49beaf489c.js","async":true}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false}
5
+ :HL["/_next/static/chunks/1945a5514fbc393c.css","style"]
6
+ 0:{"buildId":"iKG72t8Hpebb09DcIpKUJ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1945a5514fbc393c.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/961f7fa606dd26a8.js","async":true}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false}
@@ -1,2 +1,2 @@
1
- :HL["/_next/static/chunks/c6bd2818656b1f20.css","style"]
2
- 0:{"buildId":"0uvhCJooDO_gMNlKOaHwB","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
1
+ :HL["/_next/static/chunks/1945a5514fbc393c.css","style"]
2
+ 0:{"buildId":"iKG72t8Hpebb09DcIpKUJ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -1 +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-turbo.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/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.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/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/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.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/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/ssr/[root-of-the-server]__3ac0b507._.js","../../chunks/ssr/[root-of-the-server]__9ab7cc4a._.js","../../chunks/ssr/[root-of-the-server]__a2d69fd0._.js","../../chunks/ssr/[root-of-the-server]__a457c799._.js","../../chunks/ssr/[root-of-the-server]__b3ad609b._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_07720ad9._.js","../../chunks/ssr/_6484e8ed._.js","../../chunks/ssr/_b121f1ae._.js","../../chunks/ssr/_next-internal_server_app_login_page_actions_0e9aafc0.js","../../chunks/ssr/node_modules_63dba3f8._.js","../../chunks/ssr/node_modules_next_dist_81959fb0._.js","../../chunks/ssr/node_modules_next_dist_client_components_9774470f._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js","../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","../../chunks/ssr/src_66a70595._.js","../../chunks/ssr/src_app_5b2047f8._.js","../../chunks/ssr/src_app_login_page_tsx_72f58654._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
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-turbo.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/console-async-storage-instance.js","../../../../node_modules/next/dist/server/app-render/console-async-storage.external.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/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/node-environment-extensions/fast-set-immediate.external.js","../../../../node_modules/next/dist/server/response-cache/types.js","../../../../node_modules/next/dist/server/runtime-reacts.external.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/server-reference-info.js","../../../../node_modules/next/package.json","../../chunks/ssr/[root-of-the-server]__082c32a2._.js","../../chunks/ssr/[root-of-the-server]__3ac0b507._.js","../../chunks/ssr/[root-of-the-server]__a2d69fd0._.js","../../chunks/ssr/[root-of-the-server]__a457c799._.js","../../chunks/ssr/[root-of-the-server]__b3ad609b._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_07720ad9._.js","../../chunks/ssr/_6484e8ed._.js","../../chunks/ssr/_e2faf4f5._.js","../../chunks/ssr/_next-internal_server_app_login_page_actions_0e9aafc0.js","../../chunks/ssr/node_modules_63dba3f8._.js","../../chunks/ssr/node_modules_next_dist_81959fb0._.js","../../chunks/ssr/node_modules_next_dist_client_components_9774470f._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_45780354.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_ece394eb.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_15817684.js","../../chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js","../../chunks/ssr/src_66a70595._.js","../../chunks/ssr/src_app_5b2047f8._.js","../../chunks/ssr/src_app_login_page_tsx_72f58654._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/login/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/src/components/providers.tsx <module evaluation>":{"id":1661,"name":"*","chunks":["/_next/static/chunks/1e782a49beaf489c.js"],"async":false},"[project]/src/components/providers.tsx":{"id":1661,"name":"*","chunks":["/_next/static/chunks/1e782a49beaf489c.js"],"async":false},"[project]/src/app/login/page.tsx <module evaluation>":{"id":94542,"name":"*","chunks":["/_next/static/chunks/1e782a49beaf489c.js","/_next/static/chunks/67bd1a5de2195779.js"],"async":false},"[project]/src/app/login/page.tsx":{"id":94542,"name":"*","chunks":["/_next/static/chunks/1e782a49beaf489c.js","/_next/static/chunks/67bd1a5de2195779.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":56672,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"1661":{"*":{"id":18175,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9ab7cc4a._.js","server/chunks/ssr/_b121f1ae._.js"],"async":false}},"94542":{"*":{"id":93482,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__9ab7cc4a._.js","server/chunks/ssr/_b121f1ae._.js","server/chunks/ssr/src_app_login_page_tsx_72f58654._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":13778,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":33249,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"1661":{"*":{"id":7698,"name":"*","chunks":[],"async":false}},"94542":{"*":{"id":99757,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":[{"path":"static/chunks/c6bd2818656b1f20.css","inlined":false}],"[project]/src/app/login/page":[{"path":"static/chunks/c6bd2818656b1f20.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/a2dfb6fc5208ab9b.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":["static/chunks/1e782a49beaf489c.js"],"[project]/src/app/login/page":["static/chunks/1e782a49beaf489c.js","static/chunks/67bd1a5de2195779.js"]}}
2
+ globalThis.__RSC_MANIFEST["/login/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":[],"async":false},"[project]/src/components/providers.tsx <module evaluation>":{"id":1661,"name":"*","chunks":["/_next/static/chunks/961f7fa606dd26a8.js"],"async":false},"[project]/src/components/providers.tsx":{"id":1661,"name":"*","chunks":["/_next/static/chunks/961f7fa606dd26a8.js"],"async":false},"[project]/src/app/login/page.tsx <module evaluation>":{"id":94542,"name":"*","chunks":["/_next/static/chunks/961f7fa606dd26a8.js","/_next/static/chunks/ca3017e51e817855.js"],"async":false},"[project]/src/app/login/page.tsx":{"id":94542,"name":"*","chunks":["/_next/static/chunks/961f7fa606dd26a8.js","/_next/static/chunks/ca3017e51e817855.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__b3ad609b._.js","server/chunks/ssr/node_modules_next_dist_esm_eedfc1fd._.js"],"async":false}},"68027":{"*":{"id":56672,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__a457c799._.js"],"async":false}},"1661":{"*":{"id":18175,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__082c32a2._.js","server/chunks/ssr/_e2faf4f5._.js"],"async":false}},"94542":{"*":{"id":93482,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__082c32a2._.js","server/chunks/ssr/_e2faf4f5._.js","server/chunks/ssr/src_app_login_page_tsx_72f58654._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":13778,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":33249,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"1661":{"*":{"id":7698,"name":"*","chunks":[],"async":false}},"94542":{"*":{"id":99757,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/favicon.ico":[],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":[{"path":"static/chunks/1945a5514fbc393c.css","inlined":false}],"[project]/src/app/login/page":[{"path":"static/chunks/1945a5514fbc393c.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/favicon.ico":["static/chunks/ff1a16fafef87110.js","static/chunks/a2dfb6fc5208ab9b.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":[],"[project]/src/app/layout":["static/chunks/961f7fa606dd26a8.js"],"[project]/src/app/login/page":["static/chunks/961f7fa606dd26a8.js","static/chunks/ca3017e51e817855.js"]}}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--0uvhCJooDO_gMNlKOaHwB--><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/chunks/c6bd2818656b1f20.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/7a2a661262d12385.js"/><script src="/_next/static/chunks/8aa5edbcb03dafa5.js" async=""></script><script src="/_next/static/chunks/e313ddffb6f2a870.js" async=""></script><script src="/_next/static/chunks/d432d2eab6ecb221.js" async=""></script><script src="/_next/static/chunks/turbopack-b2a715461dcaf3d5.js" async=""></script><script src="/_next/static/chunks/1e782a49beaf489c.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/a2dfb6fc5208ab9b.js" async=""></script><script src="/_next/static/chunks/67bd1a5de2195779.js" async=""></script><title>Skill-Insight</title><meta name="description" content="AI 辅助编码与运维效能监测"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/7a2a661262d12385.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[1661,[\"/_next/static/chunks/1e782a49beaf489c.js\"],\"Providers\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"ClientPageRoot\"]\n6:I[94542,[\"/_next/static/chunks/1e782a49beaf489c.js\",\"/_next/static/chunks/67bd1a5de2195779.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"MetadataBoundary\"]\n10:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/c6bd2818656b1f20.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"0uvhCJooDO_gMNlKOaHwB\",\"c\":[\"\",\"login\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/c6bd2818656b1f20.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/1e782a49beaf489c.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"children\":[\"$\",\"body\",null,{\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",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\"}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/67bd1a5de2195779.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"IconMark\"]\nb:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"Skill-Insight\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI 辅助编码与运维效能监测\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L11\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><!--iKG72t8Hpebb09DcIpKUJ--><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/chunks/1945a5514fbc393c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/7a2a661262d12385.js"/><script src="/_next/static/chunks/8aa5edbcb03dafa5.js" async=""></script><script src="/_next/static/chunks/e313ddffb6f2a870.js" async=""></script><script src="/_next/static/chunks/d432d2eab6ecb221.js" async=""></script><script src="/_next/static/chunks/turbopack-b2a715461dcaf3d5.js" async=""></script><script src="/_next/static/chunks/961f7fa606dd26a8.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/a2dfb6fc5208ab9b.js" async=""></script><script src="/_next/static/chunks/ca3017e51e817855.js" async=""></script><title>Skill-insight</title><meta name="description" content="AI 辅助编码与运维效能监测"/><link rel="icon" href="/favicon.ico?favicon.0b3bf435.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="login-container"><div class="login-box"><div style="display:flex;align-items:center;justify-content:center;gap:1.25rem;margin-bottom:2rem"><div style="background:linear-gradient(135deg, #2563eb, #7c3aed);color:white;font-weight:600;font-size:1.5rem;padding:0.625rem 1rem;border-radius:0.75rem;white-space:nowrap;box-shadow:0 8px 16px -4px rgba(29, 78, 216, 0.3)">Skill</div><div style="display:flex;flex-direction:column"><h1 style="font-size:2.25rem;font-weight:700;color:#18181b;margin:0;line-height:1;letter-spacing:-0.025em">Insight</h1><span style="font-size:0.8125rem;color:#a1a1aa;letter-spacing:0.04em;text-transform:uppercase;margin-top:0.25rem">智能体技能评估、分析与优化</span></div></div><form class="login-form"><div style="margin-bottom:0.875rem"><label class="login-label" for="username">邮箱地址</label><input class="login-input" id="username" type="email" placeholder="your.email@example.com" value=""/></div><div style="display:flex;align-items:center;justify-content:space-between"><button class="login-btn" type="button">Sign In</button></div></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/7a2a661262d12385.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[1661,[\"/_next/static/chunks/961f7fa606dd26a8.js\"],\"Providers\"]\n3:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"default\"]\n5:I[47257,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"ClientPageRoot\"]\n6:I[94542,[\"/_next/static/chunks/961f7fa606dd26a8.js\",\"/_next/static/chunks/ca3017e51e817855.js\"],\"default\"]\n9:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"OutletBoundary\"]\na:\"$Sreact.suspense\"\nc:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"ViewportBoundary\"]\ne:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"MetadataBoundary\"]\n10:I[68027,[],\"default\"]\n:HL[\"/_next/static/chunks/1945a5514fbc393c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"iKG72t8Hpebb09DcIpKUJ\",\"c\":[\"\",\"login\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/1945a5514fbc393c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/961f7fa606dd26a8.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"zh-CN\",\"children\":[\"$\",\"body\",null,{\"suppressHydrationWarning\":true,\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",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\"}]}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L5\",null,{\"Component\":\"$6\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@7\",\"$@8\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/ca3017e51e817855.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@b\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$a\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"7:{}\n8:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/a2dfb6fc5208ab9b.js\"],\"IconMark\"]\nb:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"Skill-insight\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI 辅助编码与运维效能监测\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0b3bf435.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$L11\",\"3\",{}]]\n"])</script></body></html>
@@ -1,19 +1,19 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[1661,["/_next/static/chunks/1e782a49beaf489c.js"],"Providers"]
2
+ 2:I[1661,["/_next/static/chunks/961f7fa606dd26a8.js"],"Providers"]
3
3
  3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
4
4
  4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
5
5
  5:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"ClientPageRoot"]
6
- 6:I[94542,["/_next/static/chunks/1e782a49beaf489c.js","/_next/static/chunks/67bd1a5de2195779.js"],"default"]
6
+ 6:I[94542,["/_next/static/chunks/961f7fa606dd26a8.js","/_next/static/chunks/ca3017e51e817855.js"],"default"]
7
7
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"OutletBoundary"]
8
8
  a:"$Sreact.suspense"
9
9
  c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"ViewportBoundary"]
10
10
  e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"MetadataBoundary"]
11
11
  10:I[68027,[],"default"]
12
- :HL["/_next/static/chunks/c6bd2818656b1f20.css","style"]
13
- 0:{"P":null,"b":"0uvhCJooDO_gMNlKOaHwB","c":["","login"],"q":"","i":false,"f":[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/c6bd2818656b1f20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/1e782a49beaf489c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/67bd1a5de2195779.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
12
+ :HL["/_next/static/chunks/1945a5514fbc393c.css","style"]
13
+ 0:{"P":null,"b":"iKG72t8Hpebb09DcIpKUJ","c":["","login"],"q":"","i":false,"f":[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1945a5514fbc393c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/961f7fa606dd26a8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca3017e51e817855.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
14
14
  7:{}
15
15
  8:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
16
16
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
17
17
  11:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"IconMark"]
18
18
  b:null
19
- f:[["$","title","0",{"children":"Skill-Insight"}],["$","meta","1",{"name":"description","content":"AI 辅助编码与运维效能监测"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L11","3",{}]]
19
+ f:[["$","title","0",{"children":"Skill-insight"}],["$","meta","1",{"name":"description","content":"AI 辅助编码与运维效能监测"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L11","3",{}]]
@@ -1,19 +1,19 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[1661,["/_next/static/chunks/1e782a49beaf489c.js"],"Providers"]
2
+ 2:I[1661,["/_next/static/chunks/961f7fa606dd26a8.js"],"Providers"]
3
3
  3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
4
4
  4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
5
5
  5:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"ClientPageRoot"]
6
- 6:I[94542,["/_next/static/chunks/1e782a49beaf489c.js","/_next/static/chunks/67bd1a5de2195779.js"],"default"]
6
+ 6:I[94542,["/_next/static/chunks/961f7fa606dd26a8.js","/_next/static/chunks/ca3017e51e817855.js"],"default"]
7
7
  9:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"OutletBoundary"]
8
8
  a:"$Sreact.suspense"
9
9
  c:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"ViewportBoundary"]
10
10
  e:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"MetadataBoundary"]
11
11
  10:I[68027,[],"default"]
12
- :HL["/_next/static/chunks/c6bd2818656b1f20.css","style"]
13
- 0:{"P":null,"b":"0uvhCJooDO_gMNlKOaHwB","c":["","login"],"q":"","i":false,"f":[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/c6bd2818656b1f20.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/1e782a49beaf489c.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/67bd1a5de2195779.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
12
+ :HL["/_next/static/chunks/1945a5514fbc393c.css","style"]
13
+ 0:{"P":null,"b":"iKG72t8Hpebb09DcIpKUJ","c":["","login"],"q":"","i":false,"f":[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1945a5514fbc393c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/961f7fa606dd26a8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L5",null,{"Component":"$6","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@7","$@8"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca3017e51e817855.js","async":true,"nonce":"$undefined"}]],["$","$L9",null,{"children":["$","$a",null,{"name":"Next.MetadataOutlet","children":"$@b"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$Lc",null,{"children":"$Ld"}],["$","div",null,{"hidden":true,"children":["$","$Le",null,{"children":["$","$a",null,{"name":"Next.Metadata","children":"$Lf"}]}]}],null]}],false]],"m":"$undefined","G":["$10",[]],"S":true}
14
14
  7:{}
15
15
  8:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
16
16
  d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
17
17
  11:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"IconMark"]
18
18
  b:null
19
- f:[["$","title","0",{"children":"Skill-Insight"}],["$","meta","1",{"name":"description","content":"AI 辅助编码与运维效能监测"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L11","3",{}]]
19
+ f:[["$","title","0",{"children":"Skill-insight"}],["$","meta","1",{"name":"description","content":"AI 辅助编码与运维效能监测"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L11","3",{}]]
@@ -3,4 +3,4 @@
3
3
  3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"IconMark"]
6
- 0:{"buildId":"0uvhCJooDO_gMNlKOaHwB","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Skill-Insight"}],["$","meta","1",{"name":"description","content":"AI 辅助编码与运维效能监测"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"iKG72t8Hpebb09DcIpKUJ","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Skill-insight"}],["$","meta","1",{"name":"description","content":"AI 辅助编码与运维效能监测"}],["$","link","2",{"rel":"icon","href":"/favicon.ico?favicon.0b3bf435.ico","sizes":"256x256","type":"image/x-icon"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[1661,["/_next/static/chunks/1e782a49beaf489c.js"],"Providers"]
2
+ 2:I[1661,["/_next/static/chunks/961f7fa606dd26a8.js"],"Providers"]
3
3
  3:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
4
4
  4:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
5
- :HL["/_next/static/chunks/c6bd2818656b1f20.css","style"]
6
- 0:{"buildId":"0uvhCJooDO_gMNlKOaHwB","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/c6bd2818656b1f20.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/1e782a49beaf489c.js","async":true}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false}
5
+ :HL["/_next/static/chunks/1945a5514fbc393c.css","style"]
6
+ 0:{"buildId":"iKG72t8Hpebb09DcIpKUJ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/1945a5514fbc393c.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/961f7fa606dd26a8.js","async":true}]],["$","html",null,{"lang":"zh-CN","children":["$","body",null,{"suppressHydrationWarning":true,"children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"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."}]}]]}]}]],[]]}]}]}]}]]}],"loading":null,"isPartial":false}
@@ -1,2 +1,2 @@
1
- :HL["/_next/static/chunks/c6bd2818656b1f20.css","style"]
2
- 0:{"buildId":"0uvhCJooDO_gMNlKOaHwB","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"login","paramType":null,"paramKey":"login","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
1
+ :HL["/_next/static/chunks/1945a5514fbc393c.css","style"]
2
+ 0:{"buildId":"iKG72t8Hpebb09DcIpKUJ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"login","paramType":null,"paramKey":"login","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[47257,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"ClientPageRoot"]
3
- 3:I[94542,["/_next/static/chunks/1e782a49beaf489c.js","/_next/static/chunks/67bd1a5de2195779.js"],"default"]
3
+ 3:I[94542,["/_next/static/chunks/961f7fa606dd26a8.js","/_next/static/chunks/ca3017e51e817855.js"],"default"]
4
4
  6:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"buildId":"0uvhCJooDO_gMNlKOaHwB","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/67bd1a5de2195779.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"iKG72t8Hpebb09DcIpKUJ","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/ca3017e51e817855.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
3
3
  3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/a2dfb6fc5208ab9b.js"],"default"]
4
- 0:{"buildId":"0uvhCJooDO_gMNlKOaHwB","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"iKG72t8Hpebb09DcIpKUJ","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}