feat(release): v1.0.5 moved date under battery indicator

This commit is contained in:
Савелий Савенок 2024-10-20 21:41:58 +03:00
parent 6d747ce22c
commit 2a620d7bb8
3 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
{ {
"configVersion": "v2", "configVersion": "v2",
"app": { "app": {
"appId": 24808, "appId": 1065764,
"appName": "VHS Watch", "appName": "VHS Watch",
"appType": "watchface", "appType": "watchface",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0.4" "name": "1.0.5"
}, },
"icon": "icon.png", "icon": "icon.png",
"vender": "zepp", "vender": "zepp",

View File

@ -1,6 +1,6 @@
{ {
"name": "vhs-watch", "name": "vhs-watch",
"version": "1.0.4", "version": "1.0.5",
"description": "vhs watch for Zepp OS 3.0 (GTS 4)", "description": "vhs watch for Zepp OS 3.0 (GTS 4)",
"main": "app.js", "main": "app.js",
"scripts": { "scripts": {

View File

@ -1,7 +1,7 @@
import * as hmUI from '@zos/ui' import * as hmUI from '@zos/ui'
import fontArray from '../fontData/secondaryFont' import fontArray from '../fontData/secondaryFont'
const moduleX = 50 const moduleX = 225
const moduleY = 10 const moduleY = 50
export default function () { export default function () {
console.log("[modules]: date module init") console.log("[modules]: date module init")