Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kings1990 committed Apr 10, 2024
1 parent de92cdb commit 3c51536
Show file tree
Hide file tree
Showing 11 changed files with 49 additions and 17 deletions.
11 changes: 11 additions & 0 deletions .fastRequest/collections/Root/Default Group/directory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"description":"",
"directory":"/.fastRequest/collections/Root/Default Group",
"filePath":"/.fastRequest/collections/Root/Default Group~",
"groupId":"1",
"id":"1",
"name":"Default Group",
"pmRequestId":"",
"pmResponseId":"",
"type":1
}
11 changes: 11 additions & 0 deletions .fastRequest/collections/Root/directory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"description":"",
"directory":"/.fastRequest/collections/Root",
"filePath":"/.fastRequest/collections/Root~",
"groupId":"-1",
"id":"0",
"name":"Root",
"pmRequestId":"",
"pmResponseId":"",
"type":1
}
12 changes: 6 additions & 6 deletions docs/.vuepress/layouts/Layout.vue
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<script setup lang="ts">
import { usePageData, usePageFrontmatter } from "vuepress/client";
import { ref, watch } from "vue";
import {usePageData, usePageFrontmatter} from "vuepress/client";
import {ref, watch} from "vue";
import CommonWrapper from "@theme-hope/components/CommonWrapper";
import HomePage from "@theme-hope/components/HomePage";
import NormalPage from "@theme-hope/components/NormalPage";
import SkipLink from "@theme-hope/components/SkipLink";
import FadeSlideY from "@theme-hope/components/transitions/FadeSlideY";
import type { ThemePageFrontmatter } from "vuepress-theme-hope";
import type {ThemePageFrontmatter} from "vuepress-theme-hope";
const page = usePageData();
const frontmatter = usePageFrontmatter<ThemePageFrontmatter>();
const sidebarTopArray = [
`<a href="https://jetbrains.com" target="_blank">
<img className="no-zoom" height="50px" width="220px" src="/img/IntelliJ_IDEA.svg">
`<a href="http://apifox.com/?utm_source=pay&utm_medium=fast-request" target="_blank">
<img className="no-zoom" height="50px" width="220px" src="/img/sponsor/apifox-line.png">
</a>`,
`<a href="https://www.jnpfsoft.com/index.html?from=fast-request" target="_blank">
<img className="no-zoom" height="50px" width="220px" src="/img/sponsor/jnpfsoft.png">
Expand Down Expand Up @@ -48,7 +48,7 @@ watch(
shuffle(sidebarTopArray);
sidebarContent.value = `\
<div style="width:230px;margin:0 auto">
<div style="width:230px;margin:5px auto;">
${sidebarTopArray.slice(0, 4).join("\n ")}
<br/>
<!-- <span style='color: grey;font-size: 11px;'>广告采用随机方式显示</span>-->
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/.vuepress/public/img/sponsor/apifox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/.vuepress/public/img/sponsor/jnpfsoft-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,3 +267,8 @@ h2 {
font-size: 1.15rem;
font-weight: 900;
}

.vp-site-info-name{
border-bottom:none;
margin-top: 5px;
}
17 changes: 9 additions & 8 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ head:

1. [成为赞助者](./guide/sponsor.md)

<SiteInfo
name="Apifox"
desc="API 设计、开发、测试一体化协作平台"
url="http://apifox.com/?utm_source=pay&utm_medium=fast-request"
logo="/img/sponsor/apifox.png"
preview="/img/sponsor/apifox-home.png"
style="max-width:370px"
/>

<SiteInfo
name="引迈信息"
desc="一键生成表单信息"
Expand All @@ -72,14 +81,6 @@ head:
style="max-width:370px"
/>

<SiteInfo
name="Restful Fast Request"
desc="为简化调试API而生"
url="https://api-buddy.cn/"
logo="/img/logo/logo.svg"
preview="/img/logo/homepage.png"
style="max-width:370px"
/>

## 优势

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/sponsor.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon: aixin

## 首页上墙需提供的资料

提供 **Logo**(透明背景、220×50) 和**链接**
提供 **Logo**(透明背景最佳、256×256px) 、**链接**、横向 logo(660*150px)、背景主页(宽度370px下显示清晰即可,提供超过尺寸的会被压缩)

## 联系我们

Expand Down
8 changes: 6 additions & 2 deletions docs/guide/teachingVideo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ icon: bilibili

[![Bilibili](https://img.shields.io/static/v1?label=BiliBili&message=BiliBili&logo=bilibili&color=FC8D34)](https://space.bilibili.com/370110042) 站系列视频,==关注我==最快时间获得视频更新文档,给我==一键三连==是对我最大的创作鼓励

![bilibili][/img/bilibili.jpg]
![bilibili](/img/bilibili.jpg)

---

```component BiliBili
bvid: BV1pM4m1Q7c5
ratio: 5/4
```

```component BiliBili
bvid: BV1Ju4y1A7Qi
Expand Down

0 comments on commit 3c51536

Please sign in to comment.