mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 14:40:34 +08:00
feat: 上架 JSON Hero (#1710)
This commit is contained in:
parent
2e649e2829
commit
0bd3fc483e
11
apps/jsonhero/README.md
Normal file
11
apps/jsonhero/README.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# JSON Hero
|
||||||
|
|
||||||
|
JSON Hero 为您提供了一个干净、美观且具有额外功能的用户界面,使您可以轻松阅读和理解 JSON 文件。
|
||||||
|
|
||||||
|
- 以您喜欢的任何方式查看 JSON:列视图、树视图、编辑器视图等
|
||||||
|
- 自动推断字符串的内容并提供有用的预览
|
||||||
|
- 创建推断的 JSON 模式,可用于验证您的 JSON
|
||||||
|
- 快速扫描相关值以检查边缘情况
|
||||||
|
- 搜索 JSON 文件(键和值)
|
||||||
|
- 键盘可访问
|
||||||
|
- 通过路径支持轻松共享 URL
|
19
apps/jsonhero/data.yml
Normal file
19
apps/jsonhero/data.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: JSON Hero
|
||||||
|
tags:
|
||||||
|
- 实用工具
|
||||||
|
title: 开源、美观的 Web JSON 浏览器
|
||||||
|
description: 开源、美观的 Web JSON 浏览器
|
||||||
|
additionalProperties:
|
||||||
|
key: jsonhero
|
||||||
|
name: JSON Hero
|
||||||
|
tags:
|
||||||
|
- Tool
|
||||||
|
shortDescZh: 开源、美观的 Web JSON 浏览器
|
||||||
|
shortDescEn: An open-source, beautiful JSON explorer
|
||||||
|
type: tool
|
||||||
|
crossVersionUpdate: true
|
||||||
|
limit: 0
|
||||||
|
recommend: 0
|
||||||
|
website: https://jsonhero.io
|
||||||
|
github: https://github.com/triggerdotdev/jsonhero-web
|
||||||
|
document: https://github.com/triggerdotdev/jsonhero-web
|
10
apps/jsonhero/latest/data.yml
Normal file
10
apps/jsonhero/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40178
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
14
apps/jsonhero/latest/docker-compose.yml
Normal file
14
apps/jsonhero/latest/docker-compose.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
services:
|
||||||
|
jsonhero:
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
image: henryclw/jsonhero-web:latest
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:8787
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
BIN
apps/jsonhero/logo.png
Normal file
BIN
apps/jsonhero/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 KiB |
Loading…
x
Reference in New Issue
Block a user