From 33599d9a08343d50f67426536809281b3c827af6 Mon Sep 17 00:00:00 2001 From: liji <896126514@qq.com> Date: Thu, 8 Aug 2024 14:20:22 +0800 Subject: [PATCH] vercel domains --- README.md | 2 +- README.zh-CN.md | 2 +- examples/initContent.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ea1b6f..d7366b4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ English | [中文](./README.zh-CN.md) ## Demo -[Demo](https://echo-editor.vercel.app/) +[Demo](https://echo-editor.jzcloud.site/) ## Features diff --git a/README.zh-CN.md b/README.zh-CN.md index 1f531bf..2224631 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -12,7 +12,7 @@ ## 演示 -[演示](https://echo-editor.vercel.app/) +[演示](https://echo-editor.jzcloud.site/) ## 特性 diff --git a/examples/initContent.ts b/examples/initContent.ts index 35a63db..55daeb6 100644 --- a/examples/initContent.ts +++ b/examples/initContent.ts @@ -81,7 +81,7 @@ export const DEMO_CONTENT = { { type: 'link', attrs: { - href: 'https://echo-editor.vercel.app/', + href: 'https://echo-editor.jzcloud.site/', target: '_blank', rel: 'noopener noreferrer nofollow', class: 'link',