Ver Fonte

fix: 修正http和hmeta库的适配状态

Wendal Chen há 3 anos atrás
pai
commit
3748c37715

+ 1 - 0
components/hmeta/luat_lib_hmeta.c

@@ -4,6 +4,7 @@
 @version 1.0
 @date    2022.01.11
 @demo    hmeta
+@tag LUAT_USE_HMETA
 @usage
 -- 本库开发中
 --[[

+ 1 - 1
components/network/libhttp/luat_lib_http.c

@@ -4,7 +4,7 @@
 @version 1.0
 @date    2022.09.05
 @demo    socket
-@tag LUAT_USE_HTTP
+@tag LUAT_USE_NETWORK
 @usage
 -- 使用http库,需要引入sysplus库, 且需要在task内使用
 require "sys"