diff --git a/WeChatMarkdownEditor/2.0.2/data.yml b/WeChatMarkdownEditor/2.0.2/data.yml
new file mode 100644
index 000000000..b6e945892
--- /dev/null
+++ b/WeChatMarkdownEditor/2.0.2/data.yml
@@ -0,0 +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
diff --git a/WeChatMarkdownEditor/2.0.2/docker-compose.yml b/WeChatMarkdownEditor/2.0.2/docker-compose.yml
new file mode 100644
index 000000000..d4c3d5638
--- /dev/null
+++ b/WeChatMarkdownEditor/2.0.2/docker-compose.yml
@@ -0,0 +1,14 @@
+networks:
+ 1panel-network:
+ external: true
+services:
+ md:
+ container_name: ${CONTAINER_NAME}
+ image: doocs/md:2.0.2
+ networks:
+ - 1panel-network
+ restart: always
+ ports:
+ - ${PANEL_APP_PORT_HTTP}:80
+ labels:
+ createdBy: "Apps"
diff --git a/WeChatMarkdownEditor/README.md b/WeChatMarkdownEditor/README.md
new file mode 100644
index 000000000..2e202907a
--- /dev/null
+++ b/WeChatMarkdownEditor/README.md
@@ -0,0 +1,25 @@
+
+
+[](https://github.com/doocs/md)
+
+
+
+## 项目介绍
+
+Markdown 文档自动即时渲染为微信图文,让你不再为微信内容排版而发愁!只要你会基本的 Markdown 语法,就能做出一篇样式简洁而又美观大方的微信图文。
+
+## 功能特性
+
+- [x] 支持 Markdown 所有基础语法、数学公式
+- [x] 提供对 Mermaid 图表的渲染和 [GFM 警告块](https://github.com/orgs/community/discussions/16925)的支持
+- [x] 丰富的代码块高亮主题,提升代码可读性
+- [x] 允许自定义主题色和 CSS 样式,灵活定制展示效果
+- [x] 提供多图上传功能,并可自定义配置图床
+- [x] 便捷的文件导入、导出功能,提升工作效率
+- [x] 内置本地内容管理功能,支持草稿自动保存
+- [x] 集成主流 AI 模型(如 DeekSeek、OpenAI、通义千问、腾讯混元、火山方舟 等等),辅助内容创作
+
+## 注意事项
+
+1. 如果你使用了某些浏览器脚本修改了网页背景色,可能导致渲染后的内容出现背景色分块的现象。
+2. 某些浏览器插件,会对内容样式造成破坏。现象是:复制粘贴到公众号后台内容,点击保存时,样式丢失。
\ No newline at end of file
diff --git a/WeChatMarkdownEditor/data.yml b/WeChatMarkdownEditor/data.yml
new file mode 100644
index 000000000..a61538e91
--- /dev/null
+++ b/WeChatMarkdownEditor/data.yml
@@ -0,0 +1,26 @@
+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: 매우 간결한 위챗 마크다운 편집기
+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
+ website: https://md.doocs.org/
diff --git a/WeChatMarkdownEditor/logo.png b/WeChatMarkdownEditor/logo.png
new file mode 100644
index 000000000..e151deccc
Binary files /dev/null and b/WeChatMarkdownEditor/logo.png differ