浏览代码

update rm

xuxueli 5 年前
父节点
当前提交
82bb3dfcc8
共有 3 个文件被更改,包括 23 次插入22 次删除
  1. 17 17
      README.md
  2. 3 2
      doc/XXL-JOB-English-Documentation.md
  3. 3 3
      doc/XXL-JOB官方文档.md

+ 17 - 17
README.md 查看文件

@@ -1,4 +1,4 @@
1
-<p align="center">
1
+<p align="center" >
2 2
     <img src="https://www.xuxueli.com/doc/static/xxl-job/images/xxl-logo.jpg" width="150">
3 3
     <h3 align="center">XXL-JOB</h3>
4 4
     <p align="center">
@@ -10,25 +10,25 @@
10 10
         <a href="https://github.com/xuxueli/xxl-job/actions">
11 11
             <img src="https://github.com/xuxueli/xxl-job/workflows/Java%20CI/badge.svg" >
12 12
         </a>
13
-        <a href="https://hub.docker.com/r/xuxueli/xxl-job-admin/">
14
-            <img src="https://img.shields.io/badge/docker-passing-brightgreen.svg" >
15
-        </a>
16 13
         <a href="https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/">
17 14
             <img src="https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/badge.svg" >
18 15
         </a>
19
-         <a href="https://github.com/xuxueli/xxl-job/releases">
20
-             <img src="https://img.shields.io/github/release/xuxueli/xxl-job.svg" >
21
-         </a>
22
-         <a href="http://www.gnu.org/licenses/gpl-3.0.html">
23
-             <img src="https://img.shields.io/badge/license-GPLv3-blue.svg" >
24
-         </a>
25
-         <a href="https://gitter.im/xuxueli/xxl-job?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge">
26
-              <img src="https://badges.gitter.im/xuxueli/xxl-job.svg" >
27
-         </a>
28
-         <a href="https://www.xuxueli.com/page/donate.html">
29
-               <img src="https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square" >
30
-         </a>
31
-    </p>    
16
+        <a href="https://github.com/xuxueli/xxl-job/releases">
17
+         <img src="https://img.shields.io/github/release/xuxueli/xxl-job.svg" >
18
+        </a>
19
+        <a href="https://github.com/xuxueli/xxl-job/">
20
+            <img src="https://img.shields.io/github/stars/xuxueli/xxl-job" >
21
+        </a>
22
+        <a href="https://hub.docker.com/r/xuxueli/xxl-job-admin/">
23
+            <img src="https://img.shields.io/docker/pulls/xuxueli/xxl-job-admin" >
24
+        </a>
25
+        <a href="http://www.gnu.org/licenses/gpl-3.0.html">
26
+         <img src="https://img.shields.io/badge/license-GPLv3-blue.svg" >
27
+        </a>
28
+        <a href="https://www.xuxueli.com/page/donate.html">
29
+           <img src="https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat" >
30
+        </a>
31
+    </p>
32 32
 </p>
33 33
 
34 34
 

+ 3 - 2
doc/XXL-JOB-English-Documentation.md 查看文件

@@ -3,9 +3,10 @@
3 3
 [![Actions Status](https://github.com/xuxueli/xxl-job/workflows/Java%20CI/badge.svg)](https://github.com/xuxueli/xxl-job/actions)
4 4
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/)
5 5
 [![GitHub release](https://img.shields.io/github/release/xuxueli/xxl-job.svg)](https://github.com/xuxueli/xxl-job/releases)
6
+[![GitHub stars](https://img.shields.io/github/stars/xuxueli/xxl-job)](https://github.com/xuxueli/xxl-job/)
7
+[![Docker Status](https://img.shields.io/docker/pulls/xuxueli/xxl-job-admin)](https://hub.docker.com/r/xuxueli/xxl-job-admin/)
6 8
 [![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
7
-[![Gitter](https://badges.gitter.im/xuxueli/xxl-job.svg)](https://gitter.im/xuxueli/xxl-job?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
8
-[![donate](https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square)](https://www.xuxueli.com/page/donate.html)
9
+[![donate](https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat)](https://www.xuxueli.com/page/donate.html)
9 10
 
10 11
 
11 12
 ## 1. Brief introduction

+ 3 - 3
doc/XXL-JOB官方文档.md 查看文件

@@ -1,12 +1,12 @@
1 1
 ## 《分布式任务调度平台XXL-JOB》
2 2
 
3 3
 [![Actions Status](https://github.com/xuxueli/xxl-job/workflows/Java%20CI/badge.svg)](https://github.com/xuxueli/xxl-job/actions)
4
-[![Docker Status](https://img.shields.io/badge/docker-passing-brightgreen.svg)](https://hub.docker.com/r/xuxueli/xxl-job-admin/)
5 4
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.xuxueli/xxl-job/)
6 5
 [![GitHub release](https://img.shields.io/github/release/xuxueli/xxl-job.svg)](https://github.com/xuxueli/xxl-job/releases)
6
+[![GitHub stars](https://img.shields.io/github/stars/xuxueli/xxl-job)](https://github.com/xuxueli/xxl-job/)
7
+[![Docker Status](https://img.shields.io/docker/pulls/xuxueli/xxl-job-admin)](https://hub.docker.com/r/xuxueli/xxl-job-admin/)
7 8
 [![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0.html)
8
-[![Gitter](https://badges.gitter.im/xuxueli/xxl-job.svg)](https://gitter.im/xuxueli/xxl-job?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
9
-[![donate](https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square)](https://www.xuxueli.com/page/donate.html)
9
+[![donate](https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat)](https://www.xuxueli.com/page/donate.html)
10 10
 
11 11
 
12 12
 ## 一、简介