Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 78fac30

Browse files
committed
feat: 更新头文件名称 ui__widgets.h -> LCUI/widgets.h
1 parent 0d9cb77 commit 78fac30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/useRef.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default function useRef() {
7171

7272
ctx.refs.push(name);
7373
ctx.headerFiles.add('<stdlib.h>');
74-
ctx.headerFiles.add('<ui_widgets.h>');
74+
ctx.headerFiles.add('<LCUI/widgets.h>');
7575
return factory.createObjectBinding(
7676
{
7777
name: cName,

0 commit comments

Comments
 (0)