From f8b5b84d2bde5f54c9bfedec2469a765a4b1654a Mon Sep 17 00:00:00 2001 From: Looly Date: Thu, 22 Apr 2021 03:30:56 +0800 Subject: [PATCH] update emoji --- README-EN.md | 8 ++++---- README.md | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README-EN.md b/README-EN.md index bd521de99..15e89c278 100644 --- a/README-EN.md +++ b/README-EN.md @@ -117,7 +117,7 @@ Each module can be introduced individually, or all modules can be introduced by ## 📦Install -### Maven +### 🍊Maven ```xml cn.hutool @@ -126,12 +126,12 @@ Each module can be introduced individually, or all modules can be introduced by ``` -### Gradle +### 🍐Gradle ``` compile 'cn.hutool:hutool-all:5.6.4' ``` -## Download +## 📥Download - [Maven Repo](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.4/) @@ -139,7 +139,7 @@ compile 'cn.hutool:hutool-all:5.6.4' > Hutool 5.x supports JDK8+ and is not tested on Android platforms, and cannot guarantee that all tool classes or tool methods are available. > If your project uses JDK7, please use Hutool 4.x version. -### Compile and install +### 🚽Compile and install Download the entire project source code diff --git a/README.md b/README.md index 44019d505..2ead6061b 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不 ## 📦安装 -### Maven +### 🍊Maven 在项目的pom.xml的dependencies中加入以下内容: ```xml @@ -124,14 +124,14 @@ Hutool的存在就是为了减少代码搜索成本,避免网络上参差不 ``` -### Gradle +### 🍐Gradle ``` compile 'cn.hutool:hutool-all:5.6.4' ``` -### 非Maven项目 +### 📥下载jar -点击以下任一链接,下载`hutool-all-X.X.X.jar`即可: +点击以下链接,下载`hutool-all-X.X.X.jar`即可: - [Maven中央库](https://repo1.maven.org/maven2/cn/hutool/hutool-all/5.6.4/) @@ -139,7 +139,7 @@ compile 'cn.hutool:hutool-all:5.6.4' > Hutool 5.x支持JDK8+,对Android平台没有测试,不能保证所有工具类或工具方法可用。 > 如果你的项目使用JDK7,请使用Hutool 4.x版本 -### 编译安装 +### 🚽编译安装 访问Hutool的Gitee主页:[https://gitee.com/dromara/hutool](https://gitee.com/dromara/hutool) 下载整个项目源码(v5-master或v5-dev分支都可)然后进入Hutool项目目录执行: