From a49bbd3cdc4120a8fe78413fff6ac308eb1d3d5d Mon Sep 17 00:00:00 2001 From: arch3rPro <30855883+arch3rPro@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:14:43 +0800 Subject: [PATCH] feat: update MD 2.0.4 --- apps/md/2.0.4/data.yml | 10 ++++++++++ apps/md/2.0.4/docker-compose.yml | 14 ++++++++++++++ apps/md/README.md | 4 +++- apps/md/data.yml | 4 ++-- apps/md/latest/data.yml | 10 ++++++++++ apps/md/latest/docker-compose.yml | 14 ++++++++++++++ 6 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 apps/md/2.0.4/data.yml create mode 100644 apps/md/2.0.4/docker-compose.yml create mode 100644 apps/md/latest/data.yml create mode 100644 apps/md/latest/docker-compose.yml diff --git a/apps/md/2.0.4/data.yml b/apps/md/2.0.4/data.yml new file mode 100644 index 0000000..31e9d07 --- /dev/null +++ b/apps/md/2.0.4/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number \ No newline at end of file diff --git a/apps/md/2.0.4/docker-compose.yml b/apps/md/2.0.4/docker-compose.yml new file mode 100644 index 0000000..73d4ac1 --- /dev/null +++ b/apps/md/2.0.4/docker-compose.yml @@ -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 diff --git a/apps/md/README.md b/apps/md/README.md index 2b1454f..489560f 100644 --- a/apps/md/README.md +++ b/apps/md/README.md @@ -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) ## 在线编辑器地址 diff --git a/apps/md/data.yml b/apps/md/data.yml index 6059bea..c197d18 100644 --- a/apps/md/data.yml +++ b/apps/md/data.yml @@ -1,11 +1,11 @@ -name: md +name: MD tags: - 实用工具 title: 微信Markdown编辑器 description: 一款高度简洁的微信Markdown编辑器 additionalProperties: key: md - name: md + name: MD tags: - Tool shortDescZh: 一款高度简洁的微信 Markdown 编辑器 diff --git a/apps/md/latest/data.yml b/apps/md/latest/data.yml new file mode 100644 index 0000000..31e9d07 --- /dev/null +++ b/apps/md/latest/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 8080 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number \ No newline at end of file diff --git a/apps/md/latest/docker-compose.yml b/apps/md/latest/docker-compose.yml new file mode 100644 index 0000000..9127209 --- /dev/null +++ b/apps/md/latest/docker-compose.yml @@ -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