乐于分享
好东西不私藏

openclaw配置大全/注释

openclaw配置大全/注释
花了几天,终于把openclaw的全数配置弄清楚,这里共享给大家。

配置侧重点

  1. 多智能体并存
  2. 多智能体相互调用
  3. 飞书接收信息/编写飞书文档
  4. 上下文窗口自动清除
  5. 接收邮件/返回总结
  6. 高级命令可通过飞书审批
  7. 任务失败等,飞书通知
使用方法
  1. 使用的是环境变量,请大家自行替换为环境变量或直接修改为key
  2. 沙盒和删除系统等拦截,没有设定,需要的自行添加
  3. 根据个人需求,可以根据注释进行修改
  4. json不能存在注释,使用前自行去除
{  "meta": {    // 配置最后编辑版本标记    "lastTouchedVersion""2026.3.28",    // 配置最后修改UTC时间戳    "lastTouchedAt""2026-03-29T10:45:46.641Z"  },  "env": {    "shellEnv": {      // 启用Shell系统环境变量读取能力      "enabled"true    }  },  "logging": {    // 全局日志基础级别    "level""info",    // 日志文件本地持久化存储路径    "file""~/.openclaw/log/openclaw.log",    // 控制台输出日志级别    "consoleLevel""info",    // 控制台日志美化输出格式    "consoleStyle""pretty",    "redactSensitive""tools"  },  "auth": {    "profiles": {      // LongCat 主认证链路配置别名      "longcat-main": {        // 绑定模型厂商标识        "provider""longcat",        // 鉴权模式:API密钥模式        "mode""api_key",        // 前端展示别名        "displayName""LongCat"      }    },    "order": {      // LongCat 故障转移优先级队列:主实例+备用实例兜底      "longcat-failover": [        "[\"longcat-main\", \"longcat-backup\"]"      ]    }  },  "models": {    // 模型聚合模式:合并多提供商统一调度    "mode""merge",    "providers": {      // OpenRouter 全局中转服务商配置      "openrouter": {        "baseUrl""https://openrouter.ai/api/v1",        // 环境变量注入API密钥        "apiKey""${OPENROUTER_API_KEY}",        // 协议兼容:标准OpenAI补全接口        "api""openai-completions",        "headers": {          // 本地代理标记请求头          "X-Proxy""local"        },        // 自动携带鉴权Header        "authHeader"true,        // 小米MiMo系列模型池定义        "models": [          {            "id""xiaomi/mimo-v2-pro",            "name""MiMo V2 Pro (小米思考模型)",            "api""openai-completions",            // 开启深度推理链路            "reasoning"true,            // 仅支持文本输入模态            "input": ["text"],            "cost": {"input"0"output"0},            "contextWindow"32768,            "maxTokens"4096          },          {            "id""xiaomi/mimo-v2-omni",            "name""MiMo V2 Omni (小米全模态)",            "api""openai-completions",            "reasoning"false,            // 文本+图片多模态输入            "input": ["text""image"],            "cost": {"input"0"output"0},            "contextWindow"32768,            "maxTokens"4096          },          {            "id""xiaomi/mimo-v2-tts",            "name""MiMo V2 TTS (小米语音合成)",            "api""openai-completions",            "reasoning"false,            "input": ["text"],            "cost": {"input"0"output"0},            "contextWindow"8192,            "maxTokens"2096          }        ]      },      // LongCat 私有推理接口集群      "longcat": {        "baseUrl""https://api.longcat.chat/openai",        "apiKey""${LONGCAT_API_KEY}",        "api""openai-completions",        "headers": {"X-Proxy""local"},        "authHeader"true,        "models": [          {"id""LongCat-Flash-Chat","name""LongCat Flash Chat (通用对话)","api""openai-completions","reasoning"false,"input": ["text"],"cost": {"input"0,"output"0,"cacheRead"0,"cacheWrite"0},"contextWindow"262144,"maxTokens"8192},          {"id""LongCat-Flash-Thinking-2601","name""LongCat Flash Thinking (深度推理)","api""openai-completions","reasoning"true,"input": ["text"],"cost": {"input"0,"output"0,"cacheRead"0,"cacheWrite"0},"contextWindow"32000,"maxTokens"4096},          {"id""LongCat-Flash-Lite","name""LongCat Flash Lite (轻量高效)","api""openai-completions","reasoning"false,"input": ["text"],"cost": {"input"0,"output"0,"cacheRead"0,"cacheWrite"0},"contextWindow"32000,"maxTokens"4096},          {"id""LongCat-Flash-Omni-2603","name""LongCat Flash Omni (全模态)","api""openai-completions","reasoning"false,"input": ["text""image"],"cost": {"input"0,"output"0,"cacheRead"0,"cacheWrite"0},"contextWindow"32000,"maxTokens"4096}        ]      },      // 阿里百炼Dashscope兼容接口      "dashscope": {        "baseUrl""https://dashscope.aliyuncs.com/compatible-mode/v1",        "apiKey""${DASHSCOPE_API_KEY}",        "api""openai-completions",        "headers": {"X-Proxy""local"},        "authHeader"true,        "models": [          {            "id""Kimi-K2.5",            "name""Kimi K2.5 (深度思考模型)",            "api""openai-completions",            "reasoning"true,            "input": ["text""image"],            "cost": {"input"0,"output"0,"cacheRead"0,"cacheWrite"0},            "contextWindow"128000,            "maxTokens"8192          }        ]      },      // 智谱GLM编码推理服务商      "zai": {        "baseUrl""https://open.bigmodel.cn/api/coding/paas/v4",        "apiKey""${ZAI_API_KEY}",        "api""openai-completions",        "headers": {"X-Proxy""local"},        "authHeader"true,        "models": [          {"id""glm-5","name""GLM-5","reasoning"true,"input": ["text"],"cost": {"input"1,"output"3.2,"cacheRead"0.2,"cacheWrite"0},"contextWindow"202800,"maxTokens"131100},          {"id""glm-4.7-flash","name""GLM-4.7 Flash","reasoning"true,"input": ["text"],"cost": {"input"0.07,"output"0.4,"cacheRead"0,"cacheWrite"0},"contextWindow"200000,"maxTokens"131072}        ]      }    }  },  "agents": {    // Agent全局默认基础参数模板    "defaults": {      "model": {        // 主推理默认模型:LongCat深度思考版        "primary""longcat/LongCat-Flash-Thinking-2601",        // 多级故障回落备用模型队列        "fallbacks": ["openrouter/xiaomi/mimo-v2-pro","longcat/LongCat-Flash-Chat"]      },      "imageModel": {        // 图像理解固定全模态模型        "primary""longcat/LongCat-Flash-Omni-2603"      },      // 全局注册可用模型清单汇总      "models": {        "longcat/LongCat-Flash-Chat": {},        "longcat/LongCat-Flash-Thinking-2601": {},        "longcat/LongCat-Flash-Lite": {},        "longcat/LongCat-Flash-Omni-2603": {},        "openrouter/xiaomi/mimo-v2-pro": {},        "openrouter/xiaomi/mimo-v2-omni": {},        "dashscope/Kimi-K2.5": {},        "zai/glm-5": {},        "zai/glm-4.7-flash": {}      },      // Agent工作目录根路径      "workspace""~/.openclaw/workspace",      // 启动上下文最大加载字符限制      "bootstrapMaxChars"200000,      // 超长提示截断告警策略:始终提醒      "bootstrapPromptTruncationWarning""always",      // 系统时区:东八区北京时间      "userTimezone""Asia/Shanghai",      "timeFormat""auto",      // 会话耗时展示开启      "envelopeElapsed""on",      // 基础上下文Token配额      "contextTokens"12288,      "memorySearch": {        // 记忆检索额外文档目录挂载        "extraPaths": ["../team-docs","/srv/shared-notes"],        // 向量嵌入服务商:Gemini        "provider""gemini",        "remote": {"apiKey""${GEMINI_API_KEY}"},        "model""gemini-embedding-001"      },      "contextPruning": {        // 上下文裁剪关闭,完整保留会话        "mode""off",        "ttl""86400",        "keepLastAssistants"1,        "softTrimRatio"0.7,        "hardClearRatio"0.8,        "minPrunableToolChars"100,        "hardClear": {"enabled"true,"placeholder""[历史消息已清理]"}      },      // 默认思考深度:中等      "thinkingDefault""medium",      // 详细日志默认开启      "verboseDefault""on",      // 高权限操作默认放行      "elevatedDefault""on",      // 流式输出阻塞默认关闭      "blockStreamingDefault""off",      "blockStreamingBreak""text_end",      "blockStreamingChunk": {"minChars"100,"maxChars"500,"breakPreference""paragraph"},      "blockStreamingCoalesce": {"idleMs"1000},      "humanDelay": {"mode""off"},      // 全局请求超时秒数      "timeoutSeconds"6000,      // 媒体文件最大限制MB      "mediaMaxMb"5,      "typingIntervalSeconds"2,      "typingMode""message",      // 最大并发Agent实例数      "maxConcurrent"5,      "subagents": {        // 子代理嵌套最大深度        "maxSpawnDepth"1,        // 单父代理最大子节点数量        "maxChildrenPerAgent"5,        // 闲置会话归档超时分钟        "archiveAfterMinutes"60,        "model": {"primary""longcat/LongCat-Flash-Thinking-2601","fallbacks": ["longcat/LongCat-Flash-Lite"]},        "thinking""medium",        "runTimeoutSeconds"600,        "announceTimeoutMs"5000      },      // 沙箱安全隔离配置      "sandbox": {        "mode""off",        "perSession"true,        "workspaceRoot""~/.openclaw/sandboxes",        "docker": {"image""openclaw-sandbox:bookworm-slim","workdir""/workspace","readOnlyRoot"true,"tmpfs": ["/tmp","/var/tmp","/run"],"network""none","user""0:0"},        "browser": {"enabled"true}      }    },    // 自定义业务Agent实例列表    "list": [      {        "id""main",        "identity": {          // 助手展示昵称          "name""老余",          // 人设风格定义          "theme""专业严谨,简洁高效,不废话,直奔主题",          "emoji""🦞"        },        "groupChat": {          // 群聊唤醒@匹配规则          "mentionPatterns": ["@老余"]        },        "tools": {          // 工具权限基线:编码开发权限集          "profile""coding",          // 额外放行飞书全系列多维表格/文档/会话权限          "alsoAllow": ["canvas","message","agents_list","feishu_bitable_create_app","feishu_bitable_create_field","feishu_bitable_create_record","feishu_bitable_get_meta","feishu_bitable_get_record","feishu_bitable_list_fields","feishu_bitable_list_records","feishu_bitable_update_record","feishu_chat","feishu_doc","feishu_drive","feishu_wiki"]        }      }    ]  },  "tools": {    // 全局工具基础权限模板    "profile""coding",    // 系统读写/执行补丁基础能力放行    "allow": ["exec","process","read","write","edit","apply_patch"],    "deny": [],    "web": {"search": {"enabled"true,"provider""duckduckgo"}},    "media": {      "concurrency"1,      "audio": {"enabled"true,"maxBytes"20971520,"timeoutSeconds"120,"models": [{"provider""openai","model""gpt-4o-mini-transcribe"}]},      "video": {"enabled"true,"maxBytes"52428800,"models": [{"provider""google","model""gemini-3-flash-preview"}]}    },    "links": {"enabled"true,"maxLinks"10,"timeoutSeconds"10,"models": [{"type""cli","command""longcat/LongCat-Flash-Lite","args": [],"timeoutSeconds"20},{"type""cli","command""longcat/LongCat-Flash-Omni-2603","timeoutSeconds"60}]},    "sessions": {"visibility""tree"},    // 循环调用死链检测防护    "loopDetection": {"enabled"true,"historySize"30,"warningThreshold"10,"criticalThreshold"20,"globalCircuitBreakerThreshold"30},    "agentToAgent": {"enabled"true,"allow": []},    // 高权限操作白名单(飞书指定用户ID,敏感已留存结构)    "elevated": {      "enabled"true,      "allowFrom": {        "feishu": ["ou_xxxxxxxxxxxxxxxxxxxxxxxx"]      }    },    "exec": {"ask""always","backgroundMs"30000,"timeoutSec"900,"cleanupMs"900000,"notifyOnExit"true}  },  "messages": {    // 全局消息统一前缀标识    "messagePrefix""[openclaw]",    // 回复个性化Emoji前缀    "responsePrefix""🦞",    "groupChat": {"mentionPatterns": ["@老余"],"historyLimit"30},    "queue": {"mode""collect","byChannel": {"whatsapp""collect","telegram""collect","discord""collect","slack""collect","signal""collect","imessage""collect","webchat""collect"},"debounceMs"2000,"cap"10,"drop""summarize"},    "ackReaction""✅",    "ackReactionScope""group-mentions"  },  "commands": {"native""auto","nativeSkills"true,"bashForegroundMs"2000,"restart"true,"ownerDisplay""raw"},  "approvals": {    // 执行操作人工审批流绑定飞书指定人员    "exec": {"enabled"true,"mode""both","sessionFilter": [],"targets": [{"channel""@openclaw/feishu","to""ou_xxxxxxxxxxxxxxxxxxxxxxxx"}]},    // 插件加载审批流同账号权限    "plugin": {"enabled"true,"mode""both","targets": [{"channel""@openclaw/feishu","to""ou_xxxxxxxxxxxxxxxxxxxxxxxx"}]}  },  "session": {    "scope""per-sender","dmScope""per-channel-peer","resetTriggers": ["/new","/reset"],"idleMinutes"30,"reset": {"mode""idle","atHour"3,"idleMinutes"120},"resetByChannel": {"discord": {"mode""idle","idleMinutes"10080}},"store""~/.openclaw/agents/default/sessions/sessions.json","typingIntervalSeconds"5,"typingMode""instant","parentForkMaxTokens"8192,"sendPolicy": {"default""allow","rules": [{"action""allow","match": {"channel""discord","chatType""group"}}]},"agentToAgent": {"maxPingPongTurns"5},"maintenance": {"mode""warn","pruneAfter""30d","maxEntries"1000,"rotateBytes""100mb","maxDiskBytes""500mb"}}  },  "cron": {    // 定时任务调度总开关    "enabled"true,    "store""~/.openclaw/cron/cron.json",    "maxConcurrentRuns"2,    "retry": {"backoffMs": [30000,60000,300000]},    "runLog": {"maxBytes"2000000,"keepLines"20000},    // 定时失败告警推送指定飞书用户    "failureAlert": {"enabled"true,"after"1,"cooldownMs"300000,"mode""announce","accountId""ou_xxxxxxxxxxxxxxxxxxxxxxxx"},    "failureDestination": {"channel""@openclaw/feishu","to""ou_xxxxxxxxxxxxxxxxxxxxxxxx","mode""announce"}  },  "hooks": {    // WebHook回调总开关    "enabled"true,    "path""/hooks",    // 原固定密钥占位替换    "token""[HOOK_SECRET_PLACEHOLDER]",    "allowedAgentIds": [],    "presets": ["gmail"],    "transformsDir""~/.openclaw/hooks/transforms",    "mappings": [{"id""qqmail-hook","match": {"path""qqmail"},"action""agent","wakeMode""now","name""QQ邮箱","sessionKey""hook:qqmail:{{messages[0].id}}","messageTemplate""📩 新邮件来自:{{messages[0].from}}\n📝 主题:{{messages[0].subject}}","textTemplate""{{messages[0].snippet}}","deliver"true,"channel""last","to""ou_xxxxxxxxxxxxxxxxxxxxxxxx","thinking""low","timeoutSeconds"300,"transform": {"module""./transforms/gmail.js","export""transformGmail"}}],    "gmail": {      // QQ邮箱账号掩码留存结构      "account""xxx@qq.com",      "label""INBOX",      "topic""projects/<project-id>/topics/gog-gmail-watch",      "subscription""gog-gmail-watch-push",      // 推送令牌      "pushToken""[GMAIL_PUSH_TOKEN_PLACEHOLDER]",      "hookUrl""http://127.0.0.1:18789/hooks/gmail",      "includeBody"true,"maxBytes"20000,"renewEveryMinutes"720,"serve": {"bind""127.0.0.1","port"8788,"path""/"},"tailscale": {"mode""funnel","path""/gmail-pubsub"}    },    "internal": {"enabled"true,"entries": {"boot-md": {"enabled"true},"command-logger": {"enabled"true},"session-memory": {"enabled"true}}}  },  "channels": {    // 飞书多维表格/会话深度集成通道配置    "feishu": {      "appId""${FEISHU_APP_ID}",      "appSecret""${FEISHU_APP_SECRET}",      "dmPolicy""pairing",      "allowFrom": ["ou_xxxxxxxxxxxxxxxxxxxxxxxx"],      "groupPolicy""allowlist",      "groupAllowFrom": ["ou_xxxxxxxxxxxxxxxxxxxxxxxx"],      "groups": {"*": {"requireMention"true}},"domain""feishu","connectionMode""websocket","webhookPath""/feishu/events","reactionNotifications""own","typingIndicator"true,"resolveSenderNames"true    }  },  "gateway": {    // 本地网关监听端口    "port"18789,    "mode""local","bind""loopback","controlUi": {"enabled"true,"basePath""/openclaw"},    "auth": {      "mode""token",      // 网关管理密钥占位      "token""[GATEWAY_AUTH_TOKEN_PLACEHOLDER]",      "allowTailscale"true    },    "channelHealthCheckMinutes"5,"channelStaleEventThresholdMinutes"15,"channelMaxRestartsPerHour"5,"tailscale": {"mode""serve","resetOnExit"true},    "remote": {      // 远程链路身份      "url""ws://gateway.tailnet:18789",      "transport""ssh",      "token""[REMOTE_GW_TOKEN_PLACEHOLDER]",      "sshTarget""[SSH_USER_HOST_PLACEHOLDER]"    },    "reload": {"mode""hybrid","debounceMs"300},"http": {"securityHeaders": {"strictTransportSecurity""max-age=31536000; includeSubDomains"}},"nodes": {"denyCommands": []}  },  "memory": {"backend""builtin","citations""on"},  "skills": {"allowBundled": ["gemini","peekaboo"],"load": {"extraDirs": ["~/Projects/agent-scripts/skills"],"watch"true,"watchDebounceMs"500},"install": {"preferBrew"true,"nodeManager""npm"},"limits": {"maxCandidatesPerRoot"5,"maxSkillsLoadedPerSource"10,"maxSkillsInPrompt"10,"maxSkillsPromptChars"2048,"maxSkillFileBytes"3145728}},  "plugins": {"entries": {"feishu": {"enabled"true,"config": {}}}}}
基本 文件 流程 错误 SQL 调试
  1. 请求信息 : 2026-03-30 05:28:30 HTTP/1.1 GET : https://www.yeyulingfeng.com/a/491673.html
  2. 运行时间 : 0.091107s [ 吞吐率:10.98req/s ] 内存消耗:4,771.72kb 文件加载:145
  3. 缓存信息 : 0 reads,0 writes
  4. 会话信息 : SESSION_ID=386d0f119e035eeba18f7ae205bf19d6
  1. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/public/index.php ( 0.79 KB )
  2. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/autoload.php ( 0.17 KB )
  3. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/autoload_real.php ( 2.49 KB )
  4. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/platform_check.php ( 0.90 KB )
  5. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/ClassLoader.php ( 14.03 KB )
  6. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/composer/autoload_static.php ( 6.05 KB )
  7. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/helper.php ( 8.34 KB )
  8. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-validate/src/helper.php ( 2.19 KB )
  9. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/ralouphie/getallheaders/src/getallheaders.php ( 1.60 KB )
  10. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/helper.php ( 1.47 KB )
  11. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/stubs/load_stubs.php ( 0.16 KB )
  12. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Exception.php ( 1.69 KB )
  13. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-container/src/Facade.php ( 2.71 KB )
  14. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/deprecation-contracts/function.php ( 0.99 KB )
  15. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.26 KB )
  16. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/polyfill-mbstring/bootstrap80.php ( 9.78 KB )
  17. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/var-dumper/Resources/functions/dump.php ( 1.49 KB )
  18. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-dumper/src/helper.php ( 0.18 KB )
  19. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/symfony/var-dumper/VarDumper.php ( 4.30 KB )
  20. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/guzzlehttp/guzzle/src/functions_include.php ( 0.16 KB )
  21. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/guzzlehttp/guzzle/src/functions.php ( 5.54 KB )
  22. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/App.php ( 15.30 KB )
  23. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-container/src/Container.php ( 15.76 KB )
  24. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/container/src/ContainerInterface.php ( 1.02 KB )
  25. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/provider.php ( 0.19 KB )
  26. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Http.php ( 6.04 KB )
  27. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/helper/Str.php ( 7.29 KB )
  28. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Env.php ( 4.68 KB )
  29. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/common.php ( 0.03 KB )
  30. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/helper.php ( 18.78 KB )
  31. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Config.php ( 5.54 KB )
  32. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/alipay.php ( 3.59 KB )
  33. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/facade/Env.php ( 1.67 KB )
  34. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/app.php ( 0.95 KB )
  35. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/cache.php ( 0.78 KB )
  36. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/console.php ( 0.23 KB )
  37. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/cookie.php ( 0.56 KB )
  38. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/database.php ( 2.48 KB )
  39. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/filesystem.php ( 0.61 KB )
  40. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/lang.php ( 0.91 KB )
  41. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/log.php ( 1.35 KB )
  42. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/middleware.php ( 0.19 KB )
  43. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/route.php ( 1.89 KB )
  44. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/session.php ( 0.57 KB )
  45. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/trace.php ( 0.34 KB )
  46. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/config/view.php ( 0.82 KB )
  47. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/event.php ( 0.25 KB )
  48. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Event.php ( 7.67 KB )
  49. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/service.php ( 0.13 KB )
  50. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/AppService.php ( 0.26 KB )
  51. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Service.php ( 1.64 KB )
  52. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Lang.php ( 7.35 KB )
  53. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/lang/zh-cn.php ( 13.70 KB )
  54. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/initializer/Error.php ( 3.31 KB )
  55. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/initializer/RegisterService.php ( 1.33 KB )
  56. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/services.php ( 0.14 KB )
  57. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/service/PaginatorService.php ( 1.52 KB )
  58. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/service/ValidateService.php ( 0.99 KB )
  59. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/service/ModelService.php ( 2.04 KB )
  60. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-trace/src/Service.php ( 0.77 KB )
  61. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Middleware.php ( 6.72 KB )
  62. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/initializer/BootService.php ( 0.77 KB )
  63. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/Paginator.php ( 11.86 KB )
  64. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-validate/src/Validate.php ( 63.20 KB )
  65. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/Model.php ( 23.55 KB )
  66. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/Attribute.php ( 21.05 KB )
  67. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/AutoWriteData.php ( 4.21 KB )
  68. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/Conversion.php ( 6.44 KB )
  69. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/DbConnect.php ( 5.16 KB )
  70. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/ModelEvent.php ( 2.33 KB )
  71. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/concern/RelationShip.php ( 28.29 KB )
  72. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/contract/Arrayable.php ( 0.09 KB )
  73. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/contract/Jsonable.php ( 0.13 KB )
  74. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/model/contract/Modelable.php ( 0.09 KB )
  75. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Db.php ( 2.88 KB )
  76. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/DbManager.php ( 8.52 KB )
  77. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Log.php ( 6.28 KB )
  78. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Manager.php ( 3.92 KB )
  79. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/log/src/LoggerTrait.php ( 2.69 KB )
  80. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/log/src/LoggerInterface.php ( 2.71 KB )
  81. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Cache.php ( 4.92 KB )
  82. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/psr/simple-cache/src/CacheInterface.php ( 4.71 KB )
  83. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/helper/Arr.php ( 16.63 KB )
  84. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/cache/driver/File.php ( 7.84 KB )
  85. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/cache/Driver.php ( 9.03 KB )
  86. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/CacheHandlerInterface.php ( 1.99 KB )
  87. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/Request.php ( 0.09 KB )
  88. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Request.php ( 55.78 KB )
  89. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/middleware.php ( 0.25 KB )
  90. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Pipeline.php ( 2.61 KB )
  91. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-trace/src/TraceDebug.php ( 3.40 KB )
  92. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/middleware/SessionInit.php ( 1.94 KB )
  93. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Session.php ( 1.80 KB )
  94. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/session/driver/File.php ( 6.27 KB )
  95. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/SessionHandlerInterface.php ( 0.87 KB )
  96. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/session/Store.php ( 7.12 KB )
  97. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Route.php ( 23.73 KB )
  98. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/RuleName.php ( 5.75 KB )
  99. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/Domain.php ( 2.53 KB )
  100. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/RuleGroup.php ( 22.43 KB )
  101. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/Rule.php ( 26.95 KB )
  102. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/RuleItem.php ( 9.78 KB )
  103. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/route/app.php ( 3.94 KB )
  104. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/facade/Route.php ( 4.70 KB )
  105. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/dispatch/Controller.php ( 4.74 KB )
  106. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/route/Dispatch.php ( 10.44 KB )
  107. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/controller/Index.php ( 9.68 KB )
  108. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/BaseController.php ( 2.05 KB )
  109. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/facade/Db.php ( 0.93 KB )
  110. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/connector/Mysql.php ( 5.44 KB )
  111. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/PDOConnection.php ( 52.47 KB )
  112. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/Connection.php ( 8.39 KB )
  113. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/ConnectionInterface.php ( 4.57 KB )
  114. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/builder/Mysql.php ( 16.58 KB )
  115. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/Builder.php ( 24.06 KB )
  116. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/BaseBuilder.php ( 27.50 KB )
  117. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/Query.php ( 15.71 KB )
  118. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/BaseQuery.php ( 45.13 KB )
  119. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/TimeFieldQuery.php ( 7.43 KB )
  120. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/AggregateQuery.php ( 3.26 KB )
  121. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/ModelRelationQuery.php ( 20.07 KB )
  122. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/ParamsBind.php ( 3.66 KB )
  123. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/ResultOperation.php ( 7.01 KB )
  124. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/WhereQuery.php ( 19.37 KB )
  125. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/JoinAndViewQuery.php ( 7.11 KB )
  126. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/TableFieldInfo.php ( 2.63 KB )
  127. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-orm/src/db/concern/Transaction.php ( 2.77 KB )
  128. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/log/driver/File.php ( 5.96 KB )
  129. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/LogHandlerInterface.php ( 0.86 KB )
  130. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/log/Channel.php ( 3.89 KB )
  131. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/event/LogRecord.php ( 1.02 KB )
  132. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-helper/src/Collection.php ( 16.47 KB )
  133. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/facade/View.php ( 1.70 KB )
  134. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/View.php ( 4.39 KB )
  135. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/app/controller/Es.php ( 3.30 KB )
  136. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Response.php ( 8.81 KB )
  137. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/response/View.php ( 3.29 KB )
  138. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/Cookie.php ( 6.06 KB )
  139. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-view/src/Think.php ( 8.38 KB )
  140. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/framework/src/think/contract/TemplateHandlerInterface.php ( 1.60 KB )
  141. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-template/src/Template.php ( 46.61 KB )
  142. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-template/src/template/driver/File.php ( 2.41 KB )
  143. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-template/src/template/contract/DriverInterface.php ( 0.86 KB )
  144. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/runtime/temp/c935550e3e8a3a4c27dd94e439343fdf.php ( 31.80 KB )
  145. /yingpanguazai/ssd/ssd1/www/wwww.yeyulingfeng.com/vendor/topthink/think-trace/src/Html.php ( 4.42 KB )
  1. CONNECT:[ UseTime:0.000737s ] mysql:host=127.0.0.1;port=3306;dbname=wenku;charset=utf8mb4
  2. SHOW FULL COLUMNS FROM `fenlei` [ RunTime:0.000606s ]
  3. SELECT * FROM `fenlei` WHERE `fid` = 0 [ RunTime:0.000290s ]
  4. SELECT * FROM `fenlei` WHERE `fid` = 63 [ RunTime:0.000301s ]
  5. SHOW FULL COLUMNS FROM `set` [ RunTime:0.000503s ]
  6. SELECT * FROM `set` [ RunTime:0.000200s ]
  7. SHOW FULL COLUMNS FROM `article` [ RunTime:0.000631s ]
  8. SELECT * FROM `article` WHERE `id` = 491673 LIMIT 1 [ RunTime:0.000920s ]
  9. UPDATE `article` SET `lasttime` = 1774819710 WHERE `id` = 491673 [ RunTime:0.006211s ]
  10. SELECT * FROM `fenlei` WHERE `id` = 64 LIMIT 1 [ RunTime:0.000301s ]
  11. SELECT * FROM `article` WHERE `id` < 491673 ORDER BY `id` DESC LIMIT 1 [ RunTime:0.000456s ]
  12. SELECT * FROM `article` WHERE `id` > 491673 ORDER BY `id` ASC LIMIT 1 [ RunTime:0.001960s ]
  13. SELECT * FROM `article` WHERE `id` < 491673 ORDER BY `id` DESC LIMIT 10 [ RunTime:0.000642s ]
  14. SELECT * FROM `article` WHERE `id` < 491673 ORDER BY `id` DESC LIMIT 10,10 [ RunTime:0.000860s ]
  15. SELECT * FROM `article` WHERE `id` < 491673 ORDER BY `id` DESC LIMIT 20,10 [ RunTime:0.002038s ]
0.092871s