Skip to content

Commit

Permalink
readme.md 增加国内访问地址
Browse files Browse the repository at this point in the history
  • Loading branch information
yihango committed Jun 21, 2021
1 parent 84dc033 commit 7120cb9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 36 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

## 中文文档目录

**[国内访问地址](https://www.cnblogs.com/staneee/p/14912794.html)**


##### [References](cn/References.md)[原文](https://github.com/MapsterMapper/Mapster/wiki)

##### 映射
Expand Down
75 changes: 39 additions & 36 deletions cn/README.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,53 @@
# 目录

##### [References](References.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki)*
**[国内访问地址](https://www.cnblogs.com/staneee/p/14912794.html)**

##### [References](References.md)[原文](https://github.com/MapsterMapper/Mapster/wiki)

##### 映射
* [基本使用](Basic-usages.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Basic-usages)*
* [映射器](Mappers.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Mappers)*
* [数据类型](Data-types.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Data-types)*
* [基本使用](Basic-usages.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Basic-usages)
* [映射器](Mappers.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Mappers)
* [数据类型](Data-types.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Data-types)

##### 配置
* [映射配置](Configuration.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Configuration)*
* [映射配置继承](Config-inheritance.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Config-inheritance)*
* [映射配置实例](Config-instance.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Config-instance)*
* [映射配置位置](Config-location.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Config-location)*
* [映射配置验证和编译](Config-validation-&-compilation.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Config-validation-&-compilation)*
* [映射配置嵌套映射](Config-for-nested-mapping.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Config-for-nested-mapping)*
* [映射配置](Configuration.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Configuration)
* [映射配置继承](Config-inheritance.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Config-inheritance)
* [映射配置实例](Config-instance.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Config-instance)
* [映射配置位置](Config-location.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Config-location)
* [映射配置验证和编译](Config-validation-&-compilation.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Config-validation-&-compilation)
* [映射配置嵌套映射](Config-for-nested-mapping.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Config-for-nested-mapping)

##### 设置
* 自定义成员映射
* [自定义映射](Custom-mapping.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Custom-mapping)*
* [自定义命名约定](Naming-convention.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Naming-convention)*
* [使用特性标签配置映射](Setting-by-attributes.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Setting-by-attributes)*
* [映射忽略](Ignoring-members.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Ignoring-members)*
* [基于规则的映射](Rule-based-member-mapping.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Rule-based-member-mapping)*
* [映射只读属性](Mapping-readonly-prop.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Mapping-readonly-prop)*
* [映射非公开的成员](Mapping-non-public-members.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Mapping-non-public-members)*
* [双向 & 逆扁平映射](Two-ways.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Two-ways)*
* [构造函数映射](Constructor-mapping.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Constructor-mapping)*
* [映射前/后处理](Before-after-mapping.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Before-after-mapping)*
* [值的映射](Setting-values.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Setting-values)*
* [拷贝与合并](Shallow-merge.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Shallow-merge)*
* [对象引用](Object-references.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Object-references)*
* [自定义映射逻辑](Custom-conversion-logic.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Custom-conversion-logic)*
* [自定义映射](Custom-mapping.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Custom-mapping)
* [自定义命名约定](Naming-convention.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Naming-convention)
* [使用特性标签配置映射](Setting-by-attributes.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Setting-by-attributes)
* [映射忽略](Ignoring-members.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Ignoring-members)
* [基于规则的映射](Rule-based-member-mapping.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Rule-based-member-mapping)
* [映射只读属性](Mapping-readonly-prop.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Mapping-readonly-prop)
* [映射非公开的成员](Mapping-non-public-members.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Mapping-non-public-members)
* [双向 & 逆扁平映射](Two-ways.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Two-ways)
* [构造函数映射](Constructor-mapping.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Constructor-mapping)
* [映射前/后处理](Before-after-mapping.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Before-after-mapping)
* [值的映射](Setting-values.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Setting-values)
* [拷贝与合并](Shallow-merge.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Shallow-merge)
* [对象引用](Object-references.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Object-references)
* [自定义映射逻辑](Custom-conversion-logic.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Custom-conversion-logic)


##### 插件
* [异步支持](Async.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Async)*
* [调试](Debugging.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Debugging)*
* [依赖注入](Dependency-Injection.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Dependency-Injection)*
* [EF 6 & EF Core](EF-6-&-EF-Core.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/EF-6-&-EF-Core)*
* [FastExpressionCompiler](FastExpressionCompiler.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/FastExpressionCompiler)*
* [Immutable](Immutable.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Immutable)*
* [Json.net](Json.net.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Json.net)*
* [异步支持](Async.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Async)
* [调试](Debugging.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Debugging)
* [依赖注入](Dependency-Injection.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Dependency-Injection)
* [EF 6 & EF Core](EF-6-&-EF-Core.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/EF-6-&-EF-Core)
* [FastExpressionCompiler](FastExpressionCompiler.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/FastExpressionCompiler)
* [Immutable](Immutable.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Immutable)
* [Json.net](Json.net.md) [原文](https://github.com/MapsterMapper/Mapster/wiki/Json.net)

##### Tools
* [Mapster.Tool](Mapster.Tool.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Mapster.Tool)*
* [Fluent API](Fluent-API-Code-generation.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Fluent-API-Code-generation)*
* [Attributes](Attribute-base-Code-generation.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Attribute-base-Code-generation)*
* [Interfaces](Interface-base-Code-generation.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/Interface-base-Code-generation)*
* [TextTemplate](TextTemplate.md) *[原文](https://github.com/MapsterMapper/Mapster/wiki/TextTemplate)*
* [Mapster.Tool](Mapster.Tool.md)[原文](https://github.com/MapsterMapper/Mapster/wiki/Mapster.Tool)
* [Fluent API](Fluent-API-Code-generation.md)[原文](https://github.com/MapsterMapper/Mapster/wiki/Fluent-API-Code-generation)
* [Attributes](Attribute-base-Code-generation.md)[原文](https://github.com/MapsterMapper/Mapster/wiki/Attribute-base-Code-generation)
* [Interfaces](Interface-base-Code-generation.md)[原文](https://github.com/MapsterMapper/Mapster/wiki/Interface-base-Code-generation)
* [TextTemplate](TextTemplate.md)[原文](https://github.com/MapsterMapper/Mapster/wiki/TextTemplate)

0 comments on commit 7120cb9

Please sign in to comment.