Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yin1999 committed Jun 28, 2023
1 parent 4726caf commit 7e45e55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/zh-cn/learn/accessibility/mobile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@ div.ontouchstart = function(e) {
panel.ontouchend = stopMove;
```

我们提供了一个简单的例子来展示如何使用鼠标和触摸事件 - [multi-control-box-drag.html](https://github.com/mdn/learning-area/blob/master/accessibility/mobile/multi-control-box-drag.html) ([查看在线例子](https://mdn.github.io/learning-area/accessibility/mobile/multi-control-box-drag.html))
我们提供了一个简单的例子来展示如何使用鼠标和触摸事件——[multi-control-box-drag.html](https://github.com/mdn/learning-area/blob/master/accessibility/mobile/multi-control-box-drag.html)[查看在线例子](https://mdn.github.io/learning-area/accessibility/mobile/multi-control-box-drag.html)

**注意**: 你可以看到一个功能完善的例子,展示如何在实现[游戏控制机制](/zh-CN/docs/Games/Techniques/Control_mechanisms)中实现不同的控制机制。

## 响应式设计

[响应式设计](/zh-CN/docs/Learn/CSS/CSS_layout/Responsive_Design)是根据屏幕大小和分辨率等因素动态更改您的应用程序的布局和其他功能的做法,因此对于不同设备类型的用户来说,它们是可用和可访问的。
[响应式设计](/zh-CN/docs/Learn/CSS/CSS_layout/Responsive_Design)是根据屏幕大小和分辨率等因素动态更改你的应用程序的布局和其他功能的做法,因此对于不同设备类型的用户来说,它们是可用和可访问的。

特别是,移动端设备需要解决的最常见的问题是:

Expand Down

0 comments on commit 7e45e55

Please sign in to comment.