diff --git a/README.md b/README.md index 4622c1b..850a08b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,12 @@ ![icon](docs/images/icon.png) -## [README - English](./README.en-us.md) +----- +## links +- [README - English](./README.en-us.md) +- [github link](https://github.com/focus-creative-games/luban) +- [gitee link](https://gitee.com/focus-creative-games/luban) +---- ## 介绍 @@ -35,7 +40,8 @@ Luban适合有以下需求的开发者: - [Excel 配置数据简介](docs/data_excel.md) - [文档目录](docs/catalog.md) - [[TODO] 完整手册](docs/manual.md) -- **[====>强烈推荐查看:示例项目 <====](https://github.com/focus-creative-games/luban_examples)** +- **====>强烈推荐查看:示例项目** ([github](https://github.com/focus-creative-games/luban_examples)) ([gitee](https://gitee.com/focus-creative-games/luban_examples)) **<====** + - 支持与联系 - QQ群: 692890842 (Luban开发交流群)。有使用方面的疑问请及时加QQ群询问,随时有人帮助解决。 - 邮箱: taojingjian#gmail.com diff --git a/src/Luban.Job.Cfg/Source/JobController.cs b/src/Luban.Job.Cfg/Source/JobController.cs index effb4de..1ab9378 100644 --- a/src/Luban.Job.Cfg/Source/JobController.cs +++ b/src/Luban.Job.Cfg/Source/JobController.cs @@ -428,11 +428,16 @@ namespace Luban.Job.Cfg catch (DataCreateException e) { res.ErrCode = Luban.Common.EErrorCode.DATA_PARSE_ERROR; - res.ErrMsg = $@"加载数据失败. -文件: {e.OriginDataLocation} -错误位置: {e.DataLocationInFile} -Err: {e.OriginErrorMsg} -变量: {e.VariableFullPathStr} + res.ErrMsg = $@" +======================================================================= + 解析失败! + + 文件: {e.OriginDataLocation} + 错误位置: {e.DataLocationInFile} + Err: {e.OriginErrorMsg} + 字段: {e.VariableFullPathStr} + +======================================================================= "; res.StackTrace = e.OriginStackTrace; }