Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update overview for mobile #1420

Merged
merged 1 commit into from
Jun 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 22 additions & 15 deletions docs/mobile/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spline: explain
</div>
</section>

<h3>导航<em class="tag">7</em></h3>
<h3>导航<em class="tag">8</em></h3>
<section class="image-group">
<div class="image-wrapper">
<a class="item" href="./components/back-top">
Expand Down Expand Up @@ -77,6 +77,13 @@ spline: explain
<p class="name">Navbar 导航条</p>
</a>
</div>
<div class="image-wrapper">
<a class="item" href="/miniprogram/components/side-bar">
<img class="__light__" src="https://tdesign.gtimg.com/site/miniprogram-doc/doc-sidebar.png" />
<img class="__dark__" src="https://tdesign.gtimg.com/site/miniprogram-doc/doc-sidebar-dark.png" />
<p class="name">SideBar 侧边导航栏</p>
</a>
</div>
<div class="image-wrapper">
<a class="item" href="./components/steps">
<img class="__light__" src="https://tdesign.gtimg.com/site/mobile/doc-steps.png" />
Expand All @@ -101,13 +108,6 @@ spline: explain
</section>
<h3>输入<em class="tag">15</em></h3>
<section class="image-group">
<div class="image-wrapper">
<a class="item" href="./components/form">
<img class="__light__" src="https://tdesign.gtimg.com/site/mobile/doc-form.png" />
<img class="__dark__" src="https://tdesign.gtimg.com/site/mobile/doc-form-dark.png" />
<p class="name">Form 表单</p>
</a>
</div>
<div class="image-wrapper">
<a class="item" href="./components/calendar">
<img class="__light__" src="https://tdesign.gtimg.com/site/mobile/doc-calendar.png" />
Expand Down Expand Up @@ -136,6 +136,13 @@ spline: explain
<p class="name">DateTimePicker 日期选择器</p>
</a>
</div>
<div class="image-wrapper">
<a class="item" href="./components/form">
<img class="__light__" src="https://tdesign.gtimg.com/site/mobile/doc-form.png" />
<img class="__dark__" src="https://tdesign.gtimg.com/site/mobile/doc-form-dark.png" />
<p class="name">Form 表单</p>
</a>
</div>
<div class="image-wrapper">
<a class="item" href="./components/input">
<img class="__light__" src="https://tdesign.gtimg.com/site/mobile/doc-input.png" />
Expand Down Expand Up @@ -210,13 +217,6 @@ spline: explain

<h3>数据展示<em class="tag">17</em></h3>
<section class="image-group">
<div class="image-wrapper">
<a class="item" href="./components/table">
<img class="__light__" src="https://tdesign.gtimg.com/site/mobile/doc-table.png" />
<img class="__dark__" src="https://tdesign.gtimg.com/site/mobile/doc-table-dark.png" />
<p class="name">Table 表格</p>
</a>
</div>
<div class="image-wrapper">
<a class="item" href="./components/avatar">
<img class="__light__" src="https://tdesign.gtimg.com/site/mobile/doc-avatar.png" />
Expand Down Expand Up @@ -322,6 +322,13 @@ spline: explain
<p class="name">Swiper 轮播图</p>
</a>
</div>
<div class="image-wrapper">
<a class="item" href="./components/table">
<img class="__light__" src="https://tdesign.gtimg.com/site/mobile/doc-table.png" />
<img class="__dark__" src="https://tdesign.gtimg.com/site/mobile/doc-table-dark.png" />
<p class="name">Table 表格</p>
</a>
</div>
<div class="image-wrapper">
<a class="item" href="./components/tag">
<img class="__light__" src="https://tdesign.gtimg.com/site/mobile/doc-tag.png" />
Expand Down
Loading