@zeppos/zeus-cli 1.3.0-beta.9 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/main.js +1 -1
- package/modules/bridge.js +2 -2
- package/modules/build.js +3 -3
- package/modules/create.js +41 -13
- package/modules/help.js +1 -1
- package/modules/run.js +1 -1
- package/package.json +2 -2
- package/private-modules/zeppos-app-utils/dist/api/index.js +1 -1
- package/private-modules/zeppos-app-utils/dist/config/device-server.js +7 -2
- package/private-modules/zeppos-app-utils/dist/config/device.js +2 -2
- package/private-modules/zeppos-app-utils/dist/modules/build.js +4 -4
- package/private-modules/zeppos-app-utils/dist/modules/config.js +1 -1
- package/private-modules/zeppos-app-utils/dist/modules/create/index.js +71 -65
- package/private-modules/zeppos-app-utils/dist/modules/create/local-app.js +32 -29
- package/private-modules/zeppos-app-utils/dist/modules/create/yeoman-app.js +1 -1
- package/private-modules/zeppos-app-utils/dist/modules/login.js +1 -1
- package/private-modules/zeppos-app-utils/dist/modules/status.js +1 -1
- package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/app.json +1 -8
- package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/app.json +1 -8
- package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/app.json +1 -8
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/app.js +26 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/app.json +93 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/consume.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/beer.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/cake.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/chocolate.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/coffee.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/cookies.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/ham.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/hamburger.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/ice cream.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/pizza.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/food/sausage.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/multiply.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/selected.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3/unselected.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/consume.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/beer.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/cake.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/chocolate.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/coffee.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/cookies.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/ham.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/hamburger.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/ice cream.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/pizza.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/food/sausage.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/multiply.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/selected.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/assets/gtr-3-pro/unselected.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app/calories}/jsconfig.json +1 -1
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/page/gtr-3/food-list.js +114 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/page/gtr-3/index.js +124 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2/calories/page/gts → os1.0/app/calories/page/gts-3}/food-list.js +34 -38
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/page/gts-3/index.js +122 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/utils/constants.js +53 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/utils/storage.js +44 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/utils/styles-gts-3.js +139 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/calories/utils/styles.js +140 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/empty/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/empty/jsconfig.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/app-side/index.js +69 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/app.js +20 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/app.json +84 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/jsconfig.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/pages/index.js +53 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/shared/data.js +63 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/shared/device-polyfill.js +4 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/shared/event.js +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/shared/fs.js +143 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/shared/message.js +898 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/shared/promise.js +352 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/utils/config/constants.js +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/fetch-api/utils/config/device.js +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/app.js +10 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/app.json +94 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/jsconfig.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/page/gtr3/home/index.page.js +18 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/page/gtr3/home/index.page.json +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/hello-world/page/gtr3/home/index.style.js +5 -4
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/page/gtr3-pro/home/index.page.js +18 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/hello-world/page/gtr3-pro/home/index.style.js +5 -4
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/page/gts3/home/index.page.js +19 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/page/gts3/home/index.page.json +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/hello-world/page/gts3/home/index.style.js +5 -4
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/hello-world/utils/index.js +3 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/todo-list/.prettierrc.js +2 -2
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/app-side/index.js +45 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/app.js +27 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/app.json +113 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/assets/gtr-3/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/jsconfig.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/page/gtr-3/home/index.page.js +150 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/page/gtr-3/home/index.page.json +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/page/gtr-3/home/index.style.js +89 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/todo-list/page/i18n/en-US.po +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/todo-list/setting/index.js +28 -30
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/buffer.js +11 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/data.js +67 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/device-polyfill.js +4 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/fs.js +134 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/global.js +16 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/js-module.js +27 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/logger.js +7 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/message.js +1250 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/promise.js +352 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/shared/setTimeout.js +59 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/app/todo-list/utils/fs.js +15 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/todo-list/utils/index.js +6 -6
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/watchface/empty/app.json +50 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/watchface/timer/shared/buffer.js +11 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/watchface/timer/shared/global.js +17 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/watchface/timer/shared/js-module.js +27 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/watchface/timer/shared/logger.js +21 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os1.0/watchface/timer/shared/setTimeout.js +59 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/calories/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/calories/app.js +27 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/app.json +2 -5
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/calories/assets/gts/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/calories/jsconfig.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2 → os2.0/app}/calories/page/gts/food-list.js +37 -37
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/page/gts/index.js +41 -41
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/calories/page/i18n/en-US.po +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/calories/page/i18n/zh-CN.po +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/calories/utils/constants.js +54 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/calories/utils/storage.js +40 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/utils/styles-gts-3.js +40 -40
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/utils/styles.js +40 -40
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/empty/app.js +10 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/empty/jsconfig.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/fetch-api/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/fetch-api/app-side/i18n/en-US.po +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/fetch-api/app-side/index.js +69 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/fetch-api/app.js +28 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/fetch-api/app.json +3 -8
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/fetch-api/assets/common/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/fetch-api/jsconfig.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/fetch-api/pages/index.js +56 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/fetch-api/shared/defer.js +35 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/fetch-api/utils/config/constants.js +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/fetch-api/utils/config/device.js +2 -2
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/app-side/index.js +11 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/app.js +10 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/hello-world/app.json +4 -21
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/jsconfig.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/page/gtr/home/index.page.js +20 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/page/gtr/home/index.page.json +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2 → os2.0/app}/hello-world/page/gtr/home/index.style.js +7 -7
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/page/gts/home/index.page.js +21 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/page/gts/home/index.page.json +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2 → os2.0/app}/hello-world/page/gts/home/index.style.js +6 -6
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/page/i18n/en-US.po +3 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os2.0/app}/hello-world/setting/index.js +2 -2
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/hello-world/utils/index.js +3 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/app.js +13 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/app.json +81 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/assets/gt4/false.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/assets/gt4/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/assets/gt4/true.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/config/constants.js +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/config/device.js +3 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/config/tree.js +34 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/global.d.ts +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/jsconfig.json +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/i18n/en-US.po +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/index.js +77 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/blood_oxygen.js +62 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/calorie.js +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/distance.js +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/fat_burning.js +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/heart_rate.js +96 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/pai.js +62 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/sleep.js +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/stand.js +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/step.js +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/stress.js +75 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/UI/ButtonList.js +47 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/UI/EmptySpace.js +25 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/UI/TextByLine.js +30 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/UI/Title.js +25 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/log.js +3 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/styles.js +32 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/template/PageAdvanced.js +36 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/test.js +30 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/utils.js +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/.prettierrc.js +6 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/app-side/index.js +8 -11
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/app.js +2 -2
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/app.json +3 -22
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/assets/gts/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/jsconfig.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/page/home/index.page.js +1 -1
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/page/home/index.page.json +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/page/home/index.style.js +10 -11
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/page/i18n/en-US.po +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/setting/i18n/en-US.po +5 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/setting/index.js +143 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/shared/defer.js +35 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/shared/es6-promise.js +1178 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/shared/event.js +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/shared/message-side.js +64 -19
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/shared/message.js +64 -19
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/utils/constants.js +3 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/utils/fs.js +1 -5
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/utils/index.js +38 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/watchface/empty/app.js +10 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/watchface/empty/app.json +52 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os2.0/watchface/empty/assets/default/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/_package.json +17 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/app.js +27 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/app.json +52 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/consume.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/beer.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/cake.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/chocolate.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/coffee.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/cookies.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/ham.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/hamburger.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/ice cream.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/pizza.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/food/sausage.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/multiply.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/selected.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.r/unselected.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/consume.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/beer.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/cake.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/chocolate.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/coffee.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/cookies.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/ham.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/hamburger.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/ice cream.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/pizza.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/food/sausage.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/multiply.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/selected.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/assets/gt.s/unselected.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/global.d.ts +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/jsconfig.json +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/page/gt/food-list.js +107 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/page/gt/food-list.r.layout.js +48 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/page/gt/food-list.s.layout.js +33 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/page/gts → os3.0/app/calories/page/gt}/index.js +43 -42
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/page/gt/index.r.layout.js +110 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/page/gt/index.s.layout.js +98 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/page/i18n/en-US.po +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/page/i18n/zh-CN.po +42 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/utils/constants.js +62 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/calories/utils/storage.js +40 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/_package.json +17 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/app-side/fetch-module.js +19 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/app-side/file-download-module.js +54 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/app-side/file-transfer-module.js +20 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/app-side/image-convert-module.js +18 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/app-side/index.js +61 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/app.js +19 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/app.json +48 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/download.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_0.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_1.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_10.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_11.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_12.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_13.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_14.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_15.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_16.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_17.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_18.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_19.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_2.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_20.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_21.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_22.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_23.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_24.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_25.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_26.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_27.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_28.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_29.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_3.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_30.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_31.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_32.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_33.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_34.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_35.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_36.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_37.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_38.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_39.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_4.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_40.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_41.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_42.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_43.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_44.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_45.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_46.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_47.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_48.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_49.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_5.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_50.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_51.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_52.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_53.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_6.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_7.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_8.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/loading-ani/ani_9.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/transfer.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/assets/gt.r/watch.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/components/mask/index.js +13 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/components/pressed-btn/index.js +29 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/global.d.ts +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/jsconfig.json +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/page/i18n/en-US.po +21 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/page/index.js +116 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/page/index.r.layout.js +46 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/utils/constants.js +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/download/utils/index.js +4 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/_package.json +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/app-service/index.js +8 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/app-side/i18n/en-US.po +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/app-side/index.js +13 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/app.js +10 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/app.json +63 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/assets/gt.b/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/assets/gt.r/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/assets/gt.s/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/global.d.ts +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/jsconfig.json +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/page/i18n/en-US.po +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/page/index.b.layout.js +6 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/page/index.js +7 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/page/index.r.layout.js +6 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/page/index.s.layout.js +6 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/setting/i18n/en-US.po +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/empty/setting/index.js +7 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/_package.json +17 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/app-side/i18n/en-US.po +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/app-side/index.js +84 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/app.js +14 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/app.json +51 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/assets/common.r/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/assets/common.s/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/global.d.ts +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/jsconfig.json +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/page/i18n/en-US.po +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/page/index.js +45 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/page/index.r.layout.js +32 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/page/index.s.layout.js +32 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/utils/config/constants.js +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/fetch-api/utils/config/device.js +2 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/_package.json +17 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/app.js +10 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/app.json +48 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/assets/gt.r/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/assets/gt.s/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/global.d.ts +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/jsconfig.json +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/page/gt/home/index.page.js +17 -0
- package/private-modules/zeppos-app-utils/dist/public/template/{v2/hello-world/page/gtr/home/index.style.js → os3.0/app/hello-world/page/gt/home/index.page.r.layout.js} +8 -7
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/page/gt/home/index.page.s.layout.js +19 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/page/i18n/en-US.po +3 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/hello-world/utils/index.js +3 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/_package.json +17 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/app-service/delay.js +25 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/app-service/index.js +20 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/app.js +10 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/app.json +52 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/assets/gt.r/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/global.d.ts +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/jsconfig.json +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/page/i18n/en-US.po +8 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/page/index.js +26 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/page/index.r.layout.js +15 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/notification/utils/constants.js +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/.prettierrc.js +6 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/_package.json +17 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/app-side/index.js +47 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/app.js +17 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/app.json +55 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/assets/gt.r/add.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/assets/gt.r/delete.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/assets/gt.r/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/assets/gt.s/add.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/assets/gt.s/delete.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/assets/gt.s/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/global.d.ts +1 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/jsconfig.json +9 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/page/home/index.page.js +177 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/page/home/index.page.r.layout.js +112 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/page/home/index.page.s.layout.js +112 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/page/i18n/en-US.po +21 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/setting/i18n/en-US.po +5 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/setting/index.js +143 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/utils/constants.js +3 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/utils/fs.js +34 -0
- package/private-modules/zeppos-app-utils/dist/public/template/os3.0/app/todo-list/utils/index.js +38 -0
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/app.json +4 -32
- package/private-modules/zeppos-app-utils/dist/tools/index.js +1 -1
- package/private-modules/zeppos-app-utils/package.json +4 -3
- package/utils/pre-check.js +1 -1
- package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/fetch-api/pages/index.js +0 -55
- package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/hello-world/page/gtr/home/index.page.js +0 -20
- package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/hello-world/page/gtr/home/index.page.json +0 -1
- package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/hello-world/page/gts/home/index.page.js +0 -21
- package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/hello-world/page/gts/home/index.page.json +0 -1
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/app-side/index.js +0 -11
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/app.js +0 -10
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/page/gtr3/home/index.page.js +0 -18
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/page/gtr3/home/index.page.json +0 -1
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/page/gtr3-pro/home/index.page.js +0 -18
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/page/gtr3-pro/home/index.page.json +0 -1
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/page/gts3/home/index.page.js +0 -19
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/page/gts3/home/index.page.json +0 -1
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/page/i18n/en-US.po +0 -3
- package/private-modules/zeppos-app-utils/dist/public/template/v1/hello-world/utils/index.js +0 -3
- package/private-modules/zeppos-app-utils/dist/public/template/v2/calories/app.js +0 -28
- package/private-modules/zeppos-app-utils/dist/public/template/v2/calories/utils/constants.js +0 -54
- package/private-modules/zeppos-app-utils/dist/public/template/v2/calories/utils/storage.js +0 -42
- package/private-modules/zeppos-app-utils/dist/public/template/v2/fetch-api/app-side/index.js +0 -57
- package/private-modules/zeppos-app-utils/dist/public/template/v2/fetch-api/app.js +0 -23
- package/private-modules/zeppos-app-utils/dist/public/template/v2/fetch-api/pages/index.js +0 -55
- package/private-modules/zeppos-app-utils/dist/public/template/v2/fetch-api/utils/config/constants.js +0 -2
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/app-side/index.js +0 -11
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/app.js +0 -10
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/assets/gtr/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/assets/gts/icon.png +0 -0
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/page/gtr/home/index.page.js +0 -20
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/page/gtr/home/index.page.json +0 -1
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/page/gts/home/index.page.js +0 -21
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/page/gts/home/index.page.json +0 -1
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/page/gts/home/index.style.js +0 -17
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/setting/i18n/en-US.po +0 -2
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/setting/index.js +0 -5
- package/private-modules/zeppos-app-utils/dist/public/template/v2/hello-world/utils/index.js +0 -3
- package/private-modules/zeppos-app-utils/dist/public/template/v2/todo-list/shared/es6-promise.js +0 -1149
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{_package.json → app/_package.json} +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/app-side/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/app-side/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/app.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/assets/default/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/page/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/setting/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/setting/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{empty → app/empty}/watchface/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/app-side/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/assets/gtr3/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/assets/gtr3/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/assets/gtr3-pro/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/assets/gtr3-pro/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/assets/gts3/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/assets/gts3/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/gtr3/home/index.page.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/gtr3/home/index.page.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/gtr3/home/index.style.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/gtr3-pro/home/index.page.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/gtr3-pro/home/index.page.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/gtr3-pro/home/index.style.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/gts3/home/index.page.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/gts3/home/index.page.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/gts3/home/index.style.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/setting/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/setting/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{hello-world → app/hello-world}/utils/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{jsconfig.json → app/jsconfig.json} +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → config-version-v3/v1/watchface}/_package.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/{v2 → v1/watchface}/jsconfig.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/app.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bg/bg.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/0.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/1.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/2.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/3.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/4.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/5.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/6.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/7.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/8.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/9.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/bigNum/sp.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/btn/back.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/btn/lv.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/btn/red.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/point/bg.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/point/bottom.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/point/center.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/point/h.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/point/left.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/point/m.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/point/right.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/point/s.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/preview.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/second/second.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/0.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/1.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/2.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/3.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/4.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/5.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/6.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/7.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/8.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/9.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/d.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/smallNum/n.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_ch/1.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_ch/2.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_ch/3.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_ch/4.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_ch/5.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_ch/6.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_ch/7.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_en/1.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_en/2.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_en/3.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_en/4.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_en/5.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_en/6.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/assets/gtr-3-pro/images/week_en/7.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/shared/buffer.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/shared/device-polyfill.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/shared/global.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/shared/js-module.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/shared/logger.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/shared/setTimeout.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/watchface/gtr-3-pro/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v1/{timer → watchface/timer}/watchface/round/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{_package.json → app/_package.json} +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/app.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/consume.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/beer.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/cake.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/chocolate.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/coffee.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/cookies.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/ham.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/hamburger.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/ice cream.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/pizza.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/food/sausage.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/multiply.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/selected.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/assets/gt.s/unselected.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/page/gt/food-list.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/page/gt/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/page/i18n/zh-CN.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/utils/constants.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/utils/storage.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/utils/styles-gts-3.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{calories → app/calories}/utils/styles.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/app-side/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/app-side/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/app.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/assets/default/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/page/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/setting/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/setting/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{empty → app/empty}/watchface/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/app-side/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/app-side/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/app.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/assets/common.r/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/assets/common.s/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/page/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/shared/data.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/shared/defer.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/shared/device-polyfill.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/shared/es6-promise.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/shared/event.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/shared/message-side.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/shared/message.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/utils/config/constants.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{fetch-api → app/fetch-api}/utils/config/device.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/app-side/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/assets/gt.r/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/assets/gt.r/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/assets/gt.s/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/assets/gt.s/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/page/gt/home/index.page.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/page/gt/home/index.page.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/page/gt/home/index.page.r.layout.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/page/gt/home/index.page.s.layout.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/page/gt/home/index.style.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/setting/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/setting/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{hello-world → app/hello-world}/utils/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → config-version-v3/v2/app}/jsconfig.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/.prettierrc.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/app-side/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/assets/gt.s/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/page/home/index.page.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/page/home/index.page.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/page/home/index.style.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/setting/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/setting/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/shared/data.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/shared/defer.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/shared/device-polyfill.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/shared/es6-promise.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/shared/event.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/shared/message-side.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/shared/message.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/utils/constants.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/utils/fs.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/config-version-v3/v2/{todo-list → app/todo-list}/utils/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gtr-3-pro}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/consume.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/beer.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/cake.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/chocolate.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/coffee.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/cookies.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/ham.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/hamburger.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/ice cream.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/pizza.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/food/sausage.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/multiply.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/selected.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/calories/assets/gts → os1.0/app/calories/assets/gts-3}/unselected.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/calories/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/calories/page/i18n/zh-CN.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/empty/app-side/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/empty/app-side/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/empty/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/empty/app.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/fetch-api/assets/common → os1.0/app/empty/assets/default}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/fetch-api/pages → os1.0/app/empty/page}/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/empty/page/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/empty/setting/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/app}/empty/setting/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/empty → os1.0/app/fetch-api}/app-side/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/empty/assets/default → os1.0/app/fetch-api/assets/common}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/empty/page → os1.0/app/fetch-api/pages}/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/timer → os1.0/app/fetch-api}/shared/buffer.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/fetch-api/shared/defer.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/timer → os1.0/app/fetch-api}/shared/global.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/timer → os1.0/app/fetch-api}/shared/js-module.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/timer → os1.0/app/fetch-api}/shared/logger.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/timer → os1.0/app/fetch-api}/shared/setTimeout.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/hello-world/assets/gts → os1.0/app/hello-world/assets/gtr3}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/hello-world/assets/gts → os1.0/app/hello-world/assets/gtr3}/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/hello-world/assets/gtr → os1.0/app/hello-world/assets/gtr3-pro}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/hello-world/assets/gtr → os1.0/app/hello-world/assets/gtr3-pro}/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/hello-world/assets/gtr3-pro → os1.0/app/hello-world/assets/gts3}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/hello-world/assets/gtr3-pro → os1.0/app/hello-world/assets/gts3}/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/todo-list/page → os1.0/app/hello-world/page/gtr3-pro}/home/index.page.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/hello-world/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{config-version-v3/v2/todo-list/assets/gts → os1.0/app/todo-list/assets/gtr-3-pro}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/todo-list/assets/gts → os1.0/app/todo-list/assets/gts-3}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/todo-list/setting/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/todo-list/shared/defer.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/fetch-api → os1.0/app/todo-list}/shared/event.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/app}/todo-list/utils/constants.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/watchface}/empty/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os1.0/watchface}/empty/assets/default/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/empty/watchface/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/app.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/app.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bg/bg.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/0.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/1.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/2.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/3.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/4.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/5.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/6.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/7.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/8.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/9.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/bigNum/sp.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/btn/back.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/btn/lv.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/btn/red.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/point/bg.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/point/bottom.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/point/center.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/point/h.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/point/left.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/point/m.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/point/right.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/point/s.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/preview.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/second/second.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/0.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/1.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/2.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/3.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/4.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/5.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/6.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/7.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/8.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/9.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/d.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/smallNum/n.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_ch/1.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_ch/2.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_ch/3.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_ch/4.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_ch/5.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_ch/6.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_ch/7.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_en/1.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_en/2.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_en/3.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_en/4.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_en/5.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_en/6.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/assets/gtr-3-pro/images/week_en/7.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/shared/device-polyfill.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/watchface/gtr-3-pro/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os1.0/watchface}/timer/watchface/round/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/consume.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/beer.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/cake.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/chocolate.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/coffee.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/cookies.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/ham.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/hamburger.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/ice cream.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/pizza.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/food/sausage.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/multiply.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/selected.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/calories/assets/gts/unselected.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app/empty}/_package.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/empty/setting → os2.0/app/empty/app-side}/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/empty/app-side/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/empty/app.json +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/fetch-api/assets/common → os2.0/app/empty/assets/default}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/empty/page/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/empty/page/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/fetch-api/app-side → os2.0/app/empty/setting}/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/empty/setting/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/fetch-api/pages/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/fetch-api/shared/data.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/fetch-api/shared/device-polyfill.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/fetch-api/shared/es6-promise.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/todo-list → os2.0/app/fetch-api}/shared/event.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/fetch-api/shared/message-side.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/fetch-api/shared/message.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/hello-world/assets/gtr3 → os2.0/app/hello-world/assets/gtr}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/hello-world/assets/gtr3 → os2.0/app/hello-world/assets/gtr}/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/hello-world/assets/gts3 → os2.0/app/hello-world/assets/gts}/icon.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1/hello-world/assets/gts3 → os2.0/app/hello-world/assets/gts}/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v1 → os2.0/app}/hello-world/setting/i18n/en-US.po +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/shared/data.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/shared/device-polyfill.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/watchface}/empty/watchface/index.js +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/hello-world/assets/gtr → os3.0/app/hello-world/assets/gt.r}/image/logo.png +0 -0
- /package/private-modules/zeppos-app-utils/dist/public/template/{v2/hello-world/assets/gts → os3.0/app/hello-world/assets/gt.s}/image/logo.png +0 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { createWidget, widget, prop } from "@zos/ui";
|
|
2
|
+
import { Stand } from "@zos/sensor";
|
|
3
|
+
import { px } from "@zos/utils";
|
|
4
|
+
import PageAdvanced from "../../utils/template/PageAdvanced";
|
|
5
|
+
import TextByLine from "../../utils/UI/TextByLine";
|
|
6
|
+
|
|
7
|
+
PageAdvanced({
|
|
8
|
+
state: {
|
|
9
|
+
pageName: "STAND",
|
|
10
|
+
},
|
|
11
|
+
build() {
|
|
12
|
+
const stand = new Stand();
|
|
13
|
+
|
|
14
|
+
new TextByLine({
|
|
15
|
+
text: `current:${stand.getCurrent()};target:${stand.getTarget()}`,
|
|
16
|
+
line: 0,
|
|
17
|
+
}).render();
|
|
18
|
+
|
|
19
|
+
const changeEventText = new TextByLine({
|
|
20
|
+
text: `EVENT-CHANGE:${stand.getCurrent()}`,
|
|
21
|
+
line: 1,
|
|
22
|
+
}).render();
|
|
23
|
+
|
|
24
|
+
const changeCallback = () => {
|
|
25
|
+
changeEventText.setProperty(prop.MORE, {
|
|
26
|
+
text: `EVENT-CHANGE: ${stand.getCurrent()}`,
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
createWidget(widget.BUTTON, {
|
|
31
|
+
x: px(80),
|
|
32
|
+
y: px(300),
|
|
33
|
+
w: px(300),
|
|
34
|
+
h: px(60),
|
|
35
|
+
radius: px(12),
|
|
36
|
+
normal_color: 0xfc6950,
|
|
37
|
+
press_color: 0xfeb4a8,
|
|
38
|
+
text: "REGISTER_CHANGE",
|
|
39
|
+
click_func: stand.onChange(changeCallback),
|
|
40
|
+
});
|
|
41
|
+
},
|
|
42
|
+
});
|
package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/page/sensor/step.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { createWidget, widget, prop } from "@zos/ui";
|
|
2
|
+
import { Step } from "@zos/sensor";
|
|
3
|
+
import { px } from "@zos/utils";
|
|
4
|
+
import PageAdvanced from "../../utils/template/PageAdvanced";
|
|
5
|
+
import TextByLine from "../../utils/UI/TextByLine";
|
|
6
|
+
|
|
7
|
+
PageAdvanced({
|
|
8
|
+
state: {
|
|
9
|
+
pageName: "STEP",
|
|
10
|
+
},
|
|
11
|
+
build() {
|
|
12
|
+
const step = new Step();
|
|
13
|
+
|
|
14
|
+
const currentText = new TextByLine({
|
|
15
|
+
text: `current:${step.getCurrent()};target:${step.getTarget()}`,
|
|
16
|
+
line: 0,
|
|
17
|
+
}).render();
|
|
18
|
+
|
|
19
|
+
const changeEventText = new TextByLine({
|
|
20
|
+
text: `EVENT-CHANGE:${step.getCurrent()}`,
|
|
21
|
+
line: 1,
|
|
22
|
+
}).render();
|
|
23
|
+
|
|
24
|
+
const changeCallback = () => {
|
|
25
|
+
changeEventText.setProperty(prop.MORE, {
|
|
26
|
+
text: `EVENT-CHANGE: ${step.getCurrent()}`,
|
|
27
|
+
});
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
createWidget(widget.BUTTON, {
|
|
31
|
+
x: px(80),
|
|
32
|
+
y: px(300),
|
|
33
|
+
w: px(300),
|
|
34
|
+
h: px(60),
|
|
35
|
+
radius: px(12),
|
|
36
|
+
normal_color: 0xfc6950,
|
|
37
|
+
press_color: 0xfeb4a8,
|
|
38
|
+
text: "REGISTER_CHANGE",
|
|
39
|
+
click_func: step.onChange(changeCallback),
|
|
40
|
+
});
|
|
41
|
+
},
|
|
42
|
+
});
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { createWidget, widget, prop, event, align, text_style } from "@zos/ui";
|
|
2
|
+
import { px } from "@zos/utils";
|
|
3
|
+
import { Stress } from "@zos/sensor";
|
|
4
|
+
import PageAdvanced from "../../utils/template/PageAdvanced";
|
|
5
|
+
import {
|
|
6
|
+
DEFAULT_COLOR,
|
|
7
|
+
DEFAULT_COLOR_TRANSPARENT,
|
|
8
|
+
} from "../../config/constants";
|
|
9
|
+
|
|
10
|
+
PageAdvanced({
|
|
11
|
+
state: {
|
|
12
|
+
pageName: "STRESS",
|
|
13
|
+
},
|
|
14
|
+
build() {
|
|
15
|
+
const stress = new Stress();
|
|
16
|
+
|
|
17
|
+
const { value, time } = stress.getCurrent();
|
|
18
|
+
|
|
19
|
+
const text = createWidget(widget.TEXT, {
|
|
20
|
+
x: px(0),
|
|
21
|
+
y: px(120),
|
|
22
|
+
w: px(480),
|
|
23
|
+
h: px(46),
|
|
24
|
+
color: 0xffffff,
|
|
25
|
+
text_size: px(20),
|
|
26
|
+
align_h: align.CENTER_H,
|
|
27
|
+
align_v: align.CENTER_V,
|
|
28
|
+
text_style: text_style.NONE,
|
|
29
|
+
text: `VALUE: ${value}; TIME: ${time}`,
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
this.state.logger.log(`VALUE: ${value}; TIME: ${time}`);
|
|
33
|
+
|
|
34
|
+
text.addEventListener(event.CLICK_DOWN, (info) => {
|
|
35
|
+
const { value, time } = stress.getCurrent();
|
|
36
|
+
|
|
37
|
+
text.setProperty(prop.MORE, {
|
|
38
|
+
text: `VALUE: ${value}; TIME: ${time}`,
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
|
|
42
|
+
const currentText = createWidget(widget.TEXT, {
|
|
43
|
+
x: px(0),
|
|
44
|
+
y: px(180),
|
|
45
|
+
w: px(480),
|
|
46
|
+
h: px(46),
|
|
47
|
+
color: 0xffffff,
|
|
48
|
+
text_size: px(20),
|
|
49
|
+
align_h: align.CENTER_H,
|
|
50
|
+
align_v: align.CENTER_V,
|
|
51
|
+
text_style: text_style.NONE,
|
|
52
|
+
text: `CHANGE: `,
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
const changeCallback = () => {
|
|
56
|
+
const { value, time } = stress.getCurrent();
|
|
57
|
+
|
|
58
|
+
currentText.setProperty(prop.MORE, {
|
|
59
|
+
text: `CHANGE: VALUE ${value}|TIME ${time}`,
|
|
60
|
+
});
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
createWidget(widget.BUTTON, {
|
|
64
|
+
x: px(80),
|
|
65
|
+
y: px(300),
|
|
66
|
+
w: px(300),
|
|
67
|
+
h: px(60),
|
|
68
|
+
radius: px(12),
|
|
69
|
+
normal_color: DEFAULT_COLOR,
|
|
70
|
+
press_color: DEFAULT_COLOR_TRANSPARENT,
|
|
71
|
+
text: "REGISTER_CHANGE",
|
|
72
|
+
click_func: stress.onChange(changeCallback),
|
|
73
|
+
});
|
|
74
|
+
},
|
|
75
|
+
});
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { createWidget, widget } from "@zos/ui";
|
|
2
|
+
import { px } from "@zos/utils";
|
|
3
|
+
import { DEVICE_WIDTH } from "../../config/device";
|
|
4
|
+
import {
|
|
5
|
+
DEFAULT_COLOR,
|
|
6
|
+
DEFAULT_COLOR_TRANSPARENT,
|
|
7
|
+
} from "../../config/constants";
|
|
8
|
+
|
|
9
|
+
export default class ButtonList {
|
|
10
|
+
constructor(params) {
|
|
11
|
+
const { list, absolute_y = 0, click_func = () => {} } = params;
|
|
12
|
+
|
|
13
|
+
this.click_func = click_func;
|
|
14
|
+
this.absolute_y = absolute_y;
|
|
15
|
+
this.list = list;
|
|
16
|
+
this.length = this.list.length;
|
|
17
|
+
this.space = px(24);
|
|
18
|
+
this.buttonHeight = px(80);
|
|
19
|
+
this.width = px(400);
|
|
20
|
+
this.radius = px(12);
|
|
21
|
+
this.text_size = px(36);
|
|
22
|
+
|
|
23
|
+
this.widgetList = [];
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
render() {
|
|
27
|
+
this.list.forEach((i, index) => {
|
|
28
|
+
const { text } = i;
|
|
29
|
+
|
|
30
|
+
this.widgetList[index] = createWidget(widget.BUTTON, {
|
|
31
|
+
x: (DEVICE_WIDTH - this.width) / 2,
|
|
32
|
+
y: this.absolute_y + index * (this.space + this.buttonHeight),
|
|
33
|
+
w: this.width,
|
|
34
|
+
h: this.buttonHeight,
|
|
35
|
+
text,
|
|
36
|
+
normal_color: DEFAULT_COLOR,
|
|
37
|
+
press_color: DEFAULT_COLOR_TRANSPARENT,
|
|
38
|
+
color: 0xffffff,
|
|
39
|
+
text_size: this.text_size,
|
|
40
|
+
radius: this.radius,
|
|
41
|
+
click_func: () => {
|
|
42
|
+
this.click_func(i, index);
|
|
43
|
+
},
|
|
44
|
+
});
|
|
45
|
+
});
|
|
46
|
+
}
|
|
47
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { createWidget, widget } from "@zos/ui";
|
|
2
|
+
import { px } from "@zos/utils";
|
|
3
|
+
import { DEVICE_HEIGHT, DEVICE_WIDTH } from "./../../config/device";
|
|
4
|
+
const EMPTY_SPACE = {
|
|
5
|
+
x: 0,
|
|
6
|
+
y: 0,
|
|
7
|
+
w: DEVICE_WIDTH,
|
|
8
|
+
h: Math.ceil(DEVICE_HEIGHT / 3),
|
|
9
|
+
color: 0x000000,
|
|
10
|
+
};
|
|
11
|
+
export default class EmptySpace {
|
|
12
|
+
constructor(params) {
|
|
13
|
+
const { y = px(40) } = params;
|
|
14
|
+
this.y = y;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
render() {
|
|
18
|
+
if (this.y > Math.ceil((DEVICE_HEIGHT * 2) / 3)) {
|
|
19
|
+
createWidget(widget.FILL_RECT, {
|
|
20
|
+
...EMPTY_SPACE,
|
|
21
|
+
y: this.y,
|
|
22
|
+
});
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { createWidget, widget, align, text_style } from "@zos/ui";
|
|
2
|
+
import { px } from "@zos/utils";
|
|
3
|
+
|
|
4
|
+
export default class TextByLine {
|
|
5
|
+
constructor(params) {
|
|
6
|
+
const { text = "", y = undefined, line = 0 } = params;
|
|
7
|
+
|
|
8
|
+
this.text = text;
|
|
9
|
+
this.y = y;
|
|
10
|
+
this.line = line;
|
|
11
|
+
this.y_computed = Number.isInteger(this.y)
|
|
12
|
+
? this.y
|
|
13
|
+
: px(this.line * 60 + 120);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
render() {
|
|
17
|
+
return createWidget(widget.TEXT, {
|
|
18
|
+
x: px(40),
|
|
19
|
+
y: this.y_computed,
|
|
20
|
+
w: px(400),
|
|
21
|
+
h: px(46),
|
|
22
|
+
color: 0xffffff,
|
|
23
|
+
text_size: px(20),
|
|
24
|
+
align_h: align.CENTER_H,
|
|
25
|
+
align_v: align.CENTER_V,
|
|
26
|
+
text_style: text_style.NONE,
|
|
27
|
+
text: this.text,
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
}
|
package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/UI/Title.js
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { createWidget, widget, text_style, align } from "@zos/ui";
|
|
2
|
+
|
|
3
|
+
export default class Title {
|
|
4
|
+
constructor(params) {
|
|
5
|
+
const { text = "", y = px(40) } = params;
|
|
6
|
+
|
|
7
|
+
this.text = text;
|
|
8
|
+
this.y = y;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
render() {
|
|
12
|
+
return createWidget(widget.TEXT, {
|
|
13
|
+
x: px(96),
|
|
14
|
+
y: this.y,
|
|
15
|
+
w: px(288),
|
|
16
|
+
h: px(46),
|
|
17
|
+
color: 0xffffff,
|
|
18
|
+
text_size: px(36),
|
|
19
|
+
align_h: align.CENTER_H,
|
|
20
|
+
align_v: align.CENTER_V,
|
|
21
|
+
text_style: text_style.NONE,
|
|
22
|
+
text: this.text,
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
}
|
package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/styles.js
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export const MENU_SCROLL_LIST = {
|
|
2
|
+
item_height: 80,
|
|
3
|
+
item_space: 24,
|
|
4
|
+
item_config: [
|
|
5
|
+
{
|
|
6
|
+
type_id: 1,
|
|
7
|
+
item_bg_color: 0xfc6950,
|
|
8
|
+
item_bg_radius: 10,
|
|
9
|
+
text_view: [
|
|
10
|
+
{
|
|
11
|
+
x: px(40),
|
|
12
|
+
y: px(35),
|
|
13
|
+
w: px(400),
|
|
14
|
+
h: px(34),
|
|
15
|
+
key: "name",
|
|
16
|
+
color: 0xffffff,
|
|
17
|
+
text_size: px(36),
|
|
18
|
+
align_h: hmUI.align.LEFT,
|
|
19
|
+
},
|
|
20
|
+
],
|
|
21
|
+
text_view_count: 1,
|
|
22
|
+
item_height: 84,
|
|
23
|
+
image_view: [],
|
|
24
|
+
image_view_count: 0,
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
item_config_count: 1,
|
|
28
|
+
x: px(40),
|
|
29
|
+
y: px(24),
|
|
30
|
+
h: px(480),
|
|
31
|
+
w: px(400),
|
|
32
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { setStatusBarVisible } from "@zos/ui";
|
|
2
|
+
import { before } from "../utils";
|
|
3
|
+
import Title from "../UI/Title";
|
|
4
|
+
import logger from "../log";
|
|
5
|
+
import Test from "../test";
|
|
6
|
+
|
|
7
|
+
function PageAdvanced(args) {
|
|
8
|
+
const { build } = args;
|
|
9
|
+
|
|
10
|
+
const beforeFn = function () {
|
|
11
|
+
const { pageName = "HELLO ZEPP OS" } = this.state;
|
|
12
|
+
|
|
13
|
+
const title = new Title({
|
|
14
|
+
text: pageName,
|
|
15
|
+
});
|
|
16
|
+
|
|
17
|
+
const titleWidget = title.render();
|
|
18
|
+
this.state.titleWidget = titleWidget;
|
|
19
|
+
setStatusBarVisible(false);
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
const finalBuild = before(build, beforeFn);
|
|
23
|
+
const test = new Test();
|
|
24
|
+
|
|
25
|
+
Page({
|
|
26
|
+
...args,
|
|
27
|
+
build: finalBuild,
|
|
28
|
+
state: {
|
|
29
|
+
logger,
|
|
30
|
+
expect: test.expect.bind(test),
|
|
31
|
+
...args.state,
|
|
32
|
+
},
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export default PageAdvanced;
|
package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/test.js
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import logger from "./log";
|
|
2
|
+
import { createWidget, widget } from "@zos/ui";
|
|
3
|
+
|
|
4
|
+
export default class Test {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.callTime = 0;
|
|
7
|
+
this.testResult = true;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
expect(result) {
|
|
11
|
+
this.callTime++;
|
|
12
|
+
|
|
13
|
+
if (result === false) {
|
|
14
|
+
logger("error call time", this.callTime);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
if (result === false) {
|
|
18
|
+
this.testResult = false;
|
|
19
|
+
}
|
|
20
|
+
this.checkResult();
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
checkResult() {
|
|
24
|
+
createWidget(widget.IMG, {
|
|
25
|
+
x: px(20),
|
|
26
|
+
y: px(20),
|
|
27
|
+
src: this.testResult ? "true.png" : "false.png",
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
}
|
package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/showcase/utils/utils.js
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
export const before = function (mainFn, beforeFn) {
|
|
2
|
+
return function (...args) {
|
|
3
|
+
beforeFn.apply(this, args);
|
|
4
|
+
|
|
5
|
+
return mainFn.apply(this, args);
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
export const getRandomColor = () => {
|
|
10
|
+
const randomArr = [
|
|
11
|
+
"0",
|
|
12
|
+
"1",
|
|
13
|
+
"2",
|
|
14
|
+
"3",
|
|
15
|
+
"4",
|
|
16
|
+
"5",
|
|
17
|
+
"6",
|
|
18
|
+
"7",
|
|
19
|
+
"8",
|
|
20
|
+
"9",
|
|
21
|
+
"a",
|
|
22
|
+
"b",
|
|
23
|
+
"c",
|
|
24
|
+
"d",
|
|
25
|
+
"e",
|
|
26
|
+
"f",
|
|
27
|
+
];
|
|
28
|
+
|
|
29
|
+
function getRandomFromSection(low, high) {
|
|
30
|
+
const RANDOM = Math.random();
|
|
31
|
+
const RANGE = high - low + 1;
|
|
32
|
+
|
|
33
|
+
return Math.floor(RANDOM * RANGE) + low;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
const colorStr = Array.from({ length: 6 }).reduce((prev, curr) => {
|
|
37
|
+
const random = getRandomFromSection(0, 15);
|
|
38
|
+
return prev + randomArr[random];
|
|
39
|
+
}, "0x");
|
|
40
|
+
|
|
41
|
+
return Number(colorStr);
|
|
42
|
+
};
|
package/private-modules/zeppos-app-utils/dist/public/template/os2.0/app/todo-list/_package.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "todo-list",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "app.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
|
+
},
|
|
9
|
+
"author": "",
|
|
10
|
+
"license": "ISC",
|
|
11
|
+
"devDependencies": {
|
|
12
|
+
"@zeppos/device-types": "^2.0.0"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -10,26 +10,23 @@ function getTodoList() {
|
|
|
10
10
|
AppSideService({
|
|
11
11
|
onInit() {
|
|
12
12
|
messageBuilder.listen(() => {})
|
|
13
|
-
settings.settingsStorage.addListener(
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
messageBuilder.call(getTodoList())
|
|
17
|
-
},
|
|
18
|
-
)
|
|
13
|
+
settings.settingsStorage.addListener('change', ({ key, newValue, oldValue }) => {
|
|
14
|
+
messageBuilder.call(getTodoList())
|
|
15
|
+
})
|
|
19
16
|
messageBuilder.on('request', (ctx) => {
|
|
20
17
|
const payload = messageBuilder.buf2Json(ctx.request.payload)
|
|
21
18
|
if (payload.method === 'GET_TODO_LIST') {
|
|
22
19
|
ctx.response({
|
|
23
|
-
data: { result: getTodoList() }
|
|
20
|
+
data: { result: getTodoList() }
|
|
24
21
|
})
|
|
25
22
|
} else if (payload.method === 'ADD') {
|
|
26
23
|
// 这里补充一个
|
|
27
24
|
const todoList = getTodoList()
|
|
28
|
-
const newTodoList = [...todoList, String(Math.floor(Math.random()*100))]
|
|
25
|
+
const newTodoList = [...todoList, String(Math.floor(Math.random() * 100))]
|
|
29
26
|
settings.settingsStorage.setItem('todoList', JSON.stringify(newTodoList))
|
|
30
27
|
|
|
31
28
|
ctx.response({
|
|
32
|
-
data: { result: newTodoList }
|
|
29
|
+
data: { result: newTodoList }
|
|
33
30
|
})
|
|
34
31
|
} else if (payload.method === 'DELETE') {
|
|
35
32
|
const { params: { index } = {} } = payload
|
|
@@ -38,11 +35,11 @@ AppSideService({
|
|
|
38
35
|
settings.settingsStorage.setItem('todoList', JSON.stringify(newTodoList))
|
|
39
36
|
|
|
40
37
|
ctx.response({
|
|
41
|
-
data: { result: newTodoList }
|
|
38
|
+
data: { result: newTodoList }
|
|
42
39
|
})
|
|
43
40
|
}
|
|
44
41
|
})
|
|
45
42
|
},
|
|
46
43
|
onRun() {},
|
|
47
|
-
onDestroy() {}
|
|
44
|
+
onDestroy() {}
|
|
48
45
|
})
|
package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/app.js
RENAMED
|
@@ -8,7 +8,7 @@ const logger = Logger.getLogger('todo-list-app')
|
|
|
8
8
|
|
|
9
9
|
App({
|
|
10
10
|
globalData: {
|
|
11
|
-
messageBuilder: null
|
|
11
|
+
messageBuilder: null
|
|
12
12
|
},
|
|
13
13
|
onCreate() {
|
|
14
14
|
logger.log('app onCreate invoked')
|
|
@@ -21,5 +21,5 @@ App({
|
|
|
21
21
|
onDestroy() {
|
|
22
22
|
logger.log('app onDestroy invoked')
|
|
23
23
|
this.globalData.messageBuilder && this.globalData.messageBuilder.disConnect()
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
25
|
})
|
package/private-modules/zeppos-app-utils/dist/public/template/{v2 → os2.0/app}/todo-list/app.json
RENAMED
|
@@ -16,30 +16,14 @@
|
|
|
16
16
|
"apiVersion": {
|
|
17
17
|
"compatible": "2.0.0",
|
|
18
18
|
"target": "2.0.0",
|
|
19
|
-
"minVersion": "2.0
|
|
19
|
+
"minVersion": "2.0"
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
22
|
"targets": {
|
|
23
23
|
"gts": {
|
|
24
24
|
"module": {
|
|
25
25
|
"page": {
|
|
26
|
-
"pages": ["page/home/index.page"]
|
|
27
|
-
"window": {
|
|
28
|
-
"navigationBarBackgroundColor": "#ffffff",
|
|
29
|
-
"navigationBarTextStyle": "black",
|
|
30
|
-
"navigationBarTitleText": "",
|
|
31
|
-
"backgroundColor": "#eeeeee",
|
|
32
|
-
"backgroundTextStyle": "light"
|
|
33
|
-
}
|
|
34
|
-
},
|
|
35
|
-
"app-widget": {
|
|
36
|
-
"widgets": []
|
|
37
|
-
},
|
|
38
|
-
"watchface": {
|
|
39
|
-
"path": ""
|
|
40
|
-
},
|
|
41
|
-
"watch-widget": {
|
|
42
|
-
"widgets": []
|
|
26
|
+
"pages": ["page/home/index.page"]
|
|
43
27
|
},
|
|
44
28
|
"app-side": {
|
|
45
29
|
"path": "app-side/index"
|
|
@@ -61,10 +45,7 @@
|
|
|
61
45
|
]
|
|
62
46
|
}
|
|
63
47
|
},
|
|
64
|
-
"permissions": [
|
|
65
|
-
"data:os.device.info",
|
|
66
|
-
"device:os.local_storage"
|
|
67
|
-
],
|
|
48
|
+
"permissions": ["data:os.device.info", "device:os.local_storage"],
|
|
68
49
|
"i18n": {
|
|
69
50
|
"en-US": {
|
|
70
51
|
"name": "Todo List"
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -3,7 +3,6 @@ import { getText } from '@zos/i18n'
|
|
|
3
3
|
import { getDeviceInfo } from '@zos/device'
|
|
4
4
|
import { px } from '@zos/utils'
|
|
5
5
|
|
|
6
|
-
|
|
7
6
|
export const { width: DEVICE_WIDTH, height: DEVICE_HEIGHT } = getDeviceInfo()
|
|
8
7
|
|
|
9
8
|
export const TITLE_TEXT_STYLE = {
|
|
@@ -15,7 +14,7 @@ export const TITLE_TEXT_STYLE = {
|
|
|
15
14
|
color: 0xffffff,
|
|
16
15
|
text_size: 36,
|
|
17
16
|
align_h: hmUI.align.CENTER_H,
|
|
18
|
-
text_style: hmUI.text_style.WRAP
|
|
17
|
+
text_style: hmUI.text_style.WRAP
|
|
19
18
|
}
|
|
20
19
|
|
|
21
20
|
export const ADD_BUTTON = {
|
|
@@ -39,7 +38,7 @@ export const TIPS_TEXT_STYLE = {
|
|
|
39
38
|
text_size: 32,
|
|
40
39
|
align_h: hmUI.align.CENTER_H,
|
|
41
40
|
align_v: hmUI.align.CENTER_V,
|
|
42
|
-
text_style: hmUI.text_style.WRAP
|
|
41
|
+
text_style: hmUI.text_style.WRAP
|
|
43
42
|
}
|
|
44
43
|
|
|
45
44
|
export const SCROLL_LIST = {
|
|
@@ -59,11 +58,11 @@ export const SCROLL_LIST = {
|
|
|
59
58
|
key: 'name',
|
|
60
59
|
color: 0xffff00,
|
|
61
60
|
text_size: px(36),
|
|
62
|
-
align_h: hmUI.align.LEFT
|
|
63
|
-
}
|
|
61
|
+
align_h: hmUI.align.LEFT
|
|
62
|
+
}
|
|
64
63
|
],
|
|
65
64
|
text_view_count: 1,
|
|
66
|
-
item_height: px(80)
|
|
65
|
+
item_height: px(80)
|
|
67
66
|
},
|
|
68
67
|
{
|
|
69
68
|
type_id: 2,
|
|
@@ -78,16 +77,16 @@ export const SCROLL_LIST = {
|
|
|
78
77
|
key: 'name',
|
|
79
78
|
color: 0xff0000,
|
|
80
79
|
text_size: px(36),
|
|
81
|
-
align_h: hmUI.align.LEFT
|
|
82
|
-
}
|
|
80
|
+
align_h: hmUI.align.LEFT
|
|
81
|
+
}
|
|
83
82
|
],
|
|
84
83
|
text_view_count: 1,
|
|
85
|
-
item_height: px(80)
|
|
86
|
-
}
|
|
84
|
+
item_height: px(80)
|
|
85
|
+
}
|
|
87
86
|
],
|
|
88
87
|
item_config_count: 2,
|
|
89
88
|
x: px(30),
|
|
90
89
|
y: px(120),
|
|
91
90
|
h: DEVICE_HEIGHT - px(180),
|
|
92
|
-
w: DEVICE_WIDTH - px(30) * 2
|
|
91
|
+
w: DEVICE_WIDTH - px(30) * 2
|
|
93
92
|
}
|