Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ysj001 committed Dec 2, 2020
1 parent d7ba8db commit 17ec45b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## YCR —— YComponentRouter

[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.4.10-blue.svg)](https://kotlinlang.org) ![GitHub](https://img.shields.io/github/license/Ysj001/YCR)
[![Kotlin Version](https://img.shields.io/badge/Kotlin-1.4.10-blue.svg)](https://kotlinlang.org) ![GitHub](https://img.shields.io/github/license/Ysj001/YCR)

YCR 是一个轻量级的,支持跨进程调用的,支持渐进式改造的组件化框架。

Expand All @@ -10,6 +10,19 @@ YCR 的整体设计和调用方式和 [*ARouter*](https://github.com/alibaba/ARo



#### Last version

[![Download](https://api.bintray.com/packages/ysj/Github-Android/YCR/images/download.svg?version=1.0.0)](https://bintray.com/ysj/Github-Android/YCR/1.0.0/link)

| module | describe |
| :----------- | :--------------------------------------------------------- |
| ycr-api | YCR 库常规开发包,不带跨进程功能 |
| ycr-api-dev | YCR 库开发时辅助包,带跨进程调用功能,可提升开发效率 |
| ycr-compiler | YCR 库的注解处理器包,用于处理 @Route@RouteParam |
| ycr-plugin | YCR 库的插件包,用于收集路由,行为等信息并自动注册到框架中 |



#### 功能&进度

- [x] 页面,拦截器,行为处理器等组件自动注册
Expand All @@ -29,7 +42,7 @@ YCR 的整体设计和调用方式和 [*ARouter*](https://github.com/alibaba/ARo



### 如何构建
### 如何编译源码

#### 1.了解项目结构

Expand Down

0 comments on commit 17ec45b

Please sign in to comment.