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
|
key: siyuan
|
||||||
name: 思源笔记 SiYuan
|
name: 思源笔记 SiYuan
|
||||||
tags:
|
tags:
|
||||||
|
- WebSite
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 一款隐私优先的个人知识管理系统
|
shortDescZh: 一款隐私优先的个人知识管理系统
|
||||||
shortDescEn: A privacy-first personal knowledge management system
|
shortDescEn: A privacy-first personal knowledge management system
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ additionalProperties:
|
||||||
key: sun-panel
|
key: sun-panel
|
||||||
name: Sun Panel
|
name: Sun Panel
|
||||||
tags:
|
tags:
|
||||||
|
- WebSite
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 一个服务器、NAS导航面板、Homepage、浏览器首页
|
shortDescZh: 一个服务器、NAS导航面板、Homepage、浏览器首页
|
||||||
shortDescEn: A server, NAS navigation panel, Homepage, Browser homepage
|
shortDescEn: A server, NAS navigation panel, Homepage, Browser homepage
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ additionalProperties:
|
||||||
key: syncthing
|
key: syncthing
|
||||||
name: Syncthing
|
name: Syncthing
|
||||||
tags:
|
tags:
|
||||||
|
- WebSite
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 开源的文件同步客户端与服务器软件
|
shortDescZh: 开源的文件同步客户端与服务器软件
|
||||||
shortDescEn: Open source file synchronization client and server software
|
shortDescEn: Open source file synchronization client and server software
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ additionalProperties:
|
||||||
key: xunlei
|
key: xunlei
|
||||||
name: 迅雷
|
name: 迅雷
|
||||||
tags:
|
tags:
|
||||||
|
- WebSite
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 提取自群晖平台的迅雷下载套件
|
shortDescZh: 提取自群晖平台的迅雷下载套件
|
||||||
shortDescEn: Thunder download kit extracted from Synology platform
|
shortDescEn: Thunder download kit extracted from Synology platform
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@ additionalProperties:
|
||||||
key: zerotier-planet
|
key: zerotier-planet
|
||||||
name: Zerotier Planet
|
name: Zerotier Planet
|
||||||
tags:
|
tags:
|
||||||
|
- WebSite
|
||||||
- Tool
|
- Tool
|
||||||
shortDescZh: 创建和管理虚拟软件定义网络
|
shortDescZh: 创建和管理虚拟软件定义网络
|
||||||
shortDescEn: Create and manage virtual software-defined networks
|
shortDescEn: Create and manage virtual software-defined networks
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue