Skip to content

Commit

Permalink
feat(PR教程): 新增代码合并教程
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaojob committed Jun 8, 2024
1 parent dc4dad4 commit f2ca8f8
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 26 deletions.
12 changes: 6 additions & 6 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "🚀 快图创意引擎",
title: "🚀 快图设计",
description: "设计编辑器文档",
base: '/editorDoc',
head:[
Expand Down Expand Up @@ -38,11 +38,10 @@ export default defineConfig({
{ text: '功能介绍', link: '/guide/feature' },
{ text: '安装使用', link: '/guide/install' },
{ text: '项目起源', link: '/guide/origin' },
{ text: 'pr教程', link: '/guide/pr' },
{ text: '自定义字体', link: 'https://t.zsxq.com/15AVKSQgN' },
{ text: '自定义模板', link: 'https://github.com/nihaojob/vue-fabric-editor-static/blob/main/template/index.json' },
{ text: '自定义素材分类', link: 'https://github.com/nihaojob/vue-fabric-editor-static/blob/main/svg/type.json' },
{ text: '部署到Nginx', link: 'https://articles.zsxq.com/id_cwrgkza32i0b.html' },
// { text: '自定义字体', link: 'https://t.zsxq.com/15AVKSQgN' },
// { text: '自定义模板', link: 'https://github.com/nihaojob/vue-fabric-editor-static/blob/main/template/index.json' },
// { text: '自定义素材分类', link: 'https://github.com/nihaojob/vue-fabric-editor-static/blob/main/svg/type.json' },
// { text: '部署到Nginx', link: 'https://articles.zsxq.com/id_cwrgkza32i0b.html' },
]
},
{
Expand All @@ -66,6 +65,7 @@ export default defineConfig({
collapsed: false,
items: [
{ text: '贡献指南', link: '/guide/community' },
{ text: 'PR教程', link: '/guide/pr' },
{ text: '开发教程', link: 'https://www.yuque.com/qinshaowei/fabric/qrdqudwo7sxadr4d?singleDoc#o8m1e' },
{ text: '关于作者', link: 'https://juejin.cn/user/3843548383549214/posts' },
]
Expand Down
4 changes: 4 additions & 0 deletions guide/pr.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 如何像项目提交代码

如何像项目提交代码,首先需要fork开源项目,然后clone到本地,最后在本地新建分支进行修改,修改完成后push到远程仓库,再发起Pull Request请求,等待项目管理员合并即可。

## 1. 点击链接进去项目主页,点击fork按钮

<figure><img src="/public/pr01.png" alt=""><figcaption></figcaption></figure>
Expand Down
32 changes: 12 additions & 20 deletions pro/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,36 @@
* @Author: 秦少卫
* @Date: 2023-12-25 22:39:37
* @LastEditors: 秦少卫
* @LastEditTime: 2024-02-06 14:45:03
* @LastEditTime: 2024-06-08 10:07:33
* @Description: file content
-->

# 简介

[咨询Pro版本](https://wj.qq.com/s2/13937276/c127/)

开源版本提供了一个强大的前端插件化图形编辑器,但企业在实际应用中,仍要进行很多的开发工作,如素材管理、模板管理、账号管理、批量生成图片、图片存储等功能
开源版本提供了一个强大的前端插件化图形编辑器,但企业在实际应用中,仍要需要进行其他的研发工作,如管理后台、用户账号体系、数据存储等功能

如果您的企业没有技术人员,完全不用担心,**我们提供完整的SaaS的服务,帮助企业以快速、低成本的方式使用图形编辑器**
**付费版本提供完整的前后端功能,企业无须研发即可快速、低成本构建自己的创意设计工具**

如果您需要定制化开发或者有自己的技术工程师团队,我们可以提供详细的实施方案与培训课程,帮助技术团队快速接入,**让您的技术团队聚焦在业务中,而不是将大量精力消耗在图片编辑器上**
[【付费版功能介绍】->](https://ws0gdejldw.feishu.cn/docx/GKmnddCgFokr4sxFeYNcoql1nAb)

<img src="/public/c5f1268b28694307b3cacc7c57bd3228~tplv-k3u1fbpfcp-zoom-in-crop-mark_1512_0_0_0.webp" alt="">
<img src="/public/Foxmail20240523120342.png" alt="">


## 1. 素材管理
如果您需要定制化开发或技术对接,我们可以提供实施方案与培训课程,帮助技术团队快速接入,**让您的技术团队聚焦在业务中,而不是将大量精力消耗在设计工具上**

图形编辑器需要对字体文件、图片素材、特效字体、模板文件等内容进行管理,**轻松替换编辑器内素材,秒变符合垂直业务场景编辑器**,如电商图片编辑器、证书图片编辑器等。
<img src="/public/screenshot-20231227-125713.png" alt="" >

## 2. 账号角色管理
可在后台创建管理员、普通角色账号,实现不同角色的协同工作。同时可对C端用户提供注册、登录功能。
<img src="/public/screenshot-20231227-125939.png" alt="" >
# Product introduction
The open source version provides a powerful front-end plug-in graphics editor, but in practical applications, enterprises still need to carry out other research and development work, such as management background, user account system, data storage and other functions.

## 3. 批量生成图片
有2种方式来实现批量生成图片
- 一品多图,将一个份数据生成多个不同样式图片,如将一张产品图片,直接生成店铺banner、缩略图、公众号图等多个不同板式的图片。
**The paid version offers full front and back end functionality, allowing companies to quickly and cheaply build their own creative design tools without research and development**

<img src="/public/screenshot-20231227-125413.png" alt="" >
We can provide implementation plans and training courses to help technical teams connect quickly。

- 一图多品,将多份数据生成板式一样的产品图片,如将多个不同的产品生成风格统一的产品图片。
Email:[nihaojob@163.com](mailto:nihaojob@163.com)

<img src="/public/screenshot-20231227-124939.png" alt="" >
[【Contact form】->](https://wj.qq.com/s2/13937276/c127/)


[快图](https://wj.qq.com/s2/13937276/c127/)



Binary file added public/Foxmail20240523120342.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2ca8f8

Please sign in to comment.