|
|
@ -1,7 +1,15 @@ |
|
|
|
|
|
|
|
|
|
|
|
# 一个用来点名的玩意/A simple guy to choose names |
|
|
|
# 一个用来点名的玩意/A simple guy to choose names |
|
|
|
|
|
|
|
|
|
|
|
 |
|
|
|
> 由于项目早期对git的无脑使用(比如说把编译输出和其他乱七八糟的东西直接git add . 这种无语操作),导致仓库自18年至今已经塞满了近百MB的东西,变得极其混乱不堪和臃肿,因此只好把仓库历史重置一遍😶 |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
> 当然早期代码不堪入目也是一个原因🤦[捂脸],重置了问题也不大(反正你也多半看不下去)*~~(虽说现在的代码也不怎么样)~~*← ← |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
> 在其后重点将放在改善代码上,基本不会有(也没有打算)什么功能上的大改动。 |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
> 但由于近来忙于学业,没有时间打理dogename,因此这段时间基本不会进行动手。忙完后就会准备着手处理这堆代码*~~(屎山)~~*。 |
|
|
|
|
|
|
|
> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
看下面 |
|
|
|
看下面 |
|
|
|
|
|
|
|
|
|
|
@ -16,14 +24,16 @@ |
|
|
|
------------ |
|
|
|
------------ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### 用法介绍 |
|
|
|
#### - 用法介绍 |
|
|
|
[去去去➡](https://github.com/lensferno/dogename/blob/main/res/usage.md) |
|
|
|
[去去去➡](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: |
|
|
|
## 下载/Download: |
|
|
|
[来这里](https://github.com/lensferno/dogename/releases "这里") |
|
|
|
[来这里](https://github.com/lensferno/dogename/releases "这里") |
|
|
@ -32,17 +42,12 @@ |
|
|
|
## 使用到的第三方库/Third-party library used: |
|
|
|
## 使用到的第三方库/Third-party library used: |
|
|
|
|
|
|
|
|
|
|
|
- [JFoenix](https://github.com/jfoenixadmin/JFoenix "JFoenix")(8.0.4),UI界面库。 |
|
|
|
- [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 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数据的解析与生成。 |
|
|
|
- [Gson](https://github.com/google/gson "Gson")(2.8.5),用于Json数据的解析与生成。 |
|
|
|
|
|
|
|
|
|
|
|
- [OkHttp3](https://github.com/square/okhttp "OkHttp")(4.2.2),用于语音部分的数据请求。 |
|
|
|
- [OkHttp3](https://github.com/square/okhttp "OkHttp")(4.2.2),用于语音部分的数据请求。 |
|
|
|
|
|
|
|
|
|
|
|
- [gushici](https://github.com/xenv/gushici/ "古诗词")项目提供的古诗词接口和数据。 |
|
|
|
- [gushici](https://github.com/xenv/gushici/ "古诗词")项目提供的古诗词接口和数据。 |
|
|
|
|
|
|
|
|
|
|
|
- “每日一句话”的数据来自[一言](https://hitokoto.cn/ "一言") |
|
|
|
- “每日一句话”的数据来自[一言](https://hitokoto.cn/ "一言") |
|
|
|
|
|
|
|
|
|
|
|
- 本项目还使用了 百度AI SDK 来实现OCR功能。 |
|
|
|
- 本项目还使用了 百度AI SDK 来实现OCR功能。 |
|
|
|
|
|
|
|
|
|
|
|
------ |
|
|
|
------ |
|
|
@ -59,6 +64,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
- [Apache Commons Codec](http://commons.apache.org/proper/commons-codec/ "Apache Commons Codec")(1.11) |
|
|
|
- [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) |
|
|
|
- [Gson](https://github.com/google/gson "Gson")(2.8.5) |
|
|
|
|
|
|
|
|
|
|
|
- [OkHttp3](https://github.com/square/okhttp "OkHttp")(4.2.2) |
|
|
|
- [OkHttp3](https://github.com/square/okhttp "OkHttp")(4.2.2) |
|
|
|