• 常驻任务栏展示 CPU、内存、磁盘、GPU、网络 5 个维度的实时负载,点击即可查看详情和高占用进程
• 采样方式与 Windows 任务管理器保持一致,支持按进程查看资源占用,适合快速定位系统卡顿和异常负载
• 单文件 exe 分发,依赖 Windows 内置 .NET Framework,支持 Clash / Mihomo 代理流量统计,界面采用 Fluent 2 风格
https://github.com/linesoft2/TaskMonitor
- ❤️5
certificate_public_key_sha256)
smart=true / smart=1 来选择性下发 smart 策略组const { smart } = $options?._req?.query || {};
if (smart && JSON.parse(smart)) {
const config = ProxyUtils.yaml.safeLoad($content)
config['proxy-groups'] = config['proxy-groups'].map(group => ({
...group,
type: ['url-test'].includes(group.type) ? 'smart' : group.type
}));
$content = ProxyUtils.yaml.safeDump(config)
}