Skip to content

Commit

Permalink
docs: ✏️ add vitepress power
Browse files Browse the repository at this point in the history
  • Loading branch information
Josper committed May 7, 2024
1 parent c0df3ee commit f028e44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
3 changes: 2 additions & 1 deletion docs/intro/what-is.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Tips:上为请求服务最基本的package size,不含各项扩展能力

感谢以下项目,它们的设计和实现为HTTP Service的开发提供了宝贵的参考:

- [koa](https://github.com/koajs/koa):现代的Web框架,其中间件架构为我们的设计提供了灵感。
- [axios](https://github.com/axios/axios):承载了众多HTTP请求处理的优秀实践,在API层面,我们充分考虑到前端领域中 Axios 的影响,因此也保留了一些Axios用户的使用习惯。
- [koa](https://github.com/koajs/koa):现代的Web框架,其中间件架构为我们的设计提供了灵感。
- [vitepress](https://github.com/vuejs/vitepress):本文档站点由 VitePress 驱动。
- [wonder](wonder.md):如果您阅读到了这里,非常感谢您的耐心,这里有一个精心准备的异想,希望能对您有所帮助。
11 changes: 3 additions & 8 deletions packages/http-svc/dio/wp.drawio
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<mxfile host="65bd71144e">
<diagram id="O5MW6jvS_4ex7MwdgiwH" name="第 1 页">
<mxGraphModel dx="1263" dy="532" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<mxGraphModel dx="855" dy="438" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
<root>
<mxCell id="0"/>
<mxCell id="1" parent="0"/>
Expand Down Expand Up @@ -34,11 +34,6 @@
<mxCell id="12" value="&lt;font color=&quot;#ffffff&quot;&gt;Response Data&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="575" y="285" width="120" height="30" as="geometry"/>
</mxCell>
<mxCell id="22" value="" style="edgeStyle=none;html=1;" parent="1" target="5" edge="1">
<mxGeometry relative="1" as="geometry">
<mxPoint x="621.5517241379309" y="240" as="sourcePoint"/>
</mxGeometry>
</mxCell>
<mxCell id="17" value="&lt;font color=&quot;#ffffff&quot;&gt;Timeout&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="575" y="335.63" width="115" height="17.5" as="geometry"/>
</mxCell>
Expand All @@ -58,12 +53,12 @@
<mxGeometry x="560" y="170" width="120" height="30" as="geometry"/>
</mxCell>
<mxCell id="24" value="&lt;font color=&quot;#ffffff&quot;&gt;...全局注册中间件&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;shadow=1;" parent="1" vertex="1">
<mxGeometry x="567.5" y="210" width="120" height="30" as="geometry"/>
<mxGeometry x="570" y="210" width="120" height="30" as="geometry"/>
</mxCell>
<mxCell id="25" value="&lt;font color=&quot;#ffffff&quot;&gt;...临时携带中间件&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;shadow=1;" parent="1" vertex="1">
<mxGeometry x="567.5" y="242.5" width="120" height="30" as="geometry"/>
</mxCell>
<mxCell id="26" value="&lt;font color=&quot;#ffffff&quot;&gt;Body&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" vertex="1" parent="1">
<mxCell id="26" value="&lt;font color=&quot;#ffffff&quot;&gt;Body&lt;/font&gt;" style="text;html=1;strokeColor=none;fillColor=none;align=center;verticalAlign=middle;whiteSpace=wrap;rounded=0;" parent="1" vertex="1">
<mxGeometry x="572.5" y="305.63" width="120" height="30" as="geometry"/>
</mxCell>
</root>
Expand Down

0 comments on commit f028e44

Please sign in to comment.