mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-14 16:07:13 +08:00
feat: update MD 2.0.4
This commit is contained in:
10
apps/md/2.0.4/data.yml
Normal file
10
apps/md/2.0.4/data.yml
Normal 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
|
||||
14
apps/md/2.0.4/docker-compose.yml
Normal file
14
apps/md/2.0.4/docker-compose.yml
Normal 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
|
||||
@@ -5,7 +5,9 @@
|
||||
|
||||
Markdown 文档自动即时渲染为微信图文,让你不再为微信内容排版而发愁!只要你会基本的 Markdown 语法,就能做出一篇样式简洁而又美观大方的微信图文。
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## 在线编辑器地址
|
||||
|
||||
@@ -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
10
apps/md/latest/data.yml
Normal 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
|
||||
14
apps/md/latest/docker-compose.yml
Normal file
14
apps/md/latest/docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user