惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

WordPress大学
WordPress大学
T
Threatpost
阮一峰的网络日志
阮一峰的网络日志
美团技术团队
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
月光博客
月光博客
V
Visual Studio Blog
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
Jina AI
Jina AI
J
Java Code Geeks
Martin Fowler
Martin Fowler
大猫的无限游戏
大猫的无限游戏
Recorded Future
Recorded Future
C
Check Point Blog
腾讯CDC
N
Netflix TechBlog - Medium
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
Hacker News: Ask HN
Hacker News: Ask HN
SecWiki News
SecWiki News
博客园 - Franky
Hacker News - Newest:
Hacker News - Newest: "LLM"
N
News | PayPal Newsroom
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
S
Security @ Cisco Blogs
W
WeLiveSecurity
The Last Watchdog
The Last Watchdog
Cloudbric
Cloudbric
F
Full Disclosure
The Cloudflare Blog
Y
Y Combinator Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
S
Schneier on Security
Schneier on Security
Schneier on Security
Spread Privacy
Spread Privacy
L
LINUX DO - 热门话题
AI
AI
N
News and Events Feed by Topic
T
Tor Project blog
P
Palo Alto Networks Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
G
Google Developers Blog

博客园 - 木古白水

云之家流程转已办 多选基础基础资料过滤列表将已选择数据排在最前面 排查是否由用户或应用程序发起的关机 解决SCADA服务器开机不久后会自动关机的问题 其他出库单表单界面下推选不到资产卡片 新鸿鹰采购订单可以超数量反写采购申请单 EXCEL设置单元格的枚举范围 登录协同开发平台提示“链接协同开发服务失败,请检查您的网络” 修改VS快捷键方案 云之家“待审批”存在任务,与ERP不同步 费用申请单明细中有部分6行数据无法下推费用报销单,但前端列表数据都显示未下推。 标准功能【自动高度】在云之家无效,需要手工计算动态高度 生产订单执行结案失败,提示下游单据存在单据日期晚于当前系统日期的单 Ubuntu查询剩余空间 自定义移动单据【单据详情】的复制来源 卸载openclaw 视图会影响[节点配置]中的字段列表, 若字段设置列表不可见, 查看不可见, 则无法配置, 若字段标识未配置, 则无法配置必填. VS 中查看重载方法的 Ctrl + Shift + Space快捷键失效 检查基础资料引用增加BaseDataRefList无效 判断物料是否被使用 正式环境【消息配置】无效,未发送消息 监控方案启动失败 销售订单转换生产订单,配置分录合并,数量没有累加 使用QQ消息渠道操作openclaw反应很慢 查看openclaw所有版本 openclaw删除QQ消息渠道(channels)报错: TypeError: (0 , _pluginSdk.deleteAccountFromConfigSection) is not a function 查询以及修改npm为国内镜像 openclaw升级3.23版本后增加QQ消息渠道报错:Unknown channel: qqbot openclaw安装QQ插件错误提示:Also not a valid hook pack: Error: package.json missing openclaw.hooks openclaw安装QQ插件报错:npm install failed
openclaw执行命令时提示:plugins.allow is empty
木古白水 · 2026-03-25 · via 博客园 - 木古白水

提示:

[plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: openclaw-qqbot (C:\Users\HUAXIN\.openclaw\extensions\openclaw-qqbot\dist\index.js). Set plugins.allow to explicit trusted ids.

解决:

修改openclaw.json配置文件在plugins 添加

"allow": [

"openclaw-qqbot",
"qwen-portal-auth"
],

如下图

image