1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-10 22:42:32 +08:00

feat: 添加微信 Markdown 编辑器应用配置和文档 (#3813)

This commit is contained in:
Anye 2025-05-20 10:10:49 +08:00 committed by GitHub
parent 6d711f181f
commit dcd3a81fec
5 changed files with 84 additions and 0 deletions

View File

@ -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

View File

@ -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"

View File

@ -0,0 +1,25 @@
<div align="center">
[![doocs-md](https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/md/images/logo-2.png)](https://github.com/doocs/md)
</div>
## 项目介绍
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. 某些浏览器插件,会对内容样式造成破坏。现象是:复制粘贴到公众号后台内容,点击保存时,样式丢失。

View File

@ -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/

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB