From 6c6af54bb7add48ca9e9d5364dc863cdeb166a60 Mon Sep 17 00:00:00 2001 From: huangxiaoyao <976125628@qq.com> Date: Thu, 13 Feb 2025 16:18:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0README=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huangxiaoyao <976125628@qq.com> --- README.en.md | 3 +++ README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.en.md b/README.en.md index 12a823f553..c5b08ebc0f 100644 --- a/README.en.md +++ b/README.en.md @@ -3,6 +3,9 @@ Flutter Engine Source of the original repository: https://github.com/flutter/engine +## Notice +**Starting from February 22, 2025, the code repository will be migrated to [GitCode](https://gitcode.com/openharmony-sig/flutter_engine)** + ## Repository Description This repository is an extension of the Flutter engine repository. It enables Flutter engine to run on OpenHarmony devices. diff --git a/README.md b/README.md index 2ee2ac6fa5..95ac43bf7e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Flutter Engine 原始仓来源:https://github.com/flutter/engine +## 公告 +**2025.02.22起,代码仓迁移至[GitCode](https://gitcode.com/openharmony-sig/flutter_engine)** + ## 仓库说明 本仓库是基于flutter 3.7.12版本官方engine仓库拓展,可构建支持在OpenHarmony设备上运行的flutter engine程序。 -- Gitee