+ zin: add thinkrun wg.

This commit is contained in:
Zhangyu
2024-05-09 07:19:23 +00:00
parent 08e7542ee7
commit 3684fa1c25
2 changed files with 30 additions and 0 deletions
+1
View File
@@ -210,3 +210,4 @@ function thinkCheckList(): thinkCheckList {return createWg('thinkCheckList', fun
function thinkRadioList(): thinkRadioList {return createWg('thinkRadioList', func_get_args());}
function thinkCover(): thinkCover {return createWg('thinkCover', func_get_args());}
function thinkTransitionDetail(): thinkTransitionDetail {return createWg('thinkTransitionDetail', func_get_args());}
function thinkRun(): thinkRun {return createWg('thinkRun', func_get_args());}