diff --git a/docs/design.md b/docs/design.md new file mode 100644 index 0000000000000000000000000000000000000000..c0dd319cf3f66527bb0a036a7d514dfa27280630 --- /dev/null +++ b/docs/design.md @@ -0,0 +1,6 @@ +# 设计 + +--- + + + diff --git a/docs/download.md b/docs/download.md new file mode 100644 index 0000000000000000000000000000000000000000..04eb36862ae4829d70c3a429ae4716f3031edda8 --- /dev/null +++ b/docs/download.md @@ -0,0 +1,5 @@ +# 下载 + +--- + + diff --git a/docs/modes.md b/docs/modes.md new file mode 100644 index 0000000000000000000000000000000000000000..d0ff66cfb7da3a589d5e25323bae62133cf4e23a --- /dev/null +++ b/docs/modes.md @@ -0,0 +1,3 @@ +# 模式 + +--- diff --git a/docs/start.md b/docs/start.md index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..9818d6dd5a95f91460e2d0354ee47c029ea3a131 100644 --- a/docs/start.md +++ b/docs/start.md @@ -0,0 +1,4 @@ +# 上手 + +--- + diff --git a/static/style.css b/static/style.css index c87a996106e87d64c19e9aa7e28cacedac52249f..2aef58fe409add2565863d08df59eaf18f826313 100644 --- a/static/style.css +++ b/static/style.css @@ -350,10 +350,6 @@ footer ul li > a { padding-top: 30px; } -.aside-container li { - margin-left: 5px; -} - .aside-container li a { line-height: 44px; height: 44px; diff --git a/theme/templates/layout.html b/theme/templates/layout.html index f34e1ed9a21426b5d261806708c58833bf86c1d1..0c2e8e202e4ec32865baebfdc9fb6d84bc099b84 100644 --- a/theme/templates/layout.html +++ b/theme/templates/layout.html @@ -28,8 +28,11 @@
  • 首页
  • -
  • - 原则 +
  • + 上手 +
  • +
  • + 设计
  • 组件