feat(core/event): 添加 event 资源清理和重置接口

This commit is contained in:
2026-04-13 03:46:21 +08:00
parent 637f658318
commit 0c24fb2a32
6 changed files with 57 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ add_executable(${RUNTIME_CONFIG_TEST_APP_NAME}
${SOURCE_DIR}/config/defaults.c
${SOURCE_DIR}/config/loader.c
${SOURCE_DIR}/config/runtime_config.c
${SOURCE_DIR}/core/event.c
${SOURCE_DIR}/core/layer.c
${SOURCE_DIR}/core/layout.c
${SOURCE_DIR}/core/rules.c