excalidraw (#2247)

This commit is contained in:
Anye 2024-10-09 14:12:41 +08:00 committed by GitHub
parent 68447c32dc
commit 2fc0601f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 56 additions and 0 deletions

14
apps/excalidraw/README.md Normal file
View File

@ -0,0 +1,14 @@
# Excalidraw
Excalidraw 是一款在线手绘风格的绘图工具,适合创建各种图表和草图,包括流程图、思维导图、用户界面设计等。
## 主要功能:
- **手绘风格**Excalidraw 提供独特的手绘效果,使得图形看起来更具创意和个性。
- **实时协作**:支持多人实时协作,用户可以同时在同一画布上进行编辑,非常适合团队讨论。
- **自定义图形**:用户可以自由绘制和编辑图形,自定义元素的形状和样式。
- **导出选项**支持将创建的图形导出为多种格式如PNG、SVG等方便分享和保存。
- **易于使用**:直观的界面和简单的工具栏,降低了上手难度,适合各种用户。
- **图形库**:提供丰富的图形库,用户可以快速添加常用元素,提升绘图效率。
- **版本历史**:支持查看和恢复以前的版本,便于管理图形的变化过程。
- **嵌入功能**:用户可以将绘制的图形嵌入到网站或文档中,方便与他人共享。

18
apps/excalidraw/data.yml Normal file
View File

@ -0,0 +1,18 @@
name: excalidraw
tags:
- 实用工具
title: Excalidraw
description: 用于绘制手绘风格图表的虚拟白板
additionalProperties:
key: excalidraw
name: Excalidraw
tags:
- Tool
shortDescZh: 用于绘制手绘风格图表的虚拟白板
shortDescEn: Virtual whiteboard for sketching hand-drawn like diagrams
type: tool
crossVersionUpdate: true
limit: 0
website: https://excalidraw.com/
github: https://github.com/excalidraw/excalidraw
document: https://docs.excalidraw.com/docs

View File

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

View File

@ -0,0 +1,14 @@
services:
excalidraw:
image: excalidraw/excalidraw:latest
container_name: ${CONTAINER_NAME}
restart: unless-stopped
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

BIN
apps/excalidraw/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB