-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 项目说明 | ||
本项目为[Mintimate's OnlineTool](https://tool.mintimate.cn)的开源仓库。 | ||
|
||
部分内容,如:腾讯云人工智能识别API;需要自己购买腾讯云接口调用次数并填写自己的请求Token,开源代码已经脱敏。 | ||
|
||
## 项目结构 | ||
项目分为前后端: | ||
```bash | ||
. | ||
├── LICENSE # 开源证书 | ||
├── OnlineToolFrontEnd # 页面前端(Vue) | ||
└── OnlineToolRearEnd # 页面后端(Springboot & Python) | ||
``` | ||
|
||
# 感谢 | ||
- IP归属地查询开源代码:[https://github.com/out0fmemory/qqwry.dat](https://github.com/out0fmemory/qqwry.dat) | ||
- Minecraft服务器状态检测: [https://github.com/Dinnerbone/mcstatus](https://github.com/Dinnerbone/mcstatus) |