From a7bf17d1ae19ff6add6cc3076346812eb265b5a9 Mon Sep 17 00:00:00 2001 From: ace___H Date: Wed, 18 Dec 2024 10:37:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0WithTheme=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=96=87=E4=BB=B6codeowner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ace___H --- .gitee/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitee/CODEOWNERS b/.gitee/CODEOWNERS index 6f86f411c48..860aa14e274 100644 --- a/.gitee/CODEOWNERS +++ b/.gitee/CODEOWNERS @@ -943,6 +943,8 @@ frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/arkts_native_text frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/arkts_native_textpicker_bridge.h @arkuipopupwindow frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/arkts_native_text_timer_bridge.cpp @arkui_image frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/arkts_native_text_timer_bridge.h @arkui_image +frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/arkts_native_theme_bridge.cpp @guozonghao11 +frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/arkts_native_theme_bridge.h @guozonghao11 frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/arkts_native_timepicker_bridge.cpp @arkuipopupwindow frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/arkts_native_timepicker_bridge.h @arkuipopupwindow frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/arkts_native_toggle_bridge.cpp @arkuipopupwindow @@ -2627,6 +2629,7 @@ frameworks/core/components_ng/render/media_player_creator.cpp @arkuilayout frameworks/core/components_ng/render/media_player.h @arkuilayout frameworks/core/components_ng/render/modifier_adapter.h @arkuiframework frameworks/core/components_ng/render/node_paint_method.h @arkuiframework +frameworks/core/components_ng/render/paint_property.cpp @arkuiframework frameworks/core/components_ng/render/paint_property.h @arkuiframework frameworks/core/components_ng/render/paint_wrapper.cpp @arkuiframework frameworks/core/components_ng/render/paint_wrapper.h @arkuiframework @@ -2646,6 +2649,7 @@ frameworks/core/components_ng/render/render_surface.h @arkuilayout frameworks/core/components_ng/render/shape_painter.cpp @arkuilayout frameworks/core/components_ng/render/shape_painter.h @arkuilayout frameworks/core/components_ng/render/snapshot_param.h @arkuievent +frameworks/core/components_ng/token_theme/ @guozonghao11 frameworks/core/pipeline_ng/ @arkui_architecture [Native Node Interfaces] @@ -2849,6 +2853,8 @@ frameworks/core/interfaces/native/node/text_clock_modifier.cpp @arkui_image frameworks/core/interfaces/native/node/text_clock_modifier.h @arkui_image frameworks/core/interfaces/native/node/text_timer_modifier.cpp @arkui_image frameworks/core/interfaces/native/node/text_timer_modifier.h @arkui_image +frameworks/core/interfaces/native/node/theme_modifier.cpp @guozonghao11 +frameworks/core/interfaces/native/node/theme_modifier.h @guozonghao11 frameworks/core/interfaces/native/node/touch_event_convertor.h @arkuievent frameworks/core/interfaces/native/node/util_modifier.cpp @arkuiframework frameworks/core/interfaces/native/node/util_modifier.h @arkuiframework -- Gitee