加入指令数据统计,指令看板内容
This commit is contained in:
21
plugins/stats_collector/config.yaml
Normal file
21
plugins/stats_collector/config.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
# 统计收集器插件配置
|
||||
name: stats_collector
|
||||
description: 插件使用统计收集器
|
||||
version: 1.0.0
|
||||
author: Trae AI
|
||||
enabled: true
|
||||
|
||||
# 统计设置
|
||||
settings:
|
||||
# 是否记录详细日志
|
||||
debug_logging: false
|
||||
|
||||
# 统计保留天数
|
||||
retention_days: 90
|
||||
|
||||
# 是否统计系统插件
|
||||
include_system_plugins: true
|
||||
|
||||
# 排除的插件列表
|
||||
excluded_plugins:
|
||||
- stats_collector
|
||||
Reference in New Issue
Block a user