dogename的个人镜像,超前版本,GitHub:https://github.com/lensferno/dogename
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
dogename/README.md

75 lines
3.1 KiB

# 一个用来点名的玩意/A simple guy to choose names
> 由于项目早期对git的无脑使用(比如说把编译输出和其他乱七八糟的东西直接git add . 这种无语操作),导致仓库自18年至今已经塞满了近百MB的东西,变得极其混乱不堪和臃肿,因此只好把仓库历史重置一遍😶
>
> 当然早期代码不堪入目也是一个原因🤦[捂脸],重置了问题也不大(反正你也多半看不下去)*~~(虽说现在的代码也不怎么样)~~*← ←
>
> 在其后重点将放在改善代码上,基本不会有(也没有打算)什么功能上的大改动。
>
> 但由于近来忙于学业,没有时间打理dogename,因此这段时间基本不会进行动手。忙完后就会准备着手处理这堆代码*~~(屎山)~~*。
>
![图片加载不出来欸~怎么回事呢?](https://github.com/lensferno/dogename/raw/main/res/top.png "哟嚯!")
看下面
## 介绍/Introduce
这是一个基于Java语言,以Google Material Design(Google MD)为设计风格的,用来点名的东西。
基本上不会有什么大更新,就是改善代码而已了ヾ§  ̄▽)ゞ
由于时间仓促,加上还是JAVA的新手,因此代码和算法写的很烂,望谅解ヽ(╯▽╰)ノ
------------
#### - 用法介绍
[去去去➡](https://github.com/lensferno/dogename/blob/main/res/usage.md)
---
## 截图/Screenshot:
[来来来~](https://github.com/lensferno/dogename/blob/main/res/you-want.md "我要康康")
## 下载/Download:
[来这里](https://github.com/lensferno/dogename/releases "这里")
## 使用到的第三方库/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功能。
------
#### License信息
本程序使用[GNU Lesser General Public License](http://www.gnu.org/licenses/lgpl-3.0.html "LGPL") (LGPL,version 3)开源许可证,
遵循[Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0 "Apache License 2.0")使用了以下库:
- [JFoenix](https://github.com/jfoenixadmin/JFoenix "JFoenix")(8.0.4)
- [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)