From 86bf8919b6baf6df0bbf1159deb842582c77df85 Mon Sep 17 00:00:00 2001 From: chuzhixin <1204505056@qq.com> Date: Fri, 25 Mar 2022 15:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=20=E2=99=BB=20refactor:reset=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 28 +++++++++++++------------- README.md | 26 ++++++++++++------------ src/views/vab/markdownEditor/index.vue | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README.en.md b/README.en.md index b9b8ce3..a73f062 100644 --- a/README.en.md +++ b/README.en.md @@ -1,6 +1,6 @@ [简体中文](./README.md) | English -
+

vue-admin-better(element-ui)

The flying snow all over the sky is a flying note, playing out expectations with blessings. May the epidemic dissipate as soon as possible, may you no longer have regrets next year, may you be warm in winter, may you not be cold in spring, and may you have lights in the dark and an umbrella in the rain.

@@ -78,16 +78,16 @@ npm run serve
- + - + - +
@@ -95,10 +95,10 @@ npm run serve ## 🙈 We promise to sponsor open source projects regularly (thank giant) - + - + @@ -161,7 +161,7 @@ Precautions for use: ## 🎉 Function map -![img](https://vue-admin-beautiful.com/image/vip/flow.drawio.png) +![img](https://gitee.com/chu1204505056/image/raw/master/vip/flow.drawio.png) ## 🗃️ design sketch @@ -170,26 +170,26 @@ The following is a screenshot of the pro version:
- + - +
- + - +
- + - +
diff --git a/README.md b/README.md index c6a0407..16ca3b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ 简体中文 | [English](./README.en.md) -
+

vue-admin-better

春已至,万物始,愿所有美好纷沓而来!

@@ -54,13 +54,13 @@
- + - + - +
@@ -116,10 +116,10 @@ npm run serve ## 🙈 我们承诺将定期赞助的开源项目(感谢巨人)
- + - + @@ -184,7 +184,7 @@ npm run serve ## 🎉 功能地图 -![img](https://vue-admin-beautiful.com/image/vip/flow.drawio.png) +![img](https://gitee.com/chu1204505056/image/raw/master/vip/flow.drawio.png) ## 🗃️ 效果图 @@ -193,26 +193,26 @@ npm run serve
- + - +
- + - +
- + - +
diff --git a/src/views/vab/markdownEditor/index.vue b/src/views/vab/markdownEditor/index.vue index b20097c..48989a1 100644 --- a/src/views/vab/markdownEditor/index.vue +++ b/src/views/vab/markdownEditor/index.vue @@ -40,7 +40,7 @@ }, handleAddImg() { this.$refs.mde.add( - '\n![](https://vue-admin-beautiful.com/image/qq_group/vab-2.png)' + '\n![](https://gitee.com/chu1204505056/image/raw/master/qq_group/vab-2.png)' ) }, handleShowHtml(html) {