An open API service indexing awesome lists of open source software.

https://github.com/chinabugotech/hutool-site

Hutool主页及文档
https://github.com/chinabugotech/hutool-site

hutool

Last synced: 2 months ago
JSON representation

Hutool主页及文档

Awesome Lists containing this project

README

        





🍬A set of tools that keep Java sweet.



👉 https://hutool.cn/ 👈
























star


github star





-------------------------------------------------------------------------------

# Hutool主页及文档项目

## 技术选型

1. 主页为纯HTML,只有一个`index.html`(模板来自网上修改)
2. 文档位于`docs`文件夹下,纯静态,基于[docsify](https://docsify.js.org/)构建。

## 资源和托管

1. 主页和文档的页面托管于[七牛云](https://www.qiniu.com/),域名`hutool.cn`自己持有。
2. 图片、CSS、JS文件使用[jsdelivr](https://www.jsdelivr.com/)作CDN加速。
3. 主页封面图片使用bing每日壁纸,调取API为:`https://api.isoyu.com/bing_images.php`,基于[姬长信API](https://api.isoyu.com/)
4. 聊天窗口集成[gitter](https://gitter.im/)
5. 演示视频托管于[bilibili](https://www.bilibili.com/)
6. API文档使用[码云Gitee](https://gitee.com/)生成。

## 复用

如果你对这个项目中的文档和模板有兴趣,可以clone项目到你自己的账号下,修改为自己的内容即可,无版权问题。