diff --git a/README.md b/README.md index b72bf68..2d1a0a9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![license](http://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Tencent/puerts/blob/master/LICENSE) [![Build Status](https://travis-ci.com/focus-creative-games/luban.svg?branch=main)](https://travis-ci.com/focus-creative-games/luban) +![](docs/images/icon.png) + ## 介绍 Luban 是一个强大的生成与缓存工具。生成目标可以是常规代码、配置数据、类似protobuf的消息代码,也可以是游戏资源如assetbundle。 diff --git a/docs/catalog.md b/docs/catalog.md index a7cf007..0dd5658 100644 --- a/docs/catalog.md +++ b/docs/catalog.md @@ -68,6 +68,7 @@ - const - bean - field + - convert 常量替换 - 多态 * table * module diff --git a/docs/images/icon.png b/docs/images/icon.png new file mode 100644 index 0000000..547b44c Binary files /dev/null and b/docs/images/icon.png differ