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

69 lines
2.1 KiB

# 一个用来点名的玩意/A simple guy to choose names
![图片加载不出来欸~](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解码。
- [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)
- [Gson](https://github.com/google/gson "Gson")(2.8.5)
- [OkHttp3](https://github.com/square/okhttp "OkHttp")(4.2.2)