Skip to content

Commit

Permalink
chore: Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian authored Jun 12, 2024
1 parent ab3ea64 commit aef878f
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
HydroRoll-Core <=> 水系核心 |Structure|
Core' 水系核心 |Structure|
=======================================

去中心化应用程序。
Expand All @@ -17,50 +17,51 @@ HydroRoll-Core <=> 水系核心 |Structure|
- 🌏 离线文档与在线协作站点,使用 *Sphinx* 框架与 *Vue* 技术栈生成本地文档与在线站点。


架构设计
-------

.. code-block:: mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
.. code-block:: stl
solid cube_corner
facet normal 0.0 -1.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 1.0 0.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
facet normal 0.0 0.0 -1.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 1.0 0.0 0.0
endloop
endfacet
facet normal -1.0 0.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 0.0 1.0
vertex 0.0 1.0 0.0
endloop
endfacet
facet normal 0.577 0.577 0.577
outer loop
vertex 1.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
endsolid
..
架构设计
-------
.. code-block:: mermaid
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
.. code-block:: stl
solid cube_corner
facet normal 0.0 -1.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 1.0 0.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
facet normal 0.0 0.0 -1.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 1.0 0.0 0.0
endloop
endfacet
facet normal -1.0 0.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 0.0 0.0 1.0
vertex 0.0 1.0 0.0
endloop
endfacet
facet normal 0.577 0.577 0.577
outer loop
vertex 1.0 0.0 0.0
vertex 0.0 1.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
endsolid

----
Expand All @@ -83,7 +84,6 @@ HydroRoll-Core <=> 水系核心 |Structure|
:alt: Structure
:target: https://github.com/HydroRoll-Team/HydroRollCore
:width: 60
:align: right

.. image list above:
.. |license icon| image:: https://app.fossa.com/api/projects/git%2Bgithub.com%2FHydroRoll-Team%2FHydroRollCore.svg?type=shield&issueType=license
Expand Down

0 comments on commit aef878f

Please sign in to comment.