feat: update MD 2.0.4

This commit is contained in:
arch3rPro
2025-07-08 21:14:43 +08:00
parent 610868d5c8
commit a49bbd3cdc
6 changed files with 53 additions and 3 deletions

10
apps/md/2.0.4/data.yml Normal file
View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,14 @@
services:
md:
image: doocs/md:2.0.4
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

View File

@@ -5,7 +5,9 @@
Markdown 文档自动即时渲染为微信图文,让你不再为微信内容排版而发愁!只要你会基本的 Markdown 语法,就能做出一篇样式简洁而又美观大方的微信图文。
![Copyright-arch3rPro](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
![](https://cdn.jsdelivr.net/gh/xiaoY233/PicList@main/public/assets/MD.png)
![](https://img.shields.io/badge/Copyright-arch3rPro-ff9800?style=flat&logo=github&logoColor=white)
## 在线编辑器地址

View File

@@ -1,11 +1,11 @@
name: md
name: MD
tags:
- 实用工具
title: 微信Markdown编辑器
description: 一款高度简洁的微信Markdown编辑器
additionalProperties:
key: md
name: md
name: MD
tags:
- Tool
shortDescZh: 一款高度简洁的微信 Markdown 编辑器

10
apps/md/latest/data.yml Normal file
View File

@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,14 @@
services:
md:
image: doocs/md:2.0.3
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true