Browse Source

modify readme

ruki 6 years ago
parent
commit
7d334f464a
2 changed files with 75 additions and 5 deletions
  1. 38 3
      README.md
  2. 37 2
      README_zh.md

+ 38 - 3
README.md

@@ -1,6 +1,41 @@
-# An official xmake package repository 
-
-[![Join the chat at https://gitter.im/tboox/tboox](https://badges.gitter.im/tboox/tboox.svg)](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![donate](http://tboox.org/static/img/donate.svg)](http://xmake.io/pages/donation.html#donate)
+<div align="center">
+  <a href="https://xmake.io">
+    <img width="200" heigth="200" src="https://tboox.org/static/img/xmake/logo256c.png">
+  </a>  
+
+  <h1>xmake-repo</h1>
+
+  <div>
+    <a href="https://travis-ci.org/xmake-io/xmake-repo">
+      <img src="https://img.shields.io/travis/xmake-io/xmake-repo/master.svg?style=flat-square" alt="travis-ci" />
+    </a>
+    <a href="https://ci.appveyor.com/project/xmake-io/xmake-repo/branch/master">
+      <img src="https://img.shields.io/appveyor/ci/xmake-io/xmake-repo/master.svg?style=flat-square" alt="appveyor-ci" />
+    </a>
+    <a href="https://github.com/xmake-io/xmake-repo/blob/master/LICENSE.md">
+      <img src="https://img.shields.io/github/license/xmake-io/xmake-repo.svg?colorB=f48041&style=flat-square" alt="license" />
+    </a>
+  </div>
+  <div>
+    <a href="https://www.reddit.com/r/tboox/">
+      <img src="https://img.shields.io/badge/chat-on%20reddit-ff3f34.svg?style=flat-square" alt="Reddit" />
+    </a>
+    <a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
+      <img src="https://img.shields.io/gitter/room/tboox/tboox.svg?style=flat-square&colorB=96c312" alt="Gitter" />
+    </a>
+    <a href="https://t.me/tbooxorg">
+      <img src="https://img.shields.io/badge/chat-on%20telegram-blue.svg?style=flat-square" alt="Telegram" />
+    </a>
+    <a href="https://jq.qq.com/?_wv=1027&k=5hpwWFv">
+      <img src="https://img.shields.io/badge/chat-on%20QQ-ff69b4.svg?style=flat-square" alt="QQ" />
+    </a>
+    <a href="http://xmake.io/pages/donation.html#donate">
+      <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" />
+    </a>
+  </div>
+
+  <p>An official xmake package repository</p>
+</div>
 
 ## Introduction ([中文](/README_zh.md))
 

+ 37 - 2
README_zh.md

@@ -1,6 +1,41 @@
-# 一个官方的xmake包管理仓库
+<div align="center">
+  <a href="https://xmake.io">
+    <img width="200" heigth="200" src="https://tboox.org/static/img/xmake/logo256c.png">
+  </a>  
 
-[![Join the chat at https://gitter.im/tboox/tboox](https://badges.gitter.im/tboox/tboox.svg)](https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![donate](http://tboox.org/static/img/donate.svg)](http://xmake.io/cn/pages/donation.html#donate)
+  <h1>xmake-repo</h1>
+
+  <div>
+    <a href="https://travis-ci.org/xmake-io/xmake-repo">
+      <img src="https://img.shields.io/travis/xmake-io/xmake-repo/master.svg?style=flat-square" alt="travis-ci" />
+    </a>
+    <a href="https://ci.appveyor.com/project/xmake-io/xmake-repo/branch/master">
+      <img src="https://img.shields.io/appveyor/ci/xmake-io/xmake-repo/master.svg?style=flat-square" alt="appveyor-ci" />
+    </a>
+    <a href="https://github.com/xmake-io/xmake-repo/blob/master/LICENSE.md">
+      <img src="https://img.shields.io/github/license/xmake-io/xmake-repo.svg?colorB=f48041&style=flat-square" alt="license" />
+    </a>
+  </div>
+  <div>
+    <a href="https://www.reddit.com/r/tboox/">
+      <img src="https://img.shields.io/badge/chat-on%20reddit-ff3f34.svg?style=flat-square" alt="Reddit" />
+    </a>
+    <a href="https://gitter.im/tboox/tboox?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
+      <img src="https://img.shields.io/gitter/room/tboox/tboox.svg?style=flat-square&colorB=96c312" alt="Gitter" />
+    </a>
+    <a href="https://t.me/tbooxorg">
+      <img src="https://img.shields.io/badge/chat-on%20telegram-blue.svg?style=flat-square" alt="Telegram" />
+    </a>
+    <a href="https://jq.qq.com/?_wv=1027&k=5hpwWFv">
+      <img src="https://img.shields.io/badge/chat-on%20QQ-ff69b4.svg?style=flat-square" alt="QQ" />
+    </a>
+    <a href="http://xmake.io/pages/donation.html#donate">
+      <img src="https://img.shields.io/badge/donate-us-orange.svg?style=flat-square" alt="Donate" />
+    </a>
+  </div>
+
+  <p>一个官方的xmake包管理仓库</p>
+</div>
 
 ## 简介