Skip to content

Commit

Permalink
some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Aug 1, 2023
1 parent dbd3f64 commit d0cf1e1
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
13 changes: 11 additions & 2 deletions docs/.vuepress/public/html/showside.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
.image-gallery__image {
padding: 5px;
width: 70%;
height: 500px;
background-image: url(/fast-request/img/index/1.png);
height: 550px;
background-image: url(/fast-request/img/index/0.png);
background-size: cover;
background-position: center;
}
Expand Down Expand Up @@ -79,6 +79,15 @@
<div class="image-gallery">
<div class="image-gallery__image"></div>
<div class="image-gallery__list">
<div class="image-gallery__item" imgName="0.png">
<div class="image-gallery__item-title">一键生成URL和参数</div>
<div class="image-gallery__item-description">
只需点击方法左侧图标即可生成方法URL和对应的参数,支持Spring、JAX-Rs框架以及Java和Kotlin两种语言,省去手写操作。
</div>
<div class="image-gallery__item-progress">
<div class="image-gallery__item-progress__foreground"></div>
</div>
</div>
<div class="image-gallery__item" imgName="1.png">
<div class="image-gallery__item-title">全新扁平化设计</div>
<div class="image-gallery__item-description">
Expand Down
11 changes: 10 additions & 1 deletion docs/.vuepress/public/html/showside_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
padding: 5px;
width: 70%;
height: 500px;
background-image: url(/fast-request/img/index/1.png);
background-image: url(/fast-request/img/index/0.png);
background-size: cover;
background-position: center;
}
Expand Down Expand Up @@ -79,6 +79,15 @@
<div class="image-gallery">
<div class="image-gallery__image"></div>
<div class="image-gallery__list">
<div class="image-gallery__item" imgName="0.png">
<div class="image-gallery__item-title">Generate URLs and parameters</div>
<div class="image-gallery__item-description">
Just click the icon on the left side of the method to generate the method URL and corresponding parameters, Supports Spring, JAX-Rs frameworks, and Java and Kotlin languages, save your handwriting time.
</div>
<div class="image-gallery__item-progress">
<div class="image-gallery__item-progress__foreground"></div>
</div>
</div>
<div class="image-gallery__item" imgName="1.png">
<div class="image-gallery__item-title">Brand new flat design</div>
<div class="image-gallery__item-description">
Expand Down
Binary file added docs/.vuepress/public/img/index/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default hopeTheme(
path: "/",
title: "将在2023.1.8推出",
content:
'<ul><li><li>Environment</li></ul><div class="addthis_inline_follow_toolbox_qssu"></div>',
'<ul><li>Environment</li></ul><div class="addthis_inline_follow_toolbox_qssu"></div>',
actions: [
{
text: "了解详情→",
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ head:
<iframe
:src="$withBase('/html/showside.html')"
width="100%"
height="520px"
height="600px"
frameborder="0"
scrolling="No"
leftmargin="0"
Expand Down

0 comments on commit d0cf1e1

Please sign in to comment.