添加开发微信群相关链接
parent
cd6f0f1282
commit
1632ff117f
10
README.md
10
README.md
|
|
@ -45,6 +45,10 @@ Luban适合有以下需求的开发者:
|
|||
- 支持与联系
|
||||
- QQ群: 692890842 (Luban开发交流群)。有使用方面的疑问请及时加QQ群询问,随时有人帮助解决。
|
||||
- 邮箱: taojingjian#gmail.com
|
||||
- 微信群:
|
||||
|
||||

|
||||
|
||||
## 特性
|
||||
- 支持增强的excel格式,可以在excel里比较简洁填写出任意复杂的数据
|
||||
- 支持excel族、json、xml、lua 多种数据格式,基本统一了游戏内的配置数据
|
||||
|
|
@ -102,13 +106,12 @@ Luban适合有以下需求的开发者:
|
|||
|
||||
### 传统兼容横表
|
||||
|
||||
定义
|
||||
在xml中添加表定义
|
||||
|
||||
```xml
|
||||
<table name="TbDefineFromExcel" value="DefineFromExcel" input="test/define_from_excel.xlsx" define_from_file="1"/>
|
||||
```
|
||||
或者在table定义列表excel文件中添加
|
||||
或者在tables.xlsx文件中添加
|
||||

|
||||
|
||||
数据
|
||||
|
|
@ -117,14 +120,13 @@ Luban适合有以下需求的开发者:
|
|||
|
||||
### 传统兼容纵表
|
||||
|
||||
定义
|
||||
在xml中添加表定义
|
||||
|
||||
```xml
|
||||
<table name="TbDefineFromExcelOne" value="DefineFromExcelOne" mode="one" input="test/define_from_excel_one.xlsx" define_from_file="1"/>
|
||||
```
|
||||
|
||||
或者在table定义列表excel文件中添加
|
||||
或者在tables.xlsx文件中添加
|
||||

|
||||
|
||||
数据
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
|
|
@ -108,7 +108,7 @@ namespace Luban.Job.Cfg.Utils
|
|||
tagName.Equals("false", System.StringComparison.OrdinalIgnoreCase)
|
||||
|| tagName.Equals("no", System.StringComparison.OrdinalIgnoreCase)
|
||||
|| tagName.Equals("##", System.StringComparison.Ordinal)
|
||||
|| tagName.Equals("·ñ", System.StringComparison.Ordinal)
|
||||
//|| tagName.Equals("·ñ", System.StringComparison.Ordinal)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue