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

60 lines
2.3 KiB

# 一个用来点名的玩意/A simple guy to choose names
![图片加载不出来欸~怎么回事呢?](https://github.com/lensferno/dogename/raw/main/res/top.png "哟嚯!")
看下面
## 介绍/Introduce
这是一个基于Java语言,以Google Material Design(Google MD)为设计风格的,用来点名的东西。
不定时更新(咕),大更新应该不会有,除非忍不住。
// update:(其实是不想再去动这座屎山了...别去看代码,血压会高的)
// 怕是要重写一遍了...想弃坑了... ωωω
------------
#### 用法介绍
[这里](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和MD5的编解码;
- [Apache Commons IO](https://commons.apache.org/proper/commons-io/)(2.6),用于对文件进行部分操作;
- [Gson](https://github.com/google/gson "Gson")(2.8.5),用于Json数据的解析与生成;
- [Java Stream Player](https://github.com/goxr3plus/java-stream-player "Java Stream Player")(9.0.4),用于语音中声音的播放;
- [gushici](https://github.com/xenv/gushici/ "古诗词")项目提供的古诗词接口和数据;
- “每日一句话”的数据来自[一言](https://hitokoto.cn/ "一言");
- 本项目还使用了 百度AI SDK 来实现OCR功能;
------
#### License信息
本程序使用[GNU General Public License](http://www.gnu.org/licenses/gpl-3.0.html "GPL") (GPL,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)