From 49dca00b654bf1842e8f3b8f4f48b9f474fb4ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=BB=E5=BF=97=E5=8B=87?= Date: Mon, 16 Jun 2025 16:59:56 +0800 Subject: [PATCH] update code owner config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 喻志勇 --- .gitee/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitee/CODEOWNERS b/.gitee/CODEOWNERS index 4dd2cd0cd89..a07ecb49ed4 100644 --- a/.gitee/CODEOWNERS +++ b/.gitee/CODEOWNERS @@ -3242,4 +3242,4 @@ test/unittest/interfaces/ @arkuiframework test/unittest/interfaces/ui_input_event_test.cpp @arkuievent test/unittest/interfaces/ace_ui_input_event/ @arkuievent test/unittest/interfaces/ace_gesture/ @arkuievent -test/unittest/interfaces/form/ @form_framework \ No newline at end of file +test/unittest/interfaces/form_render/ @form_framework \ No newline at end of file -- Gitee