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: linkwarden
tags:
- 工具
- 书签
- 协作
- 开源
title: Linkwarden
description: Linkwarden 是一个自托管、开源的协作书签管理工具,支持网页归档、团队协作、全文搜索等功能。
additionalProperties:
key: linkwarden
name: Linkwarden
tags:
- 工具
- 书签
- 协作
- 开源
title: Linkwarden
description: Linkwarden 是一个自托管、开源的协作书签管理工具,支持网页归档、团队协作、全文搜索等功能。
additionalProperties:
key: linkwarden
name: Linkwarden
tags:
- 工具
- 书签
- 协作
- 开源
shortDescZh: Linkwarden 书签归档与协作工具
shortDescEn: Linkwarden - Collaborative Bookmark Manager
type: website
crossVersionUpdate: true
website: https://linkwarden.app
github: https://github.com/linkwarden/linkwarden
document: https://docs.linkwarden.app
shortDescZh: Linkwarden 书签归档与协作工具
shortDescEn: Linkwarden - Collaborative Bookmark Manager
description:
en: Linkwarden - Collaborative Bookmark Manager
zh: Linkwarden 书签归档与协作工具
type: website
crossVersionUpdate: true
website: https://linkwarden.app
github: https://github.com/linkwarden/linkwarden
document: https://docs.linkwarden.app