From aad32b1eb0b81d4071f55115820192f4a39b83b2 Mon Sep 17 00:00:00 2001 From: dingxiaowei <1213250243@qq.com> Date: Thu, 20 Oct 2022 07:56:38 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e56f87..ccb8126 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ * 字段不配置会使用默认数值 #### 目前支持的字段 -* 常规的字段,例如int,float,string,bool,long,list,intlist,longlist,floatlist,boollist,List,List,List,List 大小写不限 +* 常规的字段,例如int,float,string,bool,long,list,intlist,longlist,floatlist,boollist,List 大小写不限 * 支持自定义字段 vector,例如[1,2,3] * 支持自定义字段 list,其实是vector数组,例如[[1,2,3],[2,3,4],[4,5,6]]