https://github.com/mintimate/onlinetool
OnlineTool base on Vue and Springboot. Realize the functions of IP query, IP attribution query, strong password generation, character statistics, etc.
https://github.com/mintimate/onlinetool
Last synced: 3 months ago
JSON representation
OnlineTool base on Vue and Springboot. Realize the functions of IP query, IP attribution query, strong password generation, character statistics, etc.
- Host: GitHub
- URL: https://github.com/mintimate/onlinetool
- Owner: Mintimate
- License: mit
- Created: 2022-01-18T09:32:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T15:15:11.000Z (almost 3 years ago)
- Last Synced: 2025-12-09T07:44:27.836Z (6 months ago)
- Language: Vue
- Size: 9.53 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 项目说明
本项目为[Mintimate's OnlineTool](https://tool.mintimate.cn)的开源仓库。


部分内容,如:腾讯云人工智能识别API;需要自己购买腾讯云接口调用次数并填写自己的请求Token,开源代码已经脱敏。
## 项目结构
项目分为前后端:
```bash
.
├── LICENSE # 开源证书
├── OnlineToolFrontEnd # 页面前端(Vue)
├── OnlineToolFrontEndVite # 页面前端(Vue)(Dev,基于Vite和[Arco](https://arco.design/)全新构建)
└── OnlineToolRearEnd # 页面后端(Springboot & Python)
```
网站上搭建的版本,为`OnlineToolFrontEnd`前端,基于Element UI + Bootstrap5,Vue2和Vue3的特性混合使用。
`OnlineToolFrontEndVite`版本还在构建,将会基于Arco进行构建。
# 感谢
- IP归属地查询开源代码:[https://github.com/animalize/qqwry-python3](https://github.com/animalize/qqwry-python3)
- Minecraft服务器状态检测: [https://github.com/Dinnerbone/mcstatus](https://github.com/Dinnerbone/mcstatus)