From 28c2b90244a518e8f8eb35261ae05800019ea0f9 Mon Sep 17 00:00:00 2001 From: cuu Date: Thu, 30 Dec 2021 12:03:34 +0800 Subject: [PATCH] update A04/devterm-a04-gearbox --- Code/A04/devterm-a04-gearbox | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Code/A04/devterm-a04-gearbox b/Code/A04/devterm-a04-gearbox index 352fe01..f12deaa 100755 --- a/Code/A04/devterm-a04-gearbox +++ b/Code/A04/devterm-a04-gearbox @@ -21,18 +21,18 @@ def gears(): return [ gear( little=(720000,), - use="simple writing tasks with long battery life"), + use="simple console tasks with long battery life"), gear( - little=(888000,) * 2, - use="browsing most websites with long battery life"), + little=(816000,) * 2, + use="simple writing tasks with long battery life"), gear( little=(1080000,) * 2, use="most 2D games and emulators"), gear( - little=(1320000,) * 4, - use="playing videos and 3D games"), + little=(1320000,) * 2, + use="playing videos and 3D games,browsing websites"), gear( - little=(1488000,) * 4, + little=(1080000,) * 4, use="performance-first tasks"), ]