Commit Graph

27 Commits

Author SHA1 Message Date
godotg a0c624127d chore[storage]: update version 2023-03-25 18:26:57 +08:00
godotg 9895e3c9ec fix[gdscript]: fix gdscript syntax error 2023-03-04 17:13:23 +08:00
aoyu 2e49638052 feat[storage] Add @ExcelFieldName to specify the column name of the resource file 2022-12-31 14:07:30 +08:00
aoyu 590ba9e105 perf[storage] 把@Resource指定路径优化为指定别名 2022-12-28 19:59:34 +08:00
aoyu 4bde36ece9 feat[storage] resource注解新增指定路径功能 2022-12-28 17:27:15 +08:00
godotg bcae705849 perf[storage]: use another collection to store resources 2022-12-13 11:27:15 +08:00
godotg d95088cfa8 fix[storage]: fixed the issue that when packaged as a jar, the resource could not get the absolute path 2022-12-13 11:10:42 +08:00
aoyu f9a19e1947 feat[storage]:配置文件可以同时指定多个扫描路径和扫描包 2022-12-12 15:21:10 +08:00
superman 79449684ee feat[storage]:新增解析json为unmodifiableList的功能 2022-11-04 16:19:14 +08:00
godotg 370c090d23 perf[storage]: perfect gdscript generate option 2022-10-28 12:17:10 +08:00
godotg 1976be79a4 feat[storage]: 支持excel文件格式转换为csv文件格式 2022-10-27 22:54:22 +08:00
godotg e1c547c9d6 refactor[storage]: storage code refactoring 2022-10-27 20:11:09 +08:00
godotg 3fdd00dcaf test[storage]: assert map value 2022-10-21 11:21:35 +08:00
meiwei 6c9b012708 perf[storage]: 增加解析csv文件支持 2022-08-30 21:39:21 +08:00
godotg 745ce86878 doc[zfoo]: 修改文档注释 2022-07-28 21:56:00 +08:00
godot ba3e9051bc perf[storage]: 优化storage,调整了结构并减少了重复的代码块 2022-07-08 15:34:10 +08:00
meiwei 3e0f78aaa1 perf[storage]: 优化了配置表读取功能 2022-07-07 20:39:38 +08:00
meiwei b6838471f2 perf[storage]: 优化了配置表读取功能 2022-07-07 19:56:46 +08:00
meiwei e8b1d8f079 feat[storage]: 新增excel转换成json格式数据 2022-07-07 15:20:20 +08:00
jianan c5760e52b8 fix[module]: 修改String转Map时Map的TypeDescriptor参数问题 2022-07-07 14:16:08 +08:00
meiwei 694668d7e4 feat[storage]: 新增解析json数据格式 2022-06-29 19:14:44 +08:00
jaysunxiao 61f61894b4 fix[storage]: 修复误删除cell代码 2021-10-22 16:05:45 +08:00
jaysunxiao 374cef9a7e fix[zfoo]: 修复启动脚本第一次启动的时候抓取不到info.log的问题 2021-09-30 15:05:38 +08:00
jaysunxiao 27f0f85c21 perf[storage]: 将测试用例xls的excel文件改为xlsx 2021-09-15 14:13:14 +08:00
jaysunxiao 14fb5fd26c doc[storage]: 更新注释 2021-07-05 21:28:21 +08:00
jaysunxiao 646c83d660 perf[storage]: 优化提示日志 2021-07-04 13:59:07 +08:00
jaysunxiao bce060a28e init project 2021-05-20 14:17:21 +08:00