From b01bb24d77fb6fb71cd23003c07f0ec8566258f8 Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Wed, 23 Nov 2022 10:39:18 +0800 Subject: [PATCH] Description:[fix] Marked the archive and migration status of the repository Bug: NA Test: It could directly give a way to access new repository for developer Signed-off-by: Jinguang Dong --- README.md | 4 ++++ README_zh.md | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 5228080..c8ecce0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # developtools_ace_js2bundle +Development of the developtools_ace-js2bundle has moved to https://gitee.com/dongjinguang/developtools_ace_js2bundle. + +This repo is now archived. + #### Introduction Provides syntax compilation conversion, syntax validation, rich and friendly syntax error tips. diff --git a/README_zh.md b/README_zh.md index 82a613a..caadebe 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,5 +1,10 @@ # developtools_ace_js2bundle + +developtools_ace-js2bundle 的开发已经迁移到 https://gitee.com/dongjinguang/developtools_ace_js2bundle. + +这个仓库现在处于归档状态。 + #### 介绍 提供类Web范式的语法编译转换、语法验证,丰富友好的语法报错提示。 -- Gitee