fix(telegram): preserve rich table styling · openclaw/openclaw@2e12408
zhangguiping
·
2026-06-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -131,7 +131,7 @@ const defaultPublicDeprecatedExportsByEntrypointBudget = Object.freeze({
|
131 | 131 | "ssrf-policy": 1, |
132 | 132 | "ssrf-runtime": 1, |
133 | 133 | "media-runtime": 2, |
134 | | -"text-runtime": 189, |
| 134 | +"text-runtime": 190, |
135 | 135 | "agent-runtime": 7, |
136 | 136 | "plugin-runtime": 13, |
137 | 137 | "channel-secret-runtime": 23, |
@@ -206,7 +206,7 @@ try {
|
206 | 206 | publicFunctionExports: readBudgetEnv("OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_FUNCTION_EXPORTS", 5210), |
207 | 207 | publicDeprecatedExports: readBudgetEnv( |
208 | 208 | "OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_DEPRECATED_EXPORTS", |
209 | | -3247, |
| 209 | +3248, |
210 | 210 | ), |
211 | 211 | publicWildcardReexports: readBudgetEnv( |
212 | 212 | "OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_WILDCARD_REEXPORTS", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。