Current status includes: - Virtual monitor surface and components - Monitor store for state management - Tool call animations and transitions - Liquid glass shader integration Known issue to fix: Tool status display timing - "正在xx" appears after tool execution completes instead of when tool call starts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
22 lines
513 B
JavaScript
22 lines
513 B
JavaScript
globalThis.__BUILD_MANIFEST = {
|
|
"polyfillFiles": [
|
|
"static/chunks/polyfills.js"
|
|
],
|
|
"devFiles": [],
|
|
"ampDevFiles": [],
|
|
"lowPriorityFiles": [],
|
|
"rootMainFiles": [
|
|
"static/chunks/webpack.js",
|
|
"static/chunks/main-app.js"
|
|
],
|
|
"rootMainFilesTree": {},
|
|
"pages": {
|
|
"/_app": []
|
|
},
|
|
"ampFirstPages": []
|
|
};
|
|
globalThis.__BUILD_MANIFEST.lowPriorityFiles = [
|
|
"/static/" + process.env.__NEXT_BUILD_ID + "/_buildManifest.js",
|
|
,"/static/" + process.env.__NEXT_BUILD_ID + "/_ssgManifest.js",
|
|
|
|
]; |