mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
85 lines
2.6 KiB
HTML
85 lines
2.6 KiB
HTML
<!--
|
|
~ Copyright (c) 2024 Hutool Team and hutool.cn
|
|
~
|
|
~ Licensed under the Apache License, Version 2.0 (the "License");
|
|
~ you may not use this file except in compliance with the License.
|
|
~ You may obtain a copy of the License at
|
|
~
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
|
~
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
~ See the License for the specific language governing permissions and
|
|
~ limitations under the License.
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="zh">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<style>
|
|
* {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
|
|
.left {
|
|
position: absolute;
|
|
width: 20%;
|
|
height: 100%;
|
|
}
|
|
|
|
.top {
|
|
height: 10%;
|
|
text-align: center;
|
|
}
|
|
|
|
.bottom {
|
|
height: 90%;
|
|
}
|
|
|
|
.content {
|
|
position: absolute;
|
|
width: 80%;
|
|
height: 100%;
|
|
margin-left: 20%;
|
|
}
|
|
|
|
iframe {
|
|
width: 100%;
|
|
display: block;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="left">
|
|
<div class="top">
|
|
<a href="https://hutool.cn" target="_blank">
|
|
<img src="https://plus.hutool.cn/images/hutool.svg" style="height: 100%; width: 100%;" alt="hutool">
|
|
</a>
|
|
</div>
|
|
<div class="bottom">
|
|
<iframe src="overview-frame.html" name="packageListFrame" target="packageFrame" title="所有程序包"
|
|
style="height: 30%;"></iframe>
|
|
<iframe src="allclasses-frame.html" name="packageFrame" target="classFrame" title="所有类和接口 (除了非静态嵌套类型)"
|
|
style="height: 70%;"></iframe>
|
|
</div>
|
|
</div>
|
|
<div class="content">
|
|
<iframe src="overview-summary.html" name="classFrame" title="程序包, 类和接口说明" style="height: 100%;"></iframe>
|
|
</div>
|
|
<script type="text/javascript" charset="UTF-8" src="https://cdn.wwads.cn/js/makemoney.js" async></script>
|
|
<!-- wwads -->
|
|
<div style="position: fixed; right: 16px; bottom: 45px; z-index: 99999;">
|
|
<div class="wwads-cn wwads-vertical" data-id="126" style="max-width:150px"></div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|