主要更新: - 统一所有页面导航栏样式为glass-morphism风格 - 添加Duoduo Agent智能设计系统完整可视化流程 - 展示从CAD到展位概念的5个设计阶段 - 优化页面交互效果和用户体验 详细修改: - web_frontend/web_result/pages/: 统一6个页面导航栏样式 - operation.html: 新增Duoduo Agent设计流程展示模块 - 添加5张设计阶段图片展示 (CAD/概念/白模/渲染/最终方案) - 增强视觉效果和动画交互 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "fsevents",
|
|
"version": "2.3.3",
|
|
"description": "Native Access to MacOS FSEvents",
|
|
"main": "fsevents.js",
|
|
"types": "fsevents.d.ts",
|
|
"os": [
|
|
"darwin"
|
|
],
|
|
"files": [
|
|
"fsevents.d.ts",
|
|
"fsevents.js",
|
|
"fsevents.node"
|
|
],
|
|
"engines": {
|
|
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "node-gyp clean && rm -f fsevents.node",
|
|
"build": "node-gyp clean && rm -f fsevents.node && node-gyp rebuild && node-gyp clean",
|
|
"test": "/bin/bash ./test.sh 2>/dev/null",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fsevents/fsevents.git"
|
|
},
|
|
"keywords": [
|
|
"fsevents",
|
|
"mac"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Philipp Dunkel",
|
|
"email": "pip@pipobscure.com"
|
|
},
|
|
{
|
|
"name": "Ben Noordhuis",
|
|
"email": "info@bnoordhuis.nl"
|
|
},
|
|
{
|
|
"name": "Elan Shankar",
|
|
"email": "elan.shanker@gmail.com"
|
|
},
|
|
{
|
|
"name": "Miroslav Bajtoš",
|
|
"email": "mbajtoss@gmail.com"
|
|
},
|
|
{
|
|
"name": "Paul Miller",
|
|
"url": "https://paulmillr.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fsevents/fsevents/issues"
|
|
},
|
|
"homepage": "https://github.com/fsevents/fsevents",
|
|
"devDependencies": {
|
|
"node-gyp": "^9.4.0"
|
|
}
|
|
}
|