mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-17 23:51:03 +08:00
- 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
18 lines
622 B
YAML
18 lines
622 B
YAML
additionalProperties:
|
|
key: cyberchef
|
|
name: CyberChef
|
|
tags:
|
|
- WebSite
|
|
- Local
|
|
shortDescZh: 一个用于加密、编码、压缩和数据分析的网页应用程序
|
|
shortDescEn: a web app for encryption, encoding, compression and data analysis
|
|
description:
|
|
en: a web app for encryption, encoding, compression and data analysis
|
|
zh: 一个用于加密、编码、压缩和数据分析的网页应用程序
|
|
type: website
|
|
crossVersionUpdate: true
|
|
limit: 0
|
|
website: https://github.com/gchq/CyberChef/
|
|
github: https://github.com/gchq/CyberChef/
|
|
document: https://github.com/gchq/CyberChef/
|