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",
"app": {
"appId": 24808,
"appId": 1065764,
"appName": "VHS Watch",
"appType": "watchface",
"version": {
"code": 1,
"name": "1.0.4"
"name": "1.0.5"
},
"icon": "icon.png",
"vender": "zepp",

View File

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

View File

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