refactor(localApps): 为多个应用添加 WebSite 标签并移除 Tool 标签
- 在 siyuan、sun-panel、syncthing、xunlei 和 zerotier-planet 的 data.yml 文件中添加 WebSite 标签 - 从上述应用的 data.yml 文件中移除 Tool 标签
This commit is contained in:
parent
9fd59b6115
commit
de6b248e29
|
|
@ -7,6 +7,7 @@ additionalProperties:
|
|||
key: siyuan
|
||||
name: 思源笔记 SiYuan
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 一款隐私优先的个人知识管理系统
|
||||
shortDescEn: A privacy-first personal knowledge management system
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ additionalProperties:
|
|||
key: sun-panel
|
||||
name: Sun Panel
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 一个服务器、NAS导航面板、Homepage、浏览器首页
|
||||
shortDescEn: A server, NAS navigation panel, Homepage, Browser homepage
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ additionalProperties:
|
|||
key: syncthing
|
||||
name: Syncthing
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 开源的文件同步客户端与服务器软件
|
||||
shortDescEn: Open source file synchronization client and server software
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ additionalProperties:
|
|||
key: xunlei
|
||||
name: 迅雷
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 提取自群晖平台的迅雷下载套件
|
||||
shortDescEn: Thunder download kit extracted from Synology platform
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ additionalProperties:
|
|||
key: zerotier-planet
|
||||
name: Zerotier Planet
|
||||
tags:
|
||||
- WebSite
|
||||
- Tool
|
||||
shortDescZh: 创建和管理虚拟软件定义网络
|
||||
shortDescEn: Create and manage virtual software-defined networks
|
||||
|
|
|
|||
Loading…
Reference in New Issue