From 8cd6a085f9bdad7ed99d19ca6d20f662a1162077 Mon Sep 17 00:00:00 2001 From: lensferno Date: Sat, 27 Mar 2021 17:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AF=B4=E6=98=8E=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E6=94=B9README=E7=9A=84=E9=83=A8=E5=88=86=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E5=8A=A0=E4=B8=8A=E6=BC=8F=E6=8E=89=E7=9A=84?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 810d374..2ab9640 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ - # 一个用来点名的玩意/A simple guy to choose names -![图片加载不出来欸~](https://github.com/lensferno/dogename/raw/main/res/top.png "哟嚯!") +> 由于项目早期对git的无脑使用(比如说把编译输出和其他乱七八糟的东西直接git add . 这种无语操作),导致仓库自18年至今已经塞满了近百MB的东西,变得极其混乱不堪和臃肿,因此只好把仓库历史重置一遍😶 +> +> 当然早期代码不堪入目也是一个原因🤦‍[捂脸],重置了问题也不大(反正你也多半看不下去)*~~(虽说现在的代码也不怎么样)~~*← ← +> +> 在其后重点将放在改善代码上,基本不会有(也没有打算)什么功能上的大改动。 +> +> 但由于近来忙于学业,没有时间打理dogename,因此这段时间基本不会进行动手。忙完后就会准备着手处理这堆代码*~~(屎山)~~*。 +> + +![图片加载不出来欸~怎么回事呢?](https://github.com/lensferno/dogename/raw/main/res/top.png "哟嚯!") 看下面 @@ -16,14 +24,16 @@ ------------ -#### 用法介绍 +#### - 用法介绍 [去去去➡](https://github.com/lensferno/dogename/blob/main/res/usage.md) -## 截图/Screenshot: +--- -#### [来来来~](https://github.com/lensferno/dogename/blob/main/res/you-want.md "我要康康") +## 截图/Screenshot: + +[来来来~](https://github.com/lensferno/dogename/blob/main/res/you-want.md "我要康康") ## 下载/Download: [来这里](https://github.com/lensferno/dogename/releases "这里") @@ -32,17 +42,12 @@ ## 使用到的第三方库/Third-party library used: - [JFoenix](https://github.com/jfoenixadmin/JFoenix "JFoenix")(8.0.4),UI界面库。 - - [Apache Commons Codec](http://commons.apache.org/proper/commons-codec/ "Apache Commons Codec")(1.11),用于Base64解码。 - +- [Apache Commons IO](https://commons.apache.org/proper/commons-io/)(2.6),用于对文件进行部分操作 - [Gson](https://github.com/google/gson "Gson")(2.8.5),用于Json数据的解析与生成。 - - [OkHttp3](https://github.com/square/okhttp "OkHttp")(4.2.2),用于语音部分的数据请求。 - - [gushici](https://github.com/xenv/gushici/ "古诗词")项目提供的古诗词接口和数据。 - - “每日一句话”的数据来自[一言](https://hitokoto.cn/ "一言") - - 本项目还使用了 百度AI SDK 来实现OCR功能。 ------ @@ -59,6 +64,8 @@ - [Apache Commons Codec](http://commons.apache.org/proper/commons-codec/ "Apache Commons Codec")(1.11) +- [Apache Commons IO](https://commons.apache.org/proper/commons-io/)(2.6) + - [Gson](https://github.com/google/gson "Gson")(2.8.5) - [OkHttp3](https://github.com/square/okhttp "OkHttp")(4.2.2)