From b6ffd6ced151b951dbb3d38e67bd60adc38d68fe Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 8 Mar 2016 20:05:50 +0800 Subject: [PATCH] update docs --- docs/spec/lightweight.md | 2 +- docs/spec/principle.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/spec/lightweight.md b/docs/spec/lightweight.md index e5d39a598a..b944c91dcd 100644 --- a/docs/spec/lightweight.md +++ b/docs/spec/lightweight.md @@ -8,7 +8,7 @@ 根据费茨法则(Fitts's Law)所描述的,如果用户鼠标移动距离越少、对象相对目标越大,那么用户越容易操作。通过运用上下文工具(即:放在内容中的操作工具),使内容和操作融合,从而简化交互。 -> 注:费茨法则:到达目标的时间是到达目标的距离与目标大小的函数,具体:t = a + b log2 (D / S + 1)。其中:1.设备当前位置和目标位置的距离(D);2.目标的大小(S)。距离越长,所用时间越长;目标越大,所用时间越短。 +> 注:费茨法则:到达目标的时间是到达目标的距离与目标大小的函数,具体:。其中:1.设备当前位置和目标位置的距离(D);2.目标的大小(W)。距离越长,所用时间越长;目标越大,所用时间越短。 ## 实时可见工具 diff --git a/docs/spec/principle.md b/docs/spec/principle.md index 0ca3b7ea95..9fc800fed1 100644 --- a/docs/spec/principle.md +++ b/docs/spec/principle.md @@ -33,12 +33,12 @@ #### 中台十大设计原则 - [亲密性 Proximity](./proximity) -- [对齐 Alignment]() -- [对比 Contrast]() -- [重复 Repetition]() -- [直截了当 Make it Direct]() -- [简化交互 Keep it Lightweight]() -- [足不出户 Stay on The Page]() -- [提供邀请 Provide Invitation]() -- [巧用过渡 Use Transition]() -- [即时反应 React Immediately]() +- [对齐 Alignment](./alignment) +- [对比 Contrast](./contrast) +- [重复 Repetition](./repetition) +- [直截了当 Make it Direct](./direct) +- [简化交互 Keep it Lightweight](./lightweight) +- [足不出户 Stay in the Page](./stay) +- [提供邀请 Provide Invitation](./invitation) +- [巧用过渡 Use Transition](./transition) +- [即时反应 React Immediately](./reaction)