1
0

feat(apps): add description field to all application data files

- add english and chinese description fields to all application data files
- standardize yaml formatting and indentation across all files
- remove BOM characters from several files
- fix tag indentation in multiple files
- update architecture field formatting in DecoTV and wechat-selkies
- fix crossVersionUpdate value from False to false in gitlab applications
- improve description field formatting in billion-mail application
This commit is contained in:
pooneyy
2025-11-06 22:24:44 +08:00
parent 78d3faed29
commit 24ed5c9e9d
528 changed files with 1839 additions and 257 deletions

View File

@@ -1,24 +1,27 @@
name: Glance-Agent
tags:
- 实用工具
- 监控
- Dashboard
- Other
title: glance-agent
description: 为Glance Dashboard提供远程服务器监控数据采集API接口
additionalProperties:
key: glance-agent
name: Glance-Agent
tags:
- 实用工具
- 监控
- Dashboard
- Other
title: glance-agent
description: 为Glance Dashboard提供远程服务器监控数据采集API接口
additionalProperties:
key: glance-agent
name: Glance-Agent
tags:
- 实用工具
- 监控
- Dashboard
- Other
shortDescZh: 远程服务器监控数据采集agent
shortDescEn: Remote server monitoring data collection agent
type: tools
crossVersionUpdate: true
website: https://github.com/arch3rPro/Glance-Monitor
github: https://github.com/arch3rPro/Glance-Monitor
document: https://github.com/arch3rPro/Glance-Monitor/blob/main/server-status-agent/README.md
shortDescZh: 远程服务器监控数据采集agent
shortDescEn: Remote server monitoring data collection agent
description:
en: Remote server monitoring data collection agent
zh: 远程服务器监控数据采集agent
type: tools
crossVersionUpdate: true
website: https://github.com/arch3rPro/Glance-Monitor
github: https://github.com/arch3rPro/Glance-Monitor
document: https://github.com/arch3rPro/Glance-Monitor/blob/main/server-status-agent/README.md