feat: Optimize application types
This commit is contained in:
parent
dcd3a81fec
commit
400b2bfeb2
|
|
@ -1,19 +1,19 @@
|
|||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
label:
|
||||
en: Web Port
|
||||
ja: ウェブポート
|
||||
ms: Port Web
|
||||
pt-br: Porta Web
|
||||
ru: Веб-порт
|
||||
ko: 웹 포트
|
||||
zh: HTTP 端口
|
||||
zh-Hant: HTTP 埠
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
formFields:
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
label:
|
||||
en: Web Port
|
||||
ja: ウェブポート
|
||||
ms: Port Web
|
||||
pt-br: Porta Web
|
||||
ru: Веб-порт
|
||||
ko: 웹 포트
|
||||
zh: HTTP 端口
|
||||
zh-Hant: HTTP 埠
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
md:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: doocs/md:2.0.2
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
restart: always
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
<div align="center">
|
||||
|
||||
[](https://github.com/doocs/md)
|
||||
|
||||
</div>
|
||||
|
||||
## 项目介绍
|
||||
|
||||
Markdown 文档自动即时渲染为微信图文,让你不再为微信内容排版而发愁!只要你会基本的 Markdown 语法,就能做出一篇样式简洁而又美观大方的微信图文。
|
||||
|
|
@ -22,4 +16,4 @@ Markdown 文档自动即时渲染为微信图文,让你不再为微信内容
|
|||
## 注意事项
|
||||
|
||||
1. 如果你使用了某些浏览器脚本修改了网页背景色,可能导致渲染后的内容出现背景色分块的现象。
|
||||
2. 某些浏览器插件,会对内容样式造成破坏。现象是:复制粘贴到公众号后台内容,点击保存时,样式丢失。
|
||||
2. 某些浏览器插件,会对内容样式造成破坏。现象是:复制粘贴到公众号后台内容,点击保存时,样式丢失。
|
||||
|
|
|
|||
|
|
@ -1,26 +1,31 @@
|
|||
name: WeChat Markdown Editor
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 微信 Markdown 编辑器
|
||||
description:
|
||||
en: A highly concise WeChat Markdown editor
|
||||
zh: 一款高度简洁的微信 Markdown 编辑器
|
||||
zh-Hant: 一款高度簡潔的微信 Markdown 編輯器
|
||||
ja: 非常にシンプルな微信Markdownエディター
|
||||
ms: Editor Markdown WeChat yang sangat ringkas
|
||||
pt-br: Um editor de Markdown altamente conciso para o WeChat
|
||||
ru: Очень простой редактор Markdown для WeChat
|
||||
ko: 매우 간결한 위챗 마크다운 편집기
|
||||
title: 一款高度简洁的微信 Markdown 编辑器
|
||||
description: 一款高度简洁的微信 Markdown 编辑器
|
||||
additionalProperties:
|
||||
crossVersionUpdate: true
|
||||
document: https://github.com/doocs/md
|
||||
github: https://github.com/doocs/md
|
||||
key: WeChatMarkdownEditor
|
||||
limit: 0
|
||||
name: WeChat Markdown Editor
|
||||
shortDescEn: A highly concise WeChat Markdown editor
|
||||
shortDescZh: 一款高度简洁的微信 Markdown 编辑器
|
||||
tags:
|
||||
- Tool
|
||||
type: tool
|
||||
shortDescEn: WeChat Markdown Editor
|
||||
shortDescZh: 一款高度简洁的微信 Markdown 编辑器
|
||||
description:
|
||||
en: WeChat Markdown Editor
|
||||
ja: 非常シンプルなWeChat Markdownエディタ
|
||||
ms: Sunting Markdown WeChat yang sangat ringkas
|
||||
pt-br: Um editor Markdown do WeChat altamente simplificado
|
||||
ru: Высокосжатый редактор Markdown WeChat
|
||||
ko: 간결한 WeChat Markdown 편집기
|
||||
zh-Hant: 一款高度簡潔的微信 Markdown 編輯器
|
||||
zh: 一款高度简洁的微信 Markdown 编辑器
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://md.doocs.org/
|
||||
github: https://github.com/doocs/md
|
||||
document: https://github.com/doocs/md
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Tool
|
||||
shortDescZh: 一款简洁的自托管评论系统
|
||||
shortDescEn: A concise self hosted comment system
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
|||
ko: 간단하고 가벼운 서버 모니터링
|
||||
zh-Hant: 簡單輕量的伺服器監控
|
||||
zh: 轻量易用的服务器监控
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Tool
|
||||
shortDescZh: 支持多种直播平台的直播录制工具
|
||||
shortDescEn: A live recording tool that supports multiple live streaming platforms
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Security
|
||||
shortDescZh: 支持 OAuth 2.0、OIDC、SAML 和 CAS 的 Web UI 优先的 IAM/SSO 平台
|
||||
shortDescEn: An Identity and Access Management (IAM) / Single-Sign-On (SSO) platform with web UI supporting OAuth 2.0, OIDC, SAML and CAS
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://casdoor.org/
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ additionalProperties:
|
|||
- DevOps
|
||||
shortDescZh: 一个安全、简便的 SSL 证书管理解决方案
|
||||
shortDescEn: Certimate aims to provide users with a secure and user-friendly SSL certificate management solution.
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ additionalProperties:
|
|||
- DevTool
|
||||
shortDescZh: 云数据库管理器
|
||||
shortDescEn: Cloud Database Manager
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Security
|
||||
shortDescZh: 一个用来进行安全脆弱性鉴定的 PHP/MySQL Web 应用平台。
|
||||
shortDescEn: DVWA (Damn Vulnerable Web Application)
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Middleware
|
||||
shortDescZh: 适用于 IoT、IIoT 和联网车辆的最具可扩展性的开源 MQTT 代理
|
||||
shortDescEn: The most scalable open-source MQTT broker for IoT, IIoT, and connected vehicles
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Tool
|
||||
shortDescZh: 用于绘制手绘风格图表的虚拟白板
|
||||
shortDescEn: Virtual whiteboard for sketching hand-drawn like diagrams
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://excalidraw.com/
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Tool
|
||||
shortDescEn: A self-hosted dashboard that puts all your feeds in one place
|
||||
shortDescZh: 一个将所有您的源订阅集中在一个地方的托管仪表板
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
document: https://github.com/glanceapp/glance
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Tool
|
||||
shortDescZh: 一个用于构建代理系统的工具,可以为你在线执行自动化任务
|
||||
shortDescEn: A system for building agents that perform automated tasks for you online
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Database
|
||||
shortDescZh: 用于指标、事件和实时分析的可扩展数据存储
|
||||
shortDescEn: Scalable datastore for metrics, events, and real-time analytics
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
|||
ko: 세계 최초의 오픈 소스 Bastion Host
|
||||
zh-Hant: 全球首個開源堡壘主機
|
||||
zh: 广受欢迎的开源堡垒机
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 50
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- AI
|
||||
shortDescZh: 免费的开源 OpenAI 替代品
|
||||
shortDescEn: The free, Open Source OpenAI alternative
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Security
|
||||
shortDescZh: 专为现代应用和 SaaS 产品设计的开源 Auth0 替代品
|
||||
shortDescEn: An Auth0 alternative designed for modern apps and SaaS products
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
|||
ko: 구성 가능한 올인원 메일 서버
|
||||
zh-Hant: 可組合的一體化郵件伺服器
|
||||
zh: 可组合的全能邮件服务器
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
|||
ko: 풀스택이지만 간단한 컨테이너화된 메일 서버
|
||||
zh-Hant: 全堆疊但簡單的容器化郵件伺服器
|
||||
zh: 全栈但简单的容器化邮件服务器
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
|||
ko: 강력하고 사용하기 쉬운 AI 도우미
|
||||
zh-Hant: 強大易用的企業級 AI 助手
|
||||
zh: 强大易用的企业级 AI 助手
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 20
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Middleware
|
||||
shortDescZh: 动态服务发现、配置管理和服务管理平台
|
||||
shortDescEn: Dynamic service discovery, configuration and service management platform
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- DevOps
|
||||
shortDescZh: 开源的软件制品库
|
||||
shortDescEn: An open source repository for build artifacts
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
|||
ko: Nginx 시각적 관리 도구
|
||||
zh-Hant: Nginx 視覺化管理工具
|
||||
zh: Nginx 可视化管理工具
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 90
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- DevTool
|
||||
shortDescZh: 可扩展性优先的开源无代码开发平台
|
||||
shortDescEn: A scalability-first, open-source no-code development platform
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Database
|
||||
shortDescZh: 无代码数据库平台
|
||||
shortDescEn: Code-free database platform
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Tool
|
||||
shortDescZh: 用于事件驱动应用的低代码编程
|
||||
shortDescEn: Low-code programming for event-driven applications
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- DevTool
|
||||
shortDescZh: 基于 HTTP 的简单 pub-sub 通知服务
|
||||
shortDescEn: A simple HTTP-based pub-sub notification service
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Database
|
||||
shortDescZh: 开源的 LDAP(Lightweight Directory Access Protocol) 服务软件
|
||||
shortDescEn: An open source implementation of the Lightweight Directory Access Protocol
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
|||
ko: 팔월드 서비스 시각적 관리 도구
|
||||
zh-hant: Palworld 服務視覺管理工具
|
||||
zh: 幻兽帕鲁服务可视化管理工具
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
|||
ko: Palworld 전용 서버
|
||||
zh-hant: Palworld 專用伺服器
|
||||
zh: 幻兽帕鲁服务端
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- DevOps
|
||||
shortDescZh: 优雅的开源项目追踪
|
||||
shortDescEn: Elegant open source project tracking
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ additionalProperties:
|
|||
ko: 안전하고 현대적인 올인원 메일 서버
|
||||
zh-hant: 安全且現代化的一體化郵件伺服器
|
||||
zh: 安全且现代的一体化邮件服务器
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Middleware
|
||||
shortDescZh: 开源的 Web 服务器和 Servlet 容器
|
||||
shortDescEn: An open-source web server and servlet container
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 95
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Security
|
||||
shortDescZh: 南墙 WEB 应用防火墙
|
||||
shortDescEn: NanQiang Web Application Firewall
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 0
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ additionalProperties:
|
|||
- Tool
|
||||
shortDescZh: 一款简洁、安全的评论系统
|
||||
shortDescEn: A Simple, Safe Comment System
|
||||
type: tool
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
|
|
|
|||
Loading…
Reference in New Issue