├── README_0.png └── README.md /README_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/entronad/gitview/HEAD/README_0.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![0](./README_0.png) 2 | 3 | # Gitvew -- 极视 4 | 5 | GitHub 数据可视化客户端 6 | 7 | # 微信小程序版 8 | 9 | [分支链接](https://github.com/entronad/gitview/tree/weixin) 10 | 11 | 或在命令行中执行: 12 | 13 | ``` 14 | git clone https://github.com/entronad/gitview.git -b weixin 15 | ``` 16 | 17 | # React Native 版 18 | 19 | [分支链接](https://github.com/entronad/gitview/tree/react-native) 20 | 21 | 或在命令行中执行: 22 | 23 | ``` 24 | git clone https://github.com/entronad/gitview.git -b react-native 25 | ``` --------------------------------------------------------------------------------